@charset "utf-8";

@import url("common.css");



/* contents */
.pc {
	display: block;
}
.sp {
	display: none;
}
.section {
	width: 100%;
}
.section article {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: left;
}
.section h2 {
	padding-bottom: 40px;
	text-align: center;
}
.section h2.resizeimage img {
	width: 100%;
	text-align: center;
}
.section h2 span {
	display: inline-block;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0;
	font-weight: normal;
}
.section h2.visual {
	padding-bottom: 0;
	position: relative;
}
.section h2.visual span {
	position: absolute;
	top: 47%;
	left: 0;
	width: 100%;
	margin-top: -15px;
	padding-top: 0;
	font-size: 30px;
	line-height: 31px;
	letter-spacing: 2px;
	color: #FFF;
	border-top: none;
}



/* .section */
/*	border: 1px solid red;
article{	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 .photo {
	margin: 0 0 0 30px;
	text-align: center;
	float: right;
}
.section .photo img {
	width: auto;
}
.section .photo_L {
	margin: 30px 0 0 0;
	text-align: center;
	float: left;
}
.section .photo_L img {
	width: auto;
}



article table {
	width: 100%;
	border-collapse: collapse;
	margin: 5px auto 30px auto;
	font-size: 16px;
	line-height: 28px;
	margin-top: 30px;
}
article table th {
	font-weight: bold;
	text-align: left;
}
article table td.month {
	width: 10%;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding-right: 30px;
}
article table td.details1 {
	width: 25%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
}
article table td.details2 {
	width: 65%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
article table td.details3 {
	width: 90%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
}




/* clearfix */
article:after,
.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;
}
article,
.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%;
}
.section .photo {
	margin: 0 0 5%;
	float: none;
}
.section .photo img {
	width: 100%;
}
.section .photo_L {
	margin: 0 0 5%;
	float: none;
}
.section .photo_L img {
	width: 90%;
}



article table td.month {
	width: 25%;
	padding-right: 10px;
}
article table td.details1 {
	width: 40%;
}
article table td.details2 {
	width: 35%;
}
article table td.details3 {
	width: 75%;
}



}
