@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Dr                          */
/*                 09  Clinic                      */
/*                 10  Implant                     */
/*                 11  Flow                        */
/*                 12  Case                        */
/*                 13  Aesthe                      */
/*                 14  Sort                        */
/*                 15  Whitening                   */
/*                 16  Sjcd                        */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #eaa0a9      */
/*        Main Color - Bright Beige   #f8f3e8      */
/*        Main Color - Fresh Pink     #cf355b      */
/*                                                 */
/*        Sub Color  - Brown          #ae5c2a      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #f8f3e8; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 860px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 30px;
	background: url(../images/main_bg.png) repeat-y;
	border-bottom: 1px solid #eaa0a9;
	}

#content {
	width: 610px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 16px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 80px;
	width: 800px;
	margin: 0;
	padding: 10px 30px 0 30px;
	}
* html body #header {
	width: 860px;
	height: 90px;
	}

h1 {
	text-indent: -9999px;
	width: 420px;
	height: 56px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 420px;
	height: 56px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 54px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 8px 0 0 0;
	padding: 0;
	float: right;
	list-style: none;
	width: 162px;
	height: 17px;
	}
* html body #header_nav { height: 25px; }

#header_nav li {
	height: 17px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 17px;
	}

#nav01 { width: 65px; }
#nav02 { width: 97px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 65px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -65px 0 no-repeat;
	width: 97px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 172px;
	float: left;
	padding: 9px 9px 20px 9px;
	}
* html body #nav { width: 190px; }

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	height: 35px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 35px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -35px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -70px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -105px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -140px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -175px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -210px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -245px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -315px no-repeat; } /* 【表示位置値に注意】11の前に12を追加しています */
#nav12 a { background: url(../images/nav.jpg) 0 -280px no-repeat; } /* 【表示位置値に注意】11の前に12を追加しています */


#nav03 a:hover { background: url(../images/nav.jpg) -172px 0 no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -172px -35px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -172px -70px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -172px -105px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -172px -140px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -172px -175px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -172px -210px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -172px -245px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -172px -315px no-repeat; } /* 【表示位置値に注意】11の前に12を追加しています */
#nav12 a:hover { background: url(../images/nav.jpg) -172px -280px no-repeat; } /* 【表示位置値に注意】11の前に12を追加しています */

#nav p { text-align: center; }

#nav p.qrcode {margin: 15px 0px 15px 0px;
               } 

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 30px 30px 30px;
	margin: 0;
	background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	text-align: center;
	color: #999;
	width: 800px;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; width: 860px; } /*  for IE6 only */

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#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: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 25px; }
.section .section { padding: .5em 5px; }

p.center { text-align: center; }

#content h2 {
	height: 38px;
	text-indent: -9999px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 35px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 32px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	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: #eaa0a9;
	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 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 20px;
	}

.case { margin: 10px 16px; }
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 1px solid #eaa0a9;
	}
9

#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 110px;
	height: 22px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 22px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

.detail { margin-left: 2em; }

.raquo {
	font-size: 124%;
	font-weight: bold;
	color: red;
	margin-right: 10px;
	}


/*---------- 07  Index -----------*/

#index #top_image {
	margin: 0;
	padding: 0;
	}
#index #top_image img { display: block; }

#index h2#title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }
#index h2#title02 {
	background: url(../images/index_h2-02.jpg) 0 0 no-repeat;
	height: 28px;
	margin: 0;
	}
#index h3#title03 { background: url(../images/index_h3-03.jpg) 0 0 no-repeat; }
#index h3#title04 { background: url(../images/index_h3-04.jpg) 0 0 no-repeat; }
#index h3#title05 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }

#index #pckp .pckp-content {
	border: 1px solid #cf355b;
	width: 270px;
	}
#index #pckp #pckp01 { float: left; }
#index #pckp #pckp02 { float: right; }

#index #pckp .pckp-content h3 { margin: 0; }
#index #pckp .pckp-content p { margin: 0 8px 8px 8px; }
* html body#index #pckp .pckp-content p { margin: 0 4px 8px 4px; }
#index #pckp .pckp-content .alpha {
	width: 82px;
	float: left;
	}
#index #pckp .pckp-content .beta {
	width: 168px;
	margin: 0;
	padding: 0;
	float: right;
	}

#index #pckp li {
	margin: 0;
	padding: 0;
	width: 168px;
	height: 20px;
	text-indent: -9999px;
	}
#index #pckp li a {
	display: block;
	height: 20px;
	}

#index #p-nav01 a { background: url(../images/index_pckp01_li.jpg) 0 0 no-repeat; }
#index #p-nav02 a { background: url(../images/index_pckp01_li.jpg) 0 -20px no-repeat; }
#index #p-nav03 a { background: url(../images/index_pckp01_li.jpg) 0 -40px no-repeat; }
#index #p-nav04 a { background: url(../images/index_pckp02_li.jpg) 0 0 no-repeat; }
#index #p-nav05 a { background: url(../images/index_pckp02_li.jpg) 0 -20px no-repeat; }
#index #p-nav06 a { background: url(../images/index_pckp02_li.jpg) 0 -40px no-repeat; }


