@charset "utf-8";
.content {
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
}

.content p{
	text-decoration: none;
}
.content a{
	text-decoration: none;
	color: #009900;
}

.content a:hover{
	text-decoration: underline;
}

.form_top {
	color: #FF9900;
	font-weight: bold;
}
/*資料請求入力フォーム*/

.form_display {
									width:						100%;

									margin:						0px;
									padding:						0px;
										font-size: 14px;
								}


.form_display  th{
	border-collapse: collapse;
	background:#FCFDFE;
	padding:3px 4px;
	border-bottom:1px solid #EFF2F5;
	border-right:1px solid #EFF2F5;
	height: 20px;
	color:#666666;
	font-weight:100;
}

.form_display  td{
	border-collapse: collapse;
	background:#FFFFFF;
	padding:5px 5px;
	height:30px;
}
.form_display  td.td_r{
	padding:						10px;
	background-color:		#eeeeee;
	height:50px;
	border-width:				0px 0px 1px 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 5px;
}
.form_display  td.td_l{
	border-width:				0px 0px 1px 0px;
	border-style:				solid;
	border-color:				#999999;
	padding:						5px;
	background-color:		#ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.necessity{
	color:#EE1111;
	margin-left:5px;
	font-size:10px;
}

.t10{
	font-size: 10px;
}
.t12{
	font-size: 12px;
}
.t14{
	font-size: 14px;
}
.t18{
	font-size: 18px;
}
.green{
	color: #009900;
}

