@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
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, font, 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, figure {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
} article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #2A2A2A;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {  }
td {
	line-height: 1.5em;
	vertical-align: top;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
image { margin: 0; padding: 0; border-width: 0; }
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

#h1container {
	vertical-align: top;
	background-color: #f39800;
	width: auto;
	color: #FFFFFF;
}
#boxcontainer {
	vertical-align: top;
	padding: 0;
	width: 100%;
	text-align: center;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#headercontainer {
	vertical-align: top;
	padding: 0;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #d1d1d1;
}


/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/

a:link {
	color: #00F;
}

a:visited {
	color: #00F;
}
a:hover {
	color: #ff6f00;
	text-decoration: none;
}
a:active {  }

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#contentslownavi {
	font-size: 0.85em;
	text-decoration: none;
	text-align: center;
	clear: both;
	display: block;
	margin-top: 40px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0%;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentslownavi ul li {
	text-decoration: none;
	display: inline;
	list-style-type: none;
	list-style-position: inside;
}
#contentslownavi ul li a {
	text-align: center;
	color: #444444;
}
#contentslownavi a:link { text-decoration: none; }
#contentslownavi a:hover { text-decoration: none; }
#contentslownavi a:visited {
	text-decoration: none;
}
#contentslownavi ul li.lownavi1 {
	display: block;
	outline: none 0;
	width: 32.3529411%;
	margin-top: 5px;
	margin-right: 1.4705882%;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}
