@charset "utf-8";
/* CSS Document */

#tokushu{
	position: relative;
	background: url(../../img/bg_main_top.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	padding: 4% 2%;
	margin:auto;
	border-top:#CCC 1px solid;
}

/* contBook */
#otayori {
/*	position: relative;
	-webkit-background-size: contain;
	background-size: contain;*/
	padding: 4% 3%;
	background-color:#fff9d8;
}
#otayori p{
	font-size:1.0em;
	line-height:1.7em;
	}
.otayori_box {
	/*-webkit-background-size: 5%;
	background-size: 5%;
	padding-right: 6%;*/
	width:100%;
	margin:2% auto;
	background:url(../../img/dayori/tayori_bg.png) no-repeat;
	background-size:100%;
}
.otayori_txt {
	width:90%;
	margin:0 auto 10px;
	padding:20px 0 0 0;
	}
.otayori_btm {
	margin:0;
	background:url(../../img/dayori/tayori_btm.png) no-repeat;
	background-size:100%;
	font-size:10px;
	}
.name{
	text-align:right;
	}
#bt01{
	background: #fad450;
	border-radius:10px;
	width:90%;
	margin:10px auto;
	text-align:center;
	}
#bt01 a{
	width:90%;
	display:block;
	padding:15px;
	}
.coment{
	color:#930;
	}