@charset "UTF-8";



/* 共通設定 - Common elements */

body,div,h1,h2,h3,h4,h5,h6,p,address,blockquote,pre,th,td,dl,dt,dd,ul,ol,li,form,fieldset,textarea,table{
	margin:0;
	padding:0;
	font-size:100%;
	}

html, body {
	background-color: #fff;
	}

html {
	width:100%;
	height:100%;
	overflow-y:scroll;
	}

body {
	color: #333;
	text-align: center;
	font-family: Meiryo, 'MS PGothic', Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	line-height: 1.37;
	word-break: normal;
	word-wrap: break-word;
	font-size: small;
	background: #EEE8E0 url(../images/body-bg.jpg) repeat-x top;
	}
* html body { font-size: smaller; }

html>body{ height:auto; }

a, a:link, a:visited { color: #094068; }
a:hover, a:active { color: #C33A54; text-decoration: underline; }

table {
	border-collapse:collapse;
	font-size: 100%;
	line-height: 1.37;
	}
th, td {
	padding: 4px 6px;
	}

ul, ol { list-style: none; }

img { border: 0; }

input{line-height:normal;}



/* プリセットクラス設定 - Preset classes */

.image_l {
	float: left;
	margin: 0 16px 16px 0;
	}
.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

strong, .strong {
	color: #336694;
	font-weight: bold;
	}

.decimal { 	margin: 10px 30px 10px 50px; }
.decimal li { list-style-type: decimal; }

.pagetop {
	clear: both;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	}

.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.center { text-align: center; }



/* ヘッダ関連 - Header */

#header {
	background: #ffffff;
	}

#header .section {
	width: 920px;
	margin: 0 auto;
	background: url(../images/header-bg.jpg) no-repeat center bottom;
	text-align: left;
	}

#header h1 {
	text-align: right;
	font-weight: normal;
	line-height: 1.5;
	color: #A39788;
	padding-right: 10px;
	}

#header #logo {
	float: left;
	}

#header #header-right {
	float: right;
	width: 230px;
	margin-bottom: 8px;
	text-align: left;
	}

#header #header-right p {
	margin: 0;
	padding: 10px 0;
	}
#header #header-right img {
	display: block;
	}

#header #header-right dl,
#header #header-right dl dt,
#header #header-right dl dd {
	margin: 0;
	padding: 0;
	}
#header #header-right dl {
	height* 31px;
	padding-right: 9px;
	}
#header #header-right dl dt,
#header #header-right dl dd {
	float: left;
	margin-right: 1px;
	}
#header #header-right dl dd img {
	cursor: pointer;
	}

#header-nav {
	clear: both;
	background: url(../images/header-nav-bg.jpg) repeat-x bottom;
	padding: 0;
	}
#header-nav ul,
#header-nav ul li {
	margin: 0;
	padding: 0;
	}
#header-nav ul {
	width: 900px;
	margin: 0 auto;
	/margin: 0;
	}
#header-nav ul li {
	float: left;
	}
#header-nav ul li img {
	display: block;
	}


/* コンテンツラッパー - Contents wrapper */

#main {
	clear: both;
	width: 920px;
	margin: 0 auto;
	background: #ffffff;
	}



/* 左ナビ - Left contents ( navigation ) */

#content-nav {
	float: left;
	width: 245px;
	padding: 0 0 15px;
	}
#index #content-nav {
	padding: 15px 0;
	}

#content-nav div,
#content-nav p {
	margin-bottom: 20px;
	padding-left: 25px;
	}
#content-nav dl,
#content-nav dl dt,
#content-nav dl dd {
	margin: 0;
	padding: 0;
	}
#content-nav dl {
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid #A39788;
	background: url(../images/content-nav-bg.jpg) repeat-y left;
	}
#content-nav dl dt {
	padding-bottom: 4px;
	}
#content-nav dl dd {
	padding: 0 5px 1px;
	}
#content-nav dl dd img {
	display: block;
	}



/* メインコンテンツ - Right contents ( Main contents ) */

#main-image {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 10px;
	padding: 50px 0 85px;
	background: #ffffff url(../images/main-image.jpg) no-repeat left top;
	}
#main-image h2 img {
	display: block;
	}
#index #main-image {
	height: 360px;
	padding: 0;
	background: #ffffff;
	}

#main-image #bgm_buttons {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 170px;
	height: 48px;
	background: url(../images/bgm_bg.png) no-repeat 0 0;
	text-align: right;
	z-index: 100;
	}
#main-image #bgm_buttons img {
	display: inline-block;
	margin-top: 17px;
	margin-right: 4px;
	}

#content {
	float: right;
	width: 660px;
	padding: 0 0 15px;
	text-align: left;
	font-size: 1.05em;
	}

#content p,
#content li,
#content dl dt,
#content dl dd,
#content table {
	font-size: 108%;
	line-height: 1.6;
	}
	
#index #content p,
#index #content li,
#index #content dl dt,
#index #content dl dd,
#index #content table {
	font-size: 100%;
	line-height: 1.7;
	}

#content table {
	margin-bottom: 1em;
	}
#content table tr th,
#content table tr td {
	border: 1px solid #b5ab9e;
	}