#contentslownavi ul li.lownavi2 {
	display: block;
	outline: none 0;
	width: 32.3529411%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#contents p {
	margin-top: 8px;
	margin-bottom: 4px;
}
#boxcontents p {
	margin-top: 10px;
	margin-bottom: 5px;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 8px;
	max-width: 40%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	max-width: 40%;
	height: auto;
}
.graph-max {
	max-width: 100%;
	height: auto;
}
.text-center {
	text-align: center;
}
.text-center2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-right {
	text-align: right;
}
.text-brown {
	color: #5c472a;
}
.text-orange {
	color: #f39800;
}
.text-pink { color: #ff0067; }
.text-green {
	color: #3B820A;
}
.text-blue {
	color: #0046D9;
}
.text-red { color: #f00; }
.text-in {
	padding-left: 15px;
}
.text-1 { font-size: 10px; }
.text-12 {
	font-size: 12px;
}
.text-16bold {
	font-size: 16px;
	font-weight: bold;
}

.text-13em {
	font-size: 1.3em;
}
.text-12boldpink {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0067;
}
.text-11boldblue {
	font-size: 1.1em;
	font-weight: bold;
	color: #0081D8;
}
.text-16boldred {
	font-size: 1.6em;
	font-weight: bold;
	color: #f00;
}
.back a{
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #b2b3b3;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #f0efeb;
}
hr { height: 1px; clear: both; }
ul { margin-top: 0; margin-right: 0; margin-bottom: 0; list-style-type: disc; }
ol { margin-top: 10px; margin-right: 0; margin-bottom: 10px; list-style-type: decimal; }
#contents ul li {
	text-decoration: none;
	margin-left: 20px;
	list-style-image: url(../img/list-icon.gif);
	line-height: 1.8em;
}
#contents ol li {
	text-decoration: none;
	margin-left: 25px;
}
.text-strike {
	text-decoration: line-through;
}
.text-underline {
	text-decoration: underline;
}
.text-faq1 {
	font-weight: bold;
	background-image: url(../img/faq1.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 0px 2px;
}
.text-faq2 {
	font-weight: normal;
	background-image: url(../img/faq2.gif);
	background-repeat: no-repeat;
	padding-left: 42px;
	background-position: 0px 2px;
}
.more {
	line-height: 1.4;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #FFD083;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 15px;
}
.more a {
	color: #363636;
}
.waku1 {
	line-height: 1.4;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	background-color: #F2FCFD;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 15px;
	border: 3px double #95ADBB;
}
td.td-clinic1 {
	background-color: #F3F3F3;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 25%;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
td.td-clinic2 {
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
td.td-calendar1 {
	background-color: #AB825A;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 25%;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
td.td-calendar2 {
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #AB825A;
	color: #FFFFFF;
	font-weight: bold;
}
td.td-calendar3 {
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #ECE3DA;
	font-weight: bold;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.clear {
	clear: both;
}  
.clear hr {
	display: none;
}
.space {
	height: 20px;
}  
.space hr {
	display: none;
}

/*------------------------------------------------------------
	RSS
------------------------------------------------------------*/

/* ボックス全体枠 */
.rss-box {
	text-align:left;
	margin: 0;
	padding: 0px;
}

/* RSSフィード　サイトタイトル表示 */

.rss-title {
	padding: 0;
	margin: 0px;
}

/* RSSフィード　サイトタイトル表示　リンクカラー */

.rss-title a {



}

/* RSSフィード　記事一覧の大枠 */

.rss-items {

}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 */

.rss-item {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー */

.rss-item a:link ,

.rss-item a:visited ,

.rss-item a:active {
	text-decoration : underline;
	color: blue;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー：ロールオーバー */

.rss-item a:hover {

color: #ff7d00;

}

/* RSSフィード　記事日付 */

.rss-date {
	color: #F75600;
	font-size: 11px;
	font-weight : normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 14px;
}


/*------------------------------------------------------------
	YouTube
------------------------------------------------------------*/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* ########## 599px以下 ########## */

@media (max-width: 599px) {

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#box {
	vertical-align: top;
	text-align: center;
	width : 310px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#boxcontents {
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	width: 100%;
	float: right;
	padding-top: 7px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
	font-size: 0.85em;
	margin-right: 0px;
	margin-top: 0px;
}
#contents {
}

#sp-off {
	display: none;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

#container {
	vertical-align: top;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	width: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-size: 5px auto;
	background-position: 0% -6px;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

h1 {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #FFFFFF;
	text-shadow: 1px 1px #000000;
}
#h1-inner {
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	max-width: 930px;
}
#header {
	vertical-align: top;
	padding: 0;
	margin: 0px;
	height: 47px;
}
#headercontainer {
	vertical-align: top;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../img/spheadbg.png);
	background-position: 0px 0px;
	background-size: 100% 100%;
	width: 320px;
	height: 47px;
	border-bottom: 0px solid #FFFFFF;
}
#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home {
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 160px;
	height: 47px;
	outline: none 0;
	margin-left: 0px;
}
#headerglobal ul li.home a {
	display: block;
	float: left;
	width: 160px;
	height: 47px;
	outline: none 0;
}
#headimage {
	vertical-align: top;
	width: 310px;
	text-align: center;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#spaddress {
	text-align: center;
	font-size: 0.8em;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#pcnavicontainer {
	display: none;
}
#pcglobal {
	display: none;
}

#spnavicontainer {
	width: 310px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#spglobal {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	clear: both;
	display: block;
	width: 310px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#spglobal:after {
	content: "";
	display: block;
	clear: both;
}
#spglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#spglobal a:link { text-decoration: none; }
#spglobal a:hover { text-decoration: none; }
#spglobal a:visited { text-decoration: none; }

