﻿@charset "utf-8";
/* #############################################################

[ 初期化 + 汎用クラス ]

############################################################# */

/* ==========================================================================
 初期化
=========================================================================== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
body {
	color: #222;
	font: 78%/1.3;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#res_headbody{
	font: 78%/1.3 "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
img {
	border: 0;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	clear: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address, ul, dl, ol, th, strong, em {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
ul, dl, ol {
	list-style-position: outside;
	list-style-type: none;
	text-indent: 0;
}
table {
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 100%;
}
th, td {
	text-align: left;
	vertical-align: top;
}
caption {
	text-align: left;
}
input, select, textarea {
	font-size: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
a {
	color: #00f;
	text-decoration: none;
}
a:hover {
	color: #eb4055;
}
/* ==========================================================================
 汎用クラス
=========================================================================== */

/* 上マージン */
.m-t0 {
	margin-top: 0;
}
.m-t5 {
	margin-top: 5px;
}
.m-t10 {
	margin-top: 10px;
}
.m-t15 {
	margin-top: 15px;
}
.m-t20 {
	margin-top: 20px;
}
.m-t30 {
	margin-top: 30px;
}
/* 右マージン */
.m-r0 {
	margin-right: 0;
}
.m-r3 {
	margin-right: 3px;
}
.m-r5 {
	margin-right: 5px;
}
.m-r10 {
	margin-right: 10px;
}
.m-r15 {
	margin-right: 15px;
}
.m-r20 {
	margin-right: 20px;
}
.m-r30 {
	margin-right: 30px;
}
/* 下マージン */
.m-b0 {
	margin-bottom: 0;
}
.m-b5 {
	margin-bottom: 5px;
}
.m-b10 {
	margin-bottom: 10px;
}
.m-b15 {
	margin-bottom: 15px;
}
.m-b20 {
	margin-bottom: 20px;
}
.m-b25 {
	margin-bottom: 25px;
}
.m-b30 {
	margin-bottom: 30px;
}
/* 左マージン */
.m-l0 {
	margin-left: 0;
}
.m-l5 {
	margin-left: 5px;
}
.m-l10 {
	margin-left: 10px;
}
.m-l15 {
	margin-left: 15px;
}
.m-l20 {
	margin-left: 20px;
}
.m-l30 {
	margin-left: 30px;
}
/* align,valign */
.ta-r {
	text-align: right;
}
.ta-l {
	text-align: left;
}
.ta-c {
	text-align: center;
}
.va-t {
	vertical-align: top;
}
.va-m {
	vertical-align: middle;
}
.va-b {
	vertical-align: bottom;
}

/* ==========================================================================
フォント系
=========================================================================== */
/* フォントサイズ */
.txt10 {
	font-size: 10px;
}
.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}
.txt16 {
	font-size: 16px;
}
.txt18 {
	font-size: 18px;
}
.txt20 {
	font-size: 20px;
}
/* フォントカラー */
.txt-gray {
	color: #666;
}
.txt-blue {
	color: #00f;
}
.txt-red, .anchor-red {
	color: #eb4055;
}
.txt-orange {
	color: #ff771d;
}
.txt-yellow {
	color: #feb302;
}
/* ボールド */
.txt-bold {
	font-weight: bold;
}
/*行間*/
.line-h15 {
	line-height: 1.5;
}
.line-h20 {
	line-height: 2.0;
}
/*/行間*/
/* 背景色 */
.bgc-white {
	background-color: #fff;
}
.bgc-offwhite {
	background-color: #fefecb;
}
/* /背景色 */

/* ボーダー */
.border-w1 {
	border-width: 1px;
}
.border-w2 {
	border-width: 2px;
}
.border-w3 {
	border-width: 3px;
}
.border-w4 {
	border-width: 4px;
}
/* /ボーダー */

