@charset "UTF-8";
/*------------------------------TEXT03-------------------------------*/
.regi_list{
    margin-bottom: 20px;
}
.regi_area{
	border-top: solid 1px #cfcfcf;
	margin-bottom: 20px;
}
.prefectures_name{
	float: left;
	vertical-align: top;
	color: #c11920;
	margin-right: 20px;
	font-weight: bold;
    padding: 5px 0;
    width: 50px;
}
.prefectures_branch{
	float: left;
	width: 610px;
}
.branch_list{
	text-align: left;
	margin-bottom: 20px;
    width: 610px;
}
.branch_list:last-child{
	margin-bottom: 0;
}
.branch_list a{
	text-decoration: none;
	color: #336699;
}
.branch_list a:hover{
	text-decoration: underline;
}
.branch_list caption{
	text-align: left;
	border-bottom: dashed 1px #cfcfcf;
    padding: 5px 0;
    margin-bottom: 10px;
}
.branch_list th{
	width: 100px;
}
.branch_name{
	color: #336699;
	text-decoration: none;	
	font-weight: bold;
}
.branch_name:hover{
	text-decoration: underline;
}
.branch_area td{
	padding-left: 20px;
}
.icon_map{
	vertical-align: top !important;
	width: 36px;
	margin: 3px 0 0 15px;
}
@media screen and (max-width:1000px) {
	.prefectures_name{
		float: none;
		width: 100%;
	}
	.prefectures_branch{
		float: none;
		width: 100%;
	}
	.branch_list{
		width: 100%;
	}
	.branch_list tr,th,td{
		display: block;
		width: 100%;
		text-align: left;
	}
	.branch_list th{
		background: #f2f2f2;
		width: 100%;
	}	
	.branch_list th,td{
		padding: 5px 10px;
	}
}

/*------------------------------LINK-------------------------------*/
.link{
	list-style: none;
	margin: 0;
	padding: 0;
}
.link li{
	padding: 5px;
}
.link li>a{
	position: relative;
	text-decoration: none;
	color: #336699;
	padding-left: 15px;
}
.link li>a:hover{
	text-decoration: underline;
}
.link li>a:before{
    content: url(../../../img/common/ico_arrow.gif);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 0;
}
.link .align_left{
	text-align: left;
}
.link .align_right{
	text-align: right;
}
.link .border{
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
}

/*------------------------------LI-01-------------------------------*/
.list_link_01{
	background: #fbf7f4;
    border: solid 1px #cfcfcf;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
}
.list_link_01 p{
	margin: 0;
}
.list_link_01>.link li{
	float: left;
	margin-right: 20px
}
.list_link_01>.link li:last-child{
    margin-right: 0;
}
.list_link_01>.link li a{
	padding-left: 25px;
}
.list_link_01>.link li a:before{
    content: url(../../../img/common/ico_link3.gif);
    position: absolute;
    background: none;
    width: 22px;
    height: 17px;
    top: 2px;
    left: 0;
}
@media screen and (max-width:1000px) {
	.list_link_01>.link li{
		width: 30%;
	    padding: 10px 5px;
	    margin-right: 5%;
	}
}
/*------------------------------TEXT02-------------------------------*/
p.dotted_bottom{
    border-bottom: dashed 1px #cfcfcf;
    padding: 5px 0;
    margin: 0 0 10px 0;
}
p.dotted_bottom>a{
	text-decoration: none;
	color: #336699;
}
p.dotted_bottom>a:hover{
	text-decoration: underline;
}

/*------------------------------TEXT03-------------------------------*/
.regi_list{
    margin-bottom: 20px;
}
.regi_area{
	border-top: solid 1px #cfcfcf;
	margin-bottom: 20px;
}
.prefectures_name{
	float: left;
	vertical-align: top;
	color: #c11920;
	margin-right: 20px;
	font-weight: bold;
    padding: 5px 0;
    width: 50px;
}
.prefectures_branch{
	float: left;
	width: 610px;
}
.branch_list{
	text-align: left;
	margin-bottom: 20px;
    width: 610px;
}
.branch_list:last-child{
	margin-bottom: 0;
}
.branch_list a{
	text-decoration: none;
	color: #336699;
}
.branch_list a:hover{
	text-decoration: underline;
}
.branch_list caption{
	text-align: left;
	border-bottom: dashed 1px #cfcfcf;
    padding: 5px 0;
    margin-bottom: 10px;
}
.branch_list th{
	width: 100px;
}
.branch_name{
	color: #336699;
	text-decoration: none;	
	font-weight: bold;
}
.branch_name:hover{
	text-decoration: underline;
}
.branch_area td{
	padding-left: 20px;
}
.icon_map{
	vertical-align: top !important;
	width: 36px;
	margin: 3px 0 0 15px;
}
@media screen and (max-width:1000px) {
	.prefectures_name{
		float: none;
		width: 100%;
	}
	.prefectures_branch{
		float: none;
		width: 100%;
	}
	.branch_list{
		width: 100%;
	}
	.branch_list tr,th,td{
		display: block;
		width: 100%;
		text-align: left;
	}
	.branch_list th{
		background: #f2f2f2;
		width: 100%;
	}	
	.branch_list th,td{
		padding: 5px 10px;
	}
}