@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      inquiry.css
 Author:         yoko shinkawa
 Style Info:     メールフォーム用スタイル
----------------------------------------------------------- */

#submit {
	text-align: center;
	margin-top: 0px;
	line-height: 1.6em;
	font-size: 1.1em;
}

#submit img {
	margin-bottom: 1em;
}

#contents table {
	width: 100%;
	margin-bottom: 2em;
	border: 1px solid #CCCCCC;
	color: #333;
	line-height: 1.6;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #FFFFFF;
	text-align: left;
}

#contents th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #FFF;
	white-space: nowrap;
	background-color: #666666;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 1.2em;
}

#contents td {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	font-size: 1.2em;
	line-height: 19px;
}

#contents #img {
	background-color: #B2E3B7;
	padding: 8px;
	text-align: left;
}

#contents .attention {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.red {
	color: #FF3300;
}
