
/*  ************************ */

.txt-red{
	color: #CC0000;
}
input, textarea {
	padding: 0.5em;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea{
	width: 98%;
}
input.w200{
	width: 200px;
}
input.100{
	width: 100px;
}
input.w_max{
	width: 100%;
}
select{
	color:#444347;
}
#contents .section table.contact-table{
width:100%;
border-top:#CCC 1px solid;
border-left:#CCC 1px solid;
border-right:#CCC 1px solid;
margin-top: 20px;
font-size: 14px;
line-height: 1.6;
}
#contents .section table.contact-table td{
padding:7px;
margin:0px;
	font-weight:normal;
border-bottom:#CCC 1px solid;
line-height: 1.5em;
}
#contents .section table.contact-table th{
	background-color:#e9f2f4;
	width: 150px;
	font-weight:normal;
padding:7px;
margin:0px;
border-right:#CCC 1px solid;
border-bottom:#CCC 1px solid;
}
.border_no{
border-bottom:0px none;
}
.submit-button{
	text-align: center;
	margin-top:10px;
}
.submit-button input {
text-align:center;
}
.contact-ahead{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	padding: 10px 10px 0px;
	margin-bottom: 20px;
}


.error {
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #a00;;
	line-height: 1.6;
}
.err {
	margin-top: 7px;
}
.err strong {
	background-color: #a00;
    color: #fff;
    padding: 3px;
    font-size: 15px;
}

#fin {
	font-size: 14px;
}

.inner h4{
	letter-spacing: 1px;
	font-size:18px;
	padding-bottom:10px;
	font-weight:bold;
	}
#block02{
	margin:30px 10px;
	padding:10px;
	background-color: #F2F2F2;
	border: 1px dotted #CCCCCC;
}
#block02 p{
	padding-top:10px;
}


.head_img:after {
	content: ""; display: table; clear: both;
}
.head_img .img {
	float: left;
}
.head_img .img ~ * {
	margin-left: 190px;
}



