@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "cont.css";

/* 環境事業部
--------------------------------------------------------------------*/

.form_box {
	padding:0 10px;
}

div.form_box p.may {
	margin:0 10px 5px;
	padding:0;
	font-size:1.4em;
	font-family:メイリオ;
	line-height:1.5;
	font-weight:bold;
}

div.form_box p {
	margin:0 0 20px;
	padding:0;
	font-size:1.2em;
	line-height:1.4;
}

div.form_box p img {
	padding:5px 0 10px 20px;
}

div.form_box table {
	margin:10px 0 5px;
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:1.2em;
}

div.form_box table tr th {
	background:#ecffce;
	width:140px;
	padding:5px 0 5px 10px;
	text-align:left;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	vertical-align:top;
}

div.form_box table tr th img {
	padding-left:10px;
	padding-bottom:2px;
}

div.form_box table tr td {
	padding:5px 0 5px 10px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

div.form_box p.submit {
	text-align:center;
	margin-bottom:20px;
}

div.form_box textarea{
				width:370px;
				height:120px;
				border:1px solid #7F9DB9;
				margin-top:5px;
}

div.form_box input{
				border:1px solid #7F9DB9;
				margin-top:5px;
				height:18px;
}

div.form_box p.submit input{
					border:none;
					height:auto;
}

div.form_box span input {
	border:1px solid #7F9DB9;
	border:none;
	margin:0 10px 0 0;
	padding:0;
	width:14px;
	height:14px;
	vertical-align:bottom;
}

div.form_box span.sec input {
	border:1px solid #7F9DB9;
	border:none;
	margin:0 10px 0 30px;
	width:13px;
	height:13px;
}
