﻿@charset "utf-8";
/* CSS Document */

#inquiry{
	width: 720px;
}

#inquiry table{
	border: none;
	background-color: #EEEEEE;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック";
	font-size: 12px;
	width: 100%;
	margin: 5px;
}

#inquiry td.title{
	border-top: 1px solid #DDDDDD;
	border-bottom: 3px solid #D94040;
	border-left: none;
	border-right: none;
	background-color: #F4F4EC;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

#inquiry td.button{
	border: none;
	background-color: #F4F4F4;
	padding: 15px;
	text-align: center;
}

#inquiry input{
	margin-left: 10px;
	margin-right: 3px;
}

#inquiry input.text{
	margin-left: 0px;
	margin-right: 0px;
}

#inquiry td{
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	border-left: none;
	border-right: none;
	background-color: #F0F0F0;
	padding: 5px;
	line-height: 20px;
}

#inquiry th.nomaltitle{
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	border-left: none;
	border-right: none;
	background-color: #F4F4F4;
	font-weight: normal;
	padding: 10px;
}

#inquiry th.nomal{
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	border-left: none;
	border-right: none;
	background-color: #F4F4F4;
	font-weight: normal;
	padding: 10px;
	width: 200px;
}

#inquiry th em.nomal{
	font-size: 10px;
	font-style: normal;
	color: #D94040;
	padding-left: 5px;
}

#inquiry th span.nomal{
	font-size: 10px;
	font-style: normal;
	color: #AAAAAA;
	padding-left: 10px;
}

<!------------------------------------------ エラー表示 -->

#inquiry th.fail{
	text-align: left;
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	border-left: none;
	border-right: none;
	background-color: #FF0000;
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px;
	width: 200px;
}

#inquiry th em.fail{
	font-size: 10px;
	font-style: normal;
	color: #000000;
	padding-left: 5px;
}

#inquiry th span.fail{
	font-size: 10px;
	font-style: normal;
	color: #AAAAAA;
	padding-left: 10px;
}

p.fail{
	font-size: 100%;
	color: #FFFF00;
	font-weight: bold;
}
