@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; }

#wrapper {
  background: url(../images/wrapper_bg.png) top no-repeat;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#main {
  margin: 0 99px 0 99px;
  background: url(../images/main_bg.png) repeat-y;
  }

#content {
  width: 601px;
  float: right;
  font-size: 100%;
  line-height: 1.4;
  color: #666;
  padding: 0;
  }


/*---------- 03  Header -----------*/

#header {
  height: 105px;
  width: 802px;
  margin: 0 0 0 99px;
  padding: 0;
  position: relative;
  }

p#top {
  width: 300px;
  height: 105px;
  line-height: 1.0;
  float: left;
  margin: 0;
  }
p#top a {
  display: block;
  width: 300px;
  height: 105px;
  background: url(../images/h1.png) 0 0 no-repeat;
  }
  
h1.headText {
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 10px;
	color: #666;
	z-index: 10;
}

* html h1.headText  {
	font-size: 9px;
	top: 4px;
}

*:first-child + html h1.headText{
	font-size: 9px;
	top: 4px;
}

h1.headText span {
	position: relative;
	z-index: 1;
}
  

#header p.info {
  float: right;
  margin: 0;
  padding: 0;
  }
#header p.info img { display: block; }

/*----------04  Navigation -----------*/

#nav {
  width: 201px;
  float: left;
  padding: 0 0 20px 0;
  }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li {
  height: 40px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 40px;
  }

#nav01 { background: url(../images/nav.png) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.png) 0 -40px no-repeat; }
#nav03 a { background: url(../images/nav.png) 0 -80px no-repeat; }
#nav04 a { background: url(../images/nav.png) 0 -120px no-repeat; }
#nav05 a { background: url(../images/nav.png) 0 -160px no-repeat; }
#nav06 a { background: url(../images/nav.png) 0 -200px no-repeat; }

#nav .internal li#nav07 {
  height: 50px;
  }

#nav .internal li#nav07 a { 
  background: url(../images/nav.png) 0 -240px no-repeat;
  height: 50px;
  }
#nav08 a { background: url(../images/nav.png) 0 -290px no-repeat; }

#nav02 a:hover { background: url(../images/nav.png) -201px -40px no-repeat; }
#nav03 a:hover { background: url(../images/nav.png) -201px -80px no-repeat; }
#nav04 a:hover { background: url(../images/nav.png) -201px -120px no-repeat; }
#nav05 a:hover { background: url(../images/nav.png) -201px -160px no-repeat; }
#nav06 a:hover { background: url(../images/nav.png) -201px -200px no-repeat; }
#nav .internal li#nav07 a:hover { background: url(../images/nav.png) -201px -240px no-repeat; }
#nav08 a:hover { background: url(../images/nav.png) -201px -290px no-repeat; }

#nav p { text-align: center; }

#nav .info {
  background: url(../images/nav_info_bg.png) bottom no-repeat;
  height: 290px;
  margin: 10px 0 10px 0;
  padding: 0;
  }

#nav .info_box {
  background:url(../images/nav_info_top.png) top no-repeat ;
  }

#nav .info dl {
  margin: 0 0 0 0;
  padding: 10px 1em 0 0;
  clear: both;
  line-height: 1.2;
  }

#nav .info dt {
  background: url(../images/nav_info_li.png) 0 0 no-repeat;
  margin: 0 0 0 17px;;
  padding: 0 0 0 17px;
  font-weight: bold;
  color: #CC3A72;
  }

#nav .info dd {
  margin: 0 0 .5em 17px;
  padding: 0;
  color: #78605E;
  }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0 0 20px 99px;
  background: url(../images/footer_bg.png) bottom no-repeat;
  font-size: 85%;
  text-align: center;
  color: #78605E;
  width: 802px;
  height: 66px;
  }
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer .tel {
  float:left;
  margin: 0;
  padding: 0;
    }

#footer .tel img {
  display: block;
    }

#footer .image_r {
  margin: 0;
  padding: 0;
    width:600px;
    }

#footer a {
  text-decoration: none;
  color: #78605E;
  }
#footer a:hover { 
  text-decoration: underline;
  color: #D35484;
  }

#footer ul { 
  list-style: none;
  margin: 15px 0 8px 0;
  padding: 0;
  clear: both;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { margin: 0; }


/*---------- 06  Contents -----------*/

#content .section { padding: .5em 25px .5em 30px; }
#content .section .section { padding: 0 10px .5em 10px; }

.center { text-align: center; }

#content h2 {
  height: 45px;
  text-indent: -9999px;
  margin: 10px 0 10px 20px;
  }
#content h3 {
  clear: both;
  height: 30px;
  text-indent: -9999px;
  margin-bottom: 10px;
  }
#content h4 {
  height: 22px;
  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: 15px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content ul.style02 {
  border: 2px solid #F19DAB;
  background: url(../images/dt_bg.png) repeat-x;
  margin: 10px;
  padding: 1em 0 1em .8em;
  } 

#content dt { 
  font-weight: bold;
  color: #F74653;
  }

#content a { 
  text-decoration: underline;
  color: #FF0000;
  }

#content a:hover {
  color: #E54180;
  }

