@charset "UTF-8";

/*------ ski index ------*/

h2 {
	font-size: 1px;
	line-height: 0;
}

/* info,blogbox */
#centerbox .topbox {
	margin: 0 0 20px 0;
}

#centerbox .topbox li {
	clear: both;
}

#centerbox .topbox li .day {
	width: 70px;
	display: block;
	float: left;
	margin: 4px 0 4px 0;
}

#centerbox .topbox li .ttl {
	width: 380px;
	display: block;
	float: left;
	background-image: url(../common/images/pct_icon_arrow_b.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding: 0 0 0 9px;
	border-bottom: #999999 dotted 1px;
	margin: 4px 0 4px 0;
}

/* waidebox */
#centerbox .b_widebox {
	background-color: #3c83cb;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	margin: 0 0 20px 0;
}

#centerbox .b_widebox .facibtn {
	margin: 0 0 0 20px;
}

/* 2column */
#centerbox .half_leftbox {
	width: 220px;
	float: left;
	margin: 0 0 20px 0;
}

#centerbox .half_rightbox {
	width: 220px;
	float: right;
	margin: 0 0 20px 0;
}

#centerbox .gray_box {
	background-color: #f1f1f1;
	padding: 10px 10px 10px 10px;
}

/* g_waidebox */
#centerbox .g_widebox {
	background-color: #f1f1f1;
	padding: 10px;
	margin: 0 0 20px 0;
}

#centerbox .g_widebox .leftbtnbox {
	width: 238px;
	float: left;
	display: inline;
}

#centerbox .g_widebox .rightbtnbox {
	width: 197px;
	float: right;
	display: inline;
}


/* conditionsbox */
#centerbox .conditionsbox {
	background-color: #fff6f8;
	border-right: #ec6a85 solid 1px;
	border-bottom: #ec6a85 solid 2px;
	padding: 5px 10px 10px 10px;
	margin: 0 0 20px 0;
}

#centerbox .conditionsbox .day {
	font-weight: bold;
}

#centerbox .conditionsbox .mark {
	text-align: right;
	color: #f89caf;
	font-size: 0.9em;
	font-weight: bold;
}

#centerbox .conditionsbox table {
	font-size: 1em;
	margin: auto
}

#centerbox .conditionsbox table .sttl {
	background-color: #f89caf;
	font-weight: bold;
	padding: 3px;
	width: 60px;
	text-align: center;
}

#centerbox .conditionsbox table .liftname {
	background-color: #f89caf;
	font-weight: bold;
	padding: 3px;
	width: 60px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5;
}

#centerbox .conditionsbox .data {
	background-color: #ffffff;
	padding: 3px;
	text-align: center;
}

#centerbox .conditionsbox .liftdata {
	background-color: #ffffff;
	padding: 3px;
	text-align: center;
	font-size: 2em;
	color: #f89caf;
}


















