@charset "UTF-8";
@import "base.css";
@import "sori.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Charge                      */
/*                 10  Access                      */
/*                 11  Implant                     */
/*                 12  Aesthe                      */
/*                 13  Three Mix                   */
/*                 14  Breath                      */
/*                 15  Laser                       */
/*                 16  Jaw                         */
/*                 17  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: #fff; }

#wrapper {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.png) 0 0 no-repeat;
	height: 99px;
	width: 800px;
	margin: 0;
	padding: 0;
	}

#header .vcard {
	width: 450px;
	float: left;
	}

#header h1 {
	margin: 0;
	padding: 18px 0 0 23px;
	height: 20px;
	line-height: 20px;
	color: #8f8f8f;
	font-size:11px;
	}

#header p.rogo {
	width: 450px;
	height: 58px;
	line-height: 1.0;
	float: left;
	margin-top:0px;
	margin-bottom:0px;
	}

#header .section {
	width: 218px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 59px;
	}
#header p.tel img { display: block; }

#header p.tel img { display: block; }

#header_nav {
	margin: 20px 0 0 0;
	padding: 0 26px 0 4px;
	list-style: none;
	width: 188px;
	height: 20px;
	background: url(../images/header-nav.png) 0 0 no-repeat;
	}
* html body #header_nav { width: 218px; }

#header_nav li {
	height: 20px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	}

#nav01 { width: 88px; }
#nav02 { width: 100px; }

#nav01 a { background: url(../images/header-nav.png) -4px 0 no-repeat; }
#nav02 a { background: url(../images/header-nav.png) -92px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header-nav.png) -4px -40px no-repeat; }
#nav02 a:hover { background: url(../images/header-nav.png) -92px -40px no-repeat; }


/*----------04  Navigation -----------*/

#global-nav {
	margin: 0;
	padding: 0 137px 0 0;
	height: 32px;
	width: 663px;
	clear: both;
	background: url(../images/global-nav.png) 0 0 no-repeat;
	}

#global-nav li {
	height: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	float: left;
	}
#global-nav li a {
	display: block;
	height: 32px;
	}

/*#nav03 { width: 115px; }
#nav04 { width: 217px; }
#nav05 { width: 188px; }
#nav06 { width: 143px; }
#nav03 a { background: url(../images/global-nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/global-nav.png) -115px 0 no-repeat; }
#nav05 a { background: url(../images/global-nav.png) -332px 0 no-repeat; }
#nav06 a { background: url(../images/global-nav.png) -520px 0 no-repeat; }

#nav03 a:hover { background: url(../images/global-nav.png) 0 -32px no-repeat; }
#nav04 a:hover { background: url(../images/global-nav.png) -115px -32px no-repeat; }
#nav05 a:hover { background: url(../images/global-nav.png) -332px -32px no-repeat; }
#nav06 a:hover { background: url(../images/global-nav.png) -520px -32px no-repeat; }
*/

#nav03 { width: 103px; }
#nav04 { width: 222px; }
#nav05 { width: 195px; }
#nav06 { width: 140px; }

#nav03 a { background: url(../images/global-nav.png) 0 0 no-repeat; }
#nav04 a { background: url(../images/global-nav.png) -95px 0 no-repeat; }
#nav05 a { background: url(../images/global-nav.png) -320px 0 no-repeat; }
#nav06 a { background: url(../images/global-nav.png) -515px 0 no-repeat; }

#nav03 a:hover { background: url(../images/global-nav.png) 0 -32px no-repeat; }
#nav04 a:hover { background: url(../images/global-nav.png) -95px -32px no-repeat; }
#nav05 a:hover { background: url(../images/global-nav.png) -320px -32px no-repeat; }
#nav06 a:hover { background: url(../images/global-nav.png) -515px -32px no-repeat; }


#nav {
	width: 200px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav p.finding {
	text-indent: -9999px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(../images/nav-h2.png) 0 0 no-repeat;
	}

