@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.png) top repeat-x; }

#body_02 {
  background: url(../images/body_bg_02.png) bottom repeat-x;
  margin: 0;
  padding: 0;
  }

#wrapper {
  width: 840px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#main {
  margin: 0;
  padding: 0 0 0 15px;
  background: url(../images/main_bg.jpg) 0 0 no-repeat;
  }

#content {
  width: 620px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #333;
  padding: 0;
  }

#content_02 {
  float: left;
  width: 200px;
  margin: 335px 0 20px 0;
  padding: 0px;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.png) top no-repeat;
  height: 120px;
  width: 840px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 545px;
  height: 80px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 545px;
  height: 80px;
  background: url(../images/h1.png) 0 0 no-repeat;
  }

#header .section {
  width: 295px;
  float: right;
  margin: 0;
  padding: 0;
  }

#header p.tel {
  margin: 0;
  padding: 0;
  }
#header p.tel img { display: block; }

#header p.description {
  margin: 0;
  padding: .5em 1em 0 0;
  color: #ED8CDF;
  text-align: right;
  }

#header_nav {
  clear: both;
  margin: 0;
  padding: 0;
  width: 840px;
  height: 40px;
  }

#header_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 840px;
  height: 40px;
  }

#header_nav li {
  height: 40px;
  width: 120px;
  float: left;
  text-indent: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  }
#header_nav li a {
  display: block;
  height: 40px;
  width: 120px;
  }

#nav01 a { background: url(../images/header_nav.png) 0 0 no-repeat; }
#nav02 a { background: url(../images/header_nav.png) -120px 0 no-repeat; }
#nav03 a { background: url(../images/header_nav.png) -240px 0 no-repeat; }
#nav04 a { background: url(../images/header_nav.png) -360px 0 no-repeat; }
#nav05 a { background: url(../images/header_nav.png) -480px 0 no-repeat; }
#nav06 a { background: url(../images/header_nav.png) -600px 0 no-repeat; }
#nav07 a { background: url(../images/header_nav.png) -720px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header_nav.png) 0 -40px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.png) -120px -40px no-repeat; }
#nav03 a:hover { background: url(../images/header_nav.png) -240px -40px no-repeat; }
#nav04 a:hover { background: url(../images/header_nav.png) -360px -40px no-repeat; }
#nav05 a:hover { background: url(../images/header_nav.png) -480px -40px no-repeat; }
#nav06 a:hover { background: url(../images/header_nav.png) -600px -40px no-repeat; }
#nav07 a:hover { background: url(../images/header_nav.png) -720px -40px no-repeat; }

/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 10px 0 0 0;
  background: url(../images/footer_bg.png) bottom no-repeat;
  font-size: 85%;
  text-align: right;
  color: #ED8CDF;
  width: 840px;
  height: 50px;
  }
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer .tel {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
  }

#footer .image_r {
  float: rigit;
  width: 500px;
  }

#footer a {
  text-decoration: none;
  color: #ED8CDF;
  }
#footer a:hover { 
  text-decoration: underline;
  }

#footer .image_r {
  margin: 0;
  padding: 0;
  }

#footer ul { 
  list-style: none;
  margin: 0 1em 2px 1em;
  padding: 0;
  clear: both;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { margin: 20px 1em 5px; }


/*---------- Content_02 -----------*/
#clinic_info {
  background: #dcdcdc;
  margin: 0;
  padding: 0 0 5px 0;
  }

#clinic_info h2 {
  text-indent: -9999px;
  margin: 0 0 10px 0;
  padding: 0;
  height: 28px;
  background: url(../images/clinic_info_h.jpg) 0 0 no-repeat;
  }

#clinic_info p {
  margin: 0;
  padding: 0;
  text-align: center;
  }

#clinic_info h3 {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 25px;
  background: url(../images/clinic_time.jpg) 0 0 no-repeat;
  }

#clinic_info #schedule {
  width: 180px;
  margin: 5px 0 10px 10px;
  padding: 0 0 .2em 0;
  background: #fff;
  }

#clinic_info #schedule p {
  font-size: 85%;
  color: #666;
  text-align: left;
  margin: .5em
  }

#clinic_info .clinic,
#clinic_info .inquiry {
  text-indent: -9999px;
	margin: 0 0 5px 10px;
	width: 180px;
	}

#clinic_info .clinic a,
#clinic_info .inquiry a{
  display: block;
	height: 30px;
	}

#clinic_info .clinic a { background: url(../images/bn_clinic.jpg) 0 0 no-repeat; }
#clinic_info .inquiry a { background: url(../images/bn_inquiry.jpg) 0 0 no-repeat; }

