@charset "utf-8";

/* Reset
------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html { height: 100%; }
html body { height:100%; background-color:#fff; }

ul { list-style: none; }
blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { clear:both; }
.clearfix {display: inline-table;overflow:hidden;}

/* Basic Styles
------------------------------------------------------------------------- */
body { 
	font: 14px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*-webkit-font-smoothing: antialiased;*/
	-webkit-text-size-adjust: 100%;
	/*overflow-x:hidden;*/
	color: #333;
}

a:link {text-decoration: none; color: #00A0E9;}
a:visited {text-decoration: none; color: #007db6;}
a:hover {text-decoration: underline; color: #007db6;}
a:active {text-decoration: underline; color: #007db6;}

a:hover img,
a:active img{
	filter:alpha(opacity= 80); /* IE */
	-moz-opacity:0.80; /* Firefox CSS3以前 */
	opacity:0.80; /* CSS3 */
}

/* Typography
------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.4;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 40px; }
h2 { font-size: 33px; }
h3 { font-size: 27px; }
h4 { font-size: 22px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { font-size: 14px; margin: 0; line-height: 1;}
p img { margin: 0; }

/*マージン*/
.bottom5 {margin-bottom:5px;}
.bottom10 {margin-bottom:10px;}
.bottom15 {margin-bottom:15px;}
.bottom20 {margin-bottom:20px;}
.bottom25 {margin-bottom:25px;}
.bottom30 {margin-bottom:30px;}
.bottom35 {margin-bottom:35px;}

.top5 {margin-top:5px;}
.top10 {margin-top:10px;}
.top15 {margin-top:15px;}
.top20 {margin-top:20px;}
.top25 {margin-top:25px;}
.top30 {margin-top:30px;}
.top35 {margin-top:35px;}
.top50 {margin-top:50px;}

/* padding */
.pa_bottom5 {padding-bottom:5px;}
.pa_bottom10 {padding-bottom:10px;}
.pa_bottom15 {padding-bottom:15px;}
.pa_bottom20 {padding-bottom:20px;}
.pa_bottom25 {padding-bottom:25px;}
.pa_bottom30 {padding-bottom:30px;}
.pa_bottom35 {padding-bottom:35px;}

.pa_top5 {padding-top:5px;}
.pa_top10 {padding-top:10px;}
.pa_top15 {padding-top:15px;}
.pa_top20 {padding-top:20px;}
.pa_top25 {padding-top:25px;}
.pa_top30 {padding-top:30px;}
.pa_top35 {padding-top:35px;}

/*揃え*/
.taLeft {text-align:left;}
.taRight {text-align:right;}
.taCenter {text-align:center;}

.Left {float:left;}
.Right {float:right;}

/*フォント*/
.fwBold {font-weight:bold;}
.fs50 {font-size:50%;}
.fs60 {font-size:60%;}
.fs70 {font-size:70%;}
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs95 {font-size:95%;}
.fs110 {font-size:110%;}
.fs120 {font-size:120%;}
.fs130 {font-size:130%;}
.fs140 {font-size:140%;}
.fs150 {font-size:150%;}

/*文字色*/
.RedText { color: #e60027; }
.fcGreen { color: #009944; }

/*行間*/
.lh120 {line-height:120%;}
.lh130 {line-height:130%;}
.lh140 {line-height:140%;}
.lh150 {line-height:150%;}
.lh180 {line-height:180%;}


/* Header
------------------------------------------------------------------------- */
#header {
	height:70px;
	min-width:980px;
	background-color:#009944;
}

.headerImg {
	margin:0 auto;
	padding-top:7px;
	text-align:center;
}


/* Footer
------------------------------------------------------------------------- */
#footer {
	height:25px;
	min-width:980px;
	background-color:#009944;
}

.copyright {
	text-align:center;
	font-size:10px;
	color:#ffffff;
	padding-top:5px;
}


/* content
------------------------------------------------------------------------- */
.container {
	width:980px;
	min-width:980px;
	margin:15px auto ;
}

.mainImage {
	background-color:#004EA2;
	background-image:url(../images/golferIllustration.png);
	background-repeat:no-repeat;
	background-position:bottom;
	min-width:980px;
}

.mainImage01 {
	text-align:center;
	padding:30px 0 25px;
}

.mainImage02 {
	text-align:center;
	padding:0 0 50px;
}

.read {
	background:url(../images/green.png) repeat-x;
	margin-top:-30px;
	min-width:980px;
}

.read p {
	text-align:center;
	color:#ffffff;
	font-size:15px;
	line-height:180%;
	padding:40px 0 25px;
	margin:0 auto ;
}

.about_L {
	float:left;
	width:780px;
}

.about_R {
	float:right;
}

.titleContent {
	height:36px;
	background-color:#009944;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	padding-top:4px;
	color:#ffffff;
	background-image:url(../images/titleBack.png);
	background-repeat:no-repeat;
	background-position:center;
	min-width:980px;
}

dl.detail {
	font-size:14px;
	line-height:160%;
	width:750px;
	padding-bottom:20px;
}

.detail dt {
	float:left;
	width:115px;
}

.detail dd {
	word-wrap:normal;
}

.caption {
	font-size:12px;
}

.posterPDF {
	width:410px;
	border:#009944 solid 1px;
	margin:0 auto 30px;
	padding:10px 30px;
}

.clubTitle {
	font-size:18px;
	line-height:120%;
	font-weight:bold;
	text-align:center;
	color:#009944;
	width:250px;
	margin:0 auto;
	border-bottom:#009944 solid 1px;
}

ul.clubList, ul.clubList02 {
	margin:5px auto ;
}

ul.clubList a:link, ul.clubList02 a:link {text-decoration: none; color: #333;}
ul.clubList a:visited, ul.clubList02 a:visited {text-decoration: none; color: #333;}
ul.clubList a:hover,ul.clubList02 a:hover {text-decoration: underline; color: #007db6;}
ul.clubList a:active, ul.clubList a:active {text-decoration: underline; color: #007db6;}

ul.clubList li {
	width:400px;
	margin-left:80px;
}

ul.clubList02 li {
	width:400px;
	margin-left:80px;
	display:block;
	float:left;
}

.area_title {
	width:820px;
	color:#00441e;
	background-color:#ddffec;
	background-image:url(../images/dots_festa.gif);
	padding:2px 0 1px;
	text-align:center;
	margin:10px 80px 5px 80px;
	clear:both;
}

/* 2016.8.26追記 */
.result_p {
	font-size:14px;
	line-height:160%;
	text-align:center;
}

.result_p img {
	vertical-align:top;
	margin:3px 5px 15px 0;
}

dl.result_top {
	font-size:14px;
	line-height:160%;
	margin-left:360px;
}

.result_top dt {
	float:left;
	width:70px;
}

.result_top dd {
	word-wrap:normal;
}

.result_title {
	width:820px;
	color:#00441e;
	background-color:#ddffec;
	background-image:url(../images/dots_festa02.gif);
	padding:2px 0 1px;
	text-align:center;
	margin:10px 80px 5px 80px;
	clear:both;
}

.result_L {
	float:left;
	margin:0 20px 0 80px;
	width:400px;
}

.result_R {
	float:right;
	margin-right:20px;
}

dl.tibisho {
	font-size:14px;
	line-height:160%;
}

.tibisho dt {
	float:left;
	width:70px;
}

.tibisho dd {
	word-wrap:normal;
}