@charset "utf-8";

/* 各種ご相談メニュー */

#contents dl {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* 各種ご相談メニュー：共通 */
#contents dl dt a {
	outline: none;
}

/* 各種ご相談メニュー：個人 */
#contents dl dt#personal a {
	width: 650px;
	height: 50px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	background-image: url(../images/banner_consult_personal.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contents dl dt#personal a:hover {
	text-decoration: none;
	background-image: url(../images/banner_consult_personal.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

/* 各種ご相談メニュー：法人 */
#contents dl dt#corp a {
	width: 650px;
	height: 50px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	background-image: url(../images/banner_consult_corp.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contents dl dt#corp a:hover {
	text-decoration: none;
	background-image: url(../images/banner_consult_corp.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

/* 各種ご相談シート */
#consult {
	width: 710px;
	margin-bottom: 15px;
	clear: both;
}

#consult p.comment{
	font-size: 88%;
	color: #666666;
}

#consult input {
	margin-bottom: 2px;
}

#consult div.lv2 {
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 20px;
	color: #333333;
	padding: 5px;
	font-size: 116%;
}

/* 各種ご相談シート 情報テーブル */
#consult table#information {
	width: 710px;
	margin-bottom: 15px;
}

#consult table#information td {
	padding: 5px;
	font-size: 100%;
	color: #666666;
}

#consult table#information td#verisign {
	width: 125px;
	height: 80px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

/* 各種ご相談シート お客様情報テーブル */
#consult table.base {
	width: 690px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#consult table.base td {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9DAEC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9DAEC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	white-space: normal;
}

#consult table.base th {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	padding: 5px;
	background-color: #ecf5fa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B9DAEC;
	border-bottom-color: #B9DAEC;
	white-space: nowrap;
}

#consult table.check {
	width: 690px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#consult table.check td {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}

#consult table.check th {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	white-space: normal;
}

#consult input#send{
	width: 250px;
	height: 35px;
}