#index #clinic-info .alpha {
	width: 190px;
	float: left;
	}
#index #clinic-info .beta {
	width: 350px;
	float: right;
	}

#index #clinic-info dl { margin: 0 0 12px 0; }
#index #clinic-info dt {
	width: 78px;
	height: 22px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	text-indent: -9999px;
	}

#index #clinic-info dt#title05 { background: url(../images/index_clinic-info_title.jpg) 0 0 no-repeat; }
#index #clinic-info dt#title06 { background: url(../images/index_clinic-info_title.jpg) 0 -22px no-repeat; }
#index #clinic-info dt#title07 { background: url(../images/index_clinic-info_title.jpg) 0 -44px no-repeat; }

#index #clinic-info dd { margin-left: 80px; }
span.close {
	display: block;
	color: #cf355b;
	}

#index #boxtable{
	clear: both;
	width: 500px;
	padding: 0 0 0 35px;
}

#index #content table {
	font-size: 100%;
	line-height: 1.1;
	color: #666;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #ddd;
	padding: 0px;
	margin: 0px;
	}
#index #content table th,
#index #content table td {
	border: 1px solid #ccc;
	padding: 6px;
	text-align: center;
	}
#index #content table th { background: #f8f3e8; }

#index #content table abbr { border-bottom: none; }

#index #content table abbr.open {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/open.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	}
#index #content table abbr.close {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/close.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	}


/*---------- 08  Dr -----------*/

#dr h2#title01 { background: url(../images/dr_h2-01.jpg) 0 0 no-repeat; }
#dr h3#title02 { background: url(../images/dr_h3-02.jpg) 0 0 no-repeat; }
#dr h3#title03 { background: url(../images/dr_h3-03.jpg) 0 0 no-repeat; }
#dr h4#title04 { background: url(../images/dr_h4-04.jpg) 0 0 no-repeat; }
#dr h4#title05 { background: url(../images/dr_h4-05.jpg) 0 0 no-repeat; }
#dr h4#title06 { background: url(../images/dr_h4-06.jpg) 0 0 no-repeat; }
#dr h4#title07 { background: url(../images/dr_h4-07.jpg) 0 0 no-repeat; }
#dr h4#title08 { background: url(../images/dr_h4-08.jpg) 0 0 no-repeat; }
#dr h3#title09 { background: url(../images/dr_h3-09.jpg) 0 0 no-repeat; }

#dr #content .alpha {
	width: 210px;
	float: left;
	}
#dr #content .beta {
	width: 340px;
	float: right;
	}
#dr #content .beta ul,
#dr #content .beta dl { margin-top: 0; }
#dr #content .beta dt {
	width: 6em;
	float: left;
	}
#dr #content .beta dd { margin-left: 6em; }

#dr .non_s01{
	margin: 0px;
	padding: 0px;
}

#dr .non_s02{
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

.clr{
	clear: both;
}


/*---------- 09  Clinic -----------*/

#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 h3#title03 { background: url(../images/clinic_h3-03.jpg) 0 0 no-repeat; }
#clinic h3#title04 { background: url(../images/clinic_h3-04.jpg) 0 0 no-repeat; }
#clinic h4#title05 { background: url(../images/clinic_h4-05.jpg) 0 0 no-repeat; }
#clinic h4#title06 { background: url(../images/clinic_h4-06.jpg) 0 0 no-repeat; }
#clinic h4#title07 { background: url(../images/clinic_h4-07.jpg) 0 0 no-repeat; }
#clinic h4#title08 { background: url(../images/clinic_h4-08.jpg) 0 0 no-repeat; }
#clinic h4#title09 { background: url(../images/clinic_h4-09.jpg) 0 0 no-repeat; }
#clinic h4#title10 { background: url(../images/clinic_h4-10.jpg) 0 0 no-repeat; }
#clinic h4#title11 { background: url(../images/clinic_h4-11.jpg) 0 0 no-repeat; }
#clinic h4#title12 { background: url(../images/clinic_h4-12.jpg) 0 0 no-repeat; }
#clinic h4#title13 { background: url(../images/clinic_h4-13.jpg) 0 0 no-repeat; }
#clinic h4#title14 { background: url(../images/clinic_h4-14.jpg) 0 0 no-repeat; }
#clinic h4#title15 { background: url(../images/clinic_h4-15.jpg) 0 0 no-repeat; }
#clinic h4#title16 { background: url(../images/clinic_h4-16.jpg) 0 0 no-repeat; }
#clinic h4#title17 { background: url(../images/clinic_h4-17.jpg) 0 0 no-repeat; }
#clinic h4#title18 { background: url(../images/clinic_h4-18.jpg) 0 0 no-repeat; }
#clinic h4#title19 { background: url(../images/clinic_h4-19.jpg) 0 0 no-repeat; }

#clinic #content #access .alpha {
	width: 300px;
	float: left;
	}
#clinic #content #access .beta {
	width: 260px;
	float: right;
	margin: 10px 0 0 0;
	}
#clinic #content #access .beta dt {
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}

#clinic #content #office-hour .alpha {
	width: 400px;
	float: left;
	}
