@charset "utf-8";

/* ==================== RESET ==================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,
h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	vertical-align: top;
}

fieldset,img {
	border:0;
}
img {
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000;
}
select,input,button,textarea {
	font:99%;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

.center{
	text-align: center;
}

/* ==================== BASE ==================== */

body{
	font: 13px "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック","MS PGothic",sans-serif;
	*font-size:small;
	*font:x-small;
	color: #555555;
	background-color: #F3F1DE;
}
a:link,a:visited,a:focus,a:active{
	color: #11456C;
	text-decoration: underline;
}
a:hover{
	color:#333333;
	text-decoration: underline;
}
.clearfix{
	zoom: 1;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
	line-height:0;
}

.clear{
	clear:both;
}


/* ==================== LAYOUT ==================== */


/* #header */

#header{
	width: 960px;
	height:85px;
	padding: 0px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	zoom:1;
	position:relative;
	background-color:#5778D9;
	-webkit-box-shadow: 3px 3px 4px 0px #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 4px 0px #ccc; /* Firefox用 */
	box-shadow: 3px 3px 4px 0px #ccc; /* CSS3 */
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=7,enabled=true)";

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=7,enabled=true); /* IE5.5+ */}

#header .logo{
	float: left;
	position:relative;
}
#header .info{
	float: right;
	margin:9px 10px 0px 0px;
}
#header .first{
	position:absolute;
	left:585px;
	top:14px;
}
#header .return{
	position:absolute;
	left:585px;
	top:56px;
}

#top_image{
	width: 960px;
	height:404px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	-webkit-box-shadow: 3px 3px 4px 0px #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 4px 0px #ccc; /* Firefox用 */
	box-shadow: 3px 3px 4px 0px #ccc; /* CSS3 */
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=7,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=7,enabled=true); /* IE5.5+ */}
#main_image{
	text-align: center;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	-webkit-box-shadow: 3px 3px 4px 0px #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 4px 0px #ccc; /* Firefox用 */
	box-shadow: 3px 3px 4px 0px #ccc; /* CSS3 */
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=7,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=7,enabled=true); /* IE5.5+ */}


/* #nav */

#nav{
	height:70px;
	width: 708px;
	padding-bottom:0px;
	position:absolute;
	left:252px;
	top:15px;
}
#nav li{
	float: left;
}

/* #main_image */

/*#feature{
	width: 945px;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:0px;
	overflow: hidden;
	zoom:1;
}
#feature img{
	float:left;
}*/

/* #contents */

#contents{
	width: 960px;	
	margin: 20px auto 0;
	overflow: hidden;
	zoom: 1;
	padding-top:17px;
	padding-bottom:15px;
	background-color:#fff;
	-webkit-box-shadow: 3px 3px 4px 0px #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 4px 0px #ccc; /* Firefox用 */
	box-shadow: 3px 3px 4px 0px #ccc; /* CSS3 */
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=7,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=7,enabled=true); /* IE5.5+ */
}

/* #sidenavi */

#sidenavi{
	float: right;
	display: inline;
	width: 222px;
	margin-right:23px;
}

/*#sidenavi #apo{
	background: url(../image/side_apo.jpg) no-repeat;
	width:225px;
	height:110px;
}
#sidenavi #apo p.first{
	position:relative;
	left:21px;
	top:35px;
}
#sidenavi #apo p.return{
	position:relative;
	left:21px;
	top:35px;
}*/
#sidenavi .btn{
	margin-top:13px;
}
#sidenavi .navi1{
	margin-bottom:20px;
	border:1px solid #BED9F1;
	padding-bottom:0px;
	widows:227px;
}
#sidenavi .navi1 h2{
	width:222px;
	height:39px;
}
#sidenavi .menu{
	padding:0px;
}

