/* 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, em, font, small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a{
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}
.wrap {
	margin: 0 auto;
	width: 981px;
	position: relative;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}
.center{
	text-align: center;
}


/* eee
-------------------------------------------------------------- */

#main{
}


/* General
-------------------------------------------------------------- */

div h1{
	font-size: 10px;
	margin: 5px 0 15px;
}
.wrap .head_img{
	position: absolute;
top: 34px;
left: 590px;
}
.tel{
	float: left;
	margin-right: 20px;
}
.topright{
	margin-top: 35px;
}
#logo {
}

#nav{
	background: url(img/navi_bg.png) 0 0 repeat-x;
	height: 67px;
	margin: 15px 0 25px;
	padding-top: 23px;
}
#nav a{
	color: #1cb4aa;
	display: block;
	font-weight: bold;
	font-size: 16px;
}
#nav ul{
	border: 1px solid #1cb4aa;
	background: #fff;
	padding: 3px 0;
	width: 981px;
}
#nav ul li{
	border-right: 1px solid #1cb4aa;
	float: left;
	line-height: 56px;
	padding: 0 3px;
	text-align: center;
	width: 156.5px;
}
#nav div{
	border-bottom: 3px solid #1cb4aa;
}
li.last{
	border: none !important;
}


.main{
	float: left;
	width: 710px;
	margin-bottom: 30px;
}
.midashi{
	margin: 20px 0 10px;
}
.news{
	margin-bottom: 20px;
}
.date{
	padding: 10px 10px 0;
}
.context{
	border-bottom: 1px dotted;
	padding: 0 10px 10px;
}

h2{
	color: #1cb4aa;
	font-size: 24px;
}
h3{
	font-size: 20px;
	padding: 2px 8px;
	margin: 16px 0;
}
h4{
	background: #ffbff5;
	padding: 3px 15px;
	margin: 10px 0;
}
h4.point1{
	background: #ffb5f5 url(img/point1.png) 10px 4px no-repeat;
	padding-left: 115px;
	padding-bottom: 6px;
}
h4.point2{
	background: #ffb5f5 url(img/point2.png) 10px 4px no-repeat;
	padding-left: 115px;
	padding-bottom: 6px;
}
h4.point3{
	background: #ffb5f5 url(img/point3.png) 10px 4px no-repeat;
	padding-left: 115px;
	padding-bottom: 6px;
}
h4.new{
	background: #ffb5f5 url(img/new.png) 10px 4px no-repeat;
	padding-left: 115px;
	padding-bottom: 6px;
}
hr{
	margin: 25px 0;
	color: #c0c0c0;
	border-width:1px 0 0;
	border-color:#fff;
}
.gray{
	background: #ddd;
	padding: 10px;
	margin: 10px 0;
}
.gray p{
	border: 1px solid #fff;
	text-align: center;
}
.ninshin{
	text-align: center;
	margin: 20px;
}
.course{
	font-size: 20px;
}

.symp{
	background: #ffbff5;
	padding: 15px;
	width: 680px;
}
.sym6 .symp{
width: 677px
}
.symp h4{
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	margin: 0 0 10px;
}
.box{
	
	padding-left: 25px;
}
.box2{
	background: #ffeffc;
	margin-top:15px;
	padding: 10px;
}
.question{
	color:#D36FAB;
	font-size: 16px;
	
}
.check{
	background: url(img/check.gif) 0 0 no-repeat;
	padding-left: 20px;
	margin: 5px 20px;
}
.q{
	color: #189566;
	background: url(img/q.gif) 10px 50% no-repeat #fff;
	padding-left: 50px;
	line-height: 30px;
	padding-top: 10px;
padding-bottom: 5px;
}
.a{
	background: url(img/a.png) 10px 50% no-repeat;
	padding-left: 50px;
	margin: 15px 0;
}

#aside{
	float: right;
	width: 240px;
}

.notice{
	border:1px solid #1cb4aa;
	margin: 15px 0;
}
.notice-title{
	background: #1cb4aa;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
.notice-content{
	font-size: 12px;
	line-height: 1.2;
	padding: 5px;
}

#footer{
	background: url(img/footer_bg.png) 0 0 repeat-x;
	height: 121px;
	line-height: 4;
	padding-top: 10px;
	margin-top: 40px;
}
#footer a{
	color: #333;
}

/*
 * edit
 */

.dark_g{
	background-color:rgb(0,172,161);
	color: #fff;
	
}
.light_g{
	background-color:rgb(128,212,207);
	color: #fff;
}

 .form {
width: 692px;
border-collapse: collapse;
border: 1px solid rgb(255, 255, 255);
outline: 2px solid rgb(142,195,163);
}

 tbody tr{
	height:40px;
}
 tbody th{
	background-color:rgb(70,201,161);
	color: white;
	border: 2px solid white;
	padding-bottom:5px;
	width: 225px;
	vertical-align: middle;
	height: 45px;
	
}

#form .squea{
	position: relative;
top: 7px;
}
 tbody td{
	border: 2px solid rgb(255,255,255);
	padding-left: 18px;
	background-color: rgb(239, 250, 249);
	vertical-align: middle;
}


 .submit {
width: 180px;
margin: 0 auto;
margin-top: 13px;
}
tbody .error{
	color:red;
}
.symptom {
margin-bottom: -6px;
width: 715px;
}

#l_im1, #l_im3, #l_im4, #l_im6{
margin-left: 1px;
}
#l_im2 {
margin-left: 2px;
}
#l_im5 {
margin-left: 3px;
}
#l_im6 {
margin-left: -2px;
}

#qt {
float: right;
margin-top:10px;
}

#raben {
float: right;
margin-top:40px;
}

.bed {
float: right;
margin-top: 10px;
}

.q_link a {
color: #D36FAB;
}

#f-ft {
margin-top: 34px;
}
#bn_2 {
position:relative;
}

#bn_2 p {
position: absolute;
top: 185px;
left: 20px;
color: black;
}

.symp .box{
	font-size: 13px;
}
.symp .A{
	font-size: 13px;
}
.breadcrumb {
font-size: 12px;
float: right;
margin-top: -13px;
}
.breadcrumb a {
color: black;
}
.about h2{
	margin-top:3px;
}
.sym1 h2,.sym2 h2,.sym3 h2,.sym4 h2,.sym5 h2,.sym6 h2{
	margin-top:3px;
}
.access h2{
	margin-top:3px;
}
.access h3{
	padding:1px 8px;
	position: relative;
	top: 1px;
}
.about h3{
	padding-top:3px;
	padding-bottom:2px;
	position: relative;
	top: 1px;
}
.price h3{
	padding-bottom: 2px;
padding-top: 3px;
position: relative;
top: -2px;
}
.price .breadcrumb {
	margin-top:-15px;
}
.reserve h3{
	position:relative;
	top: -2px;
}
.reserve .breadcrumb{
	margin-top:-15px;
}

.reserve #form .last-child {
	padding-bottom:10px;
	padding-top:10px;
} 

.double_tel{
	background: url("./img/shitsumon.png") 0 0 no-repeat;
	width: 710px;
height: 95px;
}
.double_tel img {
margin-left: 350px;
margin-top: 32px;
}
