@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,
p,blockquote,
form,fieldset,
table,th,td,ul,ol,
img {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	font-size:100%;
	font-weight:normal;
}

img {vertical-align:top;}
html{height:100%;}
.center{ text-align:center; }
.hidden{ visibility:hidden;}
.skip{ visibility:hidden;}
.clear{ clear:both; }
em {
	color:#ff0000;
	font-weight:bolder;
	font-style:normal;
}
em span {font-size:90%;}
hr{
	margin:0;
    border:0;
    height:1px;
    background:#aaa;
	clear:both;
}

*+html body,
* html body {
	font-size:86%;
	height:100%;
	text-decoration:none;
}

*:first-child+html {
	font-size:86%;
	height:100%;
}

a:focus, *:focus { outline:none; }
a {color:#526AA7; text-decoration:none; outline:none;}
a:active {color:#526AA7;}
/*a:visited {color:#526AA7; text-decoration:none;}*/
a:hover {color:#0097E0; text-decoration:underline;}
#logo img{margin-top:7px;}
optgroup {font-style:normal;}

/*
 * "03SmartFontUI" licensed under the IPA Font License Agreement v1.0
 * http://ipafont.ipa.go.jp/
 * http://ipafont.ipa.go.jp/ipa_font_license_v1.html
 */
@font-face {
	font-family:'font1';
}

body {
	font-size:13px;
	color:#555;
	line-height:1.4em;
	border-top:3px solid #000;
	font-family:"Arial",'Quicksand',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*ヘッダー
-----------------------------------*/
.spOnly{
	visibility:hidden;
	display:none;
	height:0;
}

/*
#header{
	width:1080px;
	margin:0 auto;
}

#header hr{
	width:1080px;
	margin:18px 0 0 0;
}
*/
#gnHeader{
	display:none;
}

#navi{
	float:right;
}

#navi li{
	background:#000;
	padding:4px 10px 2px 10px;
	color:#FFF;
	float:left;
	height:20px;
	font-size:12px;
	margin-left:6px;
}

#navi li a{
	color:#FFF;
}

#navi small{
	font-size:7px;
}

#navi li:hover {
	background:#1F4289;
	background-image:none;
}

#navi #language_map {
	width:60px;
	height:20px;
}

#navi #language_map ul{
	margin:0 0 0 -16px;
	position:absolute;
	z-index:20;
	*margin-left:-83px;
	*margin-top:25px;
}
#navi #language_map ul li{
	float:none;
	width:80px;
	height:23px;
	padding:5px 0;
	text-align:center;
	background:#526AA7;
	*margin-bottom:0;
	*margin-top:-5px;
}

#navi #language_map ul li:hover{
	text-align:center;
	background:#1F4289;
}

#header_copy{
	width:400px;
	line-height:1.0em;
	font-weight:bold;
	padding-top:27px;
	display:block;
	color:#666;
	font-weight:bold !important;
	text-decoration:none;
	font-size:13px;
	/*letter-spacing:-1px;*/
}
.r_racility{margin-top:-18px;}
.r_navi{margin-top:18px;}



#logo{
	float:left;
	line-height:1.0em;
	font-weight:bold;
}

#logo a:hover{
	color:#0180be;
	text-decoration:none;
}
ul.child{
    display:none;
    position:absolute;
    padding:0;
}

ul.child li a{
    padding:1px 0;
    display:block;
    color:#fff;
	background:#526AA7;
}

ul.child li a:hover{
    background:#1F4289;color:#3B73B1;
}

#header .breadcrumb{
    overflow: visible !important;
}

.breadcrumb{
	margin-top:10px;
	height:15px;
	/*float:left;*/
}

.breadcrumb li{
	float:left;
	color:#000;
	font-weight:bold;
}
.breadcrumb li a{
	padding-right:20px;
	/*margin-right:16px;*/
	color:#19488e;
	background:url("../img/icon_01.gif") no-repeat right center;
}

#menu {
	width:800px;
	height:40px;
	margin:-37px 0 15px 0;
	float:right;
	border-right:1px solid #A9AAA9;
	position:relative;
	z-index:10;
}

#menu li {
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	margin:0;
	padding:10px 0 0 0;
	height:30px;
	width:159px;
	position:relative !important;
	border-left:1px solid #A9AAA9;
}

#menu li:hover {
	background:url("../img/line_on.gif") no-repeat center bottom;
}

#menu li.current{
	background:url("../img/line_on.gif") no-repeat center bottom;
}

#menu li ul {
	display:none;
	position:absolute;
	top:40px;
	left:-5px;
	width:159px;
	background-color:#444;
	border:5px solid #FFF;
	padding:0;
	line-height:1.4em;
}

#menu li ul li {
  margin:0;
  padding:0;
  border:none;
  text-indent:0px;
  width:159px;
  height:28px;
  font-size:11px;
  color:#00234f;
  text-align:center;
  border-top:#adbbc8 1px solid;
}
#menu li:hover {
	background:#eee;
}