/* 角丸 */
.rounded {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
/* /角丸 */

/* 画像透過 */
a.btn:hover img {
	     opacity: 0.7;

	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
/* /画像透過 */

/* 幅 */
.w200 {
	width: 200px;
}
.w230 {
	width: 230px;
}
.w250 {
	width: 250px;
}
.w370 {
	width: 370px;
}
.w395 {
	width: 395px;
}
.w450 {
	width: 450px;
}
.w560 {
	width: 560px;
}
.w600 {
	width: 630px;
}
.w630 {
	width: 630px;
}
.w650 {
	width: 650px;
}
.w795 {
	width: 795px;
}
/* float */
.fl-l {
	float: left;
}
.fl-r {
	float: right;
}
/* /float */

/* float解除 */
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
.clear {
	clear: both;
}
.cbox {
	zoom: 1;/*for IE 5.5-7*/
}
.cbox:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0.1em;
	/*for modern browser*/
	content: ".";
}
/* /float解除 */

/*--------------------------------------
  　　関連レッスン情報
--------------------------------------*/
.lesson_box{
	clear:both;
	display: inline-block;
}
.lesson_box img{
	float:left;
	width:157px;
	margin-right:10px;
}
.lesson_box p{
	float:left;
	width:780px;
}
.lesson_box p.title{
	font-weight:bold;
	margin-top:10px;
	font-size: 14px;
}
.lesson_box p.lead{
	margin:15px 0 10px;
}

/*--------------------------------------
  　　トーナメントスコア
--------------------------------------*/
.tournament_box{
	clear:both;
	display: inline-block;
}
.tournament_box img{
	float:left;
	width:75px;
	margin-right:10px;
}
.tournament_box .right_box{
	float:left;
	width:875px;
	margin-top:4px;
}
.tournament_box .right_box .name_box{
	clear:both;
	display: inline-block;
	width:875px;
	margin-bottom:4px;
}
.tournament_box .right_box .name{
	font-weight:bold;
	font-size: 16px;
	float:left;
}
.tournament_box .right_box .name .small_name{
	font-size:14px;
}
.tournament_box .right_box .name_box img{
	float:right;
	margin-right:0;
	width:42px;
	border:1px solid #CCCCCC;
	margin-top: -4px;
}
.tournament_box .right_box table{
	width:875px;
}
.tournament_box .right_box table,.tournament_box .right_box table td,.tournament_box .right_box table th {
	border: 1px solid #c3c3c3;
	border-collapse: collapse;
}
.tournament_box .right_box table td,.tournament_box .right_box table th {
	padding:2px 3px;
}
.tournament_box .right_box table th {
	background: #d9d9d9;
}
.tournament_box .right_box table th.bold{
	font-weight:bold;
	text-align:center;
}
.tournament_box .right_box table td.txt-right{
	text-align:right;
}
.tournament_link{
	text-align:right;
}
.tournament_box .right_box table th.w10,.tournament_box .right_box table td.w10 {
	width: 10%;
}

/*--------------------------------------
  　　カレンダー情報掲載
--------------------------------------*/
/*スコアデータ*/
#gc-scoredata-area{
	width:100%;
}
#gc-scoredata-area .gc-score-tab_item {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 114.286%;
    font-weight: bold;
    line-height: 1;
    margin-right: 31px;
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
    width: 205px;
}
#gc-scoredata-area .gc-score-tab_item:last-child{
	margin-right:0;
}
#gc-scoredata-area .gc-score-tab_item__85 {
    background: #4db401 none repeat scroll 0 0;
}
#gc-scoredata-area .gc-score-tab_item__86-95 {
    background: #fc8a0f none repeat scroll 0 0;
}
#gc-scoredata-area .gc-score-tab_item__96-105 {
    background: #825fdc none repeat scroll 0 0;
}
#gc-scoredata-area .gc-score-tab_item__106 {
    background: #2593fa none repeat scroll 0 0;
}
#gc-scoredata-area .gc-score-result {
    float: left;
    width: 240px;
}
#gc-scoredata-area .gc-score-average::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#gc-scoredata-area .gc-score-average {
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}
#gc-scoredata-area .gc-score-average dl {
    border-right: 1px solid #d2d2d2;
    float: left;
    padding-right: 18px;
    text-align: center;
}
#gc-scoredata-area .gc-score-average dl dt {
    font-size: 108%;
    font-weight: bold;
    margin-bottom: 10px;
}
#gc-scoredata-area .gc-score-result.gc-score-result__85 .gc-score-average_num {
    color: #4db401;
}
#gc-scoredata-area .gc-score-result.gc-score-result__86-95 .gc-score-average_num {
    color: #fc8a0f;
}
#gc-scoredata-area .gc-score-result.gc-score-result__96-105 .gc-score-average_num {
    color: #825fdc;
}
#gc-scoredata-area .gc-score-result.gc-score-result__106 .gc-score-average_num {
    color: #2593fa;
}
#gc-scoredata-area .gc-score-average dl dd {
    font-size: 250%;
    font-weight: bold;
}
#gc-scoredata-area .gc-score-average dl:last-child {
    border-right: medium none;
    padding-left: 18px;
}
#gc-scoredata-area .gc-scoredata-link{
	text-align: right;
	margin-top:10px;
}
/*ゴルフ場からのお知らせ*/
#gc-notice-area .gc-related-link {
    border: 1px solid #3695d6;
    margin-bottom: 20px;
	line-height: 1.7;
	font-size: 14px;
}
#gc-notice-area .gc-related-link dt {
    background: #3695d6 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    padding: 7px 20px 5px;
	font-size: 16px;
}
#gc-notice-area .gc-related-link dd {
    padding: 10px 20px;
}
/*コースレイアウト*/
#gc-course-layout-area table {
	margin-bottom: 10px;
	font-size: 14px;
	table-layout: fixed;
	width: 960px;
}
#gc-course-layout-area table td, #gc-course-layout-area table th {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 10px;
}
#gc-course-layout-area table th {
	background: #e2f4ff;
	text-align: center;
	font-weight: bold;
}
#gc-course-layout-area table th.yard {
	background: #f1f1f1;
}
#gc-course-layout-area table td{
	text-align: right;
}
#gc-course-layout-area .course-layout-link{
	text-align: right;
	margin-top:10px;
}