#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 80px;
  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;
  color: #F19DAB;
  }


#content .totop ul {
  clear: both;
  padding-bottom: 10px;
  }

#content .totop li {
  list-style: none;
  width: 125px;
  height: 20px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content .totop li a {
  display: block;
  height: 20px;
  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: 1px solid #F19DAB;
  font-size: 100%;
  color: #666;
  width: 520px;
  margin: 10px 0 5px 10px;
  }

#content table th,
#content table td {
  padding: 4px 8px;
  border: 1px solid #F19DAB;
  }

#content table th {
  background: #FFDCC7;
  color: #636570;
  }

#content table.price td {
  text-align: right;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

#catch {
  margin: 0;
  padding: 0;
  height: auto!important;
  text-indent: 0!important;
  margin: 0!important;
  }

#catch img {
  disply: block;
  }

.flow {
  background: url(../images/arrow_d.png) center bottom no-repeat;
  padding-bottom: 25px;
  }

.flow dl {
  margin: 15px 5px 0 0;
  padding: 0;
  clear: both;
  }

.flow dt {
  border: 2px solid #F19DAB;
  background: url(../images/dt_bg.png) repeat-x;
  margin: 0;
  padding: .2em 0 .2em .5em;
  } 

.flow dd {
  margin: .5em 1em;
  padding: 0;
  }

.flow .image_l,
.flow .image_r {
  margin-top: 0;
  }

#end {
  background-image: none;
  padding: bottom: 5px;
  }

.point {
  color: #F74653;
  }

ul.caution {
  margin: 0 0 5px 10px;
  padding: 0;
  }

/*---------- Index -----------*/

#index #index_campaign {
  background: url(../images/index_info_bg.png) bottom no-repeat;
  height: 290px;
  width: 575px;
  margin: 0 0 0 8px;
  padding: 0;
  }

#index #index_campaign p.sr_txt {
	margin:0;
	padding:0;
}

#index #content #index_campaign h2 {
  height: 60px;
  width: 575px;
  margin: 0;
  padding: 0;
  background: url(../images/index_info_h.png) 0 0 no-repeat;
  }

#index #index_campaign ul {
  margin: -5px 8px 5px 8px;
  padding: 0;
  font-weight: bold;
  font-size: 108%;
  }

#index #index_campaign li {
  background: url(../images/index_info_li.png) 0 3px no-repeat;
  padding: 0 0 .6em 18px;
  margin: 0 0 0 15px;
  }

#index #index_campaign li a{
  color: #680000;
  }
.a1 { color: #680000;}
.aspan { color: #FF0000; }
#index #index_campaign li a span{
  color: #FF0000;
  }
#index #index_campaign li a:hover {
  color: #FF0000;
  }

.pickup {
  margin: 15px 20px 10px 22px;
  }

.pick_box {
  float: left;
  margin: 0 18px 10px 0;
  width: 270px;
  height: 165px;
  background: url(../images/pickup_bg.png) bottom no-repeat;
  }

.pick_box02 {
  float: right;
  margin: 0 0 10px 0;
  width: 270px;
  height: 165px;
  background: url(../images/pickup_bg.png) bottom no-repeat;
  }

#pick03,
#pick04 {
  height: 150px;
  }

#content .pickup p.pick01,
#content .pickup p.pick02,
#content .pickup p.pick03,
#content .pickup p.pick04 {
  height: 49px;
  text-indent: -9999px;
  margin: 0;
  }

#content .pickup p.pick01 a,
#content .pickup p.pick02 a,
#content .pickup p.pick03 a,
#content .pickup p.pick04 a {
  height: 49px;
  display: block;
  }

#pick01 p.pick01 a { background: url(../images/pick01_h.png) 0 0 no-repeat; }
#pick01 p.pick01 a:hover { background: url(../images/pick01_h.png) 0 -49px no-repeat; }

#pick02 p.pick02 a { background: url(../images/pick02_h.png) 0 0 no-repeat; }
#pick02 p.pick02 a:hover { background: url(../images/pick02_h.png) 0 -49px no-repeat; }

#pick03 p.pick03 a { background: url(../images/pick03_h.png) 0 0 no-repeat; }
#pick03 p.pick03 a:hover { background: url(../images/pick03_h.png) 0 -49px no-repeat; }

#pick04 p.pick04 a { background: url(../images/pick04_h.png) 0 0 no-repeat; }
#pick04 p.pick04 a:hover { background: url(../images/pick04_h.png) 0 -49px no-repeat; }

#content .pickup p.text {
  clear: both;
  margin: 4px 7px;
  padding: 0;
  line-height: 1.3;
  }

/*---------- Campign -----------*/
#campaign #nav02 a { background: url(../images/nav.png) -201px -40px no-repeat; }

#campaign #title01 { background: url(../images/campaign_h2-01.png) 0 0 no-repeat; }
#campaign #title02 { background: url(../images/campaign_h3-02.png) 0 0 no-repeat; }
#campaign #title03 { background: url(../images/campaign_h3-03.png) 0 0 no-repeat; }
#campaign #title04 { background: url(../images/campaign_h4-04.png) 0 0 no-repeat; }
#campaign #title05 { background: url(../images/campaign_h4-05.png) 0 0 no-repeat; }

