@charset "UTF-8";

/* content
----------------------------------------------------*/
#content {
	background: url(../img/content_bg.png) repeat left top;
	background-size: 15px;
	position: relative;
	overflow: hidden;
}

/* !breadcrumb
--------------------------------------------------- */
#breadcrumb {
	display: none;
}

/* mainvisual
-+--------------------------------------------------*/
#mainvisual {
	margin: 0 auto;	
	padding: 0 0 0;
}

/* wrap
----------------------------------------------------*/
#wrap{
	position: relative;
	background:#448aca;
	padding: 20px 0 20px;
	-webkit-box-shadow:0px 5px 0px 0px rgba(255,255,255,.4) inset;
	-moz-box-shadow:0px 5px 0px 0px rgba(255,255,255,.4) inset;
	box-shadow:0px 5px 0px 0px rgba(255,255,255,.4) inset;

}

/* wrapInner
----------------------------------------------------*/
#wrapInner{
	margin: 0 10px 0 8px;

	-webkit-box-shadow:0px 4px 0px 0px rgba(48,98,143,.5);
	-moz-box-shadow:0px 4px 0px 0px rgba(48,98,143,.5);
	box-shadow:0px 4px 0px 0px rgba(48,98,143,.5);

}





/* maincontents
----------------------------------------------------*/
#maincontents{
	position: relative;
	background: #fff;
	border-radius: 4px;
	padding: 5% 5% 30px 8%;
}


#maincontents:before{
	content: " ";
	position:absolute;
	width: 26px;
	height: 97%;
	background:url(../img/contentInner_bg_sp.png) repeat-y left top;
	background-size: 26px;
	left: -8px;
	top: 2%;
}

#maincontents .inner{
	position: relative;
	background: url(../img/contentInner_bg02.png) repeat left top;
	background-size: 40px;
}

#maincontents h1{
	margin-top: 0;
	margin-bottom: 25px;
}

#maincontents h1 span{
	display: block;
	color: #eb4343;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#maincontents p{
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.6;
}

#maincontents p.photo{
	width: 80%;
	margin: 8% auto 0;
}


#maincontents ul{
	list-style-type: none;
}

#maincontents ul li{
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.6;
	position: relative;
	padding-left: 13px;
}

#maincontents ul li:before{
	content: " ";
	background:#448aca;
	height: 7px;
	width: 7px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0.5em;
}

#maincontents .checksheet {
	background: #f8f1d7;
	position: relative;
	padding: 20px;
	margin-top: 40px;
	margin-right: 10px;
}

#maincontents .checksheet:before {
	content: " ";
	background: url(../img/checksheet_bg.png) no-repeat center center;
	background-size: 36px;
	position: absolute;
	width: 36px;
	height: 36px;
	top: -10px;
	right: -10px;
}

#maincontents .checksheet:after {
	content: " ";
	background: url(../img/checksheet_bg.png) no-repeat center center;
	background-size: 36px;
	position: absolute;
	width: 36px;
	height: 36px;
	bottom: -10px;
	left: -10px;
}


#maincontents .checksheet ul li{
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	padding-left: 25px;
}

#maincontents .checksheet ul li:first-child{
	margin-top: 0px;
}

#maincontents .checksheet ul li:before{
	background: url(../img/icon_check.png) no-repeat center center;
	background-size: 15px;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0.2em;
}

/*---------------------------------------*/
#maincontents .memobox {
	background: #f8f1d7;
	position: relative;
	padding: 20px;
	margin-top: 40px;
	margin-right: 10px;
}

#maincontents .memobox:before {
	content: " ";
	background: url(../img/checksheet_bg.png) no-repeat center center;
	background-size: 36px;
	position: absolute;
	width: 36px;
	height: 36px;
	top: -10px;
	right: -10px;
}

#maincontents .memobox:after {
	content: " ";
	background: url(../img/checksheet_bg.png) no-repeat center center;
	background-size: 36px;
	position: absolute;
	width: 36px;
	height: 36px;
	bottom: -10px;
	left: -10px;
}



#maincontents .memobox dl{
	margin-top: 15px;
}

#maincontents .memobox dl.company dt:before{
	position: absolute;
	left: 0;
	width: 35px;
	height: 23px;
	content: " ";
	background: url(../../img/icon_office.png) no-repeat center center;
}


#maincontents .memobox dl.people dt:before{
	position: absolute;
	left: 0;
	width: 35px;
	height: 27px;
	content: " ";
	background: url(../../img/icon_people.png) no-repeat center center;
}

#maincontents .memobox dl dt{
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	padding-left: 44px;
	position: relative;
}

#maincontents .memobox ol {
	margin-top: 10px;
	margin-left: 1.5em;
}