/*ピンポイント天気予報*/

#course-weather{
	width: 100%;
}
#course-weather .course-weather-date-box{
	float: left;
	width: 280px;
	margin-right: 60px;
}
@media \0screen {
  #course-weather .course-weather-date-box.last {
   margin-right: 0;
  }
}
#course-weather .course-weather-date-box:last-child{
	margin-right: 0;
}
#course-weather .course-weather-date-box .date{
	text-align: center;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 10px;
}
#course-weather .course-weather-date-box .youbi.sat{ color: #298dd8;}
#course-weather .course-weather-date-box .youbi.sun{ color: #f00;}
#course-weather .course-weather-date-box .am {
    float: left;
    padding-right: 18px;
    border-right: 1px solid #ccc;
    text-align: center;
}
#course-weather .course-weather-date-box .pm{
	float: left;
	padding-left: 18px;
	text-align: center;
}
#course-weather .course-weather-date-box .am img, #course-weather .course-weather-date-box .pm img {
    width: 80px;
}
#course-weather .course-weather-date-box .am .text,#course-weather .course-weather-date-box .pm .text {
    text-align: center;
    font-size: 18px;
	padding-top: 5px;
}
#course-weather .course-weather-date-box .maxmin{ float: right;margin-top: 20px;}
#course-weather .course-weather-date-box .max,
#course-weather .course-weather-date-box .min{
	border: none;
	padding: 0 0 0 20px;
	font-size: 28px;
	line-height: 1.3;
}
#course-weather .course-weather-date-box .max{ color: #f59000;}
#course-weather .course-weather-date-box .min{ color: #00a0ea;}
#course-weather .course-weather-link{
	text-align: right;
	margin-top:10px;
}

