@charset "utf-8";

/* board */
.contents.board_list > .section {
	padding-left: 300px;
}

.contents.board_list .track1 {
	float:left;
	margin-left: -300px;
}

.contents.board_list .track2 {
	float:left;
	width: 100%;
}

.contents.board_list .track2 img {max-width: 100% !important;}

.section.about01 { padding-left: 184px; }
.section.about01 > .img_wrap { float:left; width:184px; margin-left:-184px; }
.section.about01 > .txt_wrap .title {font-size: 2.0em;font-weight:700;margin-bottom:25px;}

.section.text01 .title {font-size: 2.0em;font-weight:700;margin-bottom:25px;}
.section.text02 .title {font-size: 1.6em;font-weight:500;margin-bottom:25px;}

.section.sub01 {
	width:100%;
	background-color: #f8f3ec;
	padding: 5% 0;
	overflow:hidden;
}

.section.sub01 div {
	float:left;
}

.section.sub01 .img_wrap {
	width: 35%;
	padding: 0 0 0 5%;
}

.section.sub01 .text_wrap {
	width: 55%;
	padding: 0 5% 0 0;
}

.section.sub01 .text_wrap .title {
	font-size: 1.4em;
	font-weight:700;
	color:#7a6d59;
	margin-bottom:20px;
}

.section.sub_bg {background:url('../../img/contents/sub_bg01.png') no-repeat right top;min-height: 259px;}
.section.sub_bg .img_title {margin-bottom:25px;}
.section.sub_bg .desc {width: 65%;}

@media (max-width:800px) {
	.contents.board_list > .section { padding-left: 0; }

	.contents.board_list .track1 { display:none;}
	.contents.board_list .track2 { float:none; }
}

/* member */
	.contents.member .section1 { border:7px solid #7a6d59; box-sizing:border-box; }
	.contents.member .section1 .track1 {float:left;width: 45%; padding:5%; box-sizing:border-box; text-align: center;}
	.contents.member .section1 .track2 {float:left;width: 55%; padding:5%; box-sizing:border-box;}


@media (max-width:800px) {
	.contents.member .section1 .track1 { display:none;}
	.contents.member .section1 .track2 { float:none; width:100%; }

	.section.about01 { padding-left: 0; }
	.section.about01 > .img_wrap { float:none; width:0; margin-left:0; }
	
	.section.sub01 .img_wrap {
		display:none;
	}

	.section.sub01 .text_wrap {
		width: 80%;
		padding: 0 5%;
	}

}