@charset "utf-8";

@import url("common.css");



/* .section.s2 */
/*	border: 1px solid red;*/
.section.s2 article .img {
	text-align: center;
}
.section.s2 article .img img {
	width: auto;
}
.section.s2 article .img.space {
	padding-top: 30px;
}
.section h4 {
	padding-top: 30px;
	font-size: 24px;
	line-height: 30px;
}
.section h5 {
	padding-top: 30px;
	font-size: 20px;
	line-height: 30px;
}
.section p.text1 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.section p.text2 {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}

.section.s2 article #title {
	background: url(../img/title_bg.png) no-repeat left top;
/*	border: 1px solid red;*/
	height: 44px;
	padding-bottom: 15px;
}
.section.s2 article #title h3 {
	color: #fff;
	padding-top: 15px;
	padding-left: 55px;
	font-size: 22px;
	line-height: 22px;
	float: left;
}
.section.s2 article #title p {
	color: #fff;
	padding-top: 17px;
	padding-right: 10px;
	font-size: 18px;
	line-height: 18px;
	float: right;
}
article table {
	width: 100%;
	border-collapse: collapse;
	margin: 5px auto 30px auto;
	font-size: 16px;
	line-height: 28px;
}
article table th {
	width: 30%;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
article table td {
	width: 70%;
	font-weight: normal;
	text-align: left;
}



/* clearfix */
.clearfix:after,
.subMenu:after,
.subMenu ul:after,
.inner:after,
.thumnail:after,
.flow:after,
.section dl:after,
.section section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
.subMenu,
.subMenu ul,
.inner,
.thumnail,
.flow,
.section dl,
.section section {zoom:100%;}



/*     */
@media screen and (max-width: 720px) {

.sp {
	display: block;
}
.pc {
	display: none;
}
.subMenu h1 {
	width: 310px;
	height: 70px;
	margin: 10px auto;
	float: none;
}
.subMenu ul {
	width: auto;
	padding: 0 0 29px;
	float: none;
}
.subNavBtn {
	font-size: 10px;
	padding: 5px;
}

.section article {
	width: 94%;
	margin: 0 auto;
	padding: 10% 3%;
}
.section.s2 article .img {
	text-align: center;
}
.section.s2 article .img img {
	width: 100%;
}

article table th {
	width: 30%;
}
article table td {
	width: 70%;
}

footer {
	padding: 5% 0;
}
footer p {
	padding-top: 5%;
	font-size: 10px;
	float: none;
}
footer ul {
	float: none;
}
footer li {
	text-align: center;
	width: 90%;
	padding: 0 5%;
}


}
