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

/* ---------------------------------------------------------
	ページタイトル
---------------------------------------------------------*/
h2#gld{
	padding-top: 13px;
}
article#new h3{
	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 );
}
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#jr_list h3{
	background: url(../_common/tit_jr.png), -moz-linear-gradient(top,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	background: url(../_common/tit_jr.png), -webkit-linear-gradient(top,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	background: url(../_common/tit_jr.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#car_list h3{
	background: url(../_common/tit_car.png), -moz-linear-gradient(top,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	background: url(../_common/tit_car.png), -webkit-linear-gradient(top,  rgba(1,124,221,1) 0%, rgba(106,186,242,1) 100%);
	background: url(../_common/tit_car.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.jr_list{
	background: #90D3FE url(../_common/subtit_jr.png) no-repeat 3px center;
}
article h4.car_list{
	background: #90D3FE url(../_common/subtit_car.png) no-repeat 3px center;
}
article h4.gld_list{
	background: #90D3FE url(../_common/subtit_gld.png) no-repeat 3px center;
}

/* ---------------------------------------------------------
	ページ本文：ニュース
---------------------------------------------------------*/
#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;
}

/* ---------------------------------------------------------
	ページ本文：ゲレンデリスト
---------------------------------------------------------*/
/*
article.gelende_list h3 span{
	float: right;
	margin-right: 10px;
}
article.gelende_list h3 span a{
	display: block;
	padding: 3px 5px 3px 25px;
	font-size: 12px;
	font-size: 12rem;
	font-weight: bold;
	background: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-border-radius: 3px;
}
span#jump_ngt a{
	background: #FFF url(../_common/subtit_ngt_bw.png) no-repeat 3px center;
}
span#jump_mng a{
	background: #FFF url(../_common/subtit_mng_bw.png) no-repeat 3px center;
}
span#jump_ngt a:hover{
	background: #CFF url(../_common/subtit_ngt_bw.png) no-repeat 3px center;
}
span#jump_mng a:hover{
	background: #CFF url(../_common/subtit_mng_bw.png) no-repeat 3px center;
}
article.gelende_list #mng_kanto02,
article.gelende_list #mng_kanto03,
article.gelende_list #mng_kanto04{
	width: 210px;
	float: left;
}
article.gelende_list .gelend_box{
	margin: 0 5px;
}

*/
article#gelende_list h4 a span.course_link{
	display: inline-block;
	margin: -3px 0 0 5px;
	padding: 3px 5px;
	font-size: 10px;
	font-size: 10rem;
	font-weight: bold;
	color: #FFF;
	background: #017CDD;
	border: 1px solid #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-border-radius: 3px;
}
article#gelende_list h4 a:hover span.course_link{
	background: #FF0099;
}
article#gelende_list ul{
	margin-bottom: 15px;
	font-size: 12px;
	fon-size: 1.2rem;
	letter-spacing: -0.5em;
}
article#gelende_list ul:last-of-type{
	margin-bottom: 0;
}
article#gelende_list ul li{
	float: left;
	width: 210px;
	margin: 0 15px 3px 0;
	padding: 3px 0 3px 15px;
	letter-spacing: normal;
	background: url(../_common/mark_link01.png) no-repeat left 0.5em;
	border-bottom: 1px dotted #CCC;
}
article#gelende_list ul li:nth-of-type(3n){
	margin-right: 0;
}
article#gelende_list ul li:nth-of-type(3n+1){
	clear: both;
}
article#gelende_list ul li span.bin{
	display: block;
	margin-left: -15px;
	font-size:  10px;
	font-size: 10rem;
}
article#gelende_list ul li span.bin a{
	display: inline-block;
	margin-right: 5px;
	padding: 0 0 0 13px;
}
article#gelende_list ul li span.bin a:last-of-type{
	margin-right: 0;
}
article#gelende_list ul li span.bin a.mng{
	background: url(../_common/submark_mng.png) no-repeat left 0.2em;
}
article#gelende_list ul li span.bin a.ngt{
	background: url(../_common/submark_ngt.png) no-repeat left 0.2em;
}
article#gelende_list ul li span.bin a.jr{
	background: url(../_common/submark_jr.png) no-repeat left 0.2em;
}
article#gelende_list ul li span.bin a.car{
	background: url(../_common/submark_car.png) no-repeat left 0.2em;
}