@charset "UTF-8";
/* CSS Document */
@media (max-width: 959px){

/*見出し*/
.container{
	width:768px;
	margin:0 auto;
	position:relative;
}
.section-low{
	padding-top:40px;
	padding-bottom:40px;
}
.narrow{
	padding-left:50px;
	padding-right:50px;
}

/*見出し*/
h2{
	margin-top: 0;
}
h3{
	margin-top: 0;
}
.dot-h3{
	border-bottom: 1px dashed #754c24;
	margin-top: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*ヘッダー*/
header{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.hl{
	float: left;
}
.hr{
	float: right;
}

/*メインコンテンツ*/
.cvarea{
	border: 5px solid #EE2A00;
	background: #fff;
	padding: 10px 30px 30px;
	margin: 30px;
	border-radius: 5px;
	position: relative;
}
.price{
	margin-top: -45px;
	margin-bottom: 20px;
}
.voice-box{
	background: #fff;
	position: relative;
	padding: 30px;
	border-radius: 10px;
}
.leaf{
	position: absolute;
	right: 15px;
	top: 40px;
}
.term span{
	background: #ff486a;
	color: #fff;
	font-size: 10px;
	padding: 3px;
	border-radius: 5px;
}
.name{
	color: #000;
	font-weight: bold;
}

/*フッター*/
footer{
	color: #5c2300;
	padding-top: 20px;
	font-weight: bold;
}
.f-box{
	border: 1px solid #c3eb30;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #fff;
}
.f-box-lead{
	color: #7ebb26;
	font-weight: bold;
}
.f-box-small{
	font-size: 9px;
	color: #484848;
}
.f-message{
	font-weight: bold;
	font-size: 10px;
}
.fl{
	float: left;
	width: 30%;
}
.fr{
	float: right;
	width: 65%;
}


.tabwd95{
	max-width:95%;
}
.tabwd80{
	max-width:80%;
}
.tabwd60{
	width:70%;
}
.tabwd40{
	width:40%;
}
.tab-mh15{
	margin:0 15px!important;
}
}