@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) top repeat-x #F9FFEF; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) center top no-repeat;
  width: 900px;
  margin: 0 auto;
  padding: 0 90px;
  text-align: left;
  }

*html body #wrapper {
  width: 1080px;
  }

#main {
  margin: 0;
  background: url(../images/main_bg.jpg) repeat-y;
  }

#content {
  width: 900px;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  padding: 0 0 1em 0;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 570px;
  width: 900px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 460px;
  height: 95px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 460px;
  height: 95px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header .section {
  width: 900px;
  height: 95px;
  margin: 0;
  padding: 0;
  }

#header p.tel {
  margin: 0;
  padding: 0;
  height: 95px;
  float: right;
  }
#header p.tel img { display: block; }



/*----------04  Navigation -----------*/

#nav {
  width: 390px;
  float: left;
  padding: 0 0 10px 0;
  clear: both;
  text-indent: -9999px;
  }
  
#nav h2#nav_title01 {
  height: 114px;
  text-indent: -9999px;
  background: url(../images/nav.jpg) 0 0 no-repeat;
  }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 85px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 85px;
  }

#nav01  { background: url(../images/nav.jpg) 0 -114px no-repeat;text-indent: -9999px; }
#nav02  { background: url(../images/nav.jpg) 0 -199px no-repeat;text-indent: -9999px; }
#nav03  { background: url(../images/nav.jpg) 0 -284px no-repeat;text-indent: -9999px; }
#nav04  { background: url(../images/nav.jpg) 0 -369px no-repeat;text-indent: -9999px; }



#nav p { text-align: center; }



/*---------- 06  Contents -----------*/

.section { padding: 15px 10px 1em 10px; }
.section .section { padding: .5em 10px 1em 10px; }

.section_border {
  padding: 15px 10px 1em 10px;
  border-bottom: 1px solid #6FC110;
  }
  
.section_border_gray {
  padding: 15px 10px 1em 10px;
  border-bottom: 1px solid #DCDCDC;
  }

.section_bg {
  padding: .5em 15px 1em 15px;
  background: url(../images/section_bg.jpg) bottom no-repeat;
  margin-bottom: 20px;
  }
  
.section_m0 { padding: 15px 0 1em 0; }

.center { text-align: center; }

#content h2 {
  height: 70px;
  text-indent: -9999px;
  margin: 0;
  clear: both;
  }
#content h3 {
  clear: both;
  height: 60px;
  text-indent: -9999px;
  margin-left: 0;
  }
#content h4 {
  height: 35px;
  text-indent: -9999px;
  }

#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: #028eaf;
  outline: none;
  }
a:hover { color: #de91a2; }

#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: 100px;
  height: 14px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 14px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }
  
 #content ul.totop li a:hover {
  background: url(../images/to_top.png) 0 -14px 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 #d0d0ff;
  font-size: 100%;
  color: #666;
  width: 500px;
  margin-left: 40px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #ddddff;
  }

#content table th {
  background: #efefff;
  color: #636570;
  width: 130px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

.p_green {
  color: #009933;
  }



/*---------- 07  Index -----------*/
#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }
#index h4#title03 { background: url(../images/index_h4-03.jpg) 0 0 no-repeat; }
#index h4#title04 { background: url(../images/index_h4-04.jpg) 0 0 no-repeat; }
#index h4#title05 { background: url(../images/index_h4-05.jpg) 0 0 no-repeat; }
#index h4#title06 { background: url(../images/index_h4-06.jpg) 0 0 no-repeat; }
#index h2#title07 { background: url(../images/index_h2-07.jpg) 0 0 no-repeat; }
#index h2#title08 { background: url(../images/index_h2-08.jpg) 0 0 no-repeat; }
#index h3#title09 { background: url(../images/index_h3-09.jpg) 0 0 no-repeat; }
#index h3#title10 { background: url(../images/index_h3-08.jpg) 0 0 no-repeat; }

#index h3#title09 {
  height: 30px;
  }

.alpha {
  float: left;
  width: 580px;
  }
  
.beta {
  float: right;
  width: 230px;
  }
  
.alpha01 {
  float: left;
  width: 400px;
  margin-bottom: 10px;
  }
  
.beta01 {
  float: right;
  width: 400px;
  margin-bottom: 10px;
  }

#bn_ortho {
  width: 230px;
  height: 120px;
  margin: 0;
  padding: 0;
  }

#bn_ortho a {
  display: block;
  height: 120px;
  text-indent: -9999px;
  }
  
#bn_ortho a { background: url(../images/bn_ortho.jpg) 0 0 no-repeat; }
#bn_ortho a:hover { background: url(../images/bn_ortho.jpg) 0 -120px no-repeat; }

