@charset "utf-8";
/*-----------------------------------------------
				common-------------------------*/
* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
	background-image: url(img/back.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
}
a:link {
	color: #FF6403;
	text-decoration: underline;
}
a:active {
	color: #FF6403;
	text-decoration: underline;
}
a:visited {
	color: #FF6403;
	text-decoration: underline;
}
a:hover {
	color: #F93;
	text-decoration: none;
}
/*--------------------------------------- // FONT */
.red {
	color: #F00;
}
.pink {
	color: #E4007F;
}
.orange_bold {
	color: #FF6403;
	font-weight: bold;
}
/*--------------------------------------- // TABLE */
table {
	border-collapse: collapse;
}
td {
	vertical-align: middle;
	padding: 5px;
}
.td01 {
	width: 40%;
	text-align: center;
	background-color: #FF9;
	color: #FF6403;
	font-weight: bold;
	border: #FFF solid 2px;
	font-size: 14px;
}
.td02 {
	width: 30%;
	text-align: center;
	background-color: #FF9;
	color: #FF6403;
	font-weight: bold;
	border: #FFF solid 2px;
	font-size: 14px;
}
.td03a {
	width: 40%;
	text-align: center;
	border: #FFF solid 2px;
}
.td03b {
	width: 40%;
	text-align: center;
	background-color: #FFC;
	border: #FFF solid 2px;
}
.td04a {
	width: 30%;
	text-align: center;
	border: #FFF solid 2px;
}
.td04b {
	width: 30%;
	text-align: center;
	background-color: #FFC;
	border: #FFF solid 2px;
}
.td05 {
	width: 50%;
	text-align: center;
	background-color: #FF9;
	color: #FF6403;
	font-weight: bold;
	border: #FFF solid 2px;
	font-size: 14px;
}
.td06a {
	width: 50%;
	text-align: center;
	border: #FFF solid 2px;
}
.td06b {
	width: 50%;
	text-align: center;
	background-color: #FFC;
	border: #FFF solid 2px;
}
.td07a {
	width: 20%;
	background-color: #FFC;
	border: #FFF solid 2px;
}
.td07b {
	width: 20%;
	background-color: #FF9;
	color: #FF6403;
	border: #FFF solid 2px;
	font-weight: bold;
}
.td08a {
	width: 40%;
	background-color: #FFC;
	border: #FFF solid 2px;
}
.td08b {
	width: 40%;
	background-color: #FF9;
	color: #FF6403;
	border: #FFF solid 2px;
	font-weight: bold;
}
.td09 {
	width: 40%;
	background-color: #FF9;
	color: #666;
	border: #FFF solid 2px;
}
.td10 {
	width: 60%;
	background-color: #FFC;
	border: #FFF solid 2px;
}
/*--------------------------------------- // FORM */
button {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 250px;
	height: 50px;
}
.send {
	width: 250px;
	height: 50px;
	padding: 20px 200px;
}
input:focus,textarea:focus {
	background-color: #FF9;
}
label {
	display: block;
}
fieldset#newsletter_topics label { 
	display: inline;
	width: auto;
}
textarea {
	width: 24em;
	clear: both;
}
input.txt {
	width: 20em;
	clear: both;
	display: block;
}
input.text {
	width: 12em;
	clear: both;
	display: block;
}
.error {
	color: #F00;
	white-space: nowrap;
	display: inline;
}
.radio {
	float: left;
	width: 20px;
	padding-top: 2px;
}
.label {
	float: left;
	width: 90px;
	padding-right: 10px;
}
.label2 {
	float: left;
	width: 150px;
	padding-right: 10px;
}
.label3 {
	float: left;
	width: 50px;
	padding-right: 15px;
}
label.male {
	display: block;
}
label.female {
	display: block;
}
/*--------------------------------------- // #header */
#header {
	width: 100%;
	height: 100px;
	background-image: url(img/header_back.jpg);
	background-repeat: repeat-x;
}
.header {
	width: 900px;
	height: 70px;
	margin: 0 auto;
	padding: 15px 0;
}
.logo {
	width: 280px;
	height: 70px;
	float: left;
}
.tel {
	width: 360px;
	height: 70px;
	float: right;
}
/*--------------------------------------- // #container*/
#container {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	background-image: url(img/main_back.jpg);
	background-repeat: repeat-y;
}
.bottom20 {
	padding-bottom: 20px;
}
/*--------------------------------------- // #left*/
#left {
	width: 185px;
	padding: 0 5px;
	float: left;
}
#menu {
	width: 165px;
	padding: 20px 20px 20px 0;
}
#menu ul {
	list-style-image: none;
	list-style-type: none;
}
#menu li {
	display: block;
	list-style: none;
}
.menu {
	width: 165px;
	height: 40px;
}
.btn_wrap {
	width: 155px;
	padding: 0 15px 10px 15px;
}
.btn {
	width: 155px;
	padding-bottom: 10px;
	color: #666;
}
.left_attention {
	width: 170px;
	padding: 10px 6px 20px 9px;
	color: #666;
	font-size: 11px;
	line-height: 1.6em;
}
/*--------------------------------------- // #right*/
#right {
	width: 710px;
	padding-right: 5px;
	float: left;
}
.bar {
	width: 660px;
	height: 30px;
	padding: 10px 20px 0 30px;
	background-image: url(img/bar.jpg);
	font-size: 18px;
	font-weight: bold;
}
.bar2 {
	width: 660px;
	height: 30px;
	padding: 10px 20px 0 30px;
	margin-top: 20px;
	background-image: url(img/bar.jpg);
	font-size: 18px;
	font-weight: bold;
}
.right_content {
	width: 650px;
	padding: 20px 30px 0 30px;
}
.detail {
	padding-left: 20px;
	background-image: url(img/arrow.jpg);
	background-repeat: no-repeat;
	float: right;
}
.right_btn_wrap {
	width: 650px;
	padding: 0 30px;
}
.right_btn {
	width: 250px;
	height: 50px;
	padding: 0 200px 20px 200px;
}
.right_tel {
	width: 650px;
	text-align: center;
	padding-bottom: 20px;
}
/*--------------------------------------- // #footer*/
#footer {
	width: 100%;
	height: 70px;
	background-image: url(img/footer_back.jpg);
	background-repeat: repeat-x;
}
.footer_link {
	padding-top: 5px;
	color: #666;
}
.footer_link a:link {
	color: #666;
	text-decoration: underline;
}
.footer_link a:active {
	color: #666;
	text-decoration: underline;
}
.footer_link a:visited {
	color: #666;
	text-decoration: underline;
}
.footer_link a:hover {
	color: #999;
	text-decoration: none;
}
.copy {
	color: #999;
	font-size: 10px;
}
/*-----------------------------------------------
				TOP------------------------------*/
