@charset "utf-8";

#content_contact{
	margin-top: 30px;
	padding-right: 80px;
	padding-left: 80px;
	line-height: 160%;
}

#content_contact h3{
	color: #006bb5;
	font-size: 140%;
	line-height: 140%;
	background-image: url(../images/h3_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	padding-top: 6px;
	padding-bottom: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: bold;
}

#content_contact h4{
	color: #30AABC;
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#content_contact table{
	border-collapse:collapse;
	width: 740px;
}

#content_contact table td{
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#content_contact table th{
	vertical-align: middle;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	background-color: #e7f5f7;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 150px;
}

#content_contact table span{
	color: #FF0000;
	font-size: 90%;
	float: right;
}

/*フォームの設定*/
.check li input{
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.check li{
	display:inline;
	margin: 0px 20px 0px 0px;
	padding:0;
	float: left;/*これを入れないと、横一列に並ばない*/
}

.company, .postname, .name, .tel, .fax, .mail, .address, .consultation, .post {
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
}

.company, .postname, .name, .tel, .fax, .mail, .consultation { width: 300px;}

.consultation, .address { width: 500px;}

.consultation { height: 100px;}

#button{
	margin-top: 20px;
	text-align: center;
	vertical-align: middle;
}

#button button{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}

.red{
	color: #FF0000;
}

#bt_ad{
	margin-bottom: 4px;
	margin-left: 10px;
}


/*サンキューページの設定
--------------------------------------------------------------------*/
#kakomi{
	padding: 15px;
	border: 1px solid #CCC;
	background-color: #e7f5f7;
	margin-bottom: 30px;
}

#kakomi p{
	line-height: 180%;
}

#thanyou{
	color: #FF6600;
	font-size: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}


