@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :yourName (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 拡大画像用マップの基本設定、リンクカラー、レイアウト、横幅設定など

=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
/*----------------------------------------------------
	囲み
----------------------------------------------------*/

/*----------------------------------------------------
	＃ゲレンデ用タブ
----------------------------------------------------*/


/* tables */
.cs1{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	width:693px;
}

.cs1 tr th{
	background:#ededed;
	padding:5px;
	text-align:center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.cs1 tr td{
	padding:5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
height:24px;
}

.price{
	color:#d10000;
	font-weight:bold;
}

#mainarea tr.even td {
    background: #ededed;
}

.rec-block{
	overflow:hidden;
	cursor:pointer;
/*	padding:3px;
	margin:0 1px 3px 1px;
*/}

.rec-block tr:hover{
	background:#bdf3ff;
/*background:url(images/bg_list_off.gif) repeat-x center;
*/}

.bl-bigger p a:hover{
}


#pickup-table .rec-block{
	overflow:hidden;
	cursor:pointer;
}

#morning-read{
	border:1px solid #F60;
	padding:6px;
	font-size:16px;
	line-height:1.3;
	text-align:left;
	overflow:hidden;
	margin-bottom:20px;
}


.osusume-td{
	background:url(images/osusume_bg.gif) no-repeat bottom;
	padding:10px;
	clear:both;
	overflow:hidden;
}

.osusume-td2{
	background:url(images/e_osusume_bg.gif) no-repeat bottom;
	padding:10px;
	clear:both;
	overflow:hidden;
}


#mainarea table{
	clear:both;
}

.sort-title{
	background:#fff;
	font-weight:normal;
}

#mainarea table tr.none,
#mainarea table tr.none td{
visibility:hidden;
display:none;
}

#mainarea table tr.visible,
#mainarea table tr.visible td{
visibility:visible;
}

#mainarea table tr.even td{
background:#efefef;
}

#mainarea table th{
background:#fff;
font-weight:normal;
font-size:13px;
}

#mainarea table th a{
	text-decoration:none;
}

.list-sort {
list-style:none;
clear:both;
margin-bottom:16px;
border:2px solid #CCC;
padding:10px 30px;
overflow:hidden;
}

.list-sort li{
	float:left;
	margin:0;
	padding:3px 5px;
	width:305px;
	display:block;
	font-size:14px;
	line-height:1.4;
}

.list-sort li hover{
	background:#FF0;
}

