@charset "utf-8";
/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 0. common
 └ 0-1. text link
 1. header
 ├ 1-1. togglemenu
 ├ 1-2. globalNav
 └ 1-3. Sub Lists
 2. mainimage
 4. footer
 5. inquiry
 6. blog
 7. news
 ├ 7-1. default
 ├ 7-2. title　変更可用
 ├ 7-3. news list page
 └ 7-4. blog page
 8. clinic

------------------------------------------------------------- 
■ Tablet
-------------------------------------------------------------
 0. common
 1. header
 └ 1-2. globalNav
 3. side
 4. footer 
 7. news
 8. clinic
 9. treat_ortho

------------------------------------------------------------- 
■ SmartPhone
-------------------------------------------------------------
 0. common
 1. header
 ├ 1-2. globalNav
 └ 1-3. Sub Lists
 3. side
 4. footer
 5. inquiry
 6. blog
 7. news
 8. clinic

------------------------------------------------------------- 
■ 上記MediaQueryで対応できない処理
-------------------------------------------------------------

******************************************************************************* */

/* color palette --------

● base
 1. #d3f8e8  薄
 2. #9cf2cd　↑
 3. #6de6b1　↓
 4. #37d491　濃
 
---------------------- */

/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 0. common
===================================== */
html {
	overflow-y: scroll;
}
body {
	font-size: 85%;
	line-height:160%;
	background: none #fff;
}
body.android {
	overflow-x: hidden;
}
body.android #footer {
	position: static !important;
}
#base {
	z-index: 0;
}
/* 0-1. text link ---------------------------- */
a         {	color: #747474; text-decoration: none; }
a:link    { color: #747474; text-decoration: none; }
a:visited { color: #747474; text-decoration: none; }
a:hover   { color: #555; text-decoration: underline; }
a:active  { color: #555; text-decoration: underline; }
a:focus, *:focus { outline:none; }

.bnr_type01 img{
max-width: 560px;
}
.bnr_type02 img{
max-width: 650px;
}
.bnr_type03 img{
max-width: 602px;
}
.bnr_type04 img{
max-width: 75px;
}
.bnr_type05 img{
max-width: 680px;
}

.bnr_type01 img,.bnr_type02 img,.bnr_type03 img,.bnr_type04 img,.bnr_type05 img{
border-radius: 0px !important;
text-align: center;
}


/* =====================================
 1. header
===================================== */
#header {
	background: none;
	margin-bottom: 20px;
}
#header h1 img {
	width: auto;
	margin: 10px 0;
}
#header .pc {
	display: block;
}
#header .pc img.pc_mail {
	margin: 10px 0 0 10px;
}

/* 1-1. togglemenu ---------------------------- */
.togglemenu {
	background: none;
	display: none;
}
/* 1-2. globalNav ---------------------------- */
#gnav {
	background: none #37d491;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #37d491), color-stop(0.00, #6de6b1));
	background: -webkit-linear-gradient(top, #6de6b1 0%, #37d491 100%);
	background: -moz-linear-gradient(top, #6de6b1 0%, #37d491 100%);
	background: -o-linear-gradient(top, #6de6b1 0%, #37d491 100%);
	background: -ms-linear-gradient(top, #6de6b1 0%, #37d491 100%);
	background: linear-gradient(top, #6de6b1 0%, #37d491 100%);
	max-width: 960px;
	margin: 0 auto;
	border: 1px solid #37d491;
}
.nav {
	box-sizing: border-box;
	list-style: none;
 *zoom: 1;
	position: relative;
	width: auto;
}
.nav li {
	width: 16.6%;
	border-right: 1px solid #9cf2cd;
	box-sizing: border-box;
	text-align: center;
}
.nav li.first {
	width: 17%;
	border-left: none;
}
.nav li.last {
	border-right: none;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav a, .nav span {
	color: #fff;
	padding: 9px 15px;
	font-weight: bold;
 *zoom: 1;
	cursor: pointer;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}
.nav > li {
	float: left;
	z-index: 200;
}
.nav > li > a, .nav > li > span {
	display: block;
}
.nav a:hover,
.nav span:hover {
	background: #37d491;
}
/* ★tablet toggle ---------------------------- */
.android .nav:focus .sub {
	display: block;
}
/* 1-3. Sub Lists ---------------------------- */
.sub {
	border-top: 1px solid #9cf2cd;
	position: absolute;
	left: -9999px;
	z-index: 100;
	list-style: none;
}
.sub li {
	border-bottom: 1px solid #9cf2cd;
	width: 12em;
	padding: 0;
	border-right: none;
}
.sub li a {
	display: block;
	background: #6de6b1;
	position: relative;
	z-index: 100;
	color: #fff;
}
.sub li a:hover {
	background: #37d491;
}
.nav li {
	position: relative;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}

/* =====================================
 2. mainimage
===================================== */
.type1 #mainimage {
	display: none;
}
.top #mainimage {
	display: block;
}

/* =====================================
 4. footer
===================================== */
#footer {
	background: #37d491;
	background-image: none;
}
#footer .inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 15px 0 10px;
	font-size: 100%;
}
#footer .footerLink {
	color: #fff;
	margin-bottom: 5px;
}
#footer .footerLink a {
	color: #fff;
}
address {
	font-weight: bold;
}

