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

.breadcrumbs {
	background-color: #e6e6e6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	clear: both;
	overflow: hidden;
	background-image: url(../sp_img/breadcrumbs_bg.png);
	background-size: 20px 30px;
	background-repeat: no-repeat;
	background-position: 63px center;
	
}
.breadcrumbs ul .home, article section.box .caption {
	display: none;
}
.breadcrumbs ul li {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
}
/* ============================== 
h2.pagetitle
==============================*/
article h2.pagetitle {
	height:0;
	padding-top:22.5%;
	background:url('../sp_img/cover04.png') 0 0 no-repeat;
	background-size:contain;
	overflow: hidden;
}
section.box01, section.box02 {
	margin-top: 20px;
	margin-bottom: 5px;
}
.box01 h4, .box02 h4 {
	background-image: url(../sp_img/bg_box01_h4.png);
	background-size: 100% 39px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 37px;
	padding-right: 3%;
	padding-left: 3%;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 2px;
}



.box01 dl, .box02 dl {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.box01 dl dt, .box02 dl dt {
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3b3b3;
	font-weight: bold;
	
}
.box01 dl dd, .box02 dl dd {
	padding-bottom: 10px;
}
.box_link {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.box_link ul {
}
.box_link ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.box_link ul li a {
	background-image: url(../../sp_img/menu_red.png);
	background-size: 5px 8px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