#sidenavi .menu ul li{
	border-top:1px solid;
	border-color:#BED9F1;
}
#sidenavi .menu ul li.last{
	border-bottom:none;
}
#sidenavi .menu ul li a,
#sidenavi .menu ul li a:visited{
	display: block;
	color: #1B4F7E;
	text-decoration: none;
	padding: 12px 0 2px 33px;
	background: url(../images/icon_02.jpg) no-repeat 6px 55%;
	height:26px;
}
#sidenavi .menu ul li.first{
	padding: 3px 0 3px 0px;
	margin-bottom:0px;

}
#sidenavi .menu ul li a:hover,
#sidenavi .menu ul li a:active{
	color: #66CCFF;
	text-decoration:underline;
}
#sidenavi .menu ul.children li{
	padding-left:15px;
}

#news_box{
	width:280px;
	height:110px;
	position:relative;
	background: url(../images/news_bg.jpg) no-repeat;
	margin-bottom:30px;
}
#main #news_box ul{
	position:relative;
	top:34px;
	left:0px;
	margin:0px 0px 0px 20px;
	padding:0px;

}
#main #news_box ul li{
	height:24px;
	list-style-type:none;

}


/* #main */

#main{
	width: 680px;
	float: left;
	display: inline;
	margin-left: 15px !important;
	margin-left: 10px;
	border-right: 1px solid;
	background-color: #FFF;
	border-color: #E9E9E9;
}

#main .breadcrumbs{
	float:left;
	margin:0px 0px 10px 5px;
}

#main #features{
	float: left;
	position:relative;
	margin-bottom:10px;
}
#main .top_box{
	float: left;
	position:relative;
	margin-right:10px;
	margin-bottom:10px;
}
#main #top_access{
	float: left;
	position:relative;
	margin-bottom:10px;
}
#main #top_access #access_btn{
	height:30px;
	width: 310px;
	padding-bottom:0px;
	position:absolute;
	left:22px;
	top:146px;
}
#top_left{
	float:left;
	width:372px;
}
#top_right{
	float:left;
	width:280px;
}

#main h1{
	width:auto;
	color: #1C4F7C;
	font-size: 2em;
	background-repeat:no-repeat;
	clear:both;
	background: url(../images/h1_bg.jpg) left center no-repeat;
	margin: 10px 0 30px 0px;
	padding: 0 0 5px 15px;
}
#main h1 span{
	line-height:5px;
	color: #9D9E8C;
	font-size:8px;
	margin-left:12px;
}

#main h1 span.type01{
	line-height:5px;
	color: #1C4F7C;
	font-size:10px;
	margin-left:5px;
}

#main h1.img_h1{
	text-indent:0px;
	padding:0px;
	background-image:none;
}

#main div#top_left p{
	margin:0px 0px 0px 5px;
}
#main div#top_left p.big_pink{
	font-size:35px;
	color:#4169E1;
}

#main .h2_area .box_block{
	overflow: hidden;
	zoom: 1;
	width: 660px;
	margin-bottom:10px;


}
#main .h2_area .box_block .box{
	margin-right:10px;
	float: left;
	display: inline;
	width: 320px;
	height:120px;
	background-image:url(../images/box_bg.jpg);
	background-repeat:no-repeat;
	}
#main .h2_area .box_block .boxright{
	float: left;
	display: inline;
	width: 320px;
	height:120px;
	background-image:url(../images/box_bg.jpg);
	background-repeat:no-repeat;

}
#main .h2_area .box_block h3{
	color: #333333;
	padding:7px 0px 0px 10px;
	margin-top:0px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.1em;
}
#main .h2_area .box_block h3 a{
	text-decoration:none;
	color: #333333;
}


#main .h2_area .box_block p{
width:193px;
padding:0px 10px 0px 0px;
font-size:85%;

}
#main .h2_area .box_block .thumb{
	position:absolute;
	margin-left: 205px;
	margin-top: -7px;
}
#main .h2_area .box_block .thumb img{
	display: block;
}

