/* CSS Document */
body {
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro",Osaka,Meiryo, sans-serif;
	color:#111;
	margin:0;
	padding:0;
}
a {color:#111; text-decoration:none;}
a:hover {color:#111; text-decoration:none;}
a:visit {color:#111; text-decoration:none;}
a:after {color:#111; text-decoration:none;}

headder {
	width:100%;
	min-width:1000px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}
headder .inner {
	width:950px;
	margin:0px auto;
	overflow: hidden;
	position: relative;
}
headder .logo {
	width:290px;
	float:left;
}
headder .tel {
	font-size:35px;
	line-height:130%;
	float:right;
	margin:25px auto;
}
.tel .font_tel {
	font-size:25px;
}

#index menu {
	font-family: 'Raleway', sans-serif;
	padding:0;
	margin:30px auto;
	text-align:center;
	font-size:20px;
	letter-spacing: 1px;
	overflow:hidden;
	position:relative;
}
#index menu a {
	padding:10px;
	color:#111;
	text-decoration:none;
}
#index menu a:hover {
	color:#888;
}

#sub {
	width:950px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}
#sub #main_mds {
	font-family: 'Raleway', sans-serif;
	width:250px;
	margin:0;
	font-size:34px;
	line-height:120%;
	font-weight:600;
	letter-spacing:2px;
	float:left;
}
#sub menu {
font-family: 'Raleway', sans-serif;
width: auto;
padding: 0;
margin: 15px 0 0;
float: right;
text-align: right;
font-size: 16px;
letter-spacing: 1px;
}
#sub menu a {
	padding:6px;
	color:#111;
	text-decoration:none;
}
#sub menu a:hover {
	color:#888;
}


#content {
	width:100%;
	min-width:1000px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}
#content .next_btn {
	font-family: 'Raleway', sans-serif;
	width:950px;
	margin:30px auto 80px;
	border:solid 1px #888;
	overflow:hidden;
	position:relative;
}
#content .next_btn a {
	font-family: 'Raleway', sans-serif;
	text-align:center;
	font-size:22px;
	letter-spacing:2px;
	padding:20px;
	display:block;
}
#content .next_btn .tel {
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro",Osaka,Meiryo, sans-serif;
	font-size:28px;
	letter-spacing: 0px;
	line-height:100%;
	margin:0;
}
#content .next_btn .tel .font_tel {
	font-size:20px;
}
#content .next_btn a:hover {
	background:#888;
	color:#fff;
}

#google_map{
	width: 100%;
	overflow: hidden;
	height: 270px;
}
#google_map iframe {
	border: 0;
	margin-top: -150px;
}

footer {
	width:100%;
	min-width: 1000px;
	margin:0;
	padding:10px 0;
	color:#a2a2a2;
	font-size:12px;
	line-height:130%;
	text-align:center;
	overflow:hidden;
	position:relative;
}

/* draw any selected text yellow on red background */
::-moz-selection { color: #000;  background: #888; }
::selection      { color: #000;  background: #888; } 
/* draw selected text in a paragraph white on black */
p::-moz-selection {  color: #000;  background: #888; }
p::selection      {  color: #000;  background: #888; }