#nav h2 {
	text-indent: -9999px;
	height: 38px;
	margin: 0;
	padding: 0;
	background: url(../images/nav-h2.png) 0 0 no-repeat;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul.internal {
	padding: 3px 0 0 0;
	background: url(../images/nav.png) 0 0 no-repeat;
	}

#nav .internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	}

#nav07 a { background: url(../images/nav.png) 0 -3px no-repeat; }
#nav08 a { background: url(../images/nav.png) 0 -43px no-repeat; }
#nav09 a { background: url(../images/nav.png) 0 -83px no-repeat; }
#nav10 a { background: url(../images/nav.png) 0 -123px no-repeat; }
#nav11 a { background: url(../images/nav.png) 0 -163px no-repeat; }
#nav12 a { background: url(../images/nav.png) 0 -203px no-repeat; }


#nav07 a:hover { background: url(../images/nav.png) -200px -3px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -200px -43px no-repeat; }
#nav09 a:hover { background: url(../images/nav.png) -200px -83px no-repeat; }
#nav10 a:hover { background: url(../images/nav.png) -200px -123px no-repeat; }
#nav11 a:hover { background: url(../images/nav.png) -200px -163px no-repeat; }
#nav12 a:hover{ background: url(../images/nav.png) -200px -203px no-repeat; }


#nav p { text-align: center; }

#nav #clinic-info {
	width: 180px;
	margin: 1em 10px;
	padding-bottom: 6px;
	background: url(../images/clinic-info_bg.png) bottom no-repeat;
	line-height: 1.2;
	font-size: 85%;
	}
*:first-child+html #nav #clinic-info { font-size: 9px; } /*  for IE7 only */
* html body #nav #clinic-info { font-size: 9px; } /*  for IE6 only */


#nav #clinic-info .finding02 {
	background: url(../images/clinic-info_h3.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	text-indent: -9999px;
	}

#nav #clinic-info h3 {
	background: url(../images/clinic-info_h3.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	height: 31px;
	text-indent: -9999px;
	}

#nav #clinic-info dl {
	margin: 0 10px 10px 12px;
	color: #3f3f3f;
	}
#nav #clinic-info dt {
	width: 3em;
	float: left;
	}
#nav #clinic-info dd { margin-left: 3em; }

#nav #clinic-info p.detail {
	margin-right: 12px;
	text-align: right;
	}

.navi_margin{margin-top:20px;
}



/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 10px 0 12px 36px;
	margin: 0;
	background: #fff url(../images/footer_bg.png) top no-repeat;
	font-size: 85%;
	color: #eee;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #fff;
	}
#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 36px 4px 1em;
	text-align: right;
	}

#footer .footer_tel{
	float: left;
}


#footer .footer_contact{
	float: right;
	padding: 0 50px 0 0;
}



/*---------- 06  Contents -----------*/

.section { padding: .5em 30px; }
.section .section { padding: .5em 5px; }

p.center { text-align: center; }

p.bc {
	text-align: right;
	margin-right: 2em;
	}

strong {
	color: #724804;
	font-weight: bold;
	}

p#main-img {
	margin: 18px auto;
	padding: 0;
	text-align: center;
	}
p#main-img img {
	display: block;
	margin: auto;
	}

#content h2 {
	height: 54px;
	text-indent: -9999px;
	margin: 8px 0 0 20px;
	}
#content h3 {
	clear: both;
	height: 32px;
	text-indent: -9999px;
	margin-left: -5px;
	}
#content h4 {
	height: 30px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	color: #724804;
	line-height: 1.0;
	margin: 1em 0 .3em .3em;
	padding: 6px 12px;
	background: #f3f3f3;
	border-left: 2px solid #724804;
	}

#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: #7e4e01;
	outline: none;
	}
