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

body{padding:0;margin:0 auto;position: relative;
}

a img,img a{border:none;text-decoration:none;}
img{border:0; margin:0; padding:0;}
.flocle{clear:both;}
hr {
	margin-top: 20px;
}



/* site_link */
ul#site_link {background-color:#180e0f; width: 100% !important; display: block; height: auto; border-bottom: 1px solid #000;margin: 0 auto;padding: 0.1em 0;text-align: center;}
ul#site_link li {color: #9e9899; display: inline; background-color:#180e0f; margin: 0 20px; list-style-type: none; font-size: 11px; font-size: 1.1rem; padding: 0; letter-spacing: 0;}
ul#site_link li a {color: #9e9899; text-decoration: none;}
ul#site_link li a:hover {background-color:#180e0f; color: #fff !important; text-decoration: none;}
a.site_link_tooltip span {display:none; padding:5px; margin-left:0; z-index: 100;font-size: 10px; border: 1px solid #333;}
a.site_link_tooltip:hover span{display:inline; position:absolute; top: 23px !important; background:#180e0f; color:#fff;}
/* site_link */


#header {
	background: #252b33;
}

#header_in {
	text-align: center;
	margin: 0 auto;
	display: block;
}

#header_mb {
	display: none;
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	padding: 2em;
}

#container {
	width: 980px;
	margin: 2em auto 0;
}


#mokuji {
	float: left;
	width: 96px;
}

a#sma_pdf {
	width: 60px;
	height: 67px;
	background: url("../images/side_navi.png") left top no-repeat;
	display: block;
	float: right;
	margin-right: 0.7em;
}
a#sma_pdf:hover {
	background: url("../images/side_navi.png") right top no-repeat;
}



.row {
	clear: both;
}


.four.columns {
	text-align: left;
}

.four.columns a {
	color: #666;
	text-decoration: none;
	border: 1px solid #c6c6c6;
	padding: 1.5em;
	display:block;
	height: 110px;
}
.four.columns a:hover {
	text-decoration: none;
	border: 1px solid #e64c30;
}
.four.columns p {

}


.top_number {

	padding: 0 0 0;
	color: #1a1314;
}
.four.columns a:hover .top_number {
	color: #e64c3;
}





#contents {
	text-align: left;
	padding: 0 2.5em 2.5em !important;
	background-color: #fff;
}




p {
	padding: 0;
}
p img {
	padding: 0.5em;
	margin: 0 auto;
}

dt {
	font-weight: bold;
}


ul#page_navi {
	margin: 10px auto 50px;
	padding: 20px 0 100px;
}
ul#page_navi li {
	list-style-type: none;
}

a#prev {
	background: #fdfdfd url("../images/iii.png") left top no-repeat;
	display: block;
	float: left;
	padding: 1em 0 1em 45px;
}
a#prev span {
	height: 57px;
}

a#next {
	background: #fdfdfd url("../images/iiii.png") right top no-repeat;
	display: block;
	float: right;
	vertical-align: middle;
	text-align: right;
	padding: 1em 45px 1em 0;
}
a#next span {
	height: 57px;
}





/* footer */
#footer {
clear: both;
display: block;
height: auto;
border-top: 1px solid #CCC;
text-align: center;
margin: 0 auto;
padding: 1em 0;
letter-spacing: 0;
}

ul#footer_content li {
	display: inline;
	list-style-type: none;
	color: #6b6b6b;
	font-size: 10px;
	font-size: 1.0rem;
	padding: 0 0.1em;
}

#footer a {
	color: #6b6b6b;
	text-decoration: none;
}


@media all and (max-width: 768px) {
#container {
	width:inherit;
}

.four.columns a {
	height: inherit;
	border-bottom: 1px solid #fff;
}

#header_in {
	display: none;
}
#header_mb {
	display: block;
}
ul#site_link {
		display: none;
}
}

@media all and (max-width: 768px) {
.four.columns a {
	height: inherit;
	border-bottom: 1px solid #fff;
}
}