#main .h2_area .box_block .details{
	margin: -15px 0 0 108px;
}
#main .h2_area .box_block .details a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
	height: 25px;
	width: 89px;
	background: url(../images/box_block_details.jpg) no-repeat 0 0;
}
#main .h2_area .box_block .details a:hover{
	background: url(../images/box_block_details_on.jpg) no-repeat 0 0;
}
#main .h2_area h2{
	font-size: 1.308em;
	line-height: 1.059em;
	color: #FFFFFF;
	font-weight: normal;
	padding: 12px 0 12px 25px;
	margin: 0 -20px 20px 0px;
	width: 660px;
	background: url(../images/h2_bg.jpg) no-repeat 0 0;
}

#main .h2_area h2 a{
	color: #FFFFFF;
}

#main .h2_area h2 a:hover{
	color: #2E63EF;
}

#main .h2_area h3{
	color: #666666;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: normal;

	font-size: 1.2.em;
	text-indent: 0px;
	padding: 2px 0 5px 33px;
	background: url(../images/icon_01.jpg) no-repeat 3px 38%;
	clear: both;
	font-size: 1.2em;
}

#main .h2_area h4{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.1em;
	text-indent: 0px;
	padding: 7px 0 7px 10px;
	margin: 15px 5px 15px 5px;
	clear: both;
	background-color: #AFAFAF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	letter-spacing: 2px;
}



#main .h2_area h6{
	color: #666666;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.1em;
	text-indent:0px;
	padding: 2px 0 5px 32px;
	background: url(../images/h4.png) no-repeat 3px 38%;
	border-bottom: 1px solid #ccc;
	margin: 15px 5px;
	clear: both;
}

#main .h2_area p{
	margin-left: 10px;
	margin-bottom: 20px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 190%;
}
#main strong{
	color: #555555;
}

#main img.left{
	float:left;
	margin:8px 8px 8px 3px;
	display: block;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid;
	border-color:#B7B7B7;
}

#main img.right{
	float: right;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #B7B7B7;
	margin: 12px 5px 20px 18px;
}
#main ul{
	margin-left:30px;
}
#main ul li{
	list-style-type:circle;
}
#main ol{
	margin-left:30px;
}
#main ol li{
	list-style-type:decimal;
}
#main .page_top{
	margin-top:15px;
	margin-right:10px;
	overflow: hidden;
	zoom: 1;
	clear: both;
}
#main .page_top a{
	float: right;
	display: block;
	overflow: hidden;
	zoom: 1;
	height: 24px;
	width: 116px;
}
#main .page_top img{
	padding: 0;
	border:none;
}
#main table{
	border: 1px solid #D4CFCF;
	margin-left: 0px;
	width: 640px;
	clear: both;

}
#main table th{
	background-color: #999999;
	color: #ffffff;
	font-weight: normal;
	border: 1px solid #D4CFCF;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}

#main table td{
	border: 1px solid #D4CFCF;
	padding: 10px;
	text-align: center;
}

#main table.bordernone,
#main table.bordernone td{
	border:none;
	padding: 0;
}

#main table.pricelist{
	width:600px;

}
#main table.pricelist td,
#main table.pricelist th{
	width:300px;
}
#main table.pricelist th.long_text{
	width:400px;
}
#main table.taisei{
	width:500px;

}
#main table.taisei th{
	width:230px;
}
#main table.shorei{
	width:380px;

}
#footer{
	width: 960px;
	margin: 20px auto;
	overflow: hidden;
	zoom:1;
	position:relative;
	background-color:#fff;
	-webkit-box-shadow: 3px 3px 4px 0px #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 4px 0px #ccc; /* Firefox用 */
	box-shadow: 3px 3px 4px 0px #ccc; /* CSS3 */
	-webkit-border-radius: 0px;    /* Safari,Google Chrome用 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=7,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=7,enabled=true); /* IE5.5+ */
	padding: 10px 0px 5px;
	border-top: 10px solid;
	border-color: #5676D9;
}

#footer p span{
	font-size:35px;
	color:#4169E1;
}

#footer img.left
{
	float:left;
	margin: 0 20px 0 5px;
}


#main table.time_table{
	float: left;
	width:360px;
	margin:15px 0px 0px 0px;
}
#main table.time_table table{
	border: 1px solid #D4CFCF; 
}
#main table.time_table th,
#main table.time_table td{
	border: 1px solid #D4CFCF; 
}
#main table.time_table thead th{
	background-color: #4169e1;
	color:  #fff;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