.bn_campaign {
  text-align: center;
  margin: 10px 0 15px 0;
  }

#campaign #content dd {
  margin-bottom: 1em;
  }

/*---------- Facial -----------*/
#facial #nav03 a { background: url(../images/nav.png) -201px -80px no-repeat; }

#facial #title01 { background: url(../images/facial_h2-01.png) 0 0 no-repeat; }
#facial #title02 { background: url(../images/facial_h3-02.png) 0 0 no-repeat; }
#facial #title03 { background: url(../images/facial_h3-03.png) 0 0 no-repeat; }
#facial #title04 { background: url(../images/facial_h4-04.png) 0 0 no-repeat; }
#facial #title05 { background: url(../images/facial_h4-05.png) 0 0 no-repeat; }
#facial #title06 { background: url(../images/facial_h4-06.png) 0 0 no-repeat; }

#facial .case-narrow02 {
  margin: 0 0 0 15px;
  }

#facial #content .price {
  width: 200px;
  }

#facial #content .price th {
  width: 100px;
  }

#facial #content .price td {
  width: 100px;
  }

/*---------- Relaxation -----------*/
#relaxation #nav04 a { background: url(../images/nav.png) -201px -120px no-repeat; }

#relaxation #title01 { background: url(../images/relaxation_h2-01.png) 0 0 no-repeat; }
#relaxation #title02 { background: url(../images/relaxation_h3-02.png) 0 0 no-repeat; }
#relaxation #title03 { 
  background: url(../images/relaxation_h4-03.png) 0 0 no-repeat;
  height: 44px;
  }

/*---------- Epilation -----------*/
#epilation #nav05 a { background: url(../images/nav.png) -201px -160px no-repeat; }

#epilation #title01 { background: url(../images/epilation_h2-01.png) 0 0 no-repeat; }
#epilation #title02 { background: url(../images/epilation_h3-02.png) 0 0 no-repeat; }
#epilation #title03 { background: url(../images/epilation_h3-03.png) 0 0 no-repeat; }
#epilation #title04 { background: url(../images/epilation_h4-04.png) 0 0 no-repeat; }
#epilation #title05 { background: url(../images/epilation_h4-05.png) 0 0 no-repeat; }
#epilation #title06 { background: url(../images/epilation_h4-06.png) 0 0 no-repeat; }
#epilation #title07 { background: url(../images/epilation_h4-07.png) 0 0 no-repeat; }

#epilation dl.style02 {
  border: 2px solid #F19DAB;
  background: url(../images/dt_bg.png) repeat-x;
  margin: 10px;
  padding: 1em 0 .5em .8em;
  } 

#epilation dl.style02 dd {
  font-weight: bold;
  font-size: 108%;
  background: url(../images/li_bg.png) 0 4px no-repeat;
  padding-left: 15px;
  margin: .4em 0 0 0;
  }

#epilation #content .price {
  width: 200px;
  }
  
#epilation #content .price th {
  width: 100px;
  }

#epilation #content .price td {
  width: 100px;
  }

/*---------- Bridal -----------*/
#bridal #nav06 a { background: url(../images/nav.png) -201px -200px no-repeat; }

#bridal #title01 { background: url(../images/bridal_h2-01.png) 0 0 no-repeat; }
#bridal #title02 { background: url(../images/bridal_h3-02.png) 0 0 no-repeat; }
#bridal #title03 { 
  background: url(../images/bridal_h4-03.png) 0 0 no-repeat;
  height: 44px;
  }
#bridal #title04 { 
  background: url(../images/bridal_h4-04.png) 0 0 no-repeat;
  height: 44px;
	}
#bridal #titles05 { 
  background: url(../images/bridal_h4-05.png) 0 0 no-repeat;
  height: 44px;
	}

#bridal #content .alpha {
  float: left;
  width: 300px;
  margin-bottom: 10px;
  }

#bridal #content .beta {
  float: right;
  width: 200px;
  margin-bottom: 10px;
  }

#bridal ul.style02 {
  width: 280px;
  }

/*---------- Voice -----------*/
#voice #nav .internal li#nav07 a { 
  background: url(../images/nav.png) -201px -240px no-repeat;
  }

#voice #title01 { background: url(../images/voice_h2-01.png) 0 0 no-repeat; }
#voice #title02 { background: url(../images/voice_h3-02.png) 0 0 no-repeat; }

/*---------- Access -----------*/
#access #nav08 a { background: url(../images/nav.png) -201px -290px no-repeat; }

#access #title01 { background: url(../images/access_h2-01.png) 0 0 no-repeat; }
#access #title02 { background: url(../images/access_h3-02.png) 0 0 no-repeat; }
#access #title03 { background: url(../images/access_h3-03.png) 0 0 no-repeat; }
#access #title04 { background: url(../images/access_h3-04.png) 0 0 no-repeat; }

#access #content th {
  width: 130px;
  }


.textBlock {
	padding: 5px 22px 5px 22px;
}

.sr_marB { margin-bottom:30px;}