#bn_contact,
#bn_mypage {
  width: 400px;
  height: 120px;
  margin: 0;
  padding: 0;
  }

#bn_contact a,
#bn_mypage a {
  display: block;
  height: 120px;
  text-indent: -9999px;
  }
  
#bn_contact a { background: url(../images/bn_contact.jpg) 0 0 no-repeat; }
#bn_mypage a { background: url(../images/bn_mypage.jpg) 0 0 no-repeat; }

#bn_contact a:hover { background: url(../images/bn_contact.jpg) 0 -120px no-repeat; }
#bn_mypage a:hover { background: url(../images/bn_mypage.jpg) 0 -120px no-repeat; }

#bn_implant {
  width: 680px;
  height: 80px;
  margin: 0 0 0 80px;
  padding: 0;
  }

#bn_implant a {
  display: block;
  height: 80px;
  text-indent: -9999px;
  }
  
#bn_implant a { background: url(../images/bn_implant.jpg) 0 0 no-repeat; }
#bn_implant a:hover { background: url(../images/bn_implant.jpg) 0 -80px no-repeat; }


/*---------- 08  Concept -----------*/

.alpha02,
.beta02 {
  float: left;
  width: 280px;
  margin: 10px 10px 0 0;
  }
  
.gamma02 {
  float: left;
  width: 280px;
  margin: 10px 0 0 0;
  }

#bn_mouth,
#bn_cerec,
#bn_zirconia {
  width: 280px;
  height: 120px;
  margin: 0;
  padding: 0;
  }

#bn_mouth a,
#bn_cerec a,
#bn_zirconia a {
  display: block;
  height: 120px;
  text-indent: -9999px;
  }
  
#bn_mouth a { background: url(../images/bn_mouth.jpg) 0 0 no-repeat; }
#bn_cerec a { background: url(../images/bn_cerec.jpg) 0 0 no-repeat; }
#bn_zirconia a { background: url(../images/bn_zirconia.jpg) 0 0 no-repeat; }


#bn_mouth a:hover { background: url(../images/bn_mouth.jpg) 0 -120px no-repeat; }
#bn_cerec a:hover { background: url(../images/bn_cerec.jpg) 0 -120px no-repeat; }
#bn_zirconia a:hover { background: url(../images/bn_zirconia.jpg) 0 -120px no-repeat; }


.alpha03 {
  float: left;
  width: 431px;
  margin-bottom: 10px;
  border-right: 1px solid #8C8C8C;
  padding-right: 5px;
  }
  
.beta03 {
  float: right;
  width: 430px;
  margin-bottom: 10px;
  }
  
#bn_mypage02 {
  width: 210px;
  height: 40px;
  margin: 0;
  padding: 0;
  float: right;
  }
  
#bn_contact02 {
  width: 220px;
  height: 40px;
  margin: 0;
  padding: 0;
  float: right;
  }

#bn_contact02 a,
#bn_mypage02 a {
  display: block;
  height: 40px;
  text-indent: -9999px;
  }
  
#bn_contact02 a { background: url(../images/bn_contact02.jpg) 0 0 no-repeat; }
#bn_mypage02 a { background: url(../images/bn_mypage02.jpg) 0 0 no-repeat; }

#bn_contact02 a:hover { background: url(../images/bn_contact02.jpg) 0 -40px no-repeat; }
#bn_mypage02 a:hover { background: url(../images/bn_mypage02.jpg) 0 -40px no-repeat; }

#footer_nav {
  margin-bottom: 20px;
  }

.alpha04 {
  float: left;
  width: 240px;
  margin: 0 10px 0 0;
  }
  
.beta04,
.gamma04 {
  float: left;
  width: 220px;
  margin: 0 10px 0 0;
  }
  
.delta04 {
  float: left;
  width: 190px;
  }
  
h2#nav_title02 {
  height: 42px;
  text-indent: -9999px;
  background: url(../images/footer_nav.jpg) 0 0 no-repeat;
  }
  
h2#nav_title03 {
  height: 42px;
  text-indent: -9999px;
  background: url(../images/footer_nav.jpg) -250px 0 no-repeat;
  }
  
h2#nav_title04 {
  height: 42px;
  text-indent: -9999px;
  background: url(../images/footer_nav.jpg) -480px 0 no-repeat;
  }

h2#nav_title05 {
  height: 42px;
  text-indent: -9999px;
  background: url(../images/footer_nav.jpg) -710px 0 no-repeat;
  }

#footer_nav ul,
#footer_nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#footer_nav .internal li {
  height: 30px;
  text-indent: -9999px;
  padding-left: 0;
  }

#footer_nav .internal li a {
  display: block;
  height: 30px;
  }
  
#footer_nav #nav06 {
  height: 28px;
  }

#footer_nav #nav06 a {
  height: 28px;
  }

