@charset "shift-jis";


/*	contact/index.html
------------------------------------------------------------------------------------*/


h4{margin-bottom:15px;}

ul#flowArea{
	margin:0 0 5px 0;
	padding:0;
}

ul#flowArea li{
	margin:0;
	padding:0;
}

ul#flowArea li img{
	vertical-align:bottom;
}

/*--------------------
	consultation
--------------------*/

div#consultation{
	background:#E9F0F8;
	padding:15px 15px 5px 15px;
	margin-bottom:16px;
}

div#consultation p{
	margin-bottom:1em;
	font-size:110%;
	line-height:1.4;
}

div#consultation p.tl01{
	font-weight:bold;
	color:#365B89;
}

div#consultation p strong{
	font-size:130%;
	line-height:1.4;
	margin-right:10px;
	letter-spacing:-1px;
}
div#consultation p strong.icoTel{
	background:url("../../images/contact/i_ico_tel.gif") no-repeat 0 0;
	padding:0 0 0 20px;
}

div#consultation p strong.icoFax{
	background:url("../../images/contact/i_ico_fax.gif") no-repeat 0 0;
	padding:0 0 0 20px;
}

div#consultation p strong.icoFree{
	background:url("../../images/contact/i_ico_free.gif") no-repeat 0 1px;
	padding:0 0 0 30px;
}

div#consultation p a{
	font-weight:bold;
	color:#487BBF;
	text-decoration:underline;
}

div#consultation p a:hover{
	text-decoration:none;
}

/*--------------------
	formArea
--------------------*/

div#formArea{
	width:720px;
	padding:0 15px;
}

div#formArea ul{margin-bottom:20px;}

div#formArea ul li{
	background:url("../../images/common/i_arrow03.gif") no-repeat 0 6px;
	line-height:1.4;
	font-size:110%;
	padding:0 0 0 10px;
	margin-bottom:5px;
}

div#formArea ul li strong{color:#c00;}

div#formArea ul li a{
	font-weight:bold;
	color:#487BBF;
	text-decoration:underline;
}

div#formArea ul li a:hover{
	text-decoration:none;
}

/*--------------------
	table
--------------------*/
.table_layout01 {
	width:100%;
}

.table_layout01 input,
.table_layout01 select{
	font-size:110%;
}

#radio01,
#radio02,
#radio03,
#radio04{
	margin:0 3px 0 0;
}

.table_layout01 th {
	background:#7C9FCB;
	border-bottom:1px solid #fff;
	width: 23%;
	text-align:left;
	padding:5px 10px;
	font-weight:bold;
	color:#fff;
}
.table_layout01 th span{ color:#c00;}


.table_layout01 th,
.table_layout01 td {
	line-height:1.4;
	vertical-align: top;
	font-size:110%;
}

.table_layout01 td {
	background:url("../../images/common/i_dotted01.gif") repeat-x 0 0;
	width:77%;
	padding:5px 10px;
	color:#666;
}

.table_layout01 td strong {
	background:#c00;
	padding:6px 5px 4px 5px;
	margin-bottom:5px;
	display:block;
	font-weight:bold;
	color:#fff;
}

.table_layout01 td span  {font-size:100%;}
.table_layout01 td span.mar_t5 {
	margin-top:5px;
	display:block;
}

.table_layout01 td span.mar_t5red {
	margin-top:5px;
	display:block;
	color:#B30000;
}

#textClientName,
#textClientNameFurigana,
#textTel{
	width:150px;
}

#textCampanyName,
#textCampanyName2,
#textAddress,
#textEmail,
#textEmail2,
#textUrl{
	width:300px;
}

#textPostcode{
	width:100px;
}


.checkbox{margin:5px 5px 0 0;}
.radio{margin:5px 5px 0 0;}

div#contact_text{
	margin:10px 0;
}

div.formbtn{
	width:730px;
	margin-bottom:20px;
	text-align:center;
}

div.formbtn p{
	color:#666;
	margin:0 0 1em 0;
}

.btn_right{margin-right:30px;}

/*	contact/error.html
------------------------------------------------------------------------------------*/

p#errorMessage{margin-bottom:20px;}

