@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.jpg) 0 0 repeat; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 770px;
  margin: 10px auto;
  padding: 0;
  text-align: left;
  }
  

#main {
  margin: 0;
  width: 751px;
  margin: 0 10px 0 9px;
  background: url(../images/main_bg.jpg) repeat-y;
  }
  

#content {
  width: 494px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  background: #fff;
  padding: 0 0 1em 0;
  }
  
#main_img {
  width: 480px;
  height: 170px;
  margin: 7px;
  padding: 0;
  text-indent: -9999px;
  display: block;
  }
  
#index #main_img {
  width: 480px;
  height: 300px;
  margin: 7px;
  padding: 0;
  text-indent: -9999px;
  display: block;
  }
  


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 96px;
  width: 770px;
  margin: 0;
  padding: 0;
  }
  
#header #header_text {
  height: 20px;
  text-align: right;
  margin: 0;
  padding: 10px 0 0 0;
  }
  
#header #header_text p {
  font-size: 77%;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  }
  

h1 {
  text-indent: -9999px;
  width: 460px;
  height: 65px;
  line-height: 1.0;
  float: left;
  margin: 5px 0 0 0;
  }
h1 a {
  display: block;
  width: 460px;
  height: 65px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header .section {
  width: 300px;
  float: right;
  margin: 0;
  padding: 0;
  }

#header p.tel {
  margin: 0;
  padding: 0;
  height: 30px;
  float: right;
  }
#header p.tel img { display: block; }

#header .section p {
  margin: 3px 0 0 0;
  }

#header .text_s {
  font-size: 77%;
  margin: 3px 0 0 0;
  }


/*----------04  Navigation -----------*/
#global-nav {
  width: 752px;
  height: 43px;
  margin: 0;
  padding: 0;
  background: url(../images/global-nav_bg.jpg) 0 0 no-repeat;
  }
#global-nav dt{
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  float: left;
  text-indent: -9999px;
  }

#global-nav dd {
  margin: 0;
  padding: 0;
  height: 37px;
  float: left;
  text-indent: -9999px;
  }
#global-nav dd a {
  display: block;
  height: 37px;
  }
  
#global-nav dt { background: url(../images/global-nav_bg.jpg) 0 0 no-repeat; }

#nav01 { width: 103px; }
#nav02 { width: 107px; }
#nav03 { width: 188px; }
#nav04 { width: 190px; }
#nav05 { width: 163px; }

#nav01 a { background: url(../images/global-nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/global-nav.jpg) -103px 0 no-repeat; }
#nav03 a { background: url(../images/global-nav.jpg) -210px 0 no-repeat; }
#nav04 a { background: url(../images/global-nav.jpg) -398px 0 no-repeat; }
#nav05 a { background: url(../images/global-nav.jpg) -588px 0 no-repeat; }

#nav01 a:hover { background: url(../images/global-nav.jpg) 0 -37px no-repeat; }
#nav02 a:hover { background: url(../images/global-nav.jpg) -103px -37px no-repeat; }
#nav03 a:hover { background: url(../images/global-nav.jpg) -210px -37px no-repeat; }
#nav04 a:hover { background: url(../images/global-nav.jpg) -398px -37px no-repeat; }
#nav05 a:hover { background: url(../images/global-nav.jpg) -588px -37px no-repeat; }

#nav {
  width: 257px;
  float: left;
  padding: 0;
  }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 35px;
  }

#nav .internal li a {
  display: block;
  height: 35px;
  padding: 7px 0 0 25px;
  color: #666666;
  text-decoration: none;
  }
  
#nav .internal li a:hover {
  color: #FF7F00;
  text-decoration: underline;
  }

#nav .internal li#nav09,
#nav .internal li#nav10,
#nav .internal li#nav09 a,
#nav .internal li#nav10 a {
  height: 25px;
  }
  
#nav .internal li#nav09 a,
#nav .internal li#nav10 a {
  height: 25px;
  padding: 3px 0 0 45px;
  }

#nav06 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -35px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -70px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -105px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -130px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -155px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -190px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -225px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -260px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -295px no-repeat; }
#nav16 a { background: url(../images/nav.jpg) 0 -330px no-repeat; }
#nav17 a { background: url(../images/nav.jpg) 0 -365px no-repeat; }
#nav18 a { background: url(../images/nav.jpg) 0 -400px no-repeat; }
#nav19 a { background: url(../images/nav.jpg) 0 -435px no-repeat; }

#nav06 a:hover { background: url(../images/nav.jpg) -257px 0 no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -257px -35px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -257px -70px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -257px -105px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -257px -130px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -257px -155px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -257px -190px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -257px -225px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -257px -260px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -257px -295px no-repeat; }
#nav16 a:hover { background: url(../images/nav.jpg) -257px -330px no-repeat; }
#nav17 a:hover { background: url(../images/nav.jpg) -257px -365px no-repeat; }
#nav18 a:hover { background: url(../images/nav.jpg) -257px -400px no-repeat; }
#nav19 a:hover { background: url(../images/nav.jpg) -257px -435px no-repeat; }

