@charset "utf-8";

/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */
@import url("reset.css");


/* -----------------------------------------------------------
	Basic Settings
----------------------------------------------------------- */
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../img/bg.jpg);
	color:#414141;
	
}

/* -----------------------------------------------------------
	Header
----------------------------------------------------------- */
header{
	width:94%;
	margin:0 auto;
}

div#topimg{
	margin-bottom:10px;
}

section.essayteki{
	width:94%;
	margin:0 auto;
}

section.essayteki h2{
	margin-bottom:10px;
}

section.essayteki p{
	width:94%;
	font-size:12px;
	line-height:1.5;
	margin:0 auto 1em auto;
}

div.btn_continue{
	width:100%;
	text-align:center;
	padding:3px 0;
	letter-spacing:0.2em;
	font-size:14px;
	color:#fff;
	background:#a3714c;
	border-radius:5px;
	text-shadow: 1px 1px 0px #333;
	margin-bottom:20px;
}

div.essay_more{
	display:none;
}

h3.contents_title{
	width:100%;
	margin-bottom:5px;
}

div.contents_box{
	width:94%;
	margin:0 auto 20px auto;
	box-shadow:1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;　/* Firefox用 */
	-webkit-box-shadow: 1px 1px 3px #ccc;　/* Safari,Google Chrome用 */
}

div.contents_box div.image{
	width:100%;
	position:relative;
}

div.contents_box div.desc{
	width:96%;
	margin:0 auto;
	padding:5px 0;
	background:#fff;
}

span.red_bold{
	font-weight:bold;
	color:#f00;
}


div.contents_box div.image img{
	vertical-align:top;
}

div.contents_box div.image h4{
	width:96%;
	font-size:13px;
	font-weight:bold;
	position:absolute;
	color:#fff;
	bottom:0;
	padding:3px 2%;
	background-color: rgba(0,0,0,0.5);
}

div.contents_box div.desc h5{
	font-size:12px;
}

div.contents_box div.desc p{
	font-size:11px;
}

footer{
	margin-top:15px;
	padding:15px 0 30px 0;
}

div.footer_logo{
	width:30%;
	margin:0 auto;
}

