@charset "utf-8";

@charset "utf-8";

/* PC/スマホ共通表示 */
.-----PC_MOBILE_COMMON_CSS_START----- {}

* {
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
	overflow-wrap : break-word;
}
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;
	word-wrap: break-word;
}
.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:760px;
	height:auto;
}
p {
	margin-bottom: 1em;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	table-layout : fixed;
}
table th {
	border: 1px solid #CCC;
	background-color: #F0F0F0;
	padding: 1em;
	font-weight: normal;
	width: 30%;
}
table td {
	border: 1px solid #CCC;
	padding: 1em;
}
header {
	width: 100%;
	margin-bottom: 25px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #eaca22;
	background-color: #5a595a;
	color: #FFF;
}
header .logo {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin: 0px;
}
header .logo img {
	margin: 0px;
	padding: 0px;
}
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 70px;
	background-color: #EFEFEF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #2d2d2d;
}
footer .close {
	color: #FFF;
	text-decoration: none;
	background-color: #999;
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	text-align: center;
	transition:0.5s;
}
footer .close:hover {
	text-decoration: none;
	background-color: #F80;
}

.detail_body {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	min-height:370px;
}
.content_title {
	margin-bottom: 25px;;

	margin-right: auto;
	margin-left: auto;
	max-width: 760px;
	padding: 15px;
	background-color: #F6F6F6;
	border: 1px solid #DDD;
	border-radius:4px;
}
.content_title .date{
	line-height: 150%;
	font-weight: normal;
	font-size: 115%;
	color: #F60;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.content_title .date .icon {
	vertical-align: middle;
	text-align: center;
	width: 8em;
	color: #FFF;
	background-color: #FFFFFF;
	font-size: 90%;
	margin-left: 0.7em;
	display: inline-block;
	line-height: 180%;
	border-radius:4px;
}
.content_title .date .topics_news{
	background-color: #ff6600;
}
.content_title .date .topics_recruit{
	background-color: #006699;
}
.content_title .date .topics_update{
	background-color: #669966;
}
.content_title .date .topics_other{
	background-color: #999;
}


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

.detail_body .body {

}
.detail_body .body p {
	margin-bottom: 1.5em;
	line-height: 190%;
}
.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: 490px;
	float: left;
}
.layout_1 .detail_body .image_gallery_box {
	width: 250px;
	float: right;
}
.layout_2 .detail_body .body {
	width: 490px;
	float: right;
}
.layout_2 .detail_body .image_gallery_box {
	width: 250px;
	float: left;
}

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

.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;
	margin-bottom: 50px;
}
.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: #2d2d2d;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
	transition:0.5s;
}
.detail_body .att_files_list ul li a:hover {
	opacity:0.7;
}




/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


body {
	font-size: 24px;
	line-height: 170%;
	width: 640px;
}

img {
	max-width:600px;
	height:auto;
}
br.pc_nowrap {
	display: inline;
}
br.mobile_nowrap {
	display: none;
}



footer .close {
	color: #FFF;
	text-decoration: none;
	background-color: #999;
	display: block;
	line-height: 50px;
	font-size: 24px;
	font-weight: normal;
	height: 50px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	text-align: center;
	transition:0.5s;
}
footer .close:hover {
	text-decoration: none;
	background-color: #F80;
}

.detail_body {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	min-height:700px;
}
.content_title {
	box-sizing:border-box;
	margin-bottom: 25px;;

	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	padding: 15px;
	background-color: #F6F6F6;
	border: 1px solid #DDD;
	border-radius:4px;
}


.content_title h1 {
	font-size: 130%;
	line-height: 140%;
	font-weight: normal;
}

.layout_1 .detail_body .body {
	width: 380px;
	float: left;
}
.layout_1 .detail_body .image_gallery_box {
	width: 200px;
	float: right;
}
.layout_2 .detail_body .body {
	width: 380px;
	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: 600px;
	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 {
	width: 280px;
}
.detail_body .att_files_list {
	margin-top: 2.5em;
	margin-bottom: 50px;
}
.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: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0.7em;
	padding-right: 0.5em;
	padding-bottom: 0.7em;
	padding-left: 0.5em;
	background-color: #2d2d2d;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
	transition:0.5s;
}
.detail_body .att_files_list ul li a:hover {
	opacity:0.7;
}

.-----MOBILE_ONLY_CSS_END----- {}

	
}
