@charset "UTF-8";
/*------------------------------table02-------------------------------*/
.type1{
	margin-bottom: 20px;
}
.type1 table{
	width:100%;
	border-collapse:collapse;
	padding:0;
	margin:0;
}
.type1 table th{
    position: relative;
    text-align: left;
    padding: 10px 20px;
    vertical-align: top;
    z-index: -1;
}
.type1 table td{
	background: #fff;
	padding: 10px 20px;
}
.type1 table th:before{
    content: " ";
    position: absolute;
    top: 10px;
    left: 10px;
    background: #c11920;
    width: 3px;
    height: 15px;
}
.type1 table tr,
.type1 table th,
.type1 table td{
	border-bottom: dotted 1px #cfcfcf;
}
.icon_map{
	vertical-align: top !important;
	width: 36px;
	margin: 3px 0 0 15px;
}
@media screen and (max-width: 1000px) {
	.type1 table tr+ tr{
		border-top: none;
	}
	.type1 table th{
		border: none;
		z-index: 0;
	}
	.type1 table td{
		border: none;
	}
}

/*------------------------------コンテナー（右カラムメニュー2）-------------------------------*/
.container_right_sub {
    border-left: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-radius: 5px;
}
.container_right_sub ul{
	padding: 0;
	margin: 0;
}
.container_right_sub li{
    list-style: none;
    width: 278px;
}
.container_right_sub li+li{
	border-top: none;
}
.container_right_sub a{
    position: relative;
    background: #ffffff;
    padding: 10px 20px 10px 10px;
    width: 278px;
    display: block;
    color: #444;
    text-decoration: none;
    border-top: solid 1px #cfcfcf;
}
.container_right_sub a.opened{
	background: -webkit-gradient(radial, 0% 0%, 0, 0% 0%, 241, color-stop(1.00, #c11920), color-stop(0.45, #e33b4f), color-stop(0.00, #e36d73));
	background: -webkit-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
	background: -moz-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
	background: -o-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
	background: -ms-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
	background: radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
	color: #fff;
}
.container_right_sub a.first{
	border-radius: 5px 5px 0 0;
}
.container_right_sub a.last{
	border-radius: 0 0 5px 5px;
    border-bottom: solid 1px #cfcfcf;
}
.container_right_sub a:hover{
	background: -webkit-gradient(radial, 0% 0%, 0, 0% 0%, 241, color-stop(1.00, #c11920), color-stop(0.45, #e33b4f), color-stop(0.00, #e36d73));
	background: -webkit-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
	background: -moz-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
	background: -o-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
	background: -ms-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
	background: radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
	color: #fff;
}
.container_right_sub span{
    position: relative;
    padding-left: 20px;
}
.container_right_sub span:before{
	content: "|";
	color: #cfcfcf;
	font-weight: bold;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0px;
    left: 5px;
}
@media screen and (max-width:1000px) {
	.col_right_menu {
	    border: none;
	    margin-bottom: 20px;
	    padding: 0;
	}
	.container_right_sub li{
		width: 100%;
	}
	.container_right_sub li a{
		width: 100%;
	}
}

/*------------------------------バナー-------------------------------*/
.bnr_blc{
    background: #f2f2f2;
    border: solid 1px #fff;
    box-shadow: 0 0 0 1px #cfcfcf;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
}
.bnr_blc>div,
.bnr_sub_blc>div{
	margin-bottom: 15px;
	vertical-align: bottom;
}
.bnr_blc>div:last-child,
.bnr_sub_blc>div:last-child{
	margin-bottom: 0px;
}
.bnr_sub_blc {
    text-align: center;
    margin-bottom: 20px;
}
.bnr_sub_blc img{
	vertical-align: bottom;
}
@media screen and (max-width:1000px) {
	.bnr_blc{
		background: none;
		border: none;
		box-shadow: none;
		padding: 0;
	}
	.bnr_float_40{
		float:left;
		width: 40%
	}
	.bnr_float_60{
		width: 60%
	}
}