﻿@charset "utf-8";




/*----------------------------------

基本設定

-----------------------------------*/

body, table, th, td{
	line-height:140%;
	}


a:link,
a:visited,
a:active,
a:hover{
	color:#024c7f;
	}
	


#contentsHead{
	width:750px;
	padding:0 0 15px;
	}

#contentsHead h1{
	margin-bottom:5px;
	}


#contentsBody{
	margin:0;
	width:750px;
	}

.contentsBox{
	width:750px;
	}


h3{
	font-size:14px;
	}


/*----------------------------------

個別の設定:インデックス

-----------------------------------*/


.timeTable{
	background:#ccc;
	font-size:14px;
	}

.timeTable caption{
	font-weight:bold;
	}


.timeTable th{
	padding:7px;
	background:#daeefb;
	}

.timeTable td{
	padding:7px;
	background:#fff;
	}



.bg01{
	background:url(../imgre/can_golf/golf_waku_body.gif) repeat-y;
	}


.tourList{
	margin:5px 10px 0 10px;
	height:105px;
	}


.cell01{
	padding-left:5px;
	padding-right:4px;
	}

.cell02{
	width:15px;
	}

.cell03{
	padding-top:5px;
	padding-left:8px;
	padding-right:7px;
	padding-bottom:10px;
	vertical-align:top;
	}		



.marRight009{
	margin-right:9px;
	}


.marRight013{
	margin-right:13px;
	}

#info{
	padding-left:119px;
	background:url(../imgre/can_golf/golf_index_img04.jpg) no-repeat;
	}


#faqFirstP{
	padding-left:133px;
	background:url(../imgre/can_golf/golf_index_img05.jpg) no-repeat;
	}

.faq dt{
	padding-left:22px;
	min-height:20px;
	background:url(../imgre/can_golf/golf_index_icn01.gif) no-repeat;
	font-weight:bold;
	}

.faq dd{
	padding-left:22px;
	min-height:20px;
	background:url(../imgre/can_golf/golf_index_icn02.gif) no-repeat;
	}

#tourInq-Btn{
	background:url(../imgre/can_golf/golf_index_btn_bg.gif) repeat-y center top;
	padding:10px 0;
	}
	


/*----------------------------------

個別の設定:アンリミテッド&レッスン

-----------------------------------*/


.islandName{
	margin-bottom:5px;
	border-top:solid 1px #bdccdf;
	} 
	
	
.tourInfo{
	margin:0 10px;
	overflow:hidden;
	}


.tourHeight01{
	height:280px;
	}

.tourHeight02{
	height:310px;
	}

.tourHeight03{
	height:340px;
	}

.tourHeight04{
	height:370px;
	}

.tourHeight05{
	height:400px;
	}

.courseName{
	padding:3px;
	width:214px;
	background:#003678;
	font-size:12px;
	line-height:110%;
	color:#fff;
	}

.hotelInfo{
	margin:20px 10px 0;
	height:250px;
	overflow:hidden;
	}


.hotelName{
	padding:3px;
	width:214px;
	background:#093c01;
	font-size:12px;
	line-height:110%;
	color:#fff;
	}


.contentsBox02{
	width:496px;
	}

.contentsBox03{
	width:241px;
	}


/*----------------------------------

個別の設定:料金一覧

-----------------------------------*/

#chargeListTitle{
	padding:2px;
	width:744px;
	border:solid 1px #e9e9e9;
	}

#chargeListTitle h1{
	padding:15px 5px;
	background:url(../imgre/can_golf/golf_list_h_bg.gif) no-repeat;
	font-size:20px;
	}

.bg02{
	background:url(../imgre/can_golf/golf_list_waku_body.gif) repeat-y;
	}

.listBg{
	padding:7px 5px;
	height:24px;
	background:url(../imgre/can_golf/golf_list_listbg.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	}

.listBg a{
	display:block;
	padding-left:10px;
	width:700px;
	background:url(../imgre/can_golf/golf_list_icn02.gif) no-repeat 0 3px;
	}

.padLeft006{
	padding-left:6px;
	}

.islandList{
	margin-left:5px;
	width:100px;
	border:none;
	font-size:12px;
	}

.hotelList{
	margin-right:10px;
	padding-left:12px;
	width:180px;
	background:url(../imgre/can_golf/golf_list_icn01.gif) no-repeat 0 3px;
	}

.planList{
	margin:0 5px;
	}

.tourName{
	padding:7px 4px;
	border-left:solid 5px #a4c4eb;
	background:url(../imgre/can_golf/golf_list_h02_bg.gif) no-repeat;
	}

.planList table{
	width:100%;
	background:#cacaca;
	}



.planList th{
	width:28%;
	}

.planList td{
	width:12%;
	}



#view01 .economy{
	padding:7px;
 	background:#dbf0d5;
 	}

#view01 .business{
	padding:7px;
 	background:#fff;
 	}

#view02 .economy{
	padding:7px;
 	background:#f4f0dd;
 	}

