﻿@charset "utf-8";

#str_container h3{
	margin:0 0 10px;
	padding:0;
	border:0;
}
 a.btn:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*read*/
.read{
	margin-bottom:10px;
}
#areabtn {
	text-align: center;
	margin-top:20px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}
#areabtn li {
	display:inline-block;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
#areabtn li a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
h4.sst {
	margin-top:20px;
}
.course_box {
	padding:0 0 0 5px;
}
.course_sbox {
	position:relative;
	border:solid #9acc00 3px;
	background-color:#ecffc2;
	padding:5px;
	width:209px;
	float:left;
	margin:10px 0 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
}
.course_sbox:hover {
	border:solid #0b9100 3px;
	background-color:#0b9100;
	color:#FFFFFF;
	cursor:pointer;
}
.course_name {
	margin-top:5px;
	margin-bottom:5px;
	font-size:1.1em;
	font-weight:bold;
}
.golfcourseimage {
	height: 139px;
	overflow:hidden;
}

.course_sbox .km {
	font-weight: bold;
	color: #eb4055;
}
.course_sbox .star {
	font-weight: bold;
	color: #050640;
}


.linkarea a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	text-align:left;
	text-indent:-9999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}
/*summary*/
.summary{
	margin:20px 0 20px 0;
	padding:10px;
	background-color:#eeeeee;
}
.summary dt{
	width:15em;
	margin: 0 0 0 10px;
	color:#050640;
	font-weight:bold;
	float:left;
	clear:both;
}
.summary dd{
	margin:0 10px 10px 0;
	padding: 0 0 10px 16em;
	border-bottom:1px dotted #050640;
}
.summary dd.last{
	border:none;
}

.new {
	/*margin: 5px 0;*/
	padding: 2px 10px;
	background-color: #00ffff;
	color: #0000cc;
	font-size: 1.0em;
	font-weight: bold;
	font-family: Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,Arial,Verdana,sans-serif;
	text-align: center;
	width: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}