#main table.time_table thead th.first{
	border-left: 1px solid #D4CFCF;
}
#main table.time_table thead th.last{
	border-right: 1px solid #D4CFCF;
}
#main table.time_table tbody th{
	background-color: #ffffff;
	vertical-align: middle;
	padding: 5px 10px 5px 8px;
	color:#666666;
}
#main table.time_table tbody td{
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	padding: 5px 9px;
	font-size: 1em;
	line-height: 1.053em;
	color:#01115E;
}
#main table.time_table tbody td.small{
	font-size: 0.769em;
}
#main table.time_table .text{
	margin-top: 10px;
}
#footer_contents_right{
	width: 500px;
	padding-top: 9px;
	padding-bottom:10px;
	float:right;
	overflow: hidden;
	zoom:1;
	position:relative;
}

#footer .site_links{
	float:left;
	width: 600px;
	line-height: 1.077em;
	clear:both;
	text-align:center;
	padding:7px
}
#footer .site_links li{
	float: left;
	*white-space: nowrap;
	border-right: 1px solid #11456C;
	padding: 0 6px;
}

#footer .site_links li a:hover{
	text-decoration: underline;
}
#footer .site_links li.first{
	border-left: none;
	padding-left: 0;
}
#footer .site_links li.last{
	border-right: none;
	padding-right: 0;
}

#footer #copyright{
	padding:8px 0px 0px 0px;
	width: 195px;
	float:right;
}

img.insta {
	float: left;
	padding-right: 38px;
	width: 6%;
	margin-top: 16px;
}

#main img.alignnone{
margin-right:5px;
	border:none;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid;
	border-color:#B7B7B7;
}

#main img.alignright {
	float: right;
	margin: 0 0 20px 10px;
	display: block;
	border:none;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid;
	border-color:#B7B7B7;	
}

#main img.alignleft {
	float: left;
	margin: 0 10px 20px 0;
	display: block;
	border:none;
	padding: 3px;
	background-color: #ffffff;
	border:1px solid;
	border-color:#B7B7B7;
}
#main img.aligncenter {
	margin-top:0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	display:block;
	border:none;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid;
	border-color:#B7B7B7;
}

.border-bottom
{
	border-bottom: 1px #E3E3E3 solid;
	padding: 0 0 10px 0;
	margin: 0 0 10px;
	width: 645px;
}
	
#pan_box{
	float:left;
	width: 660px;
	height:35px;
	overflow: hidden;
	position:relative;
	margin: 0px 0 20px 0px;
}

/*ぱんくずメニュー*/
#pan_box #pan_list {
	margin: 0px;
}

#pan_box #pan_list #breadcrumbslist {
	list-style: none;
	clear:both;
	font-size: 93%;
	height: 30px;
	margin: 10px 0;
}
#pan_box #pan_list #breadcrumbslist li{
	list-style: none;
	float:left;
}
#pan_box #breadcrumbslist li.home {
	background: url(../images/pankuzu_bg.jpg) no-repeat 10px 40%;
	padding-left: 28px;
	list-style: none;
}
#pan_box #breadcrumbslist li a, #breadcrumbslist li span {
	display: block;
	background: url(../images/arw.gif) no-repeat right center;
	padding: 10px 28px 10px 5px;
	list-style: none;
}
#pan_box #breadcrumbslist li.current a, #breadcrumbslist li.current span {
	background-image: none;
}

/* --margin-- */
.m0 { margin:0px!important;}

.mt04 { margin-top:4px!important; }
.mt05 { margin-top:5px!important; }
.mt10 { margin-top:10px!important; }
.mt12 { margin-top:12px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }
.mt25 { margin-top:25px!important; }
.mt30 { margin-top:30px!important; }
.mt35 { margin-top:35px!important; }
.mt40 { margin-top:40px!important; }
.mt80 { margin-top:80px!important; }