#view02 .business{
	padding:7px;
 	background:#fff;
 	}


#view03 .economy{
	padding:7px;
 	background:#e1e9f3;
 	}

#view03 .business{
	padding:7px;
 	background:#fff;
 	}
 	
 	

/*----------------------------------

class設定

-----------------------------------*/

.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}


*html .clearFix{
	height:1%;
	overflow:hidden;
	}

*:first-child+html .clearFix{
	height:1%;
	}

.floatLeft{
	float:left;
	}

.floatRight{
	float:right;
	}


.positionR{
	position:relative;
	}

.positionStyle01{
	position:absolute;
	top:0px;
	left:0px;
	color:#ff0000;
	font-weight:bold;
	}


/*----------------------------------

text-align

-----------------------------------*/

.textLeft{
	text-align:left;
	}

.textCenter{
	text-align:center;
	}

.textRight{
	text-align:right;
	}
	

/*----------------------------------

width height

-----------------------------------*/


.wl01{
	width:328px;
	}

.wr01{
	width:418px;
	}

.wl02{
	width:241px;
	}

.wr02{
	width:215px;
	}

.wl03{
	width:170px;
	}

.wr03{
	width:610px;
	}

.wr04{
	width:616px;
	}

.h01{
	height:26px;
	}

/*----------------------------------

margin

-----------------------------------*/

.marTop005{
	margin-top:5px;
	}

.marTop010{
	margin-top:10px;
	}

.marTop015{
	margin-top:15px;
	}

.marTop020{
	margin-top:20px;
	}

.marTop030{
	margin-top:30px;
	}

.marTop040{
	margin-top:40px;
	}

.marTop050{
	margin-top:50px;
	}


.marBottom005{
	margin-bottom:5px;
	}

.marBottom010{
	margin-bottom:10px;
	}

.marBottom015{
	margin-bottom:15px;
	}

.marBottom020{
	margin-bottom:20px;
	}

.marBottom030{
	margin-bottom:30px;
	}

.marBottom040{
	margin-bottom:30px;
	}

.marLeft005{
	margin-left:5px;
	}

.marLeft010{
	margin-left:10px;
	}

.marLeft015{
	margin-left:15px;
	}

.marLeft020{
	margin-left:20px;
	}

.marLeft030{
	margin-left:30px;
	}

.marRight005{
	margin-right:5px;
	}

.marRight010{
	margin-right:10px;
	}

.marRight015{
	margin-right:15px;
	}

.marRight020{
	margin-right:20px;
	}

.marRight030{
	margin-right:30px;
	}



/*----------------------------------

padding

-----------------------------------*/

.padTop005{
	padding-top:10px;
	}

.padTop010{
	padding-top:10px;
	}

.padTop015{
	padding-top:15px;
	}

.padTop020{
	padding-top:20px;
	}

.padTop030{
	padding-top:30px;
	}


.padBottom005{
	padding-bottom:5px;
	}

.padBottom010{
	padding-bottom:10px;
	}

.padBottom015{
	padding-bottom:15px;
	}

.padBottom020{
	padding-bottom:20px;
	}

.padBottom030{
	padding-bottom:30px;
	}

.padLeft005{
	padding-left:5px;
	}

.padLeft010{
	padding-left:10px;
	}

.padLeft015{
	padding-left:15px;
	}

.padLeft020{
	padding-left:20px;
	}

.padLeft030{
	padding-left:30px;
	}

.padRight005{
	padding-right:5px;
	}

.padRight010{
	padding-right:10px;
	}

.padRight015{
	padding-right:15px;
	}

.padRight020{
	padding-right:20px;
	}

.padRight030{
	padding-right:30px;
	}




/*----------------------------------

border

-----------------------------------*/

.borTop{
	border-top:1px solid #ccc;
	}

.borBottom{
	border-bottom:1px solid #ccc;
	}

.borAll{
	border:1px solid #ccc;
	}

.borBottomC01{
	border-bottom:1px solid #ede8db;
	}



/*----------------------------------

font

-----------------------------------*/

.fontSize10{
	font-size:10px;
	}

.fontSize12{
	font-size:12px;
	}


.fontSize14{
	font-size:14px;
	}

.fontSize16{
	font-size:16px;
	}

.fontSize18{
	font-size:18px;
	}


.fontSizeP85{
	font-size:85%;
	}

.fontSizeP75{
	font-size:75%;
	}

.fontSizeP100{
	font-size:100%;
	}

.fontSizeP110{
	font-size:110%;
	}

.fontSizeP120{
	font-size:120%;
	}

.fontSizeP140{
	font-size:140%;
	}

.fontWeightN{
	font-weight:normal;
	}

.fontWeightB{
	font-weight:bold;
	}

.lineHeihgt110{
	line-height:110%;
	}

.lineHeihgt120{
	line-height:120%;
	}

.lineHeihgt130{
	line-height:130%;
	}

.lineHeihgt140{
	line-height:140%;
	}