#maincontents .memobox ol li{
	font-size: 15px;
	margin-top: 5px;
	font-weight: bold;

}


#maincontents .memobox ul {

	margin-top: 10px;
}

#maincontents .memobox ul li{
	font-size: 13px;
	margin-top: 5px;
	padding-left: 20px;
}

#maincontents .memobox ul li:first-child{
	margin-top: 0px;
}

#maincontents .memobox ul li:before{
	content: " ";
	background:#448aca;
	height: 7px;
	width: 7px;
	border-radius: 100%;
	position: absolute;
	left: 0.5em;
	top: 0.5em;
}



#maincontents .pageLinks {
	margin-top: 20px;

	text-align: center;
}

#maincontents .pageLinks p {
	display: none;
	
}

#maincontents .pageLinks ul{
	overflow: hidden;
}

#maincontents .pageLinks ul li{
	padding: 0 0 3px;
	margin: 8px 0 0;
}

#maincontents .pageLinks ul li:before{
	display: none;
}

#maincontents .pageLinks ul li a{
	display: block;
	background: #dc573f;
	padding: 10px 10px 10px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border-radius: 3px;
	-webkit-box-shadow:0px 3px 0px 0px #b12c1f;
	-moz-box-shadow:0px 3px 0px 0px #b12c1f;
	box-shadow:0px 3px 0px 0px #b12c1f;
}


#maincontents .pageLinks ul li a:before{
	content: " ";
	background: url(../img/icon_arrow01_prev.png) no-repeat center center;
	background-size: 7px;
	height: 14px;
	width: 7px;
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#maincontents .pageLinks ul li:last-child a{
	padding: 10px 20px 10px 10px;
}

#maincontents .pageLinks ul li:last-child a:before{
	content: " ";
	background: url(../img/icon_arrow01.png) no-repeat center center;
	background-size: 7px;
	height: 14px;
	width: 7px;
	position: absolute;
	left: auto;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
}


#maincontents .pageLinks ul li:hover{
	padding: 3px 0 0;
}

#maincontents .pageLinks ul li a:hover{
	margin-top: 0;
	background: #be432d;

	color: rgba(255,255,255,.6);

	-webkit-box-shadow:0px 0px 0px 0px #b12c1f;
	-moz-box-shadow:0px 0px 0px 0px #b12c1f;
	box-shadow:0px 0px 0px 0px #b12c1f;
}




#maincontents .pageLinks ul li a:hover:before{
	top: 3px !important;
}

/* subcontents
----------------------------------------------------*/
#subcontents{
		background: #fff;
	border-radius: 4px;
	position: relative;
	padding: 5% 5% 30px 8%;
	margin-top: 3%;
}


#subcontents:before{
	content: " ";
	position:absolute;
	width: 26px;
	height: 97%;
	background:url(../img/contentInner_bg_sp.png) repeat-y left top;
	background-size: 26px;
	left: -8px;
	top: 2%;
}

#subcontents .inner{
	position: relative;
	background: url(../img/contentInner_bg02.png) repeat left top;
	background-size: 40px;
}
#subcontents h2{
	max-width: 215px;
	margin: 0;
	padding: 0;
}

#subcontents .localNavi{
	margin-top: 20px;
}

#subcontents .localNavi li{
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
	margin-top: 12px;
}

#subcontents .localNavi li a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #222;
	padding-bottom: 8px;
	position: relative;
	padding-left: 18px;
}

#subcontents .localNavi li a:before{
	content: " ";
	position: absolute;
	background: url(../img/icon_arrow02.png) no-repeat center center;
	background-size: 8px;
	height: 18px;
	width: 8px;
	left: 0;
	top: 0.1em;
}

#subcontents .localNavi li.on a{
	color: #dc573f;
}


#subcontents .localNavi li.on a:before{
	content: " ";
	position: absolute;
	background: url(../img/icon_arrow03.png) no-repeat center center;
	background-size: 8px;
	height: 18px;
	width: 8px;
	left: 0;
	top: 0.1em;
}





#subcontents .localNavi li br{
	display: none;
}



#subcontents .links {
	margin-top: 20px;
}

#subcontents .links li{
	list-style-type: none;
	margin-top: 10px;
}

#subcontents .banner {
	margin-top: 25px;
}



/* footLinks
------------------------------------------------------------------------*/
#footBox {
	margin:5% auto;
	max-width: 740px;
	background: #fff;
	padding: 15px;
	border-top: 5px solid #76a3cd;
	border-bottom: 5px solid #76a3cd;
}

#footBox h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
}

#footBox ul{
	margin: 5px 0 0 1.5em;
	padding: 0;
}

#footBox ul li{
	font-size: 13px;
	margin-top: 10px;
}