#type #nav06 a { background: url(../images/nav.jpg) -257px 0 no-repeat; }
#care #nav07 a { background: url(../images/nav.jpg) -257px -35px no-repeat; }
#attachment #nav08 a { background: url(../images/nav.jpg) -257px -70px no-repeat; }
#magnetic #nav09 a { background: url(../images/nav.jpg) -257px -105px no-repeat; }
#precision #nav10 a { background: url(../images/nav.jpg) -257px -130px no-repeat; }
#distinction #nav11 a { background: url(../images/nav.jpg) -257px -155px no-repeat; }
#painless #nav12 a { background: url(../images/nav.jpg) -257px -190px no-repeat; }
#nonclasp #nav13 a { background: url(../images/nav.jpg) -257px -225px no-repeat; }
#connect #nav14 a { background: url(../images/nav.jpg) -257px -260px no-repeat; }
#cost #nav15 a { background: url(../images/nav.jpg) -257px -295px no-repeat; }
#clinic #nav16 a { background: url(../images/nav.jpg) -257px -330px no-repeat; }
#case #nav17 a { background: url(../images/nav.jpg) -257px -365px no-repeat; }
#contact #nav18 a { background: url(../images/nav.jpg) -257px -400px no-repeat; }
#sitemap #nav19 a { background: url(../images/nav.jpg) -257px -435px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  height: 44px;
  background: #fff url(../images/footer_bg.jpg) 0 0 no-repeat;
  font-size: 85%;
  text-align: center;
  color: #de91a2;
  }
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer address {
  margin: 5px 9px 0 0;
  float: right;
  }


/*---------- 06  Contents -----------*/

.section { padding: 20px 10px 1em 10px; }
.section .section { padding: .5em 0 1em 0 }

.center { text-align: center; }

#content h2 {
  height: 36px;
  text-indent: -9999px;
  margin: 0 0 0 7px;
  }

#content h3 {
  clear: both;
  height: 30px;
  text-indent: -9999px;
  margin: 0;
  }
#content h4 {
  height: 26px;
  text-indent: -9999px;
  }
  
#content h4 a {
  height: 26px;
  margin: 0;
  display:block;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  }

#content ul li {
  list-style: none;
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 20px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
  color: #FF4000;
  outline: none;
  }
a:hover { color: #FFDD88; }

#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 0 16px 8px 0;
  }

.image_r {
  float: right;
  margin: 0 0 8px 16px;
  }

.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: 147px;
  height: 20px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  line-height: 1.0;
  }
#content ul.totop li a {
  display: block;
  height: 20px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }
  
 #content ul.totop li a:hover {
  background: url(../images/to_top.png) 0 -20px 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: 1px solid #26B226;
  font-size: 100%;
  color: #666;
  margin-left: 10px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #26B226;
  }

#content table th {
  background: #049907;
  color: #FFFFFF;
  width: 130px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

/*---------- 07  Index -----------*/
#index #content #main_img { background: url(../images/index_main.jpg) 0 0 no-repeat; }
#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }

#index #content h2 {
  height: 36px;
  text-indent: -9999px;
  margin: 0 0 0 7px;
  }

.border_t {
  border-top: 1px solid #049907;
  margin: 0 5px;
  padding: .5em 0 1em 0;
  }
  

/*---------- 08  Type -----------*/
#type #content #main_img { background: url(../images/type_main.jpg) 0 0 no-repeat; }
#type h2#title01 { background: url(../images/type_h2-01.jpg) 0 0 no-repeat; }
#type h3#title02 { background: url(../images/type_h3-02.jpg) 0 0 no-repeat; }
#type h3#title03 { background: url(../images/type_h3-03.jpg) 0 0 no-repeat; }
#type h3#title04 { background: url(../images/type_h3-04.jpg) 0 0 no-repeat; }
#type h4#title05 { background: url(../images/type_h4-05.jpg) 0 0 no-repeat; }
#type h4#title06 { background: url(../images/type_h4-06.jpg) 0 0 no-repeat; }
#type h4#title07 { background: url(../images/type_h4-07.jpg) 0 0 no-repeat; }
#type h4#title08 { background: url(../images/type_h4-08.jpg) 0 0 no-repeat; }
#type h4#title09 { background: url(../images/type_h4-09.jpg) 0 0 no-repeat; }
#type h4#title10 { background: url(../images/type_h4-10.jpg) 0 0 no-repeat; }
#type h4#title11 { background: url(../images/type_h4-11.jpg) 0 0 no-repeat; }

