@charset "utf-8";
/* estimate.css */

@media screen and (max-width: 414px) {
	body *{
		box-sizing: border-box;
	}
}
@media screen and (max-width: 414px) {
	div#main {
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

#i_button{
	display: block;
	width: 960px;
	height: 30px;
}
#sc_search{
	padding-top: 15px;
}
#sendarea{
	text-align: center;
	font-size: 1.2em;
}
#e_send_b{
	border:0px;
	background-image: url(/img/common/send_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 43px;
	width: 210px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#e_send_b:hover{
	background-position: 0px -43px;
}
#e_send_b:active{
	background-position: 1px 1px;
}
#e_send_b_2{
	border:0px;
	background-image: url(../img/common/send_button_2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 170px;
	overflow: hidden;
	margin-top: 10px;
	float: right;
	margin-bottom: 20px;
	margin-right: 40px;
}
#e_send_b_2:hover{
	background-position: 0px -28px;
}
#e_send_b_2:active{
	background-position: 1px 1px;
}
#back_b{
	border:0px;
	background-image: url(../img/common/corre_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 170px;
	overflow: hidden;
	margin-top: 10px;
	float: left;
	text-indent: -777em;
}
#back_b:hover{
	background-position: 0px -28px;
}
#back_b:active{
	background-position: 1px 1px;
}

div.to_home a{
	background-image: url(../img/cart/to_home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 35px;
	width: 210px;
	overflow: hidden;
	text-indent: -777em;
	margin-top: 20px;
	border:0px;
}
div.to_home a:hover{
	background-position: 0px -35px;

}
.button{
	display: block;
	width: 680px;
	height: 50px;

}
#mailform{
	text-align: left;
	width: 100%;
}

#mailform tr td{
	padding: 5px;
}
@media screen and (max-width: 414px) {
	#mailform tr td{
		font-size: 14px;
	}
}
#mailform td span{
	font-size: 0.7em;
}
#mailform td span.red{
	color: #F00;
}
input{
	font-size: 1.1em;
}
textarea{font-size: 1.1em;}

@media screen and (max-width: 414px) {
	input{
		width: 100%;
	}
	input[type="checkbox"]{
		width: auto;
	}
	textarea{
		width: 100%;
	}
}

#send_button{
	border:0px;
	background-image: url(/img/common/send_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 170px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
#send_button:hover{
	background-position: 0px -28px;
}
#send_button:active{
	background-position: 1px 1px;
}
#back_button a{
	border:0px;
	background-image: url(../img/common/corre_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 170px;
	overflow: hidden;
	margin-top: 10px;
	float: left;
	text-indent: -777em;
}
#back_button a:hover{
	background-position: 0px -28px;
}
#back_button a:active{
	background-position: 1px 1px;
}
#send_button_2{
	border:0px;
	background-image: url(/img/common/send_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 28px;
	width: 170px;
	overflow: hidden;
	margin-top: 10px;
	float: right;
	margin-bottom: 20px;
	margin-right: 40px;
}
#send_button_2:hover{
	background-position: 0px -28px;
}
#send_button_2:active{
	background-position: 1px 1px;
}
.subtitle strong{
	font-size: 1.2em;
}
.subtitle {
	margin-bottom: 10px;
}
#formWrap {
	max-width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
#mainform{
	background-color: #FFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 100px;
}
td.pcs{
}
@media (min-width: 415px){
	#mainform{
		width: 680px;
	}
	span.sma {display:none;}
}
@media (max-width: 414px){
	#mainform{
		width: 100%;
	}
	td.pcs {display:none;}
}

#mainform td{
	text-align: left;
}
#mainform table{
	margin-top: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 414px) {
	table{
		width: 100%;
	}
}
/* バリデーション */
tr td.error input ,
tr td.error textarea {
	background:#FFCCCC;
	font-weight: 600;
	font-weight: 600;
}

tr td p.error{
	margin:0;
	color:red;
	font-weight:bold;
	margin-bottom:10px;
}
#main #tel{
	margin-bottom: 10px;
}
#hidden {display: none;}
