@charset "utf-8";

/* ==========================================================

title : 東建多度カントリークラブ・名古屋
scope : 多度の四季

last modify : 2016/06/09 266_shintani

========================================================== */

/* ----------------------------------------------------------
	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;
	vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	font-size:100%;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration:none;
}

a:link {
	color:#0000FF;
}
 
a:visited {
	color:#0000FF;
}

a:hover {
	color:#FF0000;
}

/* ----------------------------------------------------------
	基本設定
---------------------------------------------------------- */
body{
background-color: #192949;
background-image: url('../image/bg_body.jpg'), url('../image/bg_bottom_img.jpg');
background-position: left top, 50% bottom;
background-repeat: repeat-x, no-repeat;


}

#wrapper{
	background:url(../image/bg_main_image.jpg) 50% 0 no-repeat;
}

header {
	width: 972px;
	margin: 0 auto;
}

header h1 {
	padding: 50px 0 0 0;
}

footer {
	width: 972px;
	overflow: hidden;
	margin: 52px auto 45px auto;
}

/* ----------------------------------------------------------
	基本設定：グローバルナビ
---------------------------------------------------------- */
#navi .nav_season {
	margin: 35px auto 0;
	overflow: hidden;
	width: 925px;
}

#navi .nav_season li {
	float: left;
	margin-left: 13px;
}

#navi .nav_season li:first-child {
	margin-left: 0;
}

#navi .nav_season li:nth-child(3) {
	margin-left: 13px;
}


#navi .nav_page {
	overflow: hidden;
	padding: 0 0 2px 24px;
	position: relative;
	z-index: 3;
}

#navi .nav_page li {
	float: left;
	margin: 12px 12px 0 0;
	width: 92px;
}

#navi .nav_page li a {
	display: block;
}

#navi .nav_page li:nth-child(4) {
	clear: both;
}

#navi .nav_page .course_btn {
	width: 196px;
}

#navi .nav_page .course_season {
	width: 300px;
}

/* ----------------------------------------------------------
	写真コンテンツ：基本設定 フロート
---------------------------------------------------------- */
[class^="left_"] {
	float: left;
}

[class^="right_"] {
	float: right;
}

/* ----------------------------------------------------------
	写真コンテンツ：基本設定 余白
---------------------------------------------------------- */
[id^="hole_no"] {
	width: 972px;
	margin: 14px auto 0 auto;
	overflow: hidden;
}

#hole_no01 {
	margin: 0 auto 0 auto;
}

[id^="hole_no"] > a > img {
	margin: 14px auto 0 auto;
}

[id^="hole_no"] > img:nth-of-type(1) {
	margin: 0 auto 0 auto;
}

[class$="left_photo_zone"] {
	margin-right: 14px;
}

/* ----------------------------------------------------------
	コースマップ
---------------------------------------------------------- */
[class$="_map_box"] {
	width: 331px;
	margin: 14px 0 0 0;
}

/* ----------------------------------------------------------
	コースマップ横の画像
---------------------------------------------------------- */
[class$="_photo_box"] {
	width: 627px;
	margin: 14px 0 0 0;
}

[class$="_photo_box"] img {
	margin: 14px 0 0 0;
}

[class$="_photo_box"] > a:nth-of-type(1)  > img{
	margin: 0 0 0 0;
}

/* ----------------------------------------------------------
	コースマップ横の縦並び画像
---------------------------------------------------------- */
[class$="_photo_zone"] {
	width: 177px;
}

/* ----------------------------------------------------------
	コースマップ横の縦並び画像
---------------------------------------------------------- */
footer ul {
	float: left;
}

.go_top_zone {
	float: right;
	margin: 70px 45px 0 0;
}