.mr05 { margin-right:5px!important; }
.mr07 { margin-right:7px!important; }
.mr10 { margin-right:10px!important; }
.mr12 { margin-right:12px!important; }
.mr13 { margin-right:13px!important; }
.mr15 { margin-right:15px!important; }
.mr16 { margin-right:16px!important; }
.mr20 { margin-right:20px!important; }
.mr25 { margin-right:25px!important; }
.mr30 { margin-right:30px!important; }
.mr35 { margin-right:35px!important; }
.mr37 { margin-right:37px!important; }
.mr46 { margin-right:46px!important; }

.mb02 { margin-bottom:2px!important; }
.mb04 { margin-bottom:4px!important; }
.mb05 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb60 { margin-bottom:60px!important; }

.ml01 { margin-left:1px!important; }
.ml05 { margin-left:5px!important; }
.ml10 { margin-left:10px!important; }
.ml13 { margin-left:13px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml25 { margin-left:25px!important; }
.ml30 { margin-left:30px!important; }
.ml35 { margin-left:35px!important; }
.ml45 { margin-left:45px!important; }
.ml55 { margin-left:55px!important; }
.ml60 { margin-left:60px!important; }
.ml120 { margin-left:120px!important; }
.ml415 { margin-left:415px!important; }
.ml525 { margin-left:525px!important; }

/*IE6*/
* html .ml13 { margin-left:06px!important; }

/* --padding-- */
.p0 { padding:0px!important; }
.p20{padding:20p !important;}

.pt05 { padding-top:5px!important; }
.pt10 { padding-top:10px!important; }
.pt15 { padding-top:15px!important; }
.pt20 { padding-top:20px!important; }
.pt25 { padding-top:25px!important; }
.pt30 { padding-top:30px!important; }
.pt35 { padding-top:35px!important; }

.pr05 { padding-right:5px!important; }
.pr10 { padding-right:10px!important; }
.pr15 { padding-right:15px!important; }
.pr20 { padding-right:20px!important; }
.pr25 { padding-right:25px!important; }
.pr30 { padding-right:30px!important; }
.pr35 { padding-right:35px!important; }

.pb05 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb15 { padding-bottom:15px!important; }
.pb20 { padding-bottom:20px!important; }
.pb25 { padding-bottom:25px!important; }
.pb30 { padding-bottom:30px!important; }
.pb35 { padding-bottom:35px!important; }
.pb42 { padding-bottom:42px!important; }

.pl05 { padding-left:5px!important; }
.pl10 { padding-left:10px!important; }
.pl15 { padding-left:15px!important; }
.pl20 { padding-left:20px!important; }
.pl25 { padding-left:25px!important; }
.pl30 { padding-left:30px!important; }
.pl35 { padding-left:35px!important; }
.pl45 { padding-left:45px!important; }
.pl75 { padding-left:75px!important; }
.pl100 { padding-left:100px!important; }

.box
{
	width: 323px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid;
	border-color: #B7B7B7;
	padding: 0 0 10px 0;
}

.content_wrap .box
{
	width: 323px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid;
	border-color: #B7B7B7;
	padding: 0 0 10px 0;
}


#main .h2_area .box h2,
.content_wrap .box h2
{
	background-color:#999999;
	background-image: none;
	width: 319px;
	padding: 10px 0 10px 5px;
	line-height: 110%;
}
	
	
#main .h2_area .box .details,
.content_wrap .box .details{
	margin: -5px 0 0 220px;
}
#main .h2_area .box .details a,
.content_wrap .box .details a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
	height: 25px;
	width: 89px;
	background: url(../images/box_block_details.jpg) no-repeat 0 0;
}
#main .h2_area .box .details a:hover,
.content_wrap .box .details a:hover{
	background: url(../images/box_block_details_on.jpg) no-repeat 0 0;
}
#main .h2_area .box img,
#contents .pl15.pr15 .content_wrap .box img {
	border: 1px solid #efefef;
	padding: 3px;
	float: left;
	margin: 0 10px 0 0;
}


