/*---------------------------------
add css standard start
--------------------------------*/

body {
	font-size:18px;
	line-height:200%;
	text-align:center;
}

@media screen and (max-width: 650px){
body {
	font-size:12px;
}
}

a {color:#333; text-decoration:none;}
a:hover {color:#999;}
a:hover img { opacity:0.7; backface-visibility: hidden; -webkit-backface-visibility: hidden;}

.sp {display:none;}

img {
	vertical-align:bottom;
}

table {
	width: 100%;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*促*//*/
	height: auto;
	overflow: hidden;
	/**/
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



/*スマートフォンデフォルトブラウザバグ対策*/
p , div , dl, dt , dd , ul , li , span {background:url(../img/spacer.gif) no-repeat;} 


@media screen and (max-width: 800px){

#footer_nav .pc {display:none;}
#footer_nav .sp {display:block;}
#footer_nav {background:#fff;}
}


@media screen and (max-width: 480px){

.pc {display:none;}
.sp {display:block;}
}





/*---------------------------------
header
--------------------------------*/

#header_logo {position:fixed; top:12px; right:19px; z-index:900;}
#header_tit  {position:fixed; top:22px; left:28px; z-index:900;}

.page_header {position:fixed; background:url(../img/bg_white.png); height:70px; width:100%; z-index:800; display:none; left:0; top:0;}

#header, #simple-header{background: #FFF; z-index: 101; position: relative;}



#content {z-index:100; position:absolute; width:100%; font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; left:0; top:0;}
#content_header {width:100%; position:relative}
#content_header h2 ,
#content_header_btn {position:absolute; }
#content_header h2  {width:100%;}
#content_header_btn {bottom:20px; width:100%;}


#content_header #content_header_btn img {width:64px;}

@media screen and (max-width: 900px){
#content_header #content_header_btn img {width:40px;}

}


@media screen and (max-width: 600px){
.page_header {position:fixed; background:url(../img/bg_white.png); height:40px; width:100%; z-index:800; display:none;}
}


/*---------------------------------
footer
--------------------------------*/


#btn_pt {position:fixed; bottom:50px; right:50px; display:none; z-index: 100;}



#info {width:970px; margin:0 auto 75px; padding:25px 0 50px; background:url(../img/bg_white.png);}
#info h2 {border-bottom:solid 1px #fff; padding-bottom:20px; margin-bottom:30px;}
#info dl {width:480px; margin:0 auto; text-align:left;}
#info dl dt {font-size:20px; margin-bottom:20px;}
#info dl dt strong {font-weight:bold;}
#info dl dd {margin-bottom:30px;}
#info dl dl {margin-bottom:35px;}
#info p {background:#fff; height:26px; line-height:26px; width:480px; margin:0 auto; border-radius:23px;}


#footer_link {width:970px; margin:0 auto 90px; padding:30px 50px 50px; background:url(../img/bg_white.png);}
#footer_link h2 {margin-bottom:20px;}
#footer_link dl {text-align:left;}
#footer_link dl dt span ,
#footer_link dl dd a {color:#00493d; font-size:14px; font-weight:bold;}
#footer_link dl dt span {display:inline-block; background:url(../img/rebon_bg.png) no-repeat right top; height:26px; line-height:26px; padding:0 20px 0 10px;}
#footer_link dl dd {display:inline; margin-left:10px;}
#footer_link dl dd a {text-decoration:underline;}




@media screen and (max-width: 970px){
#info ,
#footer_link  {width:90%;}
#seen_2016 #footer {width:100%;}

#seen_2016 #footer .footer01 ,
#seen_2016 #footer .footer02 ,
.otherNavArea {padding:10px;}
#seen_2016 #footer .body ,
#seen_2016 #footer .bodyNobg  {width:100%; margin:0 auto 10px;}
#seen_2016 #footer .footer01 .tourNav {width:95%; margin:0 auto;}

#seen_2016 #footer .body02 {width:100%;}

#seen_2016 #footer .otherNavArea {width:99%;}
#btn_pt {bottom:10px; right:10px;}
#btn_pt img {width:50px;}
}

@media screen and (max-width: 550px){
	

	footer { text-align: left; box-sizing: border-box;}
#info dl ,
#info img ,
#info p {width:90%;}
}
/*
footer .subMenuArea {
    padding: 20px 15px;
}
footer .subMenu {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
}
footer .subMenu li {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fff 0%, #f6f6f6 100%) repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    width: 50%;
}
footer .subMenu li a {
    color: #004098;
    display: block;
    padding: 8px 15px;
}
footer .subMenu li:nth-child(2n+1) {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    box-sizing: border-box;
    float: left;
    width: 50%;
}
footer .subMenu li:nth-child(5) {
    border-bottom: medium none;
    border-right: medium none;
    box-sizing: border-box;
    float: left;
    width: 100%;
}*/
/*footer #copyRightArea {
    background: #02429a none repeat scroll 0 0;
    padding: 15px 0;
    text-align: center;
}
footer #copyRightArea a {
    color: #ffffff;
    font-size: 11px;
	}*/
#footer div{box-sizing: content-box;}	