#clinic_info .clinic a:hover { background: url(../images/bn_clinic.jpg) -180px 0 no-repeat; }
#clinic_info .inquiry a:hover { background: url(../images/bn_inquiry.jpg) -180px 0 no-repeat; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
  height: 28px;
  text-indent: -9999px;
  margin: 15px 15px 5px;
  }
#content h3 {
  clear: both;
  height: 30px;
  text-indent: -9999px;
  }
#content h4 {
  height: 20px;
  text-indent: -9999px;
  margin: 5px 0;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: .3em 0 0 .5em;
  background: #FCD6F7;
  color: #E517BF;
  height: 18px;
  }

#content ul li {
  list-style: none;
  background: url(../images/li_bg.png) 0 5px no-repeat;
  padding-left: 15px;
  }

#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { 
  font-weight: bold;
  color: #0C87CB;
  }

#content a { 
  text-decoration: underline;
  color: #E517A1;
  }

#content a:hover {
  color: #E566A1;
  }

#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 8px 12px 8px 0;
  }

.image_r {
  float: right;
  margin: 8px 0 8px 12px;
  }

.case {
  margin: 10px 20px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-narrow {
  margin: 10px 40px;
  background: url(../images/arrow_h.png) center center no-repeat;
  }

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
  text-align: center;
  border-top: 2px solid #ccc;
  }


#content ul.totop {
  clear: both;
  padding-bottom: 20px;
  }

#content ul.totop li {
  list-style: none;
  width: 96px;
  height: 35px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 35px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }

p.caution {
  padding-left: 24px;
  background: url(../images/caution.png) 0 1px no-repeat;
  }

/* Hides from IE-mac \*/
p.answer:first-letter {
  display: block;
  padding: 2px;
  background: #4499af;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #ccc;
  margin: 0 5px 0 0;
  float: left;
  }
/* End hide from IE-mac */



#content table {
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #FAB5F1;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin-top: 10px;
  margin-left: 30px;
  }

#content table th,
#content table td {
  padding: 4px 8px;
  border: 1px solid #FAB5F1;
  }

#content table th {
  background: #FCD6F7;
  color: #E517BF;
  }

#content table th.style01 {
  background: #fff;
  color: #666;
  }


#content table ul {
  margin: .5em 0 .5em 0;
  padding: 0;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

#content .flow {
  background: url(../images/arrow_d.png) bottom center no-repeat;
  margin: 5px ;
  padding-bottom: 55px; 
  }

#content .flow dl{
  border: 1px solid #dcdcdc;
  padding: 5px;
  margin: 5px;
  }

#content .flow dt {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: .1em 0 .2em .5em;
  background: #FCD6F7;
  color: #E517BF;
  height: 18px;
  }

#content #end {
  background: none;
  padding-bottom: 0px;
  }

.point {
  color: #E517BF;
  font-weight: bold;
  }
/*---------- 07  Index -----------*/
#index #main {
  background: url(../images/main_bg_index.jpg) 0 0 no-repeat;
  }

#index #content {
  padding-top: 280px;
  }

.pickup {
  margin: 0 0 0 15px;
  }

.pick_box01 {
  float: left;
  width: 188px;
  border: 1px solid #fff;
  margin: 0 10px 10px 0;
  background: #f0f0f0;
  }

.pick_box01 p,
.pick_box02 p {
  margin: 0 .3em;
  padding: 0;
  font-size: 85%;
  }

.pickup p.img,
.pick_box02 p.img {
  margin: 0;
  padding: 0;
  }


.more {
  text-indent: -9999px;
  float: right;
  }

.more a {
  display: block;
  width: 70px;
  height: 16px;
  background: url(../images/more.jpg) 0 0 no-repeat;
  }

.pick_box02 {
  float: left;
  width: 188px;
  border: 1px solid #dcdcdc;
  margin: 0 10px 10px 0;
  background: #f0f0f0;
  }

#index #greeting {
  clear: both;
  margin: 5px 15px 10px;
  background: url(../images/concept_bg.jpg) bottom right no-repeat;
  }

#index h2#title01 { background: url(../images/index_h2-01.png) 0 0 no-repeat; }

#index #greeting p {
  margin: .5em .5em;
  }
.qc_ban a{
	width:590px;
	height:130px;
	margin:0 0 10px 0;
	display:block;
	text-indent:-9999px;
	background:url(../images/qc_ban.jpg);
}
.qc_ban a:hover{
	background-position:0 100%;
}