.box_case
{
	width: 655px;
	float: left;
	margin: 0 10px 40px 0;
	border: 1px solid;
	border-color: #B7B7B7;
	padding: 0 0 10px 0;
}
#main .h2_area .box_case h2
{
	background-color:#666666;
	background-image: none;
	width: 652px;
	padding: 10px 0 10px 5px;
	line-height: 110%;
}
	
	
#main .h2_area .box_case .details{
	margin: -5px 0 0 0px;
}
#main .h2_area .box_case .details a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
	height: 50px;
	width: 420px;
	margin: 0 auto;
	background: url(../images/box_block_details_case.jpg) no-repeat 0 0;
}
#main .h2_area .box_case .details a:hover{
	background: url(../images/box_block_details_case_on.jpg) no-repeat 0 0;
}





.h2_area .box_1 {
	width: 95%;
	margin: 0 auto 10px auto;
	padding: 5px 3px;
	border: 5px solid #FA9985;
	background-color: #FFF7F7;
}

.h2_area .box_2 {
	width: 94%;
	margin: 0 auto 40px 5px;
	padding: 10px 3px 2px 0px;
	border: 5px solid #cfcfcf;
	background-color: #F7FBFF;
}

.h2_area .box_3 {
	width: 95%;
	margin: 0 auto 35px 5px;
	padding: 10px 3px 0;
	border: 1px dotted;
	background-color: #FCFCFC;
	border-color: #666;
}

.h2_area .box_4 {
	width: 95%;
	margin: 0 auto 10px 0;
	padding: 5px 3px;
	border: 1px solid;
	background-color: #F2F5FD;
	text-align: center;
	border-color: #204BCD;
}
.h2_area .box_5 {
	width: 98%;
	margin: 0 auto 10px 0;
	padding: 5px 3px;
	border: 1px solid;
	background-color: #F7FBFB;
	border-color: #D2CFCF;
	font-size: 11px;
}

#main .h2_area h5 {
	font-size: 15px;
	color: #142F7E;
	padding: 0 0 0 12px;
	margin: 10px 0 15px 0;
	font-weight: bold;
}

#main .h2_area .box_1 p,
#main .h2_area .box_2 p,
#main .h2_area .box_3 p,
#main .h2_area .box_4 p
{
	margin: 2px 0 5px 0;
	padding: 5px 1px 5px 7px;
}

#contents .box_1 {
	width: 95%;
	margin: 0 auto 10px auto;
	padding: 5px 3px;
	border: 5px solid #FA9985;
	background-color: #FFF7F7;
}

#contents .box_2 {
	width: 94%;
	margin: 0 auto 40px 5px;
	padding: 10px 3px 2px 0px;
	border: 5px solid #cfcfcf;
	background-color: #F7FBFF;
}

#contents .box_3 {
	width: 95%;
	margin: 0 auto 35px 5px;
	padding: 10px 3px 0;
	border: 1px dotted;
	background-color: #FCFCFC;
	border-color: #666;
}

#contents .box_4 {
	width: 95%;
	margin: 0 auto 10px 0;
	padding: 5px 3px;
	border: 1px solid;
	background-color: #F2F5FD;
	text-align: center;
	border-color: #204BCD;
}
#contents .box_5 {
	width: 98%;
	margin: 0 auto 10px 0;
	padding: 5px 3px;
	border: 1px solid;
	background-color: #F7FBFB;
	border-color: #D2CFCF;
	font-size: 11px;
}

#contents h5 {
	font-size: 15px;
	color: #142F7E;
	padding: 0 0 0 12px;
	margin: 10px 0 15px 0;
	font-weight: bold;
}

#contents .box_1 p,
#contents .box_2 p,
#contents .box_3 p,
#contents .box_4 p
{
	margin: 2px 0 5px 0;
	padding: 5px 1px 5px 7px;
}


#main .h2_area .box_5 p
{
	font-size: 11px;
}

#main .h2_area table tr td.text {
	text-align: left;
}
#main #top_left h1 {
	font-size: 14px;
	background: none;
	text-indent: 0px;
	margin: 10px 0;
	font-weight: bold;
}
#main .h2_area table tr td p.alignleft {
	text-align: left;
	margin: 0;
}