/* =====================================
 5. inquiry
===================================== */
body#inquiryBody {
	background: none;
}
body#inquiryBody #mainimage {
	display: none;
}
/*
■問合せタイトルを付けたい場合
1）下記のコメントアウトを削除する
2）パーツ内の「テキスト」でタイトルを「テキスト」に入力する
 */ /*
body#inquiryBody .message {
	display: none;
}
body#inquiryBody .inquiry_textbox {
	margin-bottom: 20px;
}
body#inquiryBody .inquiry_textbox:first-child {
    border-bottom: 1px solid #dedede;
	font-size: 130%;
    line-height: 1.2;
    padding: 15px;
	border-radius: 0;
    position: relative;
}
*/
.form_error_notice {
	text-align: center;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 20px;
}

/* =====================================
 6. blog
===================================== */
.entry {
	margin-bottom: 20px;
}
#blogBody .date {
	text-align: right;
}
#blogBody .contributor {
	font-weight: bold;
}
#pagenation {
	background: none;
	border-top:1px solid #6de6b1;
}
#pagenation .active a, #pagenation a.active:hover {
	background: #6de6b1 !important;
}
#blogside h3 {
	background: none #d3f8e8;
	border-bottom: 1px solid #6de6b1;
	width: auto;
	padding: 3px 5px;
}
#blogside li {
	position: relative;
	padding: 0 0 0 15px;
}
#blogside li:before {
	content: "";
	position: absolute;
	background: #6de6b1;
	top: 13px;
	left:0;
	margin-top: -5px;
	height: 5px;
	width: 5px;
	padding: 0;
}
#blogside li.child-2 {
	margin-left: 15px;
}
#blogside li.child-2:before {
	content: "";
	position: absolute;
	background: #6de6b1;
	top: 13px;
	left: 5px;
	margin-top: -5px;
	height: 4px;
	width: 4px;
	border-radius: 50%;	padding-left: 0;
}
/* news(side) list 打ち消し用 */
#blogBody #blogList {
	width: 72% !important;
	float: left;
}
/* search */
.blog_search_input input {
	width: 98%;
	margin-bottom: 3px;
}
.blog_search_submit {
	display: block;
    text-align: center;
    width: 98%;
}

/* =====================================
 7. news
===================================== */
/* 7-1. default -------------------------- */
#news {
    position:relative;
	background: #fff;
	padding-bottom: 10px;
}
#news .newsBt {
    top: 15px;
	right: 10px;
}
#news dl{
	margin-bottom: 0.6em;
	border-bottom: 1px dashed #ccc;
	box-sizing:border-box;
}
#news dt {
	padding: 0 15px;
	margin-bottom: 0.1em;
	color: #37d491;
	width: 130px;
	float: none;
}
#news dd {
	padding: 0 15px;
	padding-bottom: 0.6em;
	float: none;
	width: auto;
}
#news .newsNew,
#newsDetail .newsNew {
    background: none #939393;
    color: #fff;
    display: block;
    float: right;
    font-size: 90%;
    line-height: 1;
    margin: 5px 0 0 10px;
    padding: 3px 5px;
    text-indent: 0;
	text-align: center;
}
#news dd a,
#newsDetail dd a {
	text-decoration: underline;
}
.newsDetailBody img {
	margin: 5px;
}
/* 7-3. news list page -------------------------- */
#newsList #side #news {
	display: none;
}
#news #pagenation ul {
	text-align: center;
}
#news #pagenation ul li a {
	margin-right: 5px;
}
/* 7-4. blog page -------------------------- */
#blogBody #news,
#blogBody .contentArea.news_list {
	width: 100% !important;
	float: none;
}

#side .inner {
    padding-left: 0;
    padding-right: 0 !important;
    padding-top: 10px;
}

/* =====================================
 8. clinic
===================================== */
/* 8-1. default -------------------------- */
h5.clinic_h5{
	display: inline-block;
}
p.clinic_p01{
	color: #990000;
	font-size: 125%;
	font-weight: bold;
}
p.clinic_p02{
	color: #ff6600;
}
div.clinic_parking{
/*	width: 100%;*/
	padding: 5px;
text-align: center;
}
div.clinic_parking img{
	padding: 5px;
}
div.clinic_parking_r{
	max-width: 560px;
	margin: 0 auto;
}
div.clinic_parking_r img{
	float: left;
	padding: 5px;
	text-align: center;
}

/* =====================================
 9. treat_ortho
===================================== */
/* 9-1. default -------------------------- */
p.treat_ortho_p01{
	color: #630;
	font-weight: bold;
}


