/*----------------------------------------

	SP CSS

----------------------------------------*/
@media only screen and (max-width: 767px) {
/* layoyt */
#stage {
	width: 100%;
	position: relative;
	font-size: 12px;
	background-color: #FFF;
}
p, li, dl {
	line-height: 1.6em;
}
h2, h3, h4 {
	line-height: 1.4em;
}
.wrap {
	width: 100%;
}
#main {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
h1 {
	width: 100%;
}
h1 img {
	width: 100%;
	height: auto;
}
#h1Area ul {
	border-top: solid 2px #FFFFFF;
}
#h1Area ul li#listHome {
	display: none;
}
#h1Area ul li {
	display: block;
	background-color: #4F6BC7;
	border-bottom: solid 2px #FFFFFF;
	line-height: 1em;
	background-image: url(../img/icon_link3_sp.png);
	background-position: 95% center;
	background-size: 6px 12px;
	background-repeat: no-repeat;
}
#h1Area ul li.active {
	background-color: #193182;
	background-image: none;
}
#h1Area ul li:last-child {
	border-bottom: none;
}
#h1Area ul li a {
	display: block;
	padding: 14px 0px 14px 20px;
}
#h1Area ul li img {
	width: 229px;
	height:auto;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}
h2 .sFont{
	font-size: 18px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
.caption {
	font-size: 10px;
	line-height: 1.4em;
}
.annotation {
	font-size: 0.8em;
	line-height: 1.4em;
}
#main img {
	width: 100%;
	height: auto;
}
.top10 {
	padding-top: 10px;
}
.top20 {
	padding-top: 20px;
}
.top30 {
	padding-top: 20px;
}
.top40 {
	padding-top: 20px;
}
.top0_sp {
	padding-top: 0px;
}
.topM10 {
	margin-top: 10px;
}
.topM20 {
	margin-top: 20px;
}
.topM30 {
	margin-top: 30px;
}
.topM40 {
	margin-top: 40px;
}
/* pankuz */
#pankuzu {
	display: none;
}
/* pankuz end */
/* dl */
.boxDl {
	border-top: solid 1px #CCCCCC;
	margin-top: 20px;
	width: 100%;
}
.boxDl dl {
	border-bottom: solid 1px #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.boxDl dl dt {
	font-size: 14px;
	display: block;
	font-weight: bold;
	padding-left: 3%;
	width: 97%;
}
.boxDl dl dd {
	display: block;
	padding-left: 3%;
	padding-right: 3%;
	width: 94%;
}
/* dl END */
/* icon */
/* pdf */
.pdf {
	display: block;
	background-image: url(../img/icon_pdf_pc.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 26px;
}
li.pdf {
	padding-bottom: 5px;
}
/* pdf end */
.list li {
	padding-left: 0.8em;
	text-indent: -8em;
}
.bFont {
	font-weight: bold;
}
}