#main .h2_area .box .aligncenter img {
	width: 285px;
	margin: 0 auto 15px 3px;
	clear: both;
	border-color:#B7B7B7;
}

#contents .pl15.pr15 .left {
	float: left;
	border: 1px solid #efefef;
	padding: 3px;
	margin: 0 20px 10px 0;
}
#contents .pl15.pr15 .right {
	float: right;
	border: 1px solid #efefef;
	padding: 3px;
	margin: 0 20px 10px 0;
}


#contents .pl15.pr15 h2
{
	font-size: 22px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 210%;
	margin: 0 0 15px;
	border-top: 4px solid #ccc;
	padding: 15px 0 12px 0;
	border-top-color: #1F4BCC;
	border-bottom: 1px solid #ccc;
}
#contents .pl15.pr15 h2 span
{
	font-size: 15px;
}

#contents .pl15.pr15 h3
{
	border-left: 5px solid  #06C;
	padding: 10px;
	font-size: 20px;
	margin: 10px 0 20px;
}

#contents .pl15.pr15 h4
{
	border-bottom: 1px solid #efefef;
	padding: 10px 0;
	font-size: 18px;
	margin: 10px 0 10px 0;
}

#contents .pl15.pr15 p
{
	line-height: 170%;
	margin: 0 0 5px;
	font-size: 14px;
}

#contents .pl15.pr15 .box
{
	width: 293px;
	margin: 0 15px 15px 0;
	border: #efefef 1px solid;
	border-top: 5px solid;
	border-top-color: #666666;
	padding: 10px 0 0 0;
}

#contents .pl15.pr15 .box .text_area,
#contents .pl15.pr15 .box_last .text_area
{
	border: 1px solid #efefef;
	padding: 10px;
}

#contents .pl15.pr15 .box_last{
	width: 295px;
	float: left;
	margin: 0;
	border: none;
	border-top: 5px solid;
	border-top-color: #666666;
	padding: 10px 0 0 0;
}

#contents .pl15.pr15 .box img,
#contents .pl15.pr15 .box_last img
{
	border: 1px solid #efefef;
	padding: 3px;
	margin: 0 auto 10px 4px;
}
#contents .pl15.pr15 .box .text_area h2,
#contents .pl15.pr15 .box_last .text_area h2 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-top: none;
}

#contents .left_area
{
	float: left;
	height: 200px;
}

#contents .right_area
{
	float: right;
	width: 620px;
}

#contents .pl15.pr15 .box_case
{
	width: 450px;
	float: left;
	margin: 0 12px 40px 0;
	border: 1px solid;
	border-color: #B7B7B7;
	padding: 0 0 15px 0;
	box-sizing:border-box;
}
#contents .pl15.pr15 .box_case h2
{
	background-image: none;
	width: 440px;
	padding: 13px 0 13px 10px;
	line-height: 110%;
	font-size: 17px;
}
#contents .pl15.pr15 .box_case h4
{
	border-left: 4px solid #06C;
	margin: 15px 0 10px 7px;
	padding: 5px 0 5px 10px;
}

#contents .pl15.pr15 .box_case p
{
	padding: 5px 10px;
}
	
#contents .pl15.pr15 .box_case .details{
	margin: -5px 0 0 0px;
}
#contents .pl15.pr15 .box_case .details a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
	height: 50px;
	width: 420px;
	margin: 0 auto;
	background: url(../images/box_block_details_case.jpg) no-repeat 0 0;
}
#contents .pl15.pr15 .box_case .details a:hover{
	background: url(../images/box_block_details_case_on.jpg) no-repeat 0 0;
}


#main .h2_area table td.alignleft {
	text-align: left;
}

.h2_area .entry-content img
{
	max-width: 520px !important;
	height: auto;
}

#tab li {

  float: left;
  padding: 10px;
  list-style: none;
  cursor: pointer;
}

#tab li.select {
}

.disnon {
  display: none;
}

.content_wrap {
	clear: left;
	width: 99%x;
	height: auto;
	/* [disabled]color: #fff; */
	padding: 30px 0 0 0;
}