#spglobal ul li.sp01 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/menu/sp01.jpg);
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#spglobal ul li.sp01 a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
}
#spglobal ul li.sp01 a:hover {
	background-image: url(../img/menu/sp01.jpg);
	background-size: 100% 100%;
}
#spglobal ul li.sp02 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/menu/sp02.jpg);
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#spglobal ul li.sp02 a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
}
#spglobal ul li.sp02 a:hover {
	background-image: url(../img/menu/sp02.jpg);
	background-size: 100% 100%;
}
#spglobal ul li.sp03 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/menu/sp03.jpg);
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#spglobal ul li.sp03 a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
}
#spglobal ul li.sp03 a:hover {
	background-image: url(../img/menu/sp03.jpg);
	background-size: 100% 100%;
}
#spglobal ul li.sp04 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/menu/sp04.jpg);
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#spglobal ul li.sp04 a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
}
#spglobal ul li.sp04 a:hover {
	background-image: url(../img/menu/sp04.jpg);
	background-size: 100% 100%;
}
#spglobal ul li.sp05 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/menu/sp05.jpg);
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#spglobal ul li.sp05 a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
}
#spglobal ul li.sp05 a:hover {
	background-image: url(../img/menu/sp05.jpg);
	background-size: 100% 100%;
}
#spglobal ul li.sp06 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/menu/sp06.jpg);
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#spglobal ul li.sp06 a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
}
#spglobal ul li.sp06 a:hover {
	background-image: url(../img/menu/sp06.jpg);
	background-size: 100% 100%;
}
#spglobal ul li.sp07 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/menu/sp07.jpg);
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#spglobal ul li.sp07 a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
}
#spglobal ul li.sp07 a:hover {
	background-image: url(../img/menu/sp07.jpg);
	background-size: 100% 100%;
}
#spglobal ul li.sp08 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/menu/sp08.jpg);
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#spglobal ul li.sp08 a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
}
#spglobal ul li.sp08 a:hover {
	background-image: url(../img/menu/sp08.jpg);
	background-size: 100% 100%;
}
#spglobal ul li.sp09 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/menu/sp09.jpg);
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-size: 100% 100%;
}
#spglobal ul li.sp09 a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	outline: none 0;
}
#spglobal ul li.sp09 a:hover {
	background-image: url(../img/menu/sp09.jpg);
	background-size: 100% 100%;
}
#spglobal ul li.tel {
	background-repeat: no-repeat;
	background-image: url(../img/menu/tel.jpg);
	display: block;
	float: left;
	width: 310px;
	height: 47px;
	outline: none 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-size: 100% 100%;
}
#spglobal ul li.tel a {
	display: block;
	float: left;
	width: 310px;
	height: 47px;
	outline: none 0;
}
#spglobal ul li.tel a:hover {
	background-image: url(../img/menu/tel.jpg);
	background-size: 100% 100%;
}

#menu {
	display: none;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

h2 {
	font-size: 1em;
	font-weight: bold;
	background-repeat: repeat-x;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 8px;
	padding-left: 20px;
	background-image: url(../img/sp-h2.gif);
	background-color: #f0e8d8;
	padding-bottom: 6px;
	padding-right: 5px;
	border: 1px solid #969696;
}
h3 {
	font-weight: bold;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.8em;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-left: 0px;
	border-bottom: 2px solid #f39800;
	border-left: 5px solid #f39800;
	font-size: 1em;
	background-color: #fff9f3;
}
h4{
	font-size: 1em;
	font-weight: bold;
	clear: both;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 27px;
	margin-left: 0px;
	background-image: url(../img/h4icon.jpg);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	border-bottom: 1px dashed #909090;
}
h5 {
	font-weight: bold;
	clear: both;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 1px;
	padding-bottom: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #563200;
	padding-left: 8px;
	margin-left: 3px;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#infobox {
    border: 3px solid #ab825a;
    background-color: #fff9f3;
    clear: both;
    line-height: 1.5em;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}
.box1 {
	line-height: 1.5;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.box2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	text-align: left;
}
.box3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: left;
}
.text-name {
	font-size: 1.4em;
	font-weight: bold;
}
.toptreatment1 {
	width: 150px;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.toptreatment2 {
	width: 150px;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
	font-size: 0.75em;
	line-height: 1.7em;
	vertical-align: top;
	clear: both;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	padding-top: 10px;
}
#footerbox {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ab825a;
	background-color: #f2e6dd;
}

#footer p {
	margin-top: 2px;
	margin-bottom: 2px;
}
.footertext {
	color: #fff;
	font-size: 8px;
	text-align: center;
	width: 100%;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	margin: 0;
	background-color: #ab825a;
	text-shadow: 1px 1px 1px #000000;
}

}

/* ########## 600px以上 ########## */