#type h4#title10,
#type h4#title11 {
  height: 30px;
  }

#type #content .alpha {
  width: 230px;
  height: 320px;
  float: left;
  margin: 0;
  padding: 0;
  }
  
#type #content .beta {
  width: 230px;
  height: 320px;
  float: right;
  margin: 0;
  padding: 0;
  }
  
#type #content .alpha p,
#type #content .beta p { margin: 5px; }
  
#type #content .bg01 { background: url(../images/type_bg01.jpg) 0 bottom no-repeat; }
#type #content .bg02 { background: url(../images/type_bg02.jpg) 0 bottom no-repeat; }

/*---------- 09  Care -----------*/
#care #content #main_img { background: url(../images/care_main.jpg) 0 0 no-repeat; }
#care h2#title01 { background: url(../images/care_h2-01.jpg) 0 0 no-repeat; }
#care h3#title02 { background: url(../images/care_h3-02.jpg) 0 0 no-repeat; }
#care h3#title03 { background: url(../images/care_h3-03.jpg) 0 0 no-repeat; }
#care h4#title04 { background: url(../images/care_h4-04.jpg) 0 0 no-repeat; }
#care h4#title05 { background: url(../images/care_h4-05.jpg) 0 0 no-repeat; }

/*---------- 09  Attachment -----------*/
#attachment #content #main_img { background: url(../images/attachment_main.jpg) 0 0 no-repeat; }
#attachment h2#title01 { background: url(../images/attachment_h2-01.jpg) 0 0 no-repeat; }
#attachment h3#title02 { background: url(../images/attachment_h3-02.jpg) 0 0 no-repeat; }
#attachment h4#title03 { background: url(../images/attachment_h4-03.jpg) 0 0 no-repeat; }
#attachment h4#title04 { background: url(../images/attachment_h4-04.jpg) 0 0 no-repeat; }


/*----------10  Magnetic -----------*/
#magnetic #content #main_img { background: url(../images/magnetic_main.jpg) 0 0 no-repeat; }
#magnetic h2#title01 { background: url(../images/magnetic_h2-01.jpg) 0 0 no-repeat; }
#magnetic h3#title02 { background: url(../images/magnetic_h3-02.jpg) 0 0 no-repeat; }
#magnetic h3#title03 { background: url(../images/magnetic_h3-03.jpg) 0 0 no-repeat; }
#magnetic h3#title04 { background: url(../images/magnetic_h3-04.jpg) 0 0 no-repeat; }

#magnetic #content dl dt {
  border-left: 3px solid #FFBF00;
  border-bottom: 1px solid #FFBF00;
  color: #FF6600;
  padding: 0 0 0 5px;
  font-size: 108%;
  } 
.padL40{padding-left:65px;}
/*---------- 11  Precision -----------*/
#precision #content #main_img { background: url(../images/precision_main.jpg) 0 0 no-repeat; }
#precision h2#title01 { background: url(../images/precision_h2-01.jpg) 0 0 no-repeat; }
#precision h3#title02 { background: url(../images/precision_h3-02.jpg) 0 0 no-repeat; }
#precision h3#title03 { background: url(../images/precision_h3-03.jpg) 0 0 no-repeat; }
#precision h4#title04 { background: url(../images/precision_h4-04.jpg) 0 0 no-repeat; }
#precision h4#title05 { background: url(../images/precision_h4-05.jpg) 0 0 no-repeat; }

/*---------- 12  Distinction -----------*/
#distinction #content #main_img { background: url(../images/distinction_main.jpg) 0 0 no-repeat; }
#distinction h2#title01 { background: url(../images/distinction_h2-01.jpg) 0 0 no-repeat; }
#distinction h3#title02 { background: url(../images/distinction_h3-02.jpg) 0 0 no-repeat; }
#distinction h3#title03 { background: url(../images/distinction_h3-03.jpg) 0 0 no-repeat; }
#distinction h4#title04 { background: url(../images/distinction_h4-04.jpg) 0 0 no-repeat; }
#distinction h4#title05 { background: url(../images/distinction_h4-05.jpg) 0 0 no-repeat; }

/*---------- 13  Painless -----------*/
#painless #content #main_img { background: url(../images/painless_main.jpg) 0 0 no-repeat; }
#painless h2#title01 { background: url(../images/painless_h2-01.jpg) 0 0 no-repeat; }
#painless h3#title02 { background: url(../images/painless_h3-02.jpg) 0 0 no-repeat; }
#painless h3#title03 { background: url(../images/painless_h3-03.jpg) 0 0 no-repeat; }
#painless h3#title04 { background: url(../images/painless_h3-04.jpg) 0 0 no-repeat; }
#painless h4#title05 { background: url(../images/painless_h4-05.jpg) 0 0 no-repeat; }
#painless h4#title06 { background: url(../images/painless_h4-06.jpg) 0 0 no-repeat; }