.pl15 table{
	border: 1px solid #D4CFCF;
	margin-left: 0px;
	width: 98%
	clear: both;

}
.pl15 table th{
	background-color: #999999;
	color: #ffffff;
	font-weight: normal;
	border: 1px solid #D4CFCF;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}

.pl15 table td{
	border: 1px solid #D4CFCF;
	padding: 10px;
	text-align: left;
}

.pl15 table.bordernone,
.pl15 table.bordernone td{
	border:none;
	padding: 0;
}

/* 4# font_size -----------------------------------------------*/

.font_size_5 { font-size: 5px!important; }
.font_size_6 { font-size: 6px!important; }
.font_size_7 { font-size: 7px!important; }
.font_size_8 { font-size: 8px!important; }
.font_size_9 { font-size: 9px!important; }
.font_size_10 { font-size: 10px!important; }
.font_size_11 { font-size: 11px!important; }
.font_size_12 { font-size: 12px!important; }
.font_size_13 { font-size: 13px!important; }
.font_size_14 { font-size: 14px!important; }
.font_size_15 { font-size: 15px!important; }
.font_size_16 { font-size: 16px!important; }
.font_size_17 { font-size: 17px!important; }
.font_size_18 { font-size: 18px!important; }
.font_size_19 { font-size: 19px!important; }
.font_size_20 { font-size: 20px!important; }
.font_size_21 { font-size: 21px!important; }
.font_size_22 { font-size: 22px!important; }
.font_size_23 { font-size: 23px!important; }
.font_size_24 { font-size: 24px!important; }
.font_size_25 { font-size: 25px!important; }
.font_size_26 { font-size: 26px!important; }
.font_size_27 { font-size: 27px!important; }
.font_size_28 { font-size: 28px!important; }
.font_size_29 { font-size: 29px!important; }
.font_size_30 { font-size: 30px!important; }
.font_size_31 { font-size: 31px!important; }
.font_size_32 { font-size: 32px!important; }
.font_size_33 { font-size: 33px!important; }
.font_size_34 { font-size: 34px!important; }
.font_size_35 { font-size: 35px!important; }
.font_size_36 { font-size: 36px!important; }
.font_size_37 { font-size: 37px!important; }
.font_size_38 { font-size: 38px!important; }
.font_size_39 { font-size: 39px!important; }
.font_size_39 { font-size: 40px!important; }

#contents .pl15.pr15 table.hikaku th p
{
	font-size: 18px;
}
#contents .pl15.pr15 table.hikaku th.color_01
{
	background-color: #C1C0C2;
}

#contents .pl15.pr15 table.hikaku th.color_02
{
	background-color: #1F4BCC;
}

#contents .pl15.pr15 table.hikaku p
{
	font-size: 18px;
}
#contents .pl15.pr15 table.hikaku td.color_01
{
	background-color: #EBF3FF;
}
#contents .pl15.pr15 table.hikaku td.color_01 p
{
	font-size: 30px;
	font-weight: normal;
}

#contents .pl15.pr15 table.hikaku td.color_01 p span
{
	color: #F00;
	font-size: 30px;
}

.foot_box{
	width:100%;
	box-sizing:border-box;
	clear:both;
	padding-top:20px;
}
.foot_box h3{
	width: 660px;
	font-size:16px;
	color: #69A7DD;
	border-left:2px solid #69A7DD;
	font-weight: normal;
	padding: 0 0 0 8px;
	margin: 20px 0 10px 0px;
}



@media screen and (max-width : 768px) {
	#contents .pl15.pr15 .box_case p{
		
	font-size:12px;
	}
}





/*0114トップページバナー追加　スタート*/

  div.topbanner  {
           text-align: center;
           
        }

/*0114トップページバナー追加　エンド*/

.side-img { display:flex; justify-content: space-between; margin-bottom: 40px; }
.left-wrap { width: 100%; margin: 0 auto; text-align: center; }
.right-wrap { width: 100%; margin: 0 auto; text-align: center; }