#nav06 a { background: url(../images/footer_nav.jpg) 0 -42px no-repeat; }
#nav07 a { background: url(../images/footer_nav.jpg) 0 -70px no-repeat; }
#nav08 a { background: url(../images/footer_nav.jpg) 0 -100px no-repeat; }
#nav09 a { background: url(../images/footer_nav.jpg) -250px -42px no-repeat; }
#nav10 a { background: url(../images/footer_nav.jpg) -250px -70px no-repeat; }
#nav11 a { background: url(../images/footer_nav.jpg) -250px -100px no-repeat; }
#nav12 a { background: url(../images/footer_nav.jpg) -250px -130px no-repeat; }
#nav13 a { background: url(../images/footer_nav.jpg) -250px -160px no-repeat; }
#nav14 a { background: url(../images/footer_nav.jpg) -480px -42px no-repeat; }
#nav15 a { background: url(../images/footer_nav.jpg) -480px -70px no-repeat; }
#nav16 a { background: url(../images/footer_nav.jpg) -480px -100px no-repeat; }
#nav17 a { background: url(../images/footer_nav.jpg) -480px -130px no-repeat; }
#nav18 a { background: url(../images/footer_nav.jpg) -710px -42px no-repeat; }
#nav19 a { background: url(../images/footer_nav.jpg) -710px -70px no-repeat; }
#nav20 a { background: url(../images/footer_nav.jpg) -710px -100px no-repeat; }

#nav06 a:hover { background: url(../images/footer_nav.jpg) -900px -42px no-repeat; }
#nav07 a:hover { background: url(../images/footer_nav.jpg) -900px -70px no-repeat; }
#nav08 a:hover { background: url(../images/footer_nav.jpg) -900px -100px no-repeat; }
#nav09 a:hover { background: url(../images/footer_nav.jpg) -1150px -42px no-repeat; }
#nav10 a:hover { background: url(../images/footer_nav.jpg) -1150px -70px no-repeat; }
#nav11 a:hover { background: url(../images/footer_nav.jpg) -1150px -100px no-repeat; }
#nav12 a:hover { background: url(../images/footer_nav.jpg) -1150px -130px no-repeat; }
#nav13 a:hover { background: url(../images/footer_nav.jpg) -1150px -160px no-repeat; }
#nav14 a:hover { background: url(../images/footer_nav.jpg) -1380px -42px no-repeat; }
#nav15 a:hover { background: url(../images/footer_nav.jpg) -1380px -70px no-repeat; }
#nav16 a:hover { background: url(../images/footer_nav.jpg) -1380px -100px no-repeat; }
#nav17 a:hover { background: url(../images/footer_nav.jpg) -1380px -130px no-repeat; }
#nav18 a:hover { background: url(../images/footer_nav.jpg) -1610px -42px no-repeat; }
#nav19 a:hover { background: url(../images/footer_nav.jpg) -1610px -70px no-repeat; }
#nav20 a:hover { background: url(../images/footer_nav.jpg) -1610px -100px no-repeat; }

#bn_link {
  width: 860px;
  margin: 0;
  padding: 0 0 0 20px;
  }

#bn_link a {
  display: block;
  height: 90px;
  text-indent: -9999px;
  }
  
#bn_offical a { background: url(../images/bn_offical.jpg) 0 0 no-repeat; }
#bn_implant02 a { background: url(../images/bn_implant02.jpg) 0 0 no-repeat; }
#bn_ortho02 a { background: url(../images/bn_ortho02.jpg) 0 0 no-repeat; }
#bn_esthe a { background: url(../images/bn_esthe.jpg) 0 0 no-repeat; }
#bn_blog a { background: url(../images/bn_blog.jpg) 0 0 no-repeat; }

#bn_offical a:hover { background: url(../images/bn_offical.jpg) 0 -90px no-repeat; }
#bn_implant02 a:hover { background: url(../images/bn_implant02.jpg) 0 -90px no-repeat; }
#bn_ortho02 a:hover { background: url(../images/bn_ortho02.jpg) 0 -90px no-repeat; }
#bn_esthe a:hover { background: url(../images/bn_esthe.jpg) 0 -90px no-repeat; }
#bn_blog a:hover { background: url(../images/bn_blog.jpg) 0 -90px no-repeat; }


#bn_kuchi a {
  display: block; 
	width: 860px;
	height: 90px;
	background: url(../images/bn_mouth02.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	outline: none;
  text-indent: -9999px;
}

#bn_kuchi a:hover {
	background-position: 0 bottom;
}

#bn_mobile {
	background: url(../images/bn_mobile.jpg) 0 0 no-repeat;
	height: 90px;
	text-indent: -9999px;
}

/*---------- 09  Staff -----------*/
