@charset "utf-8";

/* **********************************************************************
 *
 *       Title:   イエティ sp.css
 *       Notes:   Hand-crafted by WebLab Corporation in Tokyo.
 *
 ********************************************************************** */


/* RESET
======================================================= */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;padding:0;
	}
table {
	border-collapse: collapse;border-spacing:0;
	}
fieldset,img{ border: 0; }
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;font-weight:normal;
	}
caption,th{ text-align: left; }
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;font-weight:normal;
	}
input,textarea,select{ font-family: inherit;font-size:inherit;font-weight:inherit; }


/* 基本設定
======================================================= */

body {
	margin: 0;
	padding: 61px 0 0;
	background: #fff;
	color: #333;
	font: 14px "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica", "Arial", "Verdana", "sans-serif";
	text-align: center;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	}

a:link,a:visited { color: #00b7f0; }
a:hover, a:active { color: #00b7f0; text-decoration:none; }

p { margin: 0; line-height: 1.5; }

.fin {
	background:#d11228;
	text-align:center;
	color:#fff;
	padding:5px 10px;
	font-size: 100%;
	font-weight:bold;
}

span.texts { font-size: 77%; line-height: 1.3; }
span.textn { font-size: 93%; line-height: 1.5; }
span.textl { font-size: 108%; line-height: 1.5; }
span.textll { font-size: 200%; line-height: 1.5; }
span.textxl { font-size: 350%; line-height: 1.5; }
span.textxxl { font-size: 500%; line-height: 1.5; }

table.nbr,
table.tbr table.nbr {
	border-top: none;
	border-left: none;
	border-collapse: collapse;
	}

table.nbr th,
table.tbr table.nbr th {
	padding: 0;
	border-right: none;
	border-bottom: none;
	font-size: 86%;
	line-height: 1.5;
	font-weight: bold;
	}

table.nbr td,
table.tbr table.nbr td {
	padding: 0;
	border-right: none;
	border-bottom: none;
	font-size: 86%;
	line-height: 1.5;
	text-align: left;
	}

table.tbr,
table.nbr table.tbr {
	border-collapse: collapse;
	border-top: 1px solid #c1d9ee;
	border-left: 1px solid #c1d9ee;
	}

table.tbr th,
table.nbr table.tbr th {
	padding: 12px 3%;
	font-size: 86%;
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #c1d9ee;
	border-bottom: 1px solid #c1d9ee;
	background: #eaf6ff;
	color: #0069c2;
	}

table.tbr thead th {
	background: #0091e5;
	color: #fff;
}

table.tbr td,
table.nbr table.tbr td {
	padding: 12px 3%;
	font-size: 86%;
	line-height: 1.5;
	text-align: center;
	border-right: 1px solid #c1d9ee;
	border-bottom: 1px solid #c1d9ee;
	background: #fff;
	}

blockquote {
	clear: both;
	margin: 0;
	padding: 10px;
	border: 1px solid #cfcfcf;
	background: #f3f3f3;
	line-height: 1.4;
	text-align: left;
	}

form {
	margin: 0;
	padding: 0;
	}


img {
	border: 0;
	max-width:100%;
	height:auto;
	}

iframe {
	max-width:99%;
	height:auto;
	border: 1px solid #ccc;
	overflow: hidden;
	}

img { border: 0; vertical-align: bottom; }
iframe,input { vertical-align: bottom; }
ul { list-style: none; }

.sp_none {
	display: none !important;
}



/* clearfix
======================================================= */

.clearfix {zoom:1;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
	}

/* 全体のレイアウト設定
======================================================= */

#wrapper {
	width: 100%;
	margin: 0 auto;
	background:#fff;
	}

#wrappertop {
	width: 100%;
	margin: 0 auto;
	background:#fff;
	}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
	background:#fff;
	z-index: 10000;
	}

#main_container {
	padding: 30px 0 45px;
	background: url(../img/sp/bg_main_un.jpg) 0 0;
	background-attachment: fixed;
}

footer {
	width: 100%;
	margin: 0 0 100px;
	margin: 0 0 15.625vw;
	padding: 0px 0px 30px 0px;
	background: #fff;
	text-align: left;
	clear:both;
	}