/*アクセス情報*/
#gc-access-area .tbl {
    border: 1px solid #ccc;
    width: 960px;
}
#gc-access-area .tbl th {
    border: 1px solid #ccc;
    font-family: "メイリオ",Meiryo,sans-serif;
    font-size: 14px;
    min-width: 5em;
    padding: 10px;
}
#gc-access-area .tbl td.tblHalf {
    width: 320px;
}
#gc-access-area .tbl td {
    border: 1px solid #ccc;
    font-size: 14px;
    min-width: 5em;
    padding: 10px;
}
#gc-access-area .tbl-sub {
    width: 100%;
}
#gc-access-area .tbl-sub th {
    background: #f1f1f1 none repeat scroll 0 0;
}
#gc-access-area .gc-access-link{
	text-align: right;
	margin-top:10px;
}
/*近くのゴルフ場*/
.p-b25{
	padding-bottom:25px;
}
#near-ic-and-other-course .side-box-02{
	position: absolute;
    right: 0;
	bottom:0;
}
/*--------------------------------------
  　　カレンダー評価の☆
--------------------------------------*/
.star_5_0 { display: inline-block; width:86px; height:17px; background: url(/drivetime/image/icn_star.png) no-repeat 0px 0px; }
.star_4_5 { display: inline-block; width:86px; height:17px; background: url(/drivetime/image/icn_star.png) no-repeat -88px 0px; }
.star_4_0 { display: inline-block; width:86px; height:17px; background: url(/drivetime/image/icn_star.png) no-repeat 0px -17px; }
.star_3_5 { display: inline-block; width:86px; height:17px; background: url(/drivetime/image/icn_star.png) no-repeat -88px -17px; }
.star_3_0 { display: inline-block; width:86px; height:17px; background: url(/drivetime/image/icn_star.png) no-repeat 0px -34px; }
.star_2_5 { display: inline-block; width:86px; height:17px; background: url(/drivetime/image/icn_star.png) no-repeat -88px -34px; }
.star_2_0 { display: inline-block; width:86px; height:17px; background: url(/drivetime/image/icn_star.png) no-repeat 0px -51px; }
.star_1_5 { display: inline-block; width:86px; height:17px; background: url(/drivetime/image/icn_star.png) no-repeat -88px -51px; }
.star_1_0 { display: inline-block; width:86px; height:17px; background: url(/drivetime/image/icn_star.png) no-repeat 0px -68px; }
.star_0_5 { display: inline-block; width:86px; height:17px; background: url(/drivetime/image/icn_star.png) no-repeat -88px -68px; }
.star_0_0 { display: inline-block; width:86px; height:17px; background: url(/drivetime/image/icn_star.png) no-repeat 0px -85px; }

/*--------------------------------------
  　　ボタンテンプレ
--------------------------------------*/
/*コンバージョン：赤*/
.rsv-btn-red a {
	display: block !important;
	text-decoration: none !important;
	background: #eb4055 !important;
	color: #fff !important;
	text-align: center !important;
	border-radius: 3px !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2) !important;/*影*/
	-webkit-tap-highlight-color: transparent !important;
	transition: .3s ease-out !important;/*変化を緩やかに*/
	border: none !important;
}
.rsv-btn-red a:hover{
	color: #fff !important;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2) !important;/*浮き上がるように*/
	filter:alpha(opacity=70) !important;
	-moz-opacity: 0.7 !important;
	opacity: 0.7 !important;
}
/*ユーティリティ：青*/
.rsv-btn-blue a,.rsv-btn-blue span {
	display: block !important;
	text-decoration: none !important;
	background: #3695d6 !important;
	color: #fff !important;
	text-align: center !important;
	border-radius: 3px !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2) !important;/*影*/
	-webkit-tap-highlight-color: transparent !important;
	transition: .3s ease-out !important;/*変化を緩やかに*/
	border: none !important;
}
.rsv-btn-blue a:hover{
	color: #fff !important;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2) !important;/*浮き上がるように*/
	filter:alpha(opacity=70) !important;
	-moz-opacity: 0.7 !important;
	opacity: 0.7 !important;
}
/*ユーティリティ：白*/
.rsv-btn-white a {
	display: block !important;
	text-decoration: none !important;
	background: #FFF !important;
	border:1px solid #3695d6 !important;
	color: #3695d6 !important;
	text-align: center !important;
	border-radius: 3px !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2) !important;/*影*/
	-webkit-tap-highlight-color: transparent !important;
	transition: .3s ease-out !important;/*変化を緩やかに*/
}
.rsv-btn-white a:hover{
	color: #3695d6 !important;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2) !important;/*浮き上がるように*/
	color: #5fb0e7 !important;
	filter:alpha(opacity=70) !important;
	-moz-opacity: 0.7 !important;
	opacity: 0.7 !important;
}
.rsv-btn-red a:active,.rsv-btn-blue a:active,.rsv-btn-white a:active{  /* クリック時の設定 */
	-ms-transform: translateY(3px) !important;
	-webkit-transform: translateY(3px) !important;
	transform: translateY(3px) !important;
	box-shadow:none !important;
}