@media (min-width: 600px) {
	
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#box {
	vertical-align: top;
	text-align: center;
	width : 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#boxcontents {
	line-height: 1.6em;
	text-align: left;
	vertical-align: top;
	width: 690px;
	float: right;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
	font-size: 0.85em;
	margin-top: 0px;
}
#contents {
	clear: both;
}
#pc-off {
	display: none;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

#container {
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	min-width: 970px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
	text-align: center;
	vertical-align: top;
	height: 120px;
	padding: 0;
	margin: 0px;
}
#headercontainer {
	vertical-align: top;
	padding: 0;
	order-right-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
	text-align: left;
	background-repeat: no-repeat;
	height: 120px;
	background-position: 0px 0px;
	background-image: url(../img/pcheadbg.png);
}
h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0;
	text-shadow: 1px 1px 1px #000000;
}
#h1-inner {
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}

#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home {
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 360px;
	height: 110px;
	outline: none 0;
	margin-left: 10px;
}

#headerglobal ul li.home a {
	display: block;
	float: left;
	width: 360px;
	height: 110px;
	outline: none 0;
	margin-left: 0px;
}
#headimage {
	vertical-align: top;
	width: auto;
	text-align: center;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#spaddress {
	display: none;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#pcnavicontainer {
	vertical-align: top;
	width: 100%;
	text-align: center;
	background-image: url(../img/navicontainer-bg.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#pcglobal {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	height: 50px;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
}
#pcglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
}
#pcglobal a:link { text-decoration: none; }
#pcglobal a:hover { text-decoration: none; }
#pcglobal a:visited { text-decoration: none; }
#pcglobal ul li.n01 {
	display: block;
	float: left;
	width: 109px;
	height: 50px;
	outline: none 0;
	background-image: url(../img/menu/navi_01.gif);
	background-repeat: no-repeat;
}
#pcglobal ul li.n01 a {
	display: block;
	float: left;
	width: 109px;
	height: 50px;
	outline: none 0;
}
#pcglobal ul li.n01 a:hover {
	background-image: url(../img/menu/navi_01a.gif);


}
#pcglobal ul li.n02 {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	outline: none 0;
	background-image: url(../img/menu/navi_02.gif);
	background-repeat: no-repeat;
}
#pcglobal ul li.n02 a {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	outline: none 0;
}
#pcglobal ul li.n02 a:hover {
	background-image: url(../img/menu/navi_02a.gif);


}
#pcglobal ul li.n03 {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	outline: none 0;
	background-image: url(../img/menu/navi_03.gif);
	background-repeat: no-repeat;
}
#pcglobal ul li.n03 a {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	outline: none 0;
}
#pcglobal ul li.n03 a:hover {
	background-image: url(../img/menu/navi_03a.gif);
}
#pcglobal ul li.n04 {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	outline: none 0;
	background-image: url(../img/menu/navi_04.gif);
	background-repeat: no-repeat;
}
#pcglobal ul li.n04 a {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	outline: none 0;
}
#pcglobal ul li.n04 a:hover {
	background-image: url(../img/menu/navi_04a.gif);
}
#pcglobal ul li.n05 {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	outline: none 0;
	background-image: url(../img/menu/navi_05.gif);
	background-repeat: no-repeat;
}
#pcglobal ul li.n05 a {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	outline: none 0;
}
#pcglobal ul li.n05 a:hover {
	background-image: url(../img/menu/navi_05a.gif);
}
#pcglobal ul li.n06 {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	outline: none 0;
	background-image: url(../img/menu/navi_06.gif);
	background-repeat: no-repeat;
}
#pcglobal ul li.n06 a {
	display: block;
	float: left;
	width: 140px;
	height: 50px;
	outline: none 0;
}
#pcglobal ul li.n06 a:hover {
	background-image: url(../img/menu/navi_06a.gif);
}
#pcglobal ul li.n07 {
	display: block;
	float: left;
	width: 141px;
	height: 50px;
	outline: none 0;
	background-image: url(../img/menu/navi_07.gif);
	background-repeat: no-repeat;
}
#pcglobal ul li.n07 a {
	display: block;
	float: left;
	width: 141px;
	height: 50px;
	outline: none 0;
}
#pcglobal ul li.n07 a:hover {
	background-image: url(../img/menu/navi_07a.gif);
}
#spglobal {
	display: none;
}
#spnavicontainer {
	display: none;
}
#menu {
	line-height: 1.3;
	text-align: left;
	vertical-align: top;
	width: 200px;
	float: left;
	padding: 0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	clear: both;
	font-size: 0.95em;
}
#menu p {
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 5px;
}
#menu a {
	margin-top: 7px;
	margin-bottom: 3px;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color: #ff6f00;
}
#menu ul li {
	text-decoration: none;
	margin-left: 0px;
	background-image: url(../img/menu/menu-bg.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 30px;
	padding-left: 23px;
	margin-top: -9px;
	padding-top: 9px;
}
#menu ul li a {
	text-decoration: none;
	list-style-type: none;
	color: #363636;
}
#navibox1 {
	background-repeat: no-repeat;
	width: 224px;
	margin-bottom: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	border: 3px solid #ab825a;
	background-image: url(../img/menu/navibox_01.gif);
	padding-top: 38px;
	margin-top: 0px;
	padding-left: 0px;
	text-align: center;
}
#navibox2 {
	background-repeat: no-repeat;
	width: 210px;
	margin-bottom: 8px;
	padding-right: 7px;
	padding-bottom: 0px;
	border: 3px solid #ab825a;
	background-image: url(../img/menu/navibox_02.gif);
	padding-top: 44px;
	margin-top: 7px;
	padding-left: 7px;
	font-size: 0.95em;
}
#navibox3 {
	background-repeat: no-repeat;
	width: 224px;
	margin-bottom: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 3px solid #ab825a;
	background-image: url(../img/menu/navibox_03.gif);
	padding-top: 44px;
	margin-top: 7px;
	padding-left: 0px;
}
#navibox4 {
	background-repeat: no-repeat;
	width: 224px;
	margin-bottom: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 3px solid #ab825a;
	background-image: url(../img/menu/navibox_04.gif);
	padding-top: 44px;
	margin-top: 7px;
	padding-left: 0px;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

