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

#conts .cyuuiText {
	margin: 0;
	padding: 20px 20px 0;
	
	background: url(/img/contact/contact_box.gif) repeat-y left top;
}

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

#conts form {
	width: 100%;
	padding-top: 20px;
	
	background: url(/img/contact/contact_box.gif) repeat-y left top;
	
	color: #666;
}

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

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

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

#conts form #otoiawase tr th label {
	padding-right: 10px;
	
	color: #000;
	line-height: 20px;
}

#conts form #otoiawase tr th span.hissu {
	color: #F00;
}

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

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

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

#conts form #otoiawase tr td input {
	padding: 3px;
	
	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;
}

#conts form #otoiawase tr td textarea {
	margin-bottom: 10px;
	padding: 3px;	
	width: 95%;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;

	font-size: 100%;
}

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

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

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

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

	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 {
	width: 100%;
	padding: 6px 17px 17px;
	
	background: url(/img/contact/thanks_back.jpg) no-repeat left top;
}

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

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


/*------------------------------------------------------------
	エラー	
------------------------------------------------------------*/
#conts ul.error {
	margin: 0 0 1em 1em;

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

#conts ul.error li {
	margin: 0 0 5px;
}