/* ----------------------------------------------------------
■ Tablet
----------------------------------------------------------- */
@media screen and (min-width: 601px) and (max-width: 959px) {
/* =====================================
 0. common
===================================== */
body {
	background-image: none !important;
}
#contentBase {
	min-height: 800px;
}

/* =====================================
 1. header
===================================== */
#header h1 {
	width: 40%;
}
#header h1 img {
	width: 100%;
}
#header .pc {
	display: block;
}
#header .pc img.pc_tel {
	width: 50%;
}
#header .pc img.pc_mail {
	width: 40%;
}
/* 1-2. globalNav ---------------------------- */
#globalNav .dropcordion {
	width: 100%;
	margin: 0;
	display: table;
}
.nav > li > a, .nav > li > span{
	height: 43px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 190px;
}
.nav a, .nav span {
	padding: 9px 5px;
}

/* =====================================
 3. side
===================================== */
#side {
	background: #d3f8e8;
}
#side .inner {
	text-align: center;
	width: 100%;
}
#side .bn {
	width: 45%;
	margin-bottom: 10px;
}
/* =====================================
 4. footer
===================================== */
#footer .inner {
	width: auto;
}

/* =====================================
 7. news
===================================== */
/* iPad iPhone */
.ios #news dt {
	padding: 0 10px;
	width: 180px;
	margin-top: 0;
}

/* =====================================
 8. clinic
===================================== */
/* 8-1. default -------------------------- */
div.clinic_parking img{
	width: 90%;
}
div.clinic_parking_r img{
	float:none;
}

}

/* ----------------------------------------------------------
■ SmartPhone
----------------------------------------------------------- */
@media screen and (max-width: 600px) {
/* =====================================
 0. common
===================================== */
body {
	background: none !important;
	font-size: 97% !important;
}

/* =====================================
 1. header
===================================== */
#header {
	margin-bottom: 0;
}
#header h1 {
	width: 50%;
}
#header h1 img {
	width: 100%;
}
#header .rightBox {
	width: 40%;
}
#header .pc {
	display: none;
}
#header #mail_button, #header #menu_button, #header #tel_button {
	display: inline;
	margin-left: 0;
	max-width:inherit;
	width:auto;
}
#header #mail_button img, #header #menu_button img, #header #tel_button img {
	display: inline;
	margin-left: 0.3%;
	max-width: 60px;
	width: 29%;
}
/* 1-2. globalNav ---------------------------- */
#gnav {
	background: none;
	height:auto;
	width: 100%;
	border: none;
}
.nav {
	display: none;
}
.nav li {
	border: none;
}
.nav > li {
	float: none;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
.nav li {
	background: #37d491;
	border-top: 1px solid #9cf2cd;
	text-align: left;
    position: relative;
    display: block;
}
.nav li.first {
	width: 100%;
}
.nav li span:before {
	content: "";
	float: right;
	position: relative;
	top: 7px;
	right: 0;
	width: 0;
	height: 0;
	border: 7px solid transparent;
    border-top-color: #9cf2cd;
}
.nav a:hover,
.nav span:hover {
	background: none;
	text-decoration: none;
}
/* 1-3. Sub Lists ---------------------------- */
.sub {
	margin: 0;
	border-top: none;
}
.sub li {
	border-top: 1px solid #d3f8e8;
	background: #6de6b1;
}
.sub li a {
	border: none;
	background: #6de6b1;
}
.sub li a:before {
	left: 20px;
}
.sub li a:hover {
    background: none;
	text-decoration: none;
}
.nav li,  .sub li {
	width: 100%;
}

/* =====================================
 3. side
===================================== */
#side {
	background: #d3f8e8;
}
#side .inner {
	text-align: center;
	width: 100%;
}
#side .bn {
	width: 45%;
	margin-bottom: 10px;
}
/* =====================================
 4. footer
===================================== */
#footer {
	position: static !important;
}
#footer .inner {
	width: auto;
}

/* =====================================
 5. inquiry
===================================== */
.inquiryFormTable dt {
	background: #e5e5e5 !important;
	color: #747474;
}

/* =====================================
 6. blog
===================================== */
#blogBody #blogList {
	width: 100% !important;
}

/* =====================================
 7. news
===================================== */
#news dt {
	padding: 0 10px;
	width: 140px;
}
#pagenation .inner {	margin-bottom: 50px;
}
/* iPhone */
.ios #news dt {
	padding: 0 10px;
	width: 180px;
}
.ios #news .newsNew,
.ios #newsDetail .newsNew {
    padding: 3px 10px  3px 5px;
	line-height: 0.8;
}

/* =====================================
 8. clinic
===================================== */
/* 8-1. default -------------------------- */
div.clinic_parking img{
	width: 90%;
}
div.clinic_parking_r img{
	float:none;
}

}

/* ----------------------------------------------------------
■ 上記MediaQueryで対応できない処理
----------------------------------------------------------- */
/* コンテンツが短い場合 */
@media screen and (max-device-width: 640px) {
#contentBase {
	min-height: 200px;
}
}