@charset "UTF-8";
/* CSS Document */

#sub {
	background: url(img/body_back02.jpg) repeat-x;
}

#main_content {
	width: 960px;
	height: auto;
	margin: 0;
	padding: 0;
	background-image:url(img/body_back.gif);
	background-repeat:repeat-y;
	background-color: #F4F3E8;
	overflow: hidden;
	}



#main_content a {/*リンクされた文字*/
    color:#3366FF;
    font-style:normal;
    text-decoration:underline;
}
#main_content a:link {/*未訪問のリンク*/
    color:#3366FF;
    font-style:normal;
    text-decoration:underline;
}
#main_content a:visited {/*訪問後のリンク*/
    color:#3366FF;
    text-decoration:underline;
}
#main_content a:hover {/*マウスをのせたとき*/
    color:#3366FF;
    font-style:normal;
    text-decoration:underline;
}
#main_content a:active {/*クリック中*/
    text-decoration:none;
}





#wrapper000 {
	width: 905px;
	height: auto;
	margin: 0 auto;
	}

#wrapper000 .content01_left {
	width: 667px;
	margin: 0;
	padding: 10px 0px;
	float: left;
	background-color: #F4F3E8;
	}
#wrapper000 .content01_right {
	width: 208px;
	margin: 0;
	padding: 0;
	float: right;
	background-color: #F4F3E8;
	}

.main_img {
	margin: 0 0 0 0;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 0;
}
h3 img{
	margin: 0;
}



.first_comment {
	background-image: url(img/bg_first.gif);
	background-repeat: no-repeat;
	width: 637px;
	height: 148px;
	padding: 12px 10px 0 20px;
	margin: 0 0 20px 0;
}
.first_comment p {
	font-size: 15px;
	line-height: 130%;
	margin-bottom: 10px;
}


.reson_content {
	margin: 0 0 30px 0;
	width: 635px;
	border:#CCC solid 1px;
	background-color: #FFF;
	padding: 15px 15px 0 15px;
	height: auto;
}
.reson_content .reson_wrapper {
	width: 635px;
	height: auto;
	padding: 0;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.reson_content .reson_wrapper .reson_l {
	float: left;
	width: 220px;
}
.reson_content .reson_wrapper .reson_r {
	float: left;
	width: 400px;
	margin-left: 15px;
}
.reson_content .reson_wrapper .reson_r img {
	margin-bottom: 10px;
}
.reson_content .reson_wrapper .reson_r p {
	padding: 0 5px 0 10px;
	font-size: 13px;
	line-height: 160%;
}


.illust_bnr {
	margin: 0 0 30px 0;
}




.flow_content {
	margin: 0 0 30px 0;
	width: 638px;
	border:#CCC solid 1px;
	background-color: #FFF;
	padding: 15px 10px 20px 15px;
	height: auto;
	overflow: hidden;
}
.flow_content img {
	margin: 0 0 5px 0;
}
.flow_content .flow_columnn00 {
	width: 150px;
	float: left;
	margin: 0;
}
.flow_content .flow_columnn {
	width: 150px;
	float: left;
	margin: 0 0 0 10px;
}
.flow_content .flow_columnn00 p {
	font-size: 13px;
	line-height: 150%;
}
.flow_content .flow_columnn p {
	font-size: 13px;
	line-height: 150%;
}




.reserve_content {
	margin: 0 0 30px 0;
	width: 625px;
	border:#CCC solid 1px;
	background-color: #FFF;
	padding: 20px 20px 20px 20px;
	height: auto;
	overflow: hidden;
}
.reserve_content p {
	font-size: 13px;
	line-height: 150%;
	text-align: center;
	margin-bottom: 20px;
}
.reserve_content .kome {
	font-size: 13px;
	margin-bottom: 5px;
	text-align: left;
}




.side_content {
	margin: 0 0 20px 0;
	width: 206px;
	border:#CC3300 solid 1px;
	background-color: #FFF;
	height: 50px;
	overflow: hidden;
}


.go_top_btn {
	clear: both;
	margin: 0 auto;
	width: 905px;
	height: 80px;
	text-align: right;
}


.body_bottom {
	width: 960px;
	height: 65px;
	background-image:url(img/body_bottom.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 20px;
}


table th {
	width: 150px;
}

.ht {
	width: 150px;
}
/*PRIVACY------------------------------------------------------------*/
#contact_privacy{
	width:100%;
	overflow: auto;
	margin:0px 0px 5px 0px;
	}
	#contact_privacy .title{
	margin-bottom: 0px;
	padding:3px 0px 3px 5px;
	border:1px solid #666666;
	background: #666666;
	color:#FFFFFF;
	}
	#contact_privacy_area{
	padding:5px 5px 5px 5px;
	height:75px;
	overflow: auto;
	border:1px solid #AAAAAA;
	background:#FFFFFF;
	color: #333333;
	font-size: 11px;
	line-height: 150%;
	}
	.m_radio input[type=radio] + label {
		padding-left: 22px;
		cursor: pointer;
		display: inline-block;
	}
	.m_radio input[type=radio] + label:before {
		content: '';
		width: 18px;
		height: 18px;
		background: #fff;
		border: 1px solid #a0a0a0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 0px;
		margin: auto;
	}

	.m_radio input[type=radio]:checked + label:after {
		opacity: 1;
	}
	.m_radio input[type=radio] + label:after {
		content: '';
		width: 10px;
		height: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 4px;
		left: 4px;
		background: #3D69B1;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		opacity: 0;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}