@charset "utf-8";

/* 全ページ共通 */
@import url("common.css");



/* .section.s1 */
.section.s1 article.topimg1 {
	background: url(../img/s1_bg.png) no-repeat left 30px;
}
.section.s1 article.topimg1 #toptitle {
/*	border: 1px solid red;*/
}
.section.s1 article.topimg1 #toptitle h2 img {
	width: auto;
	padding-top: 20px;
	text-align: left;
	float: left;
}
.section.s1 article.topimg1 #toptitle .photo {
	width: auto;
	float: right;
}
.section.s1 article.topimg1 p {
	font-size: 22px;
	line-height: 38px;
	font-weight: normal;
}
.section h3.sumi {
	padding-top: 40px;
	font-size: 30px;
	line-height: 38px;
}
.section h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 24px;
}
.section p {
	font-size: 18px;
	line-height: 30px;
}
.thumnail li {
	width: 310px;
	padding: 0 35px 1px 0;
	float: left;
}
.thumnail li:nth-child(3n) {
	padding: 0 0 1px 0;
}
.thumnail li:nth-child(3n+1) {
	clear: both;
}

.section.s1 article #news {
	background: url(../img/title_bg.png) no-repeat left top;
/*	border: 1px solid red;*/
	height: 44px;
}
.section.s1 article #news h3 {
	color: #fff;
	padding-top: 15px;
	padding-left: 55px;
	font-size: 22px;
	line-height: 22px;
	float: left;
}
.section.s1 article #news p {
	color: #fff;
	padding-top: 17px;
	padding-right: 10px;
	font-size: 18px;
	line-height: 18px;
	float: right;
}
.section.s1 article #news p span {
	font-size: 10px;
}
article table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px auto 30px auto;
	font-size: 16px;
	line-height: 30px;
}
article table th,
article table td {
	padding: 0.5em 0px 0.5em 10px;
	border-bottom: 2px dashed #84ab94;
}
article table th {
	width: 15%;
	font-weight: normal;
	text-align: left;
}
article table td {
	width: 85%;
	font-weight: normal;
	text-align: left;
}

.section dl {
	font-size: 16px;
	line-height: 30px;
}
.section dt {
	padding: 0 0 10px 22px;
	font-weight: bold;
	background: url(../img/q.png) no-repeat left 5px;
}
.section dd {
	padding: 0 0 20px 22px;
	background: url(../img/a.png) no-repeat left 5px;
}




/* clearfix */
.clearfix:after,
.subMenu:after,
.subMenu ul:after,
.inner:after,
.thumnail:after,
.flow:after,
.section dl:after,
.section section:after,
.section.s1 article.topimg1 #toptitle:after,
.section.s1 article #news:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
.subMenu,
.subMenu ul,
.inner,
.thumnail,
.flow,
.section dl,
.section section,
.section.s1 article.topimg1 #toptitle,
.section.s1 article #news {zoom:100%;}



/*     */
@media screen and (max-width: 720px) {

.section.s1 article.topimg1 #toptitle h2 img {
	width: 100%;
	margin: 0 0 5%;
	float: none;
}
.section.s1 article.topimg1 #toptitle .photo {
	width: 100%;
	margin: 0 0 5%;
	float: none;
}

.section dl {
	width: auto;
	line-height: 30px;
	float: none;
}
.section dt {
	padding: 0 0 10px 22px;
}
.section dd {
	padding: 0 0 20px 22px;
}

.thumnail li {
	width: 100%;
	padding: 0;
	float: none;
}
.thumnail li:nth-child(3n) {
	padding: 0;
}
.thumnail li:nth-child(3n+1) {
	clear: none;
}

article table th {
	width: 30%;
}
article table td {
	width: 70%;
}



}