a:hover { color: #b77100; }

#content blockquote {
	margin: .5em;
	border: 1px solid #ddd;
	padding: .5em 1em;
	font-weight: bold;
	}

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}
	
.image_r02 {
	float: right;
	margin: 0 0 16px 16px;
	padding: 1px;
	border: 1px solid #aaa;
	}
	
.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .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: 86px;
	height: 25px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 25px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

p.detail {
	clear: both;
	text-align: left;
	margin-left: 2em;
	}

.raquo {
	font-weight: bold;
	font-size: 124%;
	}


/* 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 */



/*---------- 07  Index -----------*/

#index #content .section {
  padding: .5em 25px;
}
#index #content .section2 {
  padding: .5em 25px;
	height: 200px;
}

#index p#title01 {
	background: url(../images/index_h2-01.png) 0 0 no-repeat;
	height: 50px;
	margin: 0 25px;
	text-indent: -9999px;
	}

#index p#title02 {
	background: url(../images/index_h3-02.png) 0 0 no-repeat;
	margin-left: 0;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	}
#index p#title03 {
	background: url(../images/index_h3-03.png) 0 0 no-repeat;
	margin-left: 0;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	}
#index p#title04 {
	background: url(../images/index_h3-04.png) 0 0 no-repeat;
	margin-left: 0;
	text-indent: -9999px;
	margin: 0 0 17px 0;
	}
	
#index p#title05 {
	background: url(../images/index_h3-05.png) 0 0 no-repeat;
	height: 50px;
	margin: 0 25px;
	text-indent: -9999px;
	}	

#index #pickup ul,
#index #pickup li {
	margin: 0;
	padding: 0;
	}

#index #pickup li {
	width: 185px;
	float: left;
	}
#index #pickup li.nil { width: 170px; }


#index #office-hour dl {
	width: 350px;
	margin: 0 0 0 0;
	}
#index #office-hour dt {
	width: 70px;
	float: left;
	}
#index #office-hour dd {
	width: 200px;
	float: left;
}
#index #office-hour dl .off { color: #bf0000; }
#index #office-hour dl .offB { color: #bf0000; font-weight: bold; }


#index #office-hour .box_fL{
	float:left;
	width: 370px;
}

#index #office-hour .box_fR{
	float: right;
	padding: 0 10px 0 0;
}



#content p.bnrbox {
	margin: 18px auto;
	padding: 0;
	text-align: center;
	}

/*---------- 08  Concept -----------*/

#concept h2#title01 { background: url(../images/concept_h2-01.png) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.png) 0 0 no-repeat; }
#concept h3#title03 { background: url(../images/concept_h3-03.png) 0 0 no-repeat; }
#concept h4#title04 { background: url(../images/concept_h4-04.png) 0 0 no-repeat; }
#concept h4#title05 { background: url(../images/concept_h4-05.png) 0 0 no-repeat; }

#concept #content .profile {
	width: 300px;
	float: right;
	}


/*---------- 09  Charge -----------*/

#charge h2#title01 { background: url(../images/charge_h2-01.png) 0 0 no-repeat; }


/*---------- 10  Access -----------*/

#access h2#title01 { background: url(../images/access_h2-01.png) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.png) 0 0 no-repeat; }
#access h3#title03 { background: url(../images/access_h3-03.png) 0 0 no-repeat; }

#access #content .alpha {
	width: 280px;
	float: left;
	}
#access #content .alpha img { border: 1px solid #e3e3e3; }
#access #content .beta {
	width: 240px;
	float: right;
	}
#access #content .beta dl { margin: 6em 0 1em 0; }
#access #content .beta dt {
	width: 4em;
	float: left;
	}
#access #content .beta dd { margin-left: 4em; }


#access #office-hour dl {
	width: 150px;
	float: right;
	margin: 1em 0 0 0;
	}
#access #office-hour dt {
	width: 4em;
	float: left;
	}
#access #office-hour dd { margin-left: 5em; }
#access #office-hour dl .off { color: #bf0000; }



