@charset "utf-8";
* {
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 13px;
	line-height: 150%;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
a:link,
a:visited {
	color: #09C;
	text-decoration: none;
}
a:hover,
a:active {
	color: #F60;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width:580px;
	height:auto;
}
p {
	margin-bottom: 1em;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
}
table th {
	border: 1px solid #CCC;
	background-color: #f7f9f6;
	padding: 1em;
	font-weight: normal;
	width: 30%;
}
table td {
	border: 1px solid #CCC;
	padding: 1em;
}
header {
	width: 100%;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #91b123;
}
header .logo {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
header .logo img {
	height: auto;
	width: 400px;
}
footer {}

.detail_body {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
.content_title {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #5fafb1;
	margin-right: auto;
	margin-left: auto;
	max-width: 760px;
}
.content_title .date{

}
.content_title h1 {
	font-size: 230%;
	line-height: 150%;
	font-weight: normal;
}

.detail_body .body {

}
.detail_body .body p {
	margin-bottom: 1em;
	line-height: 180%;
}
.detail_body .image_gallery_box {

}
.detail_body .image_gallery_box ul {

}
.detail_body .image_gallery_box ul li {
	text-align: center;
	margin-bottom: 1.5em;
}
.detail_body .image_gallery_box ul li img {
	height: auto;
	width: 100%;
}
.detail_body .image_gallery_box ul li .caption {
	margin-top: 2px;
	font-size: 90%;
	line-height: 140%;
}

.layout_1 .detail_body .body {
	width: 540px;
	float: left;
}
.layout_1 .detail_body .image_gallery_box {
	width: 200px;
	float: right;
}
.layout_2 .detail_body .body {
	width: 540px;
	float: right;
}
.layout_2 .detail_body .image_gallery_box {
	width: 200px;
	float: left;
}

.layout_1 .detail_body .image_gallery_box ul li,
.layout_2 .detail_body .image_gallery_box ul li {
	width: 200px;
}

.layout_3 .detail_body .image_gallery_box,
.layout_5 .detail_body .image_gallery_box {
	margin-bottom: 2.5em;
}

.layout_4 .detail_body .image_gallery_box,
.layout_6 .detail_body .image_gallery_box {
	margin-top: 2.5em;
}


.layout_3 .detail_body .image_gallery_box,
.layout_4 .detail_body .image_gallery_box,
.layout_5 .detail_body .image_gallery_box,
.layout_6 .detail_body .image_gallery_box {
	width: 100%;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.layout_3 .detail_body .image_gallery_box ul li,
.layout_4 .detail_body .image_gallery_box ul li {
	width: 100%;
}
.layout_5 .detail_body .image_gallery_box ul li,
.layout_6 .detail_body .image_gallery_box ul li {
	float: left;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
.detail_body .att_files_list {
	margin-top: 2.5em;
}
.detail_body .att_files_list ul {

}
.detail_body .att_files_list ul li {
	margin-bottom: 1em;
}
.detail_body .att_files_list ul li a {
	text-align: center;
	display: block;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.7em;
	padding-right: 0.5em;
	padding-bottom: 0.7em;
	padding-left: 0.5em;
	background-color: #5fafb1;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
}




/* smartPhone */
@media screen and (max-width: 640px) {

body {
	font-size: 22px;
	line-height: 150%;
}
.content_title {
	max-width: 600px;
}
.detail_body {
	width: 600px;
}
.layout_1 .detail_body .body {
	width: 380px;
}
.layout_2 .detail_body .body {
	width: 380px;
}
.detail_body .att_files_list ul li a {
	width: auto;
}

}