/* header部分のスタイル設定
======================================================= */

header .header_l {
	float: left;
	width: 55%;
	padding: 5px 0 0 0;
	}

header #logo {
	margin: 0;
	padding: 0 0 0 10%;
	line-height: 1;
	font-size: 100%;
	max-width: 150px;
	height: auto;
	}


header .header_r {
	float: right;
	width: 45%;
	}

header .header_r .langnav {
	display: none;
}

header .header_r .headbtn {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	background: #fff;
	border-top: 4px solid #fff;
	min-height: 50px;
	height: 15.625vw;
}

header .header_r .headbtn li {
	float: left;
    width: 33.33333%;
    width : -webkit-calc(100% / 3 - .01px) ;
    width: calc(100% / 3 - .01px);
	margin: 0;
	text-indent: 100%;
	height: 100%;
    white-space: nowrap;
    overflow: hidden;
}

header .header_r .headbtn li img {
	display: none;
}

header .header_r .headbtn li a {
	display: block;
	height: 100%;
    padding-top: 47%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header .header_r .headbtn li:nth-child(1) {
    width: 33.4375%;
	max-width: 214px;
	background: url(../img/sp/btn_dp.gif) no-repeat 50% 0;
	-moz-background-size: cover;
	background-size: cover;
}

header .header_r .headbtn li:nth-child(2) {
    width: 33.125%;
	max-width: 212px;
	background: url(../img/sp/btn_bus.gif) no-repeat 50% 0;
	-moz-background-size: cover;
	background-size: cover;
}

header .header_r .headbtn li:nth-child(3) {
    width: 33.4375%;
	max-width: 214px;
	background: url(../img/sp/btn_magazine.gif) no-repeat 50% 0;
	-moz-background-size: cover;
	background-size: cover;
}

header .header_r .headbtnsp {
	float: right;
}
header .header_r .headbtnsp li#prevention {
	float: left;
	width: 68px;
	height: 40px;
	margin: 0 5px 0 0;
	font-size: 10px;
	border: 1px solid #0bb4ea;
	box-sizing: border-box;
}
header .header_r .headbtnsp li#prevention a,
header .header_r .headbtnsp li#prevention a:visited {
	display: block;
	padding: 5px 3px 5px 30px;
	line-height: 1;
	color: #0bb4ea;
	background: url(../img/sp/ico_prevention.png) 3px 50% no-repeat;
	background-size: 25px auto;
	text-decoration: none;
}
header .header_r .headbtnsp li#sp_menu {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background: url(../img/sp/btn_menu.gif) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

/* gnav部分設定
======================================================= */

body.hidden {
	position: relative;
	overflow: hidden !important;
}

#gnav {
	display: none;
	width: 100%;
	padding: 0;
	position: fixed;
	top: 61px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background: #ebebeb;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#gnav.open {
	display: block !important;
}

#gnav .fixin {
	padding: 5px 2%;
}

#gnav ul li {
	width: 49%;
	padding: 0 0 5px;
	text-align: left;
}

#gnav ul li:nth-child(odd) {
	float: left;
}

#gnav ul li:nth-child(even) {
	float: right;
}

#gnav ul li a {
	display: block;
	padding: 10px 10px 10px 25px;
	background: #fff url(../img/arw3.png) no-repeat 10px 50%;
}

#gnav ul li a:link,
#gnav ul li a:visited {
	color: #333;
	text-decoration: none;
}

#gnav .sp_btn {
	padding: 10px 0 0;
}

#gnav .sp_btn a {
	padding: 0;
	background: none;
}

#gnav ul.sp_btn li {
	float: left;
	padding: 0 5px 5px 0;
}
#gnav ul.sp_btn li:nth-child(even) {
	padding: 0 0 5px 0;
}

#gnav .sp_langnav {
	padding: 10px 0;
}

#gnav .sp_langnav a:link,
#gnav .sp_langnav a:visited {
	color: #333;
}

#gnav .closebtn {
	width: 160px;
	margin: 0 auto;
	padding: 0 0 20px;
}

#gnav .logo_s,
#gnav .subnav {
	display: none !important;
}