#clinic #content #office-hour .beta {
	width: 160px;
	float: right;
	}

#clinic #content table {
	font-size: 100%;
	line-height: 1.1;
	color: #666;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #ddd;
	}
#clinic #content table th,
#clinic #content table td {
	border: 1px solid #ccc;
	padding: 6px;
	text-align: center;
	}
#clinic #content table th { background: #f8f3e8; }

#clinic #content table abbr { border-bottom: none; }

#clinic #content table abbr.open {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/open.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	}
#clinic #content table abbr.close {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/close.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
	}


/*---------- 10  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h3#title03 { background: url(../images/implant_h3-03.jpg) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/implant_h3-04.jpg) 0 0 no-repeat; }
#implant h3#title05 { background: url(../images/implant_h3-05.jpg) 0 0 no-repeat; }
#implant h3#title06 { background: url(../images/implant_h3-06.jpg) 0 0 no-repeat; }
#implant h4#title07 { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#implant h4#title08 { background: url(../images/implant_h4-08.jpg) 0 0 no-repeat; }

#implant #content  .merit dt {
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}


/*---------- 11  Flow -----------*/

#flow h2#title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow h3#title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow h3#title03 { background: url(../images/flow_h3-03.jpg) 0 0 no-repeat; }
#flow h4#title04 { background: url(../images/flow_h4-04.jpg) 0 0 no-repeat; }
#flow h4#title05 { background: url(../images/flow_h4-05.jpg) 0 0 no-repeat; }

#flow #content ol li {
	background: url(../images/arrow_down.png) 230px bottom no-repeat;
	padding-bottom: 24px;
	}
#flow #content ol li.nil { background-image: none; }

#flow .next { margin-left: 230px; }

#flow .arrow {
	width: 17px;
	float: left;
	margin: 46px 16px 10px 0;
	}
* html body#flow .arrow { margin-right: 12px; }


/*---------- 12  Case -----------*/

#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 h3#title03 { background: url(../images/case_h3-03.jpg) 0 0 no-repeat; }
#case h4#title04 { background: url(../images/case_h4-04.jpg) 0 0 no-repeat; }
#case h4#title05 { background: url(../images/case_h4-05.jpg) 0 0 no-repeat; }
#case h4#title06 { background: url(../images/case_h4-06.jpg) 0 0 no-repeat; }
#case h4#title07 { background: url(../images/case_h4-07.jpg) 0 0 no-repeat; }

#case .case { margin: 10px 0 10px 16px; }

#case .image_f {
	float: left;
	margin: 0 5px 16px 0;
	}

#case .arrow {
	width: 17px;
	float: left;
	margin: 36px 5px 10px 0;
	}
* html body#case .arrow { margin-right: 2px; }


/*---------- 13  Aesthe -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.jpg) 0 0 no-repeat; }
#aesthe h3#title03 { background: url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }
#aesthe h3#title04 { background: url(../images/aesthe_h3-04.jpg) 0 0 no-repeat; }

#aesthe h3#title06 { background: url(../images/implant_h3-06.jpg) 0 0 no-repeat; }
#aesthe h4#title07 { background: url(../images/implant_h4-07.jpg) 0 0 no-repeat; }
#aesthe h4#title08 { background: url(../images/implant_h4-08.jpg) 0 0 no-repeat; }

/*---------- 14  Sort -----------*/

#sort h2#title01 { background: url(../images/sort_h2-01.jpg) 0 0 no-repeat; }
#sort h3#title02 { background: url(../images/sort_h3-02.jpg) 0 0 no-repeat; }
#sort h3#title03 { background: url(../images/sort_h3-03.jpg) 0 0 no-repeat; }
#sort h3#title04 { background: url(../images/sort_h3-04.jpg) 0 0 no-repeat; }

#sort .case { background: url(../images/arrow_h.png) center 54px no-repeat; }


/*---------- 15  Whitening -----------*/

#whitening h2#title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.jpg) 0 0 no-repeat; }
#whitening h4#title04 { background: url(../images/whitening_h4-04.jpg) 0 0 no-repeat; }

#whitening .case { background: url(../images/arrow_h.png) center 70px no-repeat; }


/*---------- 16  Sjcd -----------*/

#sjcd h2#title01 { background: url(../images/sjcd_h2-01.jpg) 0 0 no-repeat; }
#sjcd h3#title02 { background: url(../images/sjcd_h3-02.jpg) 0 0 no-repeat; }


/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

/*---------- 18  Orthor ------------*/

#orthor h2#title01 { background: url(../images/orthor_h2-01.jpg) 0 0 no-repeat; }
#orthor h3#title02 { background: url(../images/orthor_h3-02.jpg) 0 0 no-repeat; }
#orthor h4#title03 { background: url(../images/orthor_h4-03.jpg) 0 0 no-repeat; }
#orthor h3#title04 { background: url(../images/orthor_h3-04.jpg) 0 0 no-repeat; }

#orthor .image_l  {
	float: left;
	margin: 0 10px 16px 0;
	}
	
#orther .case_center {
	margin: 20px;
    }

/*---------- 全体 ------------*/

.bnr_imp{
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
	clear: both;
}
