@charset "utf-8";
@media screen and (min-width:641px) { 

body {
	margin: 0 auto;
	width: 1000px;
	background-image: url(/ssr/images/bg_img.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.header img {
	vertical-align: bottom;
}

h1 {
	height: 0;
	margin: 0;
	white-space:nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.nasu,
.tanagura {
	margin-top: 20px;
	padding-left: 20px;
	overflow: hidden;
}

.nasu li,
.tanagura li {
	list-style: none;
}

.nasu h2 {
	background: url(/golf/images/nasucc.png) no-repeat;
	background-size: 320px;
	margin: 0;
	height: 60px;
	white-space:nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.nasu h2 a {
	display: block;
	width: 320px;
	height: 60px;
}

.tanagura h2 {
	background: url(/golf/images/tanaguradenshacc.png) no-repeat;
	background-size: 320px;
	margin: 0;
	height: 65px;
	white-space:nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.tanagura h2 a {
	display: block;
	width: 320px;
	height: 65px;
}

.nasu .box1 {
	float: left;
	width: 500px;
}

.nasu .box2 {
	float: right;
}

.nasu .box2 img {
	width: 320px;
}

.tanagura .box1 {
	float: left;
	width: 500px;
}

.tanagura .box2 {
	float: right;
}

.tanagura .box2 img {
	width: 320px;
}

.nasu .box1 ul,
.tanagura .box1 ul {
	margin-left: -40px;
}

footer div {
	text-align: center;
}
}

@media screen and (max-width:640px) { 
body {
	margin: 0 auto;
	background-image: url(/ssr/images/bg_img.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.header {
	text-align: center;
}

.header img {
	vertical-align: bottom;
}

h1 {
	margin: 0;
	height: 0;
	white-space:nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.catch img {
	width: 100%;
}

.nasu h2 {
	background: url(/golf/images/nasucc.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 300px;
	height: 60px;
	margin-bottom: 0;
	white-space:nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.tanagura h2 {
	background: url(/golf/images/tanaguradenshacc.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 300px; 
	height: 65px;
	margin-bottom: 0;
	white-space:nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.nasu h2 a {
	display: block;
	width: 300px;
	height: 60px;
}

.tanagura h2 a {
	display: block;
	width: 300px;
	height: 65px;
}

.nasu .box1,
.nasu .box2,
.tanagura .box1,
.tanagura .box2 {
	text-align: center;
}

.nasu .box1,
.tanagura .box1 {
	padding-bottom: 15px;
}

.nasu .box2 img,
.tanagura .box2 img {
	width: 100%;
}


.nasu .box1 ul,
.tanagura .box1 ul {
	margin: 0 0 0 -40px;
}

.nasu li,
.tanagura li {
	list-style: none;
}

.nasu .box1 > a,
.tanagura .box1 > a {
	display: inline-block;
	padding: 10px 0;
	border-radius: 8px;
	width: 85%;
	background: #3D8000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;

}

footer div {
	text-align: center;
}


}

