@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
/*------------------------------------------------------------
	お問い合わせスタイル
------------------------------------------------------------*/
#conts p {
	margin: 20px 0 -10px;
	
	color: #666;
	line-height: 20px;
}

#conts h3 {
	margin: 35px 0 0;
}

#conts .estimate {
	background: url(/img/contact/contact_box.gif) repeat-y left bottom;
	
	color: #666;
}

#conts .boxLid {
	display: block;
}

#conts .cyuuiText {
	margin: 0;
	padding: 17px 20px;
}

#conts p span,
#conts .cyuuiText span {
	color: #F00;
}

#conts form #otoiawase, 
#conts form #coding {
	width: 574px;
	margin: 0 20px;
	
	color: #000;
	font-size: 14px;
}

#conts form #otoiawase tr th, 
#conts form #coding tr th {
	width: 28%;
	padding: 10px;

	background: #F3F3F3;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

#conts form #otoiawase .hissu,
#conts form #coding .hissu {
	margin-left: 10px;

	color: #f00;
}

#conts form #otoiawase .fMailCheck .hissu {
	margin: 0;
}

#conts form #otoiawase tr th span.notes, 
#conts form #coding tr th span.notes {
	color: #000;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
}

#conts form th .about {
	padding-left: 13px;
	background: url(/img/icon/01.gif) no-repeat left center;

	font-size: 10px;
}

#conts form #otoiawase tr td {
	padding: 10px 10px 0;

	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;

	font-size: 12px;
	font-weight: normal;
}

#conts form #otoiawase tr td input, 
#conts form #coding tr td input {
	padding: 2px;
	
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

#conts form #otoiawase tr td textarea, 
#conts form #coding tr td textarea {
	padding: 2px;
	
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

#conts form #otoiawase tr td input.error {
	border: 2px solid #F00;
}

#conts form #otoiawase tr td input#name1, 
#conts form #otoiawase tr td input#kana1 {
	margin-right: 10px;
}

#conts form #otoiawase tr td input#address {
	width: 95%;
}

#conts form #otoiawase tr td select {
	margin-bottom: 10px;
	
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	
	font-size: 14px;
}

#conts form #otoiawase tr td textarea {
	width: 95%;
	margin-bottom: 10px;
}

#conts form #otoiawase tr td span {
	color: #000;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 1px;
}

#conts form #otoiawase tr td span#zipCode {
	margin-left: 20px;
}

#conts form #otoiawase tr td label {
	font-weight: bold;
	
	line-height: 24px;
}

#conts form #coding tr td {
	padding: 10px;

	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
	color: #000;
	font-size: 12px;
}

#conts form #coding tr.fPage .label,
#conts form #coding tr.fTemplate .label {
	float: left;
}

#conts form #coding tr.fPage .input {
	margin: 0 0 0 100px;
}

#conts form #coding tr td span {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 1px;
}

#conts form #coding tr.fPage .label,
#conts form #coding tr.fTemplate .label {
	float: left;
	position: relative;
	top: 3px;
}

	* html #conts form #coding tr.fPage .label,
	* html #conts form #coding tr.fTemplate .label {
		top: 5px;
	}



#conts form #coding tr.fPage .input {
	margin: 0 0 0 8em;
}

#conts form #coding tr.fPage .input input {
	margin-left: 0.5em;

	vertical-align: baseline;
}

#conts form #coding tr.fPage input,
#conts form #coding tr.fDay input {
	text-align: right;
}

#conts form #coding tr.fTemplate .input {
	margin: 0 0 0 10em;
}

#conts form #coding tr.fTemplate .input li {
	display: block;
}

#conts form #coding tr.fTemplate .input li input {
	vertical-align: -3px;
}

	*+html #conts form #coding tr.fTemplate .input li input {
		vertical-align: middle;
	}

#conts form #coding tr td span.other {
	margin: 10px 0 0;
	display: block;
	line-height: 18px;
}

#conts form #coding tr td label {
	margin: 0 10px 0 5px;
	
	color: #666;
	font-size: 12px;
	font-weight: normal;
}

#conts form #coding tr td label.pageText {
	margin: 0;
	
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

#conts form #coding tr td label.tempText {
	margin: 0 52px 0 0;
	
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

#conts form #coding tr td input.none {
	border: none;
}

#conts form #coding tr td select {
	margin: 0 5px 10px 0;
	
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

#conts form #coding tr td textarea {
	padding: 2px;
	width: 95%;
	
	font-size: 12px;
}

#conts form .fDesign li {
	margin: 0;
	display: block;
}

#conts form .designOnly {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ddd;
}

#conts form .designOnly .att {
	margin: 0 0 5px;
	color: #f00;
}

#conts form .designEtc {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	zoom: 1;
}

#conts form .designEtc .att {
	margin: 0 0 5px;
}

#conts form .designEtc li {
	float: left;
}

#conts form .designEtc li.col1 {
	width: 59%;
}

#conts form .designEtc li.col2 {
	width: 40%;
}

#conts form .designEtc li label,
#conts form .designEtc li input {
	vertical-align: middle;
}

#conts form .fDesign {

}

#conts form .fDesign {

}

#conts form ul.submit {
	padding: 30px;

	background: url(/img/contact/contact_bottom.gif) no-repeat left bottom;
	
	text-align: center;
}

	*html #conts form ul.submit {
		height: 100%;
	}

#conts form ul.submit {
	padding: 20px 0 20px;
	background: url(/img/contact/contact_bottom.gif) no-repeat left bottom;

	text-align: center;
}

#conts form ul li {
	margin: 0 10px;
	display: inline;
}

#conts .thanks {
	margin: 30px 0 0;
	padding: 6px 17px 17px;
	
	background: url(/img/contact/thanks_back.jpg) no-repeat left top;
}

	*html #conts .thanks {
		height: 100%;
	}

#conts .thanks li {
	color: #333;
	font-size: 14px;
}

#conts .thanks li span {
	color: #333;
	font-weight: bold;
	line-height: 40px;
}

#conts .yui-calendar th,
#conts .yui-calendar td {
	padding: 0!important;
	width: auto!important;
	vertical-align: middle!important;
}

#conts .yui-calendar .calhead {
	border: none!important;
}

#conts .yui-calendar .calweekdaycell {
	text-align: center!important;
}


/*------------------------------------------------------------
	エラー	
------------------------------------------------------------*/
#conts .error {
	margin: 30px 0 0;

	color: #f00;
	font-weight: bold;
}