.reason_wrap {
	width: 650px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #F1DA34 dotted 1px;
}
.reason_img {
	width: 120px;
	height: 120px;
	padding-right: 20px;
	float: left;
}
.reason {
	width: 510px;
	float: left;
}
.reason dt {
	color: #FF6403;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
}
/*-----------------------------------------------
				初めてのお客様-------------------*/
.merit_dl {
	padding-bottom: 20px;
}
.merit_dt {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
}
.merit_dd {
	padding-left: 20px;
}
.flower {
	background-image: url(img/flower.jpg);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #FF6403;
	padding: 5px 0 10px 35px;
}
/*-----------------------------------------------
				お申込の流れ---------------------*/
.flow_wrap {
	width: 640px;
	padding-top: 10px;
	margin: 0 30px;
	border-bottom: #F1DA34 dotted 1px;
	border-left: #F1DA34 solid 10px;
}
.step {
	width: 580px;
	padding: 10px 30px;
}
/*-----------------------------------------------
				FAQ------------------------------*/
.faq_wrap {
	width: 650px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: #F1DA34 dotted 1px;
}
.faq_wrap2 {
	width: 650px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: #F1DA34 dotted 1px;
}
.question {
	background-image: url(img/q.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 25px;
	color: #FF6403;
}
.answer {
	background-image: url(img/a.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: 25px;
	margin-top: 5px;
}
.detail2 {
	padding-left: 20px;
	background-image: url(img/arrow2.jpg);
	background-repeat: no-repeat;
	float: right;
}
/*-----------------------------------------------
				個人情報保護----------------------*/
.privacy {
	width: 630px;
	padding: 10px;
	background-color: #FFC;
}
.privacy dt {
	font-weight: bold;
}
.privacy dd {
	padding-left: 20px;
}
/*-----------------------------------------------
				景表法--------------------------*/
.law1 {
	margin-left: 1.4em;
}
.law2 {
	margin-left: 3em;
}
