﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content .contact_tel {
	margin-bottom: 20px;
	text-align: center;
}
#content .contact_text {
	margin-bottom: 32px;
}
#content ul.banner {
	text-align: center;
	margin-bottom: 50px;
}
#content .contact_text span{
	color: #A01102;
}
.gold {
	color: #F24E81;
}
.blue{
	font-weight: bold;
	color: #2256AA;
}
.marb-10 {
	margin-bottom: 10px!important;
}
#mailform {
	margin-bottom: 65px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table {
	margin-bottom: 25px;
}
#mailform table th {
	width: 210px;
	color:#534741;
	background: #f5f5f5;
}
#mailform table th span{
	font-weight: normal;
}
#mailform table th span.gold.none{
	margin-left: 0;
}
#mailform th img {
	vertical-align: top;
	padding: 4px 0 0 5px;
}
#mailform table th,
#mailform table td {
	padding: 12px 15px 15px 16px;
}
#mailform table th span {
	font-weight: bold;
	vertical-align: top;
}
#mailform table td span{
	display: inline-block;
	width: 65px;
	height: 26px;
}
#mailform table td .long {
	width: 406px;
}
#mailform table td .tel.long {
	width: 196px;
}
#mailform table td input.name {
	width: 248px;
}
#mailform table td input.postage {
	width: 66px;
	margin-bottom: 15px;
	margin-left: -4px;
}
#mailform table td input.address {
	margin-bottom: 5px;
}
#mailform table input[type="text"] {
	border: 0px solid #f5f5f5;
	background: #f5f5f5;
	height: 20px;
	padding: 0 2px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
}
#mailform table textarea {
   	resize: vertical;
	border: 0px solid #f5f5f5;
	background: #f5f5f5;
	width: 406px;
	height: 116px;
	margin:  3px 0 3px;
	font-family: inherit;
	line-height: 1.6;
}
#mailform p.submit {
	margin: 25px 0 0;
	text-align:center;
}
#mailform p.submit button {
    outline: 0;
	background: none;
	border: none;
}

/*プライバシーポリシー*/
#content h3.privacy{
	margin-bottom: 15px;
}
#privacy ul {
	list-style-type: decimal;
	margin: 0 0 0 15px;
}
#privacy ul li {
	padding: 11px 0 0 8px;
}

#thanks,
p.thanks {
	margin-bottom: 65px;
}
