@charset "UTF-8";

/*
==========================================================
2階層目タイトル
==========================================================
*/



#contents p {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#contents p.att {
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#contents p.note {
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
	line-height: 16px;
	text-align: left;
}

#contents h4 {
	padding: 0px;
	height: 30px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #46CD42;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	text-indent: 20px;
	background-image: url(../recommend/image/point.gif);
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

/*
==========================================================
フォーム
==========================================================
*/

#form table {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#form table.line {
border-collapse:collapse;
}

#form th {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	border: 1px solid #999999;
	background-color: #e6e6e6;
	width: 25%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#form td {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #999999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #333;
}

#contents input {
	margin-top: 2px;
	margin-bottom: 2px;
}

.transmit {
padding-bottom: 10px;
font-size: 13px;
text-align: center;
margin: 0px;
}
.submit {
padding-bottom: 10px;
text-align: center;
margin: 0px;
}