/*---------- Esthe -----------*/
#esthe #main {
  background: url(../images/main_bg_index.jpg) 0 0 no-repeat;
  }

#esthe #content {
  padding-top: 280px;
  }

#esthe #content #clinic{
  margin-top: 30px;
  }

#esthe h2#title01 { background: url(../images/esthe_h2-01.gif) 0 0 no-repeat; }
#esthe h3#title02 { background: url(../images/esthe_h3-02.gif) 0 0 no-repeat; }
#esthe h3#title03 { background: url(../images/esthe_h3-03.gif) 0 0 no-repeat; }

#esthe .contact a{
	width:250px;
	height:50px;
	display:block;
	text-indent:-9999px;
	float:right;
	margin:0 0 10px 0;
	background:url(../images/ban_contact.jpg);
}
#esthe .contact a:hover{
	background-position:0 100%;
}

/*---------- Color -----------*/
#color h2#title01 { background: url(../images/color_h2-01.gif) 0 0 no-repeat; }
#color h3#title02 { background: url(../images/color_h3-02.gif) 0 0 no-repeat; }
#color h3#title03 { background: url(../images/color_h3-03.gif) 0 0 no-repeat; }
#color h3#title04 { background: url(../images/color_h3-04.gif) 0 0 no-repeat; }
#color h4#title05 { background: url(../images/color_h4-05.gif) 0 0 no-repeat; }


#color #content table td {
  width: 250px;
  vertical-align: top;
  }

 
/*---------- Lost -----------*/
#lost h2#title01 { background: url(../images/lost_h2-01.gif) 0 0 no-repeat; }
#lost h3#title02 { background: url(../images/lost_h3-02.gif) 0 0 no-repeat; }
#lost h3#title03 { background: url(../images/lost_h3-03.gif) 0 0 no-repeat; }
#lost h3#title04 { background: url(../images/lost_h3-04.gif) 0 0 no-repeat; }
#lost h3#title05 { background: url(../images/lost_h3-05.gif) 0 0 no-repeat; }

#lost #content th.style01 {
  width:140px;
  }
#lost #content td {
  width: 160px;
  }

/*---------- Black -----------*/
#black h2#title01 { background: url(../images/black_h2-01.gif) 0 0 no-repeat; }
#black h3#title02 { background: url(../images/black_h3-02.gif) 0 0 no-repeat; }
#black h3#title03 { background: url(../images/black_h3-03.gif) 0 0 no-repeat; }
#black h3#title04 { background: url(../images/black_h3-04.gif) 0 0 no-repeat; }

/*---------- Front -----------*/
#front h2#title01 { background: url(../images/front_h2-01.gif) 0 0 no-repeat; }
#front h3#title02 { background: url(../images/front_h3-02.gif) 0 0 no-repeat; }
#front h3#title03 { background: url(../images/front_h3-03.gif) 0 0 no-repeat; }
#front h3#title04 { background: url(../images/front_h3-04.gif) 0 0 no-repeat; }

/*---------- Silver -----------*/
#silver h2#title01 { background: url(../images/silver_h2-01.gif) 0 0 no-repeat; }
#silver h3#title02 { background: url(../images/silver_h3-02.gif) 0 0 no-repeat; }
#silver h3#title03 { background: url(../images/silver_h3-03.gif) 0 0 no-repeat; }
#silver h3#title04 { background: url(../images/silver_h3-04.gif) 0 0 no-repeat; }


/*---------- Clinic -----------*/
#clinic h2#title01 { background: url(../images/clinic_h2-01.gif) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.gif) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.gif) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.gif) 0 0 no-repeat; }


#clinic #dr .alpha {
  float: left;
  width: 170px;
  }
  

#clinic #dr .beta {
  float: right;
  width: 380px;
  margin-top: 10px;
  }

#clinic #dr .beta dt {
  float: left;
  width: 80px;
  }

#clinic #dr .beta dd {
  padding-left: 80px;
  }

/*---------- Inquiry -----------*/
#inquiry h2#title01 { background: url(../images/inquiry_h2-01.gif) 0 0 no-repeat; }
#inquiry h3#title02 { background: url(../images/inquiry_h3-02.gif) 0 0 no-repeat; }
#inquiry h3#title03 { background: url(../images/inquiry_h3-03.gif) 0 0 no-repeat; }

#inquiry #content #fmail td.require {
  padding: .2em;
  }

#inquiry #content #fmail th {
  width: 150px;
  }

/*---------- Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.gif) 0 0 no-repeat; }


