﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


.contact-box{
	width: 478px;
	margin: 0 auto 22px;
	text-align: center;
	padding-right: 90px;
	box-sizing: border-box;
	background: url("../image/contact_bg.jpg") right top no-repeat;
}


.contact-box p{
	text-align: center;
}

.contact-box p.tel{
	margin-top: 25px;
	margin-bottom: 13px;
}

/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/
#content .contact_tel {
	margin-bottom: 80px;
	text-align: center;
}
#content .contact_text {
	margin-bottom: 25px;
}

#content .contact_text strong{
	color: #D8771E;
}
#content .contact_text .pink
{
	color: #ffa500;
}
/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 70px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table th {
	width: 180px;
	background: #FCFCFC;
}
#mailform table th .red{
	color: #ffa500;
	margin-left: 5px;
}

#mailform table th span{
	color: #333333;
	font-size: 0.85em;
}
#mailform table th .font12{
	color: #E87299;
	font-size: 0.85em;
}
#mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table th,
#mailform table td {
	/* padding: 12px 19px; */
}
#mailform table td label {
	margin: 0 20px 0 0;
	display: inline-block;
	/display: inline;
	
}

#mailform table td.checkbox label{
	width: 170px;
}
#mailform table td label.none {
	margin-right: 0;
}
#mailform table td label input {
	border:none;
	margin: 0 5px 0 0;
	vertical-align: -2px;
}

#mailform table td .font12{
	font-size: 0.85em;
}

#mailform table .tbl01, #mailform table .tbl02{
	display: none;
}

#mailform table td .short {
	width: 60px;
}
#mailform table td .middle {
	width: 400px;
}
#mailform table td .long {
	width: 499px;
}
#mailform table td input.name {
	width: 248px;
}
#mailform table td input.datepicker {
	width: 140px;
}
#mailform table td select {
	background-color: #f4f4f4;
 	border: 0px solid #CCCCCC;
 	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 	height: 30px;
 		font-size: 0.85em;
	color: #808080;
	padding: 0 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
}
#mailform table td input.datepicker {
	margin-right: 10px;
}
#mailform table td input.postage {
	width: 499px;
	margin-bottom: 15px;
}
#mailform table td input.address {
	margin-bottom: 15px;
}
#mailform table input[type="text"] {
	border: 0px solid #CCCCCC;
	background: #f4f4f4;
	height: 38px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
}
*::placeholder{
	font-size: 0.85em;
	color: #808080;
}
#mailform table textarea {
	background-color: #f4f4f4;
 	border: 0px solid #CCCCCC;
 	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 499px;
	height: 202px;
	margin:  3px 0 3px;
	font-family: inherit;
	line-height: 1.6;
}

#mailform table textarea.textarea01{
	height: 132px;
}
#mailform p.submit {
	margin: 40px 0 0;
	text-align:center;
}
#mailform p.submit button {
	background: none;
	border: none;
}

button {
	cursor: pointer;
	outline: 0;
	background: none;
}
/*-------------------------------------------------------------------
	#privacy
-------------------------------------------------------------------*/
#privacy{
	/* margin-bottom: 70px; */
	font-size: 0.85em;
}
#privacy ol {
	list-style-type: decimal;
}
#privacy ol {
	margin: 0 0 0 14px;
}
#privacy ol li {
	padding-top: 15px;
	padding-left: 15px;
}


/*-------------------------------------------------------------------
	thanks
-------------------------------------------------------------------*/
#thanks,
p.thanks {
	margin-bottom: 30px;
}