/* footer部分設定
======================================================= */
#top .foot_bnr {
	padding: 20px 3% 10px;
	background: none;
}
.foot_bnr {
	padding: 20px 3% 10px;
	background: #fff;
}

.foot_bnr ul {
}

.foot_bnr ul li {
	width: 49%;
	margin: 0 0 10px;
}

.foot_bnr ul li:nth-child(odd) {
	float: left;
	text-align: right;
}

.foot_bnr ul li:nth-child(even) {
	float: right;
	text-align: left;
}


#footer_nav {
	margin: 0 0 20px;
	padding: 10px 0;
	background: #00b7f0;
	clear: both;
	overflow: hidden;
}

#footer_nav ul {
	width: 96%;
	max-width: 310px;
	margin: 0 auto;
	padding: 0 0 0 0px;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

#footer_nav li {
	display: inline-block;
	padding: 5px 10px;
	background: url(../img/bd_footnav.gif) no-repeat 0 50%;
}

#footer_nav li:nth-child(1) {
	padding: 5px 10px 5px 0;
	background: none;
}

#footer_nav li:nth-child(3) {
	padding: 5px 0 5px 10px;
}

#footer_nav li:nth-child(4) {
	background: none;
}


#footer_nav a:link,
#footer_nav a:visited {
	text-decoration: none;
	color: #fff;
}

#footer_nav a:active,
#footer_nav a:hover {
	text-decoration: underline;
	color: #fff;
}

#footer_block {
	width: 94%;
	max-width: 310px;
	margin: 0 auto 15px;
}

#footer_block .address {
	margin: 0 0 30px;
}

#footer_block .address .f_logo {
	float: left;
	width: 35%;
	padding: 5px 0 0;
}

#footer_block .address .txt {
	float: right;
	width: 60%;
	font-size: 93%;
}

#footer_block .address .txt span {
	display: block;
	text-indent: -1em;
}

#footer_block .banner {
	margin: 0 0 30px;
}

#footer_block .banner ul li {
	float: right;
	width: 48%;
}

#footer_block .banner ul li:first-child {
	float: left;
}


#social {
	margin: 0 0 20px;
    text-align: center;
}

#social li {
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    margin: 0 5px 0 0;
    padding: 0;
}

.copyright {
	margin: 0 auto;
	font-size: 86%;
	line-height: 1.5;
	font-style: normal;
	display: block;
	text-align: center;
}


/* 下層共通設定
======================================================= */

#directry {
	padding: 7px 0;
	font-size: 86%;
	background: #00b7f0;
	text-align: left;
	color: #fff;
}

#directry p {
	width: 94%;
	margin: 0 auto;
}

#directry a:link,
#directry a:visited { color: #fff; }

#category span {
	background:#00b7f0 url(../img/bg_un_h1.gif) top right repeat-y;
	color:#fff;
	font-size:154%;
	margin:0px 0 0;
	padding: 20px 40px;
	display:inline-block;
	font-weight:bold;
	letter-spacing:1px;
}

#contents {
	width: 94%;
	margin: 0 auto;
	}

#contents h1 {
	margin: 0 0 30px;
	padding: 10px 0;
	border-bottom: 2px solid #00b7f0;
	font-size: 156%;
	font-weight: normal;
	text-align: left;
}

#contents h1.no_bd {
	padding: 0;
	border: none;
}

#contents section {
	clear:both;
	margin: 0 auto 50px;
	}

#contents section h2 {
	text-align: left;
	margin: 0 0 27px;
	padding: 12px 15px 10px 53px;
	background: #00b7f0 url(../img/bg_h2.png) no-repeat 0 0;
	border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
	font-size: 128%;
	font-weight: normal;
	color: #fff;
	}

#contents section h3 {
	text-align: left;
	padding: 12px 0 10px 14px;
	margin: 0 0 30px;
	font-size: 114%;
	font-weight: normal;
	color: #00b7f0;
	background: #fff url(../img/bg_h3.png) no-repeat 0 bottom;
	border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
}

section div {
	text-align: left;
}

section p {
	text-align: left;
	line-height: 1.5;
	}

