@charset "UTF-8";
/*****************************************************************************************************/
/* テンプレート設定ファイル */
/*****************************************************************************************************/


.main_contents_area{
	width:836px;
	float:right;
}

.area_main_wrapper{
	width:765px;
	margin:0 auto;
}


/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
/* main */
/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/






.area_main_top {
	font-size:14px;
	line-height:24px;
	color:#565656;
	margin-top:30px;
}

.area_main_map {
	margin-top:16px;
	position:relative;
	width:765px; /*内包する画像以上のサイズを指定する*/
	height:631px; /*内包する画像以上のサイズを指定する*/
}

.area_main_map_image {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}

.area_main_map_links {
	position:absolute;
	right:0px;
	bottom:0px;
	width:220px;
	height:90px;
}


.license_number_nagano{
	position:absolute;
	left:107px;
	bottom:270px;
	width:150px;
	height:20px;
	text-align:center;
}


.license_number_gunma{
	position:absolute;
	left:334px;
	bottom:371px;
	width:150px;
	height:20px;
	text-align:center;
}


.license_number_saitama{
	position:absolute;
	left:421px;
	bottom:219px;
	width:150px;
	height:20px;
	text-align:center;
}


.license_number_totigi{
	position:absolute;
	left:536px;
	bottom:427px;
	width:150px;
	height:20px;
	text-align:center;
}



.area_main_map_links ul {
	list-style:none;
}
.area_main_map_links ul li {
	margin-top:10px; /*アイテム同士の間隔をあける*/
	font-size:14px;
	line-height:21px;
	padding:0 0 0 26px; /*背景としてアイコンを与えるので、その分だけ右に寄せておく。文字サイズに合わせて調整する*/
	background-image: url("../images/area_cursor.png");
	background-size:contain;
	background-repeat:no-repeat;
}
.area_main_map_links ul li a {
	color:#0000FF;
	text-decoration:underline;
}


.license_number_num{
	font-size:13px;
	color:#333333;
}



/*--------------------------------*/

.request_box{
	margin-top:80px;
}




.request {
	position:relative;
	width:836px;
	height:400px;
}
.request_fig_01 { /*description*/
	position:absolute;
	left:0px;
	top:0px;
}
.request_fig_04 { /*tel*/
	position:absolute;
	left:0px;
	top:250px;
}
.request_link_01 span, .request_link_02 span, .request_link_03 span { /*selectorポイントの都合でspanでラップしている*/
	color:#0000FF;
	text-decoration:underline;}
.request_link_01 { /*fax*/
	position:absolute;
	left:45px;
	top:145px;
}
.request_link_02 { /*mail*/
	position:absolute;
	left:345px;
	top:145px;
}
.request_link_03 { /*link*/
	position:absolute;
	left:10px;
	top:350px;
}
/*--------------------------------*/