﻿@charset "UTF-8";

/*　アクセス　*/
#consult-box table {
	background-color: #fafafa;
	color: #039;
	width: 530px;
	margin-bottom: 10px;
	border-collapse : separate;
	border-spacing : 5px;
	border: solid 3px #ddd;
}
#consult-box table th {
	background-color: #fff;
	font-size: 70%;
	font-weight: bold; 
	text-align: center;
	vertical-align: middle;
	width: 4em;
	border-radius: 10px;
}
#consult-box table td {
	font-size: 90%;
	line-height: 1.5;
	padding-left: .2em;
}
#consult-box table td span {
	color: #663300;
	font-size: 80%;
	display: block;
}

/*　送信フォーム　*/
#consult-box form {
	line-height: 1em;
	width: 524px;
	margin: 0 auto 10px;
	border: solid 3px #ddd;
	overflow: hidden;
}
#consult-box form dl {
	font-size: 90%;
}
#consult-box form dl dt,
#consult-box form dl dd {
	height: 3em;
}
#consult-box form dl dt:nth-of-type(3),
#consult-box form dl dd:nth-of-type(3) {
	height: 8em;
}
#consult-box form dl dt:nth-of-type(5),
#consult-box form dl dd:nth-of-type(5) {
	height: 11em;
}

#consult-box form dl dt {
	background-color: #eee;
	color: #000;
	font-weight: bold;
	width: 185px;
	padding: 5px;
	float: left;
	clear: both;
}
#consult-box form dl dd {
	width: 309px;
	padding: 5px 10px;
	float: right;
}
#consult-box form dl dt,
#consult-box form dl dd {
	border-bottom: solid 1px #fafafa;
}
#consult-box form dl dt span {
	color: #CC3300;
	font-size: 85%;
}
#consult-box form dl dd #name,
#consult-box form dl dd #mail {
	width: 250px;
}
#consult-box form dl dd #message {
	width: 100%;
	height: 100%;
}
/*送信ボタン*/
#consult-box form > div {
	padding: 10px;
	overflow: hidden;
	clear: both;
}
#consult-box form > div p:nth-of-type(1) {
	text-align: left;
	width: 402px;
	padding: 5px;
	border: solid 1px #ddb;
	float: left;
}
#consult-box form > div p:nth-of-type(1) {
	background-color: #333;
	color: #fff;
	font-size: 85%;
}
#consult-box form > div p:nth-of-type(2) {
	text-align: right;
}
#consult-box form > div p:nth-of-type(2) input {
	width: 80px;
	padding: 5px 0;
}
/*　送信結果テキスト　*/
#consult-box #send-result-text {
	background-color: #ffc;
	color: #F00;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.3em;
	padding: 20px;
	border: solid 1px #ddb;
	margin-bottom: 10px;
}