@charset "utf-8";
/* CSS Document */
/*main_img*/
#main_img_wrap {
	background-image: url(../images/bg_mokume.jpg);
	background-size: 25%;
	padding:30px 0;
}
#main_img {
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#main_img h2 {
	color:#fff;
	font-size: 150%;
	position: absolute;
	top:80px;
	width:100%;
	text-align: center;
	text-shadow: 3px 3px 3px #3a2b23;
	border-bottom: 5px double #3a2b23;
}
/*free*/
#free {
	padding: 100px 0;
}
#free_wrap {
	width:70%;
	margin:0 auto;
	max-width: 840px;
	display: table;
}
.deco {
	background-image: url(../images/deco_r.png);
	height: 20px;
}
#free_wrap .cate {}
#free_wrap .cate .cate_box {
	border:3px solid #761c18;
	box-sizing: border-box;
	padding:30px;
	background:#fff;
	margin: 50px auto;
	box-shadow: 3px 3px 3px #aaaaaa;
}
#free_wrap .cate .cate_box .box_txt1 {
	padding:5px 2%;
	border-bottom:5px solid #2d8c36;
	margin-bottom: 20px;
}
#free_wrap .cate .cate_box .box_txt2 {
	padding:5px 2%;
	border-bottom:5px solid #761c18;
}
/*ここからスマホ用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
#main_img {
	height: 200px;
}
#free {
	padding: 70px 0;
}
}
/*ここからスマホ用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#free_wrap {
	width:80%;
	padding: 0px 0;
}
#free_wrap .cate .cate_box {
	padding:20px;
}
#free_wrap .cate .cate_box .box_title1 {
	padding:10px 1%;
}
#free_wrap .cate .cate_box .box_img1 img {
	max-height: 350px;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
#free_wrap {
	width:90%;
}
}