section ul {
	text-align: left;
	list-style: disc;
	padding: 0px 0px 0px 25px;
	line-height: 1.5;
	}

section ol {
	text-align: left;
	padding: 0px 0px 0px 25px;
	line-height: 1.5;
	}


.backlink {
	padding: 25px 0 75px;
	text-align: center;
}

.f_bnr {
	padding: 0 3%;
	text-align: center;
	margin: 0 0 5%;
}

div.gotop {
	width: 40px;
	bottom: 130px;
	bottom: 20.3125vw;
	position: fixed;
	right: 30px;
	z-index: 10;
}

/* サイドナビ設定
======================================================= */

#sidenav {
	margin: 50px 0 0px;
	background: url(../img/bg_sidenav.gif);
}

#sidenav .catetop a {
	display: block;
	padding: 20px 3%;
	background: #0069c2 url(../img/bg_catetop.gif) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	font-size: 128%;
}

#sidenav .catetop a:link,
#sidenav .catetop a:visited {
	color: #fff;
	text-decoration: none;
}

#sidenav p {
	padding: 10px 20px 0;
	text-align: left;
}

#sidenav ul {
	padding: 10px 10px 1px;
}

#sidenav ul li {
	text-align: left;
	margin: 0 0 10px;
	}

#sidenav ul li a {
	display: block;
	padding: 13px 15px 10px 30px;
	border: 3px solid #f3ead5;
	text-decoration: none;
	background: #fff url(../img/arw_sidenav02.png) no-repeat 13px 50%;
	}

#sidenav ul li a:link,
#sidenav ul li a:visited {
	color: #333;
	text-decoration: none;
}

#sidenav ul li.selected a,
#sidenav ul li a:active,
#sidenav ul li a:hover   {
	border: 3px solid #fad717;
	background: #fff226 url(../img/arw_sidenav02.png) no-repeat 13px 50%;
	color: #0069c2;
	}

#sidenav.event ul li a {
	padding: 13px 30px 10px 15px;
	background: #fff url(../img/arw_sidenav03.png) no-repeat 184px 50%;
}

#sidenav.event ul li a:hover {
	padding: 13px 30px 10px 15px;
	background: #fff226 url(../img/arw_sidenav03.png) no-repeat 184px 50%;
}

#side_bnr {
	margin: 50px 0 0;
}


/* スマホPC切替スイッチ
======================================================= */

.dvc_switch {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
}

.dvc_switch ul {
	width: 90%;
	margin: 0 auto;
}

.dvc_switch li {
	float: left;
	width: 49.5%;
	list-style-type: none;
}

.dvc_switch li:last-child {
	float: right;
	width: 49.5%;
	list-style-type: none;
}

.dvc_switch li a {
	width: 100%;
	background: #666;
	padding: 3px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 20px;
	border-radius: 5px;
}

.dvc_switch li:first-child a {
	line-height: 1.6;
}

/* 下層雪
*************************************************************/

.snowfall-flakes {
	display: none;
}

/* 会員判別用スタイル
======================================================= */
.cookie_ok,.frame,.cookie_no{
	display : none;
}

.frame iframe {
	display: block;
	border: none !important;
	width: 101%;
	max-width: 101%;
	height: 100%;
}

.sp_btn .frame {
	position: relative;
	width: 100%;
	padding: 27% 0 0 0;
}

.frame iframe.menu_frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
}

header .header_r .headbtn li:nth-child(3) {
	background: none;
}

header .header_r .headbtn li:nth-child(3) img {
	display: block;
}

header .header_r .headbtn li:nth-child(3) a {
	display: block;
	height: auto;
	padding: 0;
}


/* 汎用クラス
*************************************************************/

.tac,
#contents .tac { text-align: center; }

.tar,
#contents .tar { text-align: right; }

.red {
	text-align: center;
	color: red;
}

.indent {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.mb0 { margin-bottom:0px !important;}
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }
.mb35 { margin-bottom:35px; }
.mb40 { margin-bottom:40px; }
.mb45 { margin-bottom:45px; }
.mb50 { margin-bottom:50px; }
.mb70 { margin-bottom:70px; }
.mb75 { margin-bottom:75px; }
.mb80 { margin-bottom:80px; }