h2 {
	font-size: 1.1em;
	font-weight: bold;
	background-repeat: no-repeat;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 12px;
	padding-left: 23px;
	background-image: url(../img/h2.gif);
	border: 1px solid #969696;
	background-color: #f0e8d8;
	min-height: 26px;
	padding-bottom: 5px;
	padding-right: 10px;
}
h3 {
	font-weight: bold;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-left: 0px;
	border-bottom: 2px solid #f39800;
	border-left: 7px solid #f39800;
	height: 30px;
	font-size: 1.1em;
	background-color: #fbf8ee;
}
h4{
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 27px;
	margin-left: 0px;
	background-image: url(../img/h4icon.jpg);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	border-bottom: 1px dashed #909090;
}
h5 {
	font-weight: bold;
	clear: both;
	margin-top: 1.2em;
	margin-right: 0;
	margin-bottom: 1em;
	padding-top: 1px;
	padding-bottom: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #563200;
	padding-left: 8px;
	margin-left: 3px;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#infobox {
    border: 3px solid #ab825a;
    background-color: #fff9f3;
    clear: both;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}
.box1 {
	line-height: 1.3;
	width: 330px;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.box2 {
	line-height: 1.3;
	width: 330px;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.box3 {
	line-height: 1.3;
	width: 300px;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.text-name {
	font-size: 2em;
}

.toptreatment1 {
	width: 335px;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.toptreatment2 {
	width: 335px;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}




/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footerbox {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	border-top: 1px solid #ab825a;
	background-color: #f2e6dd;
}
#footer {
	font-size: 12px;
	line-height: 1.5;
	width: 950px;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
}
#footer p {
	margin-top: 2px;
	margin-bottom: 5px;
}
.footertext {
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	background-color: #ab825a;
	text-shadow: 1px 1px 1px #000000;
}

}
