@charset "utf-8";
/* CSS Document */

#main{
	color:#000000;
}

#main p{
	font-size:12px;
}

div#telArea , div#mapArea{
	background-color:#F0F0F0;
	font-size:12px;
	padding:5px;
	margin-right:42px;
}

div#telArea .freedial{
	font-size:28px;
	font-weight:bold;
}

div#mapArea .okayama{
	float:left;
	width:260px;
}

div#mapArea .kurasiki{
	float:right;
	width:260px;
}

.textHissu{
	font-size:12px;
	text-decoration:underline;
}


.button{
	text-align:right;
}

#mForm table{
}

#mForm th{
	font-size:14px;
	text-align:left;
	width:150px;
	border-bottom:1px dashed #999999;
}

#mForm td{
	font-size:14px;
	border-bottom:1px dashed #999999;
}


#cForm table{
	width:550px;
}

#cForm th{
	font-size:14px;
	line-height:140%;
	text-align:left;
	width:150px;
	border-bottom:1px dashed #999999;
}

#cForm td{
	font-size:14px;
	border-bottom:1px dashed #999999;
}


.iframeMap{
	border:1px solid #000000;
}

