  @charset "Shift_JIS";

/*----------------------------------------

	map

----------------------------------------*/
.tabs {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom: 30px;
}
.tabnav {
	width: 100%;
	max-width: 260px;
}
.all_tab {
	width: 100%;
	max-width: 690px;
}

/*	タブナビゲーション
---------------------------------------- */
ul.tabnav li {
	width: 100%;
	margin-bottom: 20px;
}
.navbtn {
	position: relative;
	margin-bottom: 5px;
	cursor: pointer;
}
.navbtn p{
	position: absolute;
	text-indent: -9999px;
}
.virtual_subnav {
	display: none;
	margin-bottom: 20px;
}

.snav {
	font-size: 0.91667em;
}
.nav01 .snav {
	border-bottom: dotted 1px #F2757D;
}
.nav02 .snav {
	border-bottom: dotted 1px #87C995;
}
.nav03 .snav {
	border-bottom: dotted 1px #89C7E1;
}
.snav a {
	font-size: 0.91667em;
	padding: 13px 0 11px 31px;
	display: block;
	text-decoration: none;
	position: relative;
	line-height: 1.8;
}
.snav a:hover{
	text-decoration: underline;
}
.col {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.col .col_l {
	width: 85px;
}
.col .col_r {
	width: 175px;
}
.col .col_r a{
	border-bottom: dotted 1px #f2757d;
}
.col .col_r .last a {
	border: 0;
}
.half {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
}
.half .half_l {
	width: 45%;
}
.half .half_r {
	width: 55%;
}
.nav03 .half_r div:first-child {
	border-bottom: dotted 1px #89C7E1;
}

.nav01 .mov a:after,
.nav02 .mov a:after,
.nav03 .mov a:after,
.nav01 .pic a:after,
.nav02 .pic a:after,
.nav03 .pic a:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	top: 50%;
	left: 1px;
	margin-top: -12px;
}
.nav01 .mov a:after {
	background: url("/electr/genshi/safety/virtual/higashidori/images/icon_movie01.png") no-repeat;
}
.nav01 .pic a:after {
	background: url("/electr/genshi/safety/virtual/higashidori/images/icon_book01.png") no-repeat;
}
.nav02 .mov a:after {
	background: url("/electr/genshi/safety/virtual/higashidori/images/icon_movie02.png") no-repeat;
}
.nav02 .pic a:after {
	background: url("/electr/genshi/safety/virtual/higashidori/images/icon_book02.png") no-repeat;
}
.nav03 .mov a:after {
	background: url("/electr/genshi/safety/virtual/higashidori/images/icon_movie03.png") no-repeat;
}
.nav03 .pic a:after {
	background: url("/electr/genshi/safety/virtual/higashidori/images/icon_book03.png") no-repeat;
}

.snav_link {
	margin-top: 25px;
	text-align: center;
}
.snav_link a {
	display: inline-block;
}
.snav_link a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

/*----------------------------------------

	footer

----------------------------------------*/
#footer {
	background: #e6e6e6;
	padding: 26px 0; }
#footer h2 {
	float: left; }
#footer ul {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	*zoom: 1;
	margin-bottom: 20px; }
#footer ul:before, #footer ul:after {
	content: " ";
	display: table; }
#footer ul:after {
	clear: both; }
#footer ul li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	white-space: nowrap;
	display: inline;
	float: left;
	padding-left: 4px;
	padding-right: 4px; }
#footer ul li:first-child, #footer ul li.first {
	padding-left: 0; }
#footer ul li:last-child {
	padding-right: 0; }
#footer ul li.last {
	padding-right: 0; }
#footer ul a {
	color: #333333; }
#footer ul a:hover {
	color: red; }
#footer p {
	text-align: right;
	clear: both; }

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	*zoom: 1; }
.container:before, .container:after {
	content: " ";
	display: table; }
.container:after {
	clear: both; }


/*----------------------------------------

	SP

----------------------------------------*/
@media screen and (max-width: 667px) {
	
	#Page_titlearea h2 {
		float: none;
		text-align: center;
	}
	#Page_titlearea h2 a {
		display: inline-block;
	}
	#Page_titlearea .logo_copy {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:center;
	}
	#Page_titlearea .logo {
		width: auto;
		height: auto;
		position: relative;
		left: 0;
	}
	#Page_titlearea .logo img {
		width: auto;
	}
	#Page_titlearea .copy_c {
		margin: 15px 0 0 10px;
	}
	
	.map {
		margin: 60px auto 30px;
	}
	
	
	#Mainvis_wrap {
		padding-top: 45px;
	}
	.tabs {
		-webkit-flex-direction: column;
    	flex-direction: column;
	}
	.tabnav {
		max-width: 660px;
	}
	ul.tabnav li {
		margin-bottom: 10px;
	}
	
	.snav a {
		font-size: 1em;
		padding: 8px 5px 6px 41px;
	}
	.nav01 .mov a:after,
	.nav02 .mov a:after,
	.nav03 .mov a:after,
	.nav01 .pic a:after,
	.nav02 .pic a:after,
	.nav03 .pic a:after {
		left: 11px;
	}
	.col .col_l {
		text-align: center;
		width: 40%;
	}
	.col .col_r {
		width: 60%;
	}
}