#menu li ul li a {
	display:block;
	width:159px;
	color:#fff;
	padding:3px 0;
	text-decoration:none;
}
#menu li ul li:hover {
	background:#1F4289;
	background-image:none;
}


/*サブメニュー
-----------------------------------*/
#menu_guide {
	width:1080px;
	margin:30px auto 10px auto;
	height:40px;
	clear:both;
	border-left:1px solid #C2C6CC;
}

#menu_guide li{
	float: left;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	margin: 0;
	height:30px;
	width:539px;
	position:relative !important;
	border-right:1px solid #C2C6CC;
	border-bottom:1px solid #FFFFFF;
	display: inline-block;
	padding:10px 0 0 0;
	background:#526AA7;
}

#menu_guide li a{
	display:block;
	color:#000;
	height:30px;
	margin-top:-10px;
	padding:10px 0 0 0;
	background:#fff;
}

#menu_guide li a:hover {
	background:#eee;
	text-decoration:none;
}


/*コンテンツ
-----------------------------------*/
#main {
	margin:0 auto;
}

h1{
	width:1080px;
	margin:0 auto;
	font-weight:bold;
	font-size:40px;
	padding:50px 0 0 0;
	color:#526AA7;
	letter-spacing:15px;
}

h2 {
    width:1080px;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	font-family: 'font1';
	padding:20px 0 0 0;
	margin:0 auto;
	letter-spacing:10px;
	margin-top:50px;
	border-top: 4px solid #ccc;
}

h2 small {
	font-size:14px;
	margin-left:15px;
	padding-left:15px;
	color:#555;
	border-left:2px solid #C8C9C9;
	font-family:"Arial",'Quicksand',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2 p{
	text-align:right;
	float:right;
	font-size:13px;
}

h2 a ,h2 a:visited{
	color:#5A5959;
}

table.all_list {
	width:1080px;
	margin:20px auto;
	border-collapse:collapse;
	border:0px;
}

table.all_list th {
	font-size:13px;
	width:150px;
	font-weight:bold;
	background:#EFEFEE;
	border-bottom:3px solid #fff;
}


table.all_list td {
	font-size:15px;
	padding:15px 0;
	background:#FFF;
	border-bottom:3px solid #EFEFEE;
}

table.all_list td a{
	margin:0 10px;
	background:url("../img/icon_07.gif") no-repeat left center;
	width:auto;
	display: inline;
	float:left;
	padding:5px 0 5px 13px;
}

.area_ski {
	width:1080px;
	overflow:hidden;
	height:auto;
	border-collapse:collapse;
	border:0px;
	margin:20px auto 20px auto;
	border:3px solid #EFEFEE;
}

.area_ski th{
	text-align:left;
	padding:20px;
	position: relative;
}

.area_ski td{
}

.area_ski h3 a{
	font-size:16px;
	font-weight:bold;
	font-family:'font1';
}



.area_ski h4{
	font-size:13px;
	color:#333;
	font-weight:normal;
}

.area_ski h5{
	color:#000;
}

.area_ski h6{
	padding:15px 0 0 10px;
}

.area_ski p{
	padding:15px 0 0 10px;
}


table.condition{
	width:100%;
	table-layout: fixed;
}

table.condition th{
	font-size:12px;
	padding:10px 5px;
	text-align:center;
	background:#EFEFEE;
	width: 100px;
}

.condition td{
	color:#555;
	font-weight:bold;
	font-size:14px;
	padding:0 5px;
}

.condition td small{
	color:#000;
	font-weight:normal;
}

.ellipsis{
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}






/*バナー
-----------------------------------*/
.ad_bn {
	width:1080px;
	margin:15px auto;
	text-align:center;
}


/*フッター
-----------------------------------*/
#footer{
	font-size:11px;
	clear:both;
	text-align:center;
	margin:40px auto 0 auto;
	background:url(../img/bg_footer.png) no-repeat 53% top;
	border-top:1px solid #fff;
	clear:both;
}
#footer div{
	background:#353535;
	margin-top:42px;
	padding-top:20px;
	height:170px;
}

#footer a{
	color:#FFF;
	font-size:16px;
	padding:1px 0 0 25px;
	margin-right:20px;
	background:url(../img/icon_home.png) no-repeat;
}

#copy{
	padding:15px 0 50px 0;
	background:#353535;
	color:#FFF;
}


#page-top {
position:fixed;
bottom:20px;
right:20px;
font-size:77%;
z-index:100;
}

#page-top a {
background:#F6F6F6;
text-decoration:none;
color:#000;
width:80px;
padding:30px 0;
text-align:center;
display:block;
border-radius:45px;
}

#page-top a:hover {
text-decoration:none;
background:#000;
color:#fff;
}

#footer_sp ,#footer_sp img{
	display:none;
}