/*---------- 11  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h4#title03 { background: url(../images/implant_h4-03.png) 0 0 no-repeat; }



/*---------- 12  Aesthe -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2-01.png) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.png) 0 0 no-repeat; }
#aesthe h4#title03 { background: url(../images/aesthe_h4-03.png) 0 0 no-repeat; }
#aesthe h4#title04 { background: url(../images/aesthe_h4-04.png) 0 0 no-repeat; }


/*---------- 13  Three Mix -----------*/

#three-mix h2#title01 { background: url(../images/3mix_h2-01.png) 0 0 no-repeat; }
#three-mix h3#title02 { background: url(../images/3mix_h3-02.png) 0 0 no-repeat; }
#three-mix h4#title03 { background: url(../images/3mix_h4-03.png) 0 0 no-repeat; }
#three-mix h2#title04 { background: url(../images/3mix_h2-04.png) 0 0 no-repeat; }

#three-mix #content dt {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1px;
	margin-bottom: 2px;
	}

#three-mix dl.alpha {
	width: 220px;
	float: left;
	}
#three-mix dl.beta {
	width: 220px;
	float: right;
	}


/*---------- 14  Breath -----------*/

#breath h2#title01 { background: url(../images/breath_h2-01.png) 0 0 no-repeat; }
#breath h3#title02 { background: url(../images/breath_h3-02.png) 0 0 no-repeat; }
#breath h3#title03 { background: url(../images/breath_h3-03.png) 0 0 no-repeat; }
#breath h4#title04 { background: url(../images/breath_h4-04.png) 0 0 no-repeat; }
#breath h4#title05 { background: url(../images/breath_h4-05.png) 0 0 no-repeat; }

#breath #content blockquote { width: 320px; }
* html body#breath #content blockquote { width: 320px; }

#breath ul.beta {
	width: 270px;
	float: right;
	margin-right: 0;
	}



/*---------- 15  Laser -----------*/

#laser h2#title01 { background: url(../images/laser_h2-01.png) 0 0 no-repeat; }
#laser h3#title02 { background: url(../images/laser_h3-02.png) 0 0 no-repeat; }
#laser h4#title03 { background: url(../images/laser_h4-03.png) 0 0 no-repeat; }


#laser #content blockquote { width: 270px; }


/*---------- 14  Jaw -----------*/

#jaw h2#title01 { background: url(../images/jaw_h2-01.png) 0 0 no-repeat; }
#jaw h3#title02 { background: url(../images/jaw_h3-02.png) 0 0 no-repeat; }
#jaw h3#title03 { background: url(../images/jaw_h3-03.png) 0 0 no-repeat; }
#jaw h4#title04 { background: url(../images/jaw_h4-04.png) 0 0 no-repeat; }
#jaw h4#title05 { background: url(../images/jaw_h4-05.png) 0 0 no-repeat; }

#jaw #content blockquote { width: 320px; }


/*---------- 15  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }

#sitemap #content ul dl { margin: .5em 0; }
#sitemap #content ul dd {
	margin: .5em 0 1em 1em;
	line-height: 1.0;
	margin: 1em 0 .3em .3em;
	padding: 6px 12px;
	background: #f3f3f3;
	}

#map {
  width: 520px;
	height: 390px;
	border: 1px solid #999999;
}

#map2 {
  width: 160px;
	height: 120px;
	border: 1px solid #999999;
	margin: 0 0 0 10px;
	text-align: center;
}

#gmapping {border: none;}
#gmapping tr {border: none;}
#gmapping td {border: none;}

/*---------- 16  White -----------*/
#white h2#title01 { background: url(../images/charge_h2-01.png) 0 0 no-repeat; }
#white h3#title02 { background: url(../images/white_h3-01.png) 0 0 no-repeat; }
#white h4#title03 { background: url(../images/white_h4-01.png) 0 0 no-repeat; }


