@charset "utf-8";
/*===============================================

 *	common

===============================================*/
div .f-Choice {
	margin: 0px 30px 0px 0px;
}

img .map {
	display: block;
	margin:10px 10px 10px 10px;
}

dl.accordion {
	margin:0 auto 30px;
	padding:10px;
	font-size:16px;
}
dl.accordion dt {
	background:url(../../img/arrow_bottom.png) 97% center no-repeat #d27eb3;
	background-size:15px 11px;
	border-top:#dc85bc 1px solid;
	border-bottom: 1px solid #c677a9;
	height:50px;
	text-indent:10px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}

dl.accordion dt.open {
	background:url(../../img/arrow_top.png) 97% center no-repeat #d27eb3;
	background-size:15px 11px;
}
dl.accordion dd {
	padding:10px;
	line-height:1.5;
	display:none;
}

dl.accordion dt.zip-no {
	background:initial;
	background-size:15px 11px;
	border-top:#dc85bc 1px solid;
	border-bottom: 1px solid #c677a9;
	height:50px;
	text-indent:10px;
	line-height:50px;
	color:#000;
	font-weight:initial;
	cursor:pointer;
}

/*dl.accordion dt.add-no {
	background:initial;
	background-size:15px 11px;
	border-top:#dc85bc 1px solid;
	border-bottom: 1px solid #c677a9;
	height:50px;
	text-indent:10px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}*/

.point-pink li{
	background:#fff;
	border:#e38692 2px solid;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
padding:20px 40px;
text-align:center;
margin:0 0 10px 0;
/*Inner elements should not cover inner shadows*/
/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/

}
table.orange-table {
	background:#fef9ed;
	border:#e6855e 2px solid;
	margin:0 0 10px 0;
	width:100%;
}
table.orange-table th {
	background:#e6855e url(../../img/icon_note.png) 10px center no-repeat;
	background-size:19px 18px;
	padding:10px 0 10px 40px;
	font-weight:bold;
}
table.orange-table td {
	padding:10px;
	font-size:14px;
}
table.orange-table td .txt-price {
	display:block;
	font-size:20px;
	font-weight:bold;
}

table.caution-table {
	background:#fef9ed;
	border:#e6855e 2px solid;
	margin:0 0 10px 0;
	width:100%;
}
table.caution-table th {
	background:#e6855e url(../img/icon_caution.png) 10px center no-repeat;
	background-size:20px 18px;
	padding:10px 0 10px 40px;
	font-weight:bold;
}
table.caution-table td {
	padding:10px;
	font-size:14px;
}
table.caution-table td .txt-price {
	font-size:20px;
	font-weight:bold;
}

dt .icon-tel {
	width: 100%;
              height: 100%;
 	padding-left: 50px;
    	line-height: 30px;
	background:url(../img/sp_bg_icon_tel.png) 10px center no-repeat;
	background-size: auto;
}

dt .icon-form {
	width: 100%;
              height: 30px;
	padding-left: 50px;
    	line-height: 30px;
	background:url(../img/sp_bg_icon_form.png) 10px center no-repeat;
	background-size: auto;
}

dt .icon-adress {
	width: 100%;
              height: 30px;
	padding-left: 50px;
    	line-height: 30px;
	background:url(../img/bg_icon_head.png) 10px center no-repeat;
	background-size: auto;
}

/*===============================================

 *	form

===============================================*/
#form-wrapper {
	background:#fff;
	border:#b163a3 4px solid;
	margin:0 10px 30px 10px;
	padding:10px;
	position:relative;
}
table.contact-table{
	background:#fff;
	border:#b368a6 2px solid;
	font-size:14px;
	margin:0 0 30px 0;
	padding:10px 0;
	width:100%;
}
table.contact-table th{
	background:#e7cfe3;
	border:#b368a6 1px solid;
	font-weight:bold;
	padding:10px;
	text-align:left;
	vertical-align:top;
	width:220px;
}
table.contact-table td{
	border:#b368a6 1px solid;
	vertical-align:top;
	padding:10px;
}
table.contact-table dt{
	font-weight:bold;
}
table.contact-table dd{
	padding:0 0 0 10px;
}

table.contact-table td label {
	margin: 0 20px 0 0;
}
table.contact-table td.mail-box input {
	margin:0 0 10px 0;
}
table.contact-table input {
	margin: 0 4px 0 0;
	padding: 6px 4px;
}
input.middle-text {
	width: 250px;
}
table.contact-table textarea {
	height: 15em;
	padding: 3px 4px;
	width: 95%;
}
form.contact-form  p.btn-submit{
	font-size:18px;
	margin:0 0 20px 0;
	text-align: center;
}

form.contact-form p.btn-submit input{
	padding: 10px 40px;
	margin: 0 10px;
}
form.contact-form p.btn-reset{
	font-size:18px;
	text-align: center;
}

form.contact-form p.btn-reset input{
	padding: 10px 40px;
	margin: 0 10px;
}

table.tbl-error{
	background:#fff;
	border:#b368a6 5px solid;
	color: #51443b;
	font-size:14px;
	margin: 0 0 30px 0;
	width: 100%;
}
table.tbl-error td{
	padding:30px;
}
.err-title{
	color:#b7282e;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
}
.err-note{
	color:#b7282e;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 60px;
}
.err-btn {
	text-align:center;
}
.err-btn input{
	padding:5px 50px;
	text-align:center;	
}

.txt-caution{
	color:#b7282e;
	font-weight:bold;
	padding:0 0 0 10px;
}


form.focus input[type=text] {
	border: 1px solid #CCC;
	color: #999;
	font: inherit;
}
form.focus input[type=text]:focus, input[type=text].focused {
	border-color: #333;
	color: #333;
}

input.zip_box {
	width: 200px;
}

textarea {
	width:100%;
	height:30%;
	
}

input[type=radio] {
	vertical-align:middle;
}

dd p.f-caption {
	font-weight: bold;
}