@charset "UTF-8";
/* CSS Document */

body{
	background-image:
		url(../_common/bg_snow.png),
		url(../images/bg_top.png),
		url(../_common/bg_gradation.png);
	background-repeat:
		repeat-x,
		no-repeat,
		repeat-x;
	background-position:
		center top,
		center top,
		top center;
}

#contents article#new h2{
	margin: -3px 0 15px -3px;
	padding: 7px 0 7px 38px;
	width: 686px;
	min-height: 40px;
	font-size: 18px;
	font-size: 18rem;
	color: #FFF;
	background: url(../_common/tit_new.png), -moz-linear-gradient(top,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	background: url(../_common/tit_new.png), -webkit-linear-gradient(top,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	background: url(../_common/tit_new.png), linear-gradient(to bottom,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90d3fe', endColorstr='#ffffff',GradientType=0 );
	background-repeat: no-repeat !important;
	background-position: left bottom !important;
	border: 1px solid #FFF;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-border-radius: 5px 5px 0 0;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px 0px;
	-ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px 0px;
	-o-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px 0px;
}

/* ---------------------------------------------------------
	ページタイトル
---------------------------------------------------------*/
/*
article#mng_list h3{
	background: url(../_common/tit_mng.png), -moz-linear-gradient(top,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	background: url(../_common/tit_mng.png), -webkit-linear-gradient(top,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	background: url(../_common/tit_mng.png), linear-gradient(to bottom,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90d3fe', endColorstr='#ffffff',GradientType=0 );
}
article#ngt_list h3{
	background: url(../_common/tit_ngt.png), -moz-linear-gradient(top,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	background: url(../_common/tit_ngt.png), -webkit-linear-gradient(top,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	background: url(../_common/tit_ngt.png), linear-gradient(to bottom,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90d3fe', endColorstr='#ffffff',GradientType=0 );
}
article#gelende_list h3{
	background: url(../_common/tit_gelende.png), -moz-linear-gradient(top,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	background: url(../_common/tit_gelende.png), -webkit-linear-gradient(top,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	background: url(../_common/tit_gelende.png), linear-gradient(to bottom,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90d3fe', endColorstr='#ffffff',GradientType=0 );
}
article#gelende_list h4{
	margin-bottom: 5px;
	padding: 8px 5px 5px 30px;
	font-size: 14px;
	font-size: 14rem;
}
article h4.mng_list{
	background: #90D3FE url(../_common/subtit_mng.png) no-repeat 3px center;
}
article h4.ngt_list{
	background: #90D3FE url(../_common/subtit_ngt.png) no-repeat 3px center;
}
article h4.gld_list{
	background: #90D3FE url(../_common/subtit_gld.png) no-repeat 3px center;
}
*/

/* ---------------------------------------------------------
	ページ本文：ニュース
---------------------------------------------------------*/
#map{
	position: relative;
	margin: 0;
	height: 380px;
}
ul#map_menu li.map_parents{
	position: absolute;
	background: #017CDD;
	border: 2px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-ms-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-o-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 1px;
}
ul#map_menu li#map_kanto{
	top: 195px;
	left: 820px;
}
ul#map_menu li#map_tokai{
	top: 290px;
	left: 830px;
}
ul#map_menu li#map_kansai{
	top: 210px;
	left: 685px;
}
ul#map_menu li#map_kyushu{
	top: 235px;
	left: 560px;
}
ul#map_menu li.hover a{
	color: #017CDD;
	background-color: #90D3FE;
}
ul#map_menu ul{
	border: 2px solid #90D3FE;
}
ul#map_menu ul li a{
	padding-left: 21px;
	font-size: 12px;
	font-size: 12rem;
	white-space: nowrap;
	color: #017CDD;
	border-bottom: 1px solid #90D3FE;
}
ul#map_menu ul li:last-of-type a{
	border-bottom: none;
}
ul#map_menu ul li.mng a{
	background: #FFF url(../_common/mark_mng.png) no-repeat 3px center;
}
ul#map_menu ul li.ngt a{
	background: #FFF url(../_common/mark_ngt.png) no-repeat 3px center;
}
ul#map_menu ul li a:hover{
	font-weight: boldl;
	color: #FFF;
	background-color: #017CDD;
}
ul#map_menu ul#bus_kanto{
	left: -60px;
}
ul#map_menu ul#bus_tokai{
	left: -15px;
}
ul#map_menu ul#bus_kansai{
	left: -20px;
}
ul#map_menu ul#bus_kyushu{
	left: -30px;
}
/* ---------------------------------------------------------
	ページ本文：ニュース
---------------------------------------------------------*/
#new section dl.summary{
	float: left;
	width: 320px;
	padding-top: 10px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
.summary:nth-of-type(2n){
	float: right !important;
}
.summary:nth-of-type(1),
.summary:nth-of-type(2){
	padding-top: 0 !important;
}
.summary dt{
	margin-bottom: 5px;
	line-height: 1.3;
	font-weight: bold;
}
.summary dt time{
	font-size: 10px;
	font-size: 10rem;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0099;
}
.summary dt span.area{
	display: inline-block;
	margin-left: 5px;
	padding: 2px;
	font-size: 10px;
	font-size: 10rem;
	line-height: 1.0;
	color: #FFF;
	background: #FF0099;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.summary dt a{
	display: block;
}
.summary dd{
	min-height: 85px;
	margin-bottom: 10px;
	color: #333;
	font-size: 12px;
	font-size: 12rem;
}
.summary dd img{
	float: left;
	width: 100px;
	margin: 0 5px 5px 0;
}
.summary dd p{
}
#new section dl.bl-hover dt a{
	color: #FF0099;
	text-decoration: underline;
}
#new section dl.bl-hover{
	color: #000;
	background: #FCFFD2;
}

/* ---------------------------------------------------------
	サイド：ゲレンデ検索
---------------------------------------------------------*/
#side section#search form#gld_search{
	margin: 0 10px 10px;
	text-align: center;
}
form#gld_search dl{
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #CCC;
}
form#gld_search dl dt{
	padding-left: 15px;
	background: url(../_common/mark_snow.png) no-repeat left center;
}
#gld_search dl dd{
	margin-bottom: 10px;
}
#gld_search dl dd:last-of-type{
}
#gld_search select{
	width: 100%;
	padding: 6px 10px;
	font-size: 14px;
	font-size: 14rem;
	background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(208,208,208,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(208,208,208,1) 100%);
	background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%, rgba(208,208,208,1) 100%);
	border: 1px solid #BDBDBD;
	border-radius: 5px;
}
#gld_search button{
	padding: 8px 10px;
	font-size: 14px;
	font-size: 14rem;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #017CDD;
	border: 1px solid #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 1px;
	-ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 1px;
	-o-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 1px;
}
#gld_search button:hover{
	cursor: pointer;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}