

body{
	height:960px;
	width:auto;
}
.float{
	float:left;
}

.w320{
	width:320px;
}

.w480{
	width:480px;
}

.w100p{
	width:100%;
}

.word_break{
	overflow: visible;
	white-space: normal;
}

.clear_with_underline{
	clear:both;
	margin:3px 0px;
	padding:0px;
	border-bottom:thin #CCCCCC solid;

}

.ui-grid-c div{
	border-bottom-style:dotted;
	border-bottom-color:#999999;
	border-bottom-width:thin;
}

.hole_list_head div.ui-block-a,
.hole_list_head div.ui-block-b,
.hole_list_head div.ui-block-c,
.hole_list_head div.ui-block-d{
	text-align:center;
	font-weight:bold;
}

.hole_list_cont div.ui-block-a{
	text-align:center;
}

.hole_list_cont div.ui-block-b{
	text-align:right;
}

.hole_list_cont div.ui-block-c{
	text-align:center;
}

.hole_list_cont div.ui-block-d{
	text-align:center;
}

div.box_ad{
	float:right;
	margin:0;
	padding:3px;
	width:120px;
	height:75px;
	background:#CCCCCC;
}

.article_title_large{
	color:#0066FF;
	font-size:24px;
	font-weight:bold;
}

.article_title{
	color:#0066FF;
	font-size:16px;
	font-weight:bold;
}

.article_subtitle{
	color:#0066FF;
	font-size:14px;
	font-weight:bold;
}

.article_content{
	color:#0066FF;
	font-size:12px;
	font-weight:normal;
}

.article_content_small{
	color:#0066FF;
	font-size:10px;
	font-weight:normal;
}

.no_line{
	text-decoration:none;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

hr{
	margin:2px 0px;
	padding:0;
	width:100%;
	height:1px;
	background-color:#3366FF;
	background-image:url(../img/hr.png);
	border:none;
}

.margin0{
	margin:0px;
}

.margin2{
	margin:2px;
}
.margin4{
	margin:4px;
}
.padding0{
	padding:0px;
}

.padding2{
	padding:2px;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}

.fee_wrap{
	float:left;
	margin:0;
	padding:0;
}
.fee_row{
	position:relative;
	margin:0;
	padding:0;
}

.col_info_wrap{
	position:relative;
	height:42px;
}

.col_fee_wrap{
	position:relative;
	height:auto;
}


.fee_col_day{
	position:absolute;
	left:2px;
	top:0;
	margin:1px 3px;
	padding:4px;
	width:32px;
	height:32px;
	border:thin #CCCCCC solid;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;
	text-align:center;	
}

.fee_col_event{
	position:absolute;
	right:110px;
	top:0;
}

.fee_col_book{
	position:absolute;
	right:2px;
	top:0;
	margin:1px;
	padding:3px;
	width:96px;
	border:thin #FF0000 solid;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;
}




.fee_col_icon{
	float:right;
}

.col_icon_wrap{
	position:relative;
	width:100%;
	height:auto;
}

.fee_col_yymm{
	margin:1px;
	padding:4px;
	text-align:center;
}


.fee_col_vfee{
	float:right;
	margin:1px;
	padding:4px;
	width:130px;
	border:thin #CCCCCC solid;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;	
	text-align:right;	
}

.fee_col_mfee{
	float:right;
	margin:1px;
	padding:4px;
	width:130px;
	border:thin #CCCCCC solid;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;	
	text-align:right;	
}

.fee_col_note{
	float:left;
	margin:0;
	padding:5px;
	width:100%;
	height:auto;
}

.linked {
	box-shadow:0px 1px 3px #666;
	-moz-box-shadow:0px 1px 3px #666; /* Firefox */
	-webkit-box-shadow:0px 1px 3px #666; /* Safari,Google Chrome */
}

.linked:hover{
	cursor:pointer;
	position:relative;left:1px;top:1px;
	box-shadow:0px 0px 1px #666;
	-moz-box-shadow:0px 0px 1px #666;
	-webkit-box-shadow:0px 0px 1px #666;
}