/*---------- 14  Nonclasp -----------*/
#nonclasp #content #main_img { background: url(../images/nonclasp_main.jpg) 0 0 no-repeat; }
#nonclasp h2#title01 { background: url(../images/nonclasp_h2-01.jpg) 0 0 no-repeat; }
#nonclasp h3#title02 { background: url(../images/nonclasp_h3-02.jpg) 0 0 no-repeat; }
#nonclasp h3#title03 { background: url(../images/nonclasp_h3-03.jpg) 0 0 no-repeat; }
#nonclasp h4#title04 { background: url(../images/nonclasp_h4-04.jpg) 0 0 no-repeat; }
#nonclasp h3#title05 { background: url(../images/nonclasp_h3-05.jpg) 0 0 no-repeat; }

#nonclasp #content dl dt {
  border-left: 3px solid #FFBF00;
  border-bottom: 1px solid #FFBF00;
  color: #FF6600;
  padding: 0 0 0 5px;
  font-size: 108%;
  }
  
/*---------- 15  Connect -----------*/
#connect #content #main_img { background: url(../images/connect_main.jpg) 0 0 no-repeat; }
#connect h2#title01 { background: url(../images/connect_h2-01.jpg) 0 0 no-repeat; }
#connect h3#title02 { background: url(../images/connect_h3-02.jpg) 0 0 no-repeat; }
#connect h4#title03 { background: url(../images/connect_h4-03.jpg) 0 0 no-repeat; }
#connect h3#title04 { background: url(../images/connect_h3-04.jpg) 0 0 no-repeat; }

/*---------- 16  Cost -----------*/
#cost #content #main_img { background: url(../images/cost_main.jpg) 0 0 no-repeat; }
#cost h2#title01 { background: url(../images/cost_h2-01.jpg) 0 0 no-repeat; }
#cost h3#title02 { background: url(../images/cost_h3-02.jpg) 0 0 no-repeat; }
#cost h4#title03 { background: url(../images/cost_h4-03.jpg) 0 0 no-repeat; }

#cost #content th { width: 100px; }

#cost #content td { text-align: center; }

#cost #content .right {
  text-align: right;
  width: 150px;
  }

/*---------- 17  Clinic -----------*/
#clinic #content #main_img { background: url(../images/clinic_main.jpg) 0 0 no-repeat; }
#clinic h2#title01 { background: url(../images/clinic_h2-01.jpg) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.jpg) 0 0 no-repeat; }
#clinic h4#title03 { background: url(../images/clinic_h4-03.jpg) 0 0 no-repeat; }

#clinic #map {
  margin: 0 0 10px 10px;
  }

#clinic #content th {width:100px;}
#clinic #content td {width:300px;}

#clinic #content dl{margin:0 10px;}
#clinic #content dt{
  width:5em;
  float:left;
  font-weight:normal;
  }
#clinic #content dd{margin-left:5.5em;}

#clinic #content .alpha {
  float: left;
  width: 140px;
  }
  
#clinic #content .beta {
  float: right;
  width: 330px;
  }
  
#clinic h5 {
  border-left: 3px solid #FFBF00;
  border-bottom: 1px solid #FFBF00;
  color: #FF6600;
  padding: 0 0 0 5px;
  font-size: 108%;
  }
    
/*---------- 18  Case -----------*/
#case #content #main_img { background: url(../images/case_main.jpg) 0 0 no-repeat; }
#case h2#title01 { background: url(../images/case_h2-01.jpg) 0 0 no-repeat; }
#case h3#title02 { background: url(../images/case_h3-02.jpg) 0 0 no-repeat; }
#case h4#title03 { background: url(../images/case_h4-03.jpg) 0 0 no-repeat; }
#case h4#title04 { background: url(../images/case_h4-04.jpg) 0 0 no-repeat; }

#case .alpha{background:#EEFAF0;}


/*---------- 19　contact -----------*/
#contact #content #main_img { background: url(../images/contact_main.jpg) 0 0 no-repeat; }
#contact h2#title01 { background: url(../images/contact_h2-01.jpg) 0 0 no-repeat; }
#contact h3#title02 { background: url(../images/contact_h3-02.jpg) 0 0 no-repeat; }

#contact #content table { width: 450px; }

#contact #content th { width: 160px; }

#contact #content td { width: 270px; }

#contact #content .require { width: 8px; }

/*---------- 20  sitemap -----------*/
#sitemap #content #main_img { background: url(../images/sitemap_main.jpg) 0 0 no-repeat; }
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }

#sitemap #content dl dt {
  border-left: 3px solid #FFBF00;
  border-bottom: 1px solid #FFBF00;
  color: #FF6600;
  padding: 0 0 0 5px;
  font-size: 108%;
  }