#content table tr th {
	font-weight: normal;
	background: #eee8e0;
	color: #804F08;
	}
#content table tr td {
	background: #ffffff;
	}

#content .section {
	margin-right: 25px;
	}

#content dl dt {
	margin-bottom: 20px;
	}
#content dl dd {
	margin-left: 3em;
	margin-bottom: 20px;
	}

h3 {
	margin-bottom: 20px;
	}

h4,
.title {
	margin-bottom: 25px;
	padding: .2em 1em .2em 35px;
	background: #918673 url(../images/h4-bg.jpg) no-repeat left center;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
	}
h4.image {
	padding: 10px 0 0;
	background: transparent none;
	}

h5 {
	margin-bottom: 20px;
	padding: .2em;
	background: #78A605;
	color: #ffffff;
	font-weight: bold;
	}
h5.image {
	padding: 0;
	background: transparent none;
	}

.text { margin: 0 1em 1em; line-height: 1.5; }

.backgrounded { background: url(../images/content-bg.jpg) no-repeat center top; }

.eye-catch { margin-bottom: 1.7em; }

.case {
	margin: 0 60px 10px;
	background: url(../images/arrow_h.jpg) no-repeat center center;
	}

.googlemaps {
	font-size: 78%;
	}

/* フッター - Footer */

#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
	}
#footer #footer-reservation {
	margin: 0 25px 15px;
	padding-bottom: 34px;
	border-bottom: 1px solid #E6E6E6;
	}
#footer .image_l {
	padding-left: 25px;
	}
#footer address {
	padding: 10px 25px;
	font-style: normal;
	text-align: right;
	}


/* Index */

#index #greeting {
	min-height: 296px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0 10px;
	background: url(../images/index-bg01.jpg) no-repeat left top;
	}
#index #greeting h2 {
	padding: 35px 0 10px;
	text-align: right;
	}
#index #greeting p {
	padding-left: 190px;
	}

#index #features {
	margin-right: 25px;
	margin-bottom: 20px;
	padding: 5px 0;
	background: #D0C8AD;
	}
#index #features ul,
#index #features ul li {
	margin: 0;
	padding: 0;
	}
#index #features ul {
	margin-left: 5px;
	}
#index #features ul li {
	float: left;
	padding-right: 5px;
	}
#index #features ul li img {
	display: block;
	}

#index #clinic-info {
	margin-right: 25px;
	}
#index #clinic-info-title {
	position: relative;
	top: 0;
	left: 0;
	}
#index #clinic-info-title h3 {
	margin-bottom: 5px;
	}
#index #clinic-info-title p {
	position: absolute;
	top: 5px;
	left: 410px;
	}

#index #clinic-info-body {
	float: left;
	width: 325px;
	}
#index #clinic-info-body h4 {
	margin-bottom: 5px;
	}
#index #clinic-info-body h5 {
	margin-bottom: 5px;
	}

#index #clinic-info-detail dt {
	clear: left;
	float: left;
	width: 6em;
	margin-right: 10px;
	margin-bottom: 2em;
	background: #A39788;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	}
#index #clinic-info-detail dd {
	margin-bottom: 10px;
	}

#index #clinic-info-schedule,
#index #clinic-info-schedule tr th,
#index #clinic-info-schedule tr td {
	padding: 0;
	border: 1px solid #D0C8AD;
	}
#index #clinic-info-schedule {
	margin-bottom: 5px;
	}
#index #clinic-info-schedule tr th {
	background: #D0C8AD;
	}
#index #clinic-info-schedule tr td {
	background: #ffffff;
	text-align: center;
	}

#index .explanation img {
	float: left;
	display: block;
	margin-bottom: 2em;
	margin-right: 5px;
	}

#index #clinic-info .googlemaps {
	float: right;
	}



/* Others */

.inline-blocks div {
	display: inline-block;
	width: 205px;
	vertical-align: top;
	}

.bordered {
	border: 1px solid #ccc;
	padding: 30px;
	margin-bottom: 40px;
	}

#staff-history {
	float: right;
	margin-left: 20px;
	}
#staff-history table {
	width: 350px;
	}

.inline-box {
	display: inline-block;
	width: 310px;
	margin-bottom: 20px;
	vertical-align: middle;
	}
.inline-box p {
	width: 270px;
	}

.flow {
	padding-bottom: 40px;
	background: url(../images/arrow_v.jpg) no-repeat center bottom;
	}

#access-clinic-info {
	background: url(../images/access_bg.jpg) no-repeat 0 0;
	min-height: 344px;
	padding-top: 20px;
	}
#access-clinic-info table {
	width: 430px;
	background: none;
	margin-left: 20px;
	border: 0;
	font-size: 105%;
	}
#access-clinic-info table tr th,
#access-clinic-info table tr td {
	border: 0;
	background: none;
	padding: 0 0 10px;
	text-align: left;
	vertical-align: top;
	}
#access-clinic-info table tr th { font-weight: bold; }

#gallery-main p#gallery-image {
	min-height: 400px;
	margin-bottom: 10px;
	}
#gallery-list {
	margin-top: 20px;
	margin-left: 5px;
	}
#gallery-list li {
	display: inline;
	vertical-align: top;
	margin-bottom: 5px;
	}
