@charset "utf-8";

#contents h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #ff8400;
	margin: 20px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px dotted #aaa;
}
.ul1 {
	font-size: 1.2em;
	line-height: 160%;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 20px;
}
span.red {
	color: #e00;
}
span.blue {
	color: #0154BA;
}
form {
	margin: 0px;
	padding: 0px;
}
textarea {
	height: 150px;
	width: 400px;
}
form div {
	text-align: center;
	padding: 15px;
}
.size_l {width: 350px;}
.size_m {width: 180px;}
.size_s {width: 80px;}


/* table */

table.style_b {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 700px;

}

table.style_b th,table.style_b td {
	padding: 4px 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 1.2em;
	line-height: 150%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.style_b th {
	background-color: #faf6d4;
	text-align: left;
	font-weight: normal;
	width: 80px;
}
table.style_b td.td2 {
	width: 250px;

}

table.style_c {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 700px;

}

table.style_c th,table.style_c td {
	padding: 4px 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-size: 1.2em;
	line-height: 150%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.style_c th {
	text-align: left;
	font-weight: normal;
	width: 140px;
	background: #C7E3F3;
}
table.style_c th.th2 {
	background: #e7e7e7;
}

p.con-p {
	margin: 5px 0px;
}
