/* CSS Document */
@charset "utf-8";


/*************** info共通.2016.12.26追加 ****************/

body #pan{
	width:auto;
	height:auto;
	padding: 0 0 10px 0;
	/*margin-top:0;*/
}
body #pan a{
	color:#1a1a1a;
	text-decoration: none;
}
#pan ol{
	line-height:25px;
	list-style-type: none;
	clear:both;
}
#pan li{
	list-style-type: none;
	float:left;
	width:auto;
	padding: 0px 5px 0px 0px;	
}
#pan li a:hover{
	text-decoration:none;
	color:#929292;
}

#all {
	width: 1000px;
}

.content_body .content_text {
	width: 93%;
	margin: 0 auto;
}

.content_text p {
	margin-bottom: 10px;
}

/*********************PAGETOP**************************/
.seo_utext {
	text-align:left;
	width:720px;
	margin: 0 0 0 auto;
	padding:25px 0 0 0;
	line-height:1.5;
	color:#666666;
	letter-spacing:normal;
}
.pagetop {
	/* clear:both; */
	text-align:right;
	padding:20px 0 15px;
}
.pagetop a {
	text-decoration:none;
}


/*************** info系 コンテンツ幅調整 2020.4.1追加 ****************/

.infowrap #main_center {
	margin-left: 0;
	margin: 0 !important;
}
.infowrap #left_main {
	width: 155px;
}
.infowrap #main_left {
	display: none;
}
.infowrap #main_right {
	width: 810px;
	margin-left: 0;
	float: right;
}



