﻿@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css   スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css  フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, p, blockquote, table, pre, address, ul, ol, dl { font-size: 120%; line-height: 1.5;}

/* for IE7 */
*:first-child+html h1,
*:first-child+html h2,
*:first-child+html h3,
*:first-child+html h4,
*:first-child+html h5,
*:first-child+html h6,
*:first-child+html p,
*:first-child+html table,
*:first-child+html address,
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl { font-size: 140%;}

*:first-child+html ul ul,
*:first-child+html ul ol,
*:first-child+html ul dl,
*:first-child+html ul input,
*:first-child+html ul p,
*:first-child+html ol ul,
*:first-child+html ol ol,
*:first-child+html ol dl,
*:first-child+html ol input,
*:first-child+html ol p,
*:first-child+html dl ul,
*:first-child+html dl ol,
*:first-child+html dl dl,
*:first-child+html dl input,
*:first-child+html dl p,
*:first-child+html table table,
*:first-child+html table ul,
*:first-child+html table ol,
*:first-child+html table dl,
*:first-child+html table input,
*:first-child+html table p,
*:first-child+html p input{ font-size: 100%;}


/* for IE 6 or sooner */
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6,
* html p,
* html table,
* html address,
* html ul,
* html ol,
* html dl { font-size: 140%;}

* html ul ul,
* html ul ol,
* html ul dl,
* html ul input,
* html ul p,
* html ol ul,
* html ol ol,
* html ol dl,
* html ol input,
* html ol p,
* html dl ul,
* html dl ol,
* html dl dl,
* html dl input,
* html dl p,
* html table table,
* html table ul,
* html table ol,
* html table dl,
* html table input,
* html table p,
* html p input{ font-size: 100%;}

/******************************************************************** common
*/

body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	background: #fff url(../images/back2.gif) repeat-x 50% 0;
	color: #3f3f3f;
	cursor: auto;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}

body.top { background: #fff url(../images/back.gif) repeat-x 50% 0;}

h1, h2, h3, h4, h5, h6 {}
p { padding: 5px 15px 10px;}
blockquote { margin: 15px 0; padding: 10px 15px 3px; background: #faf6ed;}
pre { background: #eee; margin: 1em 0; padding: 0 20px; overflow: auto; width: auto;}
code { color: #5b5905; font-family: "Lucida Grande", "Courier New", Courier, mono, Verdana, sans-serif; letter-spacing: 0;}
ul, ol { margin: 10px 0; padding: 0 15px;}
dl { margin: 10px 0;}

a         { color: #5a3d1c; text-decoration: underline; cursor: pointer;}
a:visited { color: #5a3d1c;}
a:hover   { color: #ba0000; text-decoration: none;}
a:focus,
a:active  { color: #5a3d1c;}

strong { font-weight: bold; color: #e47;}
abbr, acronym { cursor: help;}

sup { vertical-align: super; font-size: 100%;}
sub { vertical-align: baseline; font-size: 100%;}


hr { display: none;}
img { border: none; color: #fff; background: transparent; vertical-align: bottom;}

table { width: 100%; border: 1px solid #f0e4bd; border-collapse: collapse; margin-bottom: 15px;}

caption { padding: 5px; text-align: left; font-weight: bold; color: #d2ac31;}
thead {}
tbody {}

th { white-space: nowrap;}
th,
td {
	padding: 8px 10px;
	border-collapse: collapse;
	border: 1px solid #f0e4bd;
	text-align: left;
}

th { background: #f3edd0 url(../images/th.gif) no-repeat;}
td { background: #f7f2da url(../images/td.gif) no-repeat;}

tr:hover th { background: #f7f2da url(../images/td.gif) no-repeat;}
tr:hover td { background: #fff;}


fieldset {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px 0;
}
* html legend { margin: 0 0 10px;}
input, textarea { padding: 1px;}
input.typeText { border: 1px solid #aaa;}
select option { padding: 0 5px;}
input:focus, select:focus, textarea:focus { background-color: #fafafa;}
label { cursor: pointer;}

.comment { color:#CC3300; font-weight: bold; }

/******************************************************************** Float containers fix
===================================================================== a.k.a. clearfix */

/******************** exp IE
*/
#container:after,
#m02 dd:after,
#mail:after,
#col-a .inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/******************** for IE
Level 2.1*/
#container,
#m02 dd,
#mail,
#col-a .inner { display: inline-block;}

/* Holly Hack Targets IE Win only \*/
* html #container,
* html #m02 dd,
* html #mail,
* html #col-a .inner { height: 1%;}
#footer,
#container,
#m02 dd,
#mail,
#col-a .inner { display: block;}
/* End Holly Hack */


/******************************************************************** universal
*/

.aL { text-align: left;}
.aC { text-align: center;}
.aR { text-align: right;}
.fR { float: right;}
.fL { float: left;}
.clr { float: none; clear: both;}


.gothic{ font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;}
.jp { font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;}
.verdana { font-family: Verdana, sans-serif;}
.times { font-family: "Times New Roman", Times, serif;}

.tempNotes { color: #c00; font-weight: bold; background: #f8f8f8; margin: 1em;}


/******************************************************************** javascript
*/




/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/


#wrapper { position:relative; width: 950px; margin: 0 auto; text-align: left;}

#header {
	position: relative;
	height: 182px;
}

#container { background: url(../images/c_back.gif) repeat-y; margin-bottom: 20px;}

#col-a {
	position: relative;
	display: inline;
	float: right;
	width: 680px;
}

#col-b {
	position: relative;
	float: left;
	width: 230px;
	padding: 10px 0 0 10px;
}

#footer {
	clear: both;
	background: #480010 url(../images/f-back.gif) repeat-x;
}




/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

h1 {
	padding: 18px 0 0;
	color: #ddcdab;
	font-size: 100%;
}

*:first-child+html h1 { font-size: 120%;}
* html h1 { font-size: 120%;}

#title {
	position: absolute;
	top: 41px;
	left: 0;
	padding: 0;
}

p#text {
	position: absolute;
	top:18px;
	left: 50%;
	padding: 0 0 0 100px;
	color: #fff;
	font-size: 100%;
	letter-spacing: 0;
}

*:first-child+html p#text { font-size: 120%;}
* html p#text { font-size: 120%;}

#header dl {
	position: absolute;
	top: 50px;
	left: 50%;
	padding: 0 0 0 190px;
	margin: 0;
}

#header .search-text { width: 200px; float: left;}

#header #fb_good { 
	position: absolute;
	top:45px;
	left:50%;
	padding:0 0 0 340px;
	margin:0;
}

/*==========================================================================*/
/*                             globalNav                                    */
/*==========================================================================*/

#globalNav {
	position: absolute;
	top: 131px;
	left: 0;
	padding: 0;
	margin: 0;
}

#globalNav li { float: left;}
#globalNav li span { cursor: pointer;}

#gN li#g02,
#gN li#g04 { display: block; width: 157px; height: 100%;}

#globalNav ul {
	position: absolute;
	top: 46px;
	width: 141px;
	padding: 5px 8px 10px;
	margin: 0;
	background: #f1e9dd;
}

#globalNav li#g02 ul { left: 158px;}
#globalNav li#g04 ul { left: 472px;}

#globalNav li ul li {
	float: none;
	border-right: none;
	border-bottom: 1px dashed #d9c3a2;
}

#globalNav li ul span {
	display: block;
	width: 141px;
	padding: 3px 0;
	color: #9d7a7a;
	text-decoration: none;
	letter-spacing: 0;
	overflow: auto;
	clear: both;
}

#globalNav li span.onmouseover { background-color: #e4d5c0;}


#globalNav li ul { display: none;}

#globalNav li:hover > ul { display: block;}


/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer div {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#footer div p { padding: 0;}

#footer address {
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #f5f1e6;
	padding: 10px 0;
	font-size: 100%;
	clear:both;
}

*:first-child+html #footer address { font-size: 110%;}
* html #footer address { font-size: 110%;}

#footer p.flo_r { margin-top: 35px; }
#footer p.flo_r a {
  color: #DDCDAB;
	font-size: 100%;
	}



/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#col-b { padding-bottom: 20px; }
#col-b p { padding: 5px 0 10px;}

#col-b ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mul01 li { margin-bottom: 10px;}

#m01 { margin: 10px 0 3px;}
#m01 dd { margin-bottom: 3px;}

#mul02 li { margin-bottom: 3px;}

#m02 {
	background: #fff url(../images/m02.gif) no-repeat 0 100%;
	padding-bottom: 10px;
	margin: 10px 0;
}

#m02 dt { padding-bottom: 17px;}

#m02 dd {
	width: 203px;
	padding: 0 0 0 17px;
	margin-bottom: 9px;
	letter-spacing: 0;
}

* html #m02 dd { width: 220px;}

#m02 dd img { float: left;}

#m02 dd p,
#m02 dd ul { width: 147px; padding: 0; float: right;}

#m02 dd li { margin-bottom: 5px;}

#m02 dd span {
	background: url(../images/micon.gif) no-repeat 0 50%;
	width: 147px;
	padding-left: 10px;
}

#m03 {
	background: #fff;
	padding: 15px 9px;
	margin: 0 0 10px;
}

#m04 {
	background: url(../images/m04.gif) no-repeat;
	width: 220px;
	padding: 0 0 10px 10px;
}

* html #m04 { width: 230px;}

#m04 dd { margin-bottom: 5px;}

#m05,
#m06 {
	background: #fff url(../images/m05.gif) no-repeat;
	padding-bottom: 10px;
	margin: 0 0 10px;
}

#m05 dt,
#m06 dt { padding-bottom: 5px;}

#m05 dd,
#m06 dd {
	background: url(../images/micon2.gif) no-repeat 15px 5px;
	width: 205px;
	padding: 0 0 0 25px;
	margin-bottom: 5px;
	letter-spacing: 0;
}

* html #m05 dd,
* html #m06 dd { width: 230px;}

#m05 ul li {
	background: url(../images/micon3.gif) no-repeat 0 7px;
	width: 195px;
	padding: 0 0 0 10px;
}




/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

h2 { margin-bottom: 22px;}
h3,
h4 { margin-bottom: 10px;}

#col-a h5 {
	background: url(../images/h5.gif) no-repeat 0 3px;
	border-bottom: 1px dashed #999;
	width: 633px;
	padding: 0 0 3px 15px;
	margin: 15px 0 5px;
	font-weight: bold;
}

#col-a .popUp { display: none;}
#col-a .popUp p { padding: 5px 0;}

#mail {
	border: 1px solid #d0d0d0;
	padding: 0 25px 12px;
}

#col-a .inner {
	border: 1px solid #d0d0d0;
	padding: 0 14px 10px;
	margin: 20px 0;
}

#col-a .pt { padding-right: 0;}

#col-a p.none { padding: 5px 0 10px;}
#col-a p.none2 { padding: 0px 0 10px;
width:460px;
float:left;}

#movie { padding: 0 40px; margin: 10px 0;}
#movie p { padding: 5px 0 0;}

#movie p.mv {
	background: #ccc;
	width: 320px;
	height: 280px;
}

#movie ul {
	position: relative;
	width: 262px;
	padding: 0;
	margin: 0;
	float: right;
}

#movie ul li.link {
	position: absolute;
	bottom: 14px;
	left: 17px;
}

#col-a p.imageL {
	border: 1px solid #ddcdab;
	width: 196px;
	padding: 2px;
	margin-right: 15px;
	float: left;
}

#col-a p.imageR {
	border: 1px solid #ddcdab;
	width: 196px;
	padding: 2px;
	margin-left: 15px;
	float: right;
}

.red { color: #FF0000; }

.b {font-weight: bold; }

.flo_l { float: left; }
.flo_r { float: right; }

/* top
------------------------------------------------------------------------*/
.top h2 { margin-bottom: 0;}
#flashContent { height: 346px; margin-bottom: 22px;}

.top #col-a h3 { margin: 0;}
.top #col-a h4 { margin: 0;}

.top #col-a .box {
	border: 1px solid #d0d0d0;
	float: left;
}

.top #col-a .box p { padding: 15px;}

.top #col-a .box div { margin-bottom: 10px;}

.top #col-a .box div p {
	padding: 5px 15px 10px 120px;
	margin-top: -70px;
}

.top #mov {
  clear:both;
	background: #f4eeef;
	margin: 0;
	padding: 0 0 6px 6px;
}

.top #mov dd {
  float: left;
  padding-right: 4px; margin-bottom: 4px;}

.top #col-a .box2 {
	background: url(../images/top-img.gif) no-repeat 100% 0;
	border: 1px solid #d0d0d0;
	padding: 0 15px 10px;
	margin: 20px 0;
}

.top #col-a .box2 h3,
.salon #col-a .inner h3 { margin-bottom: 8px;}

.top #col-a .box2 p { padding: 0 15px;}

.salon #col-a .inner p { padding: 0 10px;}

.top #col-a .box2 dl,
.salon #col-a .inner dl {
	border-top: 1px dashed #d0d0d0;
	width: 648px;
	margin-top: 15px;
}

.top #col-a .box2 dt,
.salon #col-a .inner dt { margin: 20px 0 10px;}
.top #col-a .box2 dd,
.salon #col-a .inner dd { margin-bottom: 10px;}

.top #col-a .box3 {
	border: 1px solid #d0d0d0;
	padding: 0 15px 10px;
	margin: 20px 0 0;
}

.top #col-a .box3 ul { padding: 0 15px;}

.top #col-a .box3 ul li {
	width: 580px;
	padding-left: 40px;
	margin-bottom: 5px;
}

* html .top #col-a .box3 ul li { width: 620px;}

.top #col-a .box3 ul li.new { background: url(../images/new.gif) no-repeat 0 2px;}

.top #col-a h3.layout { margin-bottom: 8px; text-align:center; }

.top #col-a #greeting { padding: 10px 0 0px 0; margin-bottom:20px; }
.top #col-a #greeting div { margin-bottom: 20px; }

.top_info {
  line-height: 1.6;
	margin: 0 0 20px 0;
	padding: 5px 0;
	font-size: 120%;
	border: 1px solid #d0d0d0;
  }

.top_info li {
	padding: 0 .5em .2em .7em;
	background: url(../images/top_info_li.jpg) 0 2px no-repeat;
	}

.top_info p.point {
	font-weight: bold;
	}

p.omotesando_bnr{
padding:0 0 15px 0;}
/* salon-top
------------------------------------------------------------------------*/

.salon-top #s-map {
	position: relative;
	background: url(../images/salon-map.gif) no-repeat;
	width: 680px;
	min-height: 470px;
	height: auto !important;
	height: 470px;
	margin-top: 20px;
}

.salon-top #s-map dl {
	position: absolute;
	width: 227px;
	margin: 0;
}

.salon-top #map01 { top: 0; left: 94px;}
.salon-top #map02 { top: 128px; left: 50%; padding-left: 113px;}
.salon-top #map03 { top: 127px; left: 0;}
.salon-top #map04 { top: 356px; left: 260px;}

.salon-top #s-map dt,
.salon-top #s-map dd { margin-bottom: 5px;}

.salon-top #map02 dt,
.salon-top #map04 dt { padding-left: 160px;}

.salon-top #col-a #s-map ul { margin: 0; padding: 0; width: 227px;}
.salon-top #col-a #s-map ul li { float: left;}

.salon-top #col-a #s-map ul.list1 li { width: 5.5em;}
.salon-top #col-a #s-map ul.list2 li { width: 9em;}
.salon-top #col-a #s-map ul.list3 li { width: 5.5em;}


/* salon
------------------------------------------------------------------------*/

.salon #col-a p.link {
	background: url(../images/micon.gif) no-repeat 15px 8px;
	width: 625px;
	padding-left: 25px;
}

.salon #col-a p.fL {
	margin-top: -20px;
	padding: 0;
}

.salon #col-a p.fR {
	width: 360px;
	padding-left: 0;
}

* html .salon #col-a p.fR { width: 375px;}

.salon_L {
  float: left;
	margin: 5px 0 5px 0;
	}

.salon_R {
  float: right;
	margin: 5px 0 5px 0;
	}

.salon_txt {
  margin: 0 0 5px 0;
	}

.salon #col-a .border {
	border-bottom: 1px dashed #b2b2b2;
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.salon #col-a h5 {
  clear: both;
	text-align: left;
	background: none;
	border: none;
	color: #D2AC31;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 0 5px;
}

.salon #col-a p.image {
	padding: 0;
	float: left;
}

.salon #col-a p.text {
	width: 450px;
	padding-left: 0;
	float: right;
}

* html .salon #col-a p.text { width: 465px;}

.salon #link {
	width: 606px;
	padding: 10px 0 0 21px;
}

.salon .info {
  background: #fff5f4;
	margin: 56px 0 10px 0; 
	padding: 23px 12px;
  float: left;
	width:231px;
	}
.salon .info .title { font-weight:bold; }

#salon_info p.red02 { color: #FF0000; font-weight: bold;
font-size:16px;
margin:0 0 10px 0 ;}

#salon_info span.red02 { color: #FF0000; font-weight: bold;
font-size:20px;
margin:0 0 10px 0 ;
}

#salon_info p.info_t{
font-size:15px;
font-weight:bold;}

#salon_info p.info_txt{
margin:0 0 12px 0;
font-weight:bold;}

#salon_info p.info_tel{
font-size:15px;
font-weight:bold;}

/*
#salon_info {
	padding: 0;
	margin: 10px 0px 20px 15px;
}
*/

#salon_info {
	border: 1px solid #d0d0d0;
	padding: 0 14px 20px;
	margin: 20px 0;
}

#salon_info_inner {
  float: left;
	width: 370px;
	margin: 0 25px 0 0;
}

#salon_info p { padding: 0; font-size: 12px; }

#twitter {
  float: left;
	margin: 20px 0 0;
	}

.salon #col-a .staff { width:648px; height: 220px; }

.ginza #col-a .staff { background: url(../images/ginza_staff.jpg) 0 0 no-repeat; }
.ueno #col-a .staff { background: url(../images/ueno_staff.jpg) 0 0 no-repeat; }
.yokohama #col-a .staff { background: url(../images/yokohama_staff.jpg) 0 0 no-repeat; }
.umeda #col-a .staff { background: url(../images/umeda_staff.jpg) 0 0 no-repeat; }
.tachikawa #col-a .staff { background: url(../images/tachikawa_staff.jpg) 0 0 no-repeat; }
.shizuoka #col-a .staff { background: url(../images/shizuoka_staff.jpg) 0 0 no-repeat; }
.shinjuku #col-a .staff { background: url(../images/shinjuku_staff.jpg) 0 0 no-repeat; }
.shinagawa #col-a .staff { background: url(../images/shinagawa_staff.jpg) 0 0 no-repeat; }
.shibuya #col-a .staff { background: url(../images/shibuya_staff.jpg) 0 0 no-repeat; }
.sendai #col-a .staff { background: url(../images/sendai_staff.jpg) 0 0 no-repeat; }
.osaka #col-a .staff { background: url(../images/osaka_staff.jpg) 0 0 no-repeat; }
.omiya #col-a .staff { background: url(../images/omiya_staff.jpg) 0 0 no-repeat; }
.nagoyasakae #col-a .staff { background: url(../images/sakae_staff.jpg) 0 0 no-repeat; }
.meieki #col-a .staff { background: url(../images/meieki_staff.jpg) 0 0 no-repeat; }
.machida #col-a .staff { background: url(../images/machida_staff.jpg) 0 0 no-repeat; }
.kyotoekimae #col-a .staff { background: url(../images/kyotoekimae_staff.jpg) 0 0 no-repeat; }
.kyoto #col-a .staff { background: url(../images/kyoto_staff.jpg) 0 0 no-repeat; }
.kobe #col-a .staff { background: url(../images/kobe_staff.jpg) 0 0 no-repeat; }
.kichijoji #col-a .staff { background: url(../images/kichijoji_staff.jpg) 0 0 no-repeat; }
.kawasaki #col-a .staff { background: url(../images/kawasaki_staff.jpg) 0 0 no-repeat; }
.kashiwa #col-a .staff { background: url(../images/kashiwa_staff.jpg) 0 0 no-repeat; }
.ikebukuro #col-a .staff { background: url(../images/ikebukuro_staff.jpg) 0 0 no-repeat; }
.funabashi #col-a .staff { background: url(../images/funabashi_staff.jpg) 0 0 no-repeat; }
.fujisawa #col-a .staff { background: url(../images/fujisawa_staff.jpg) 0 0 no-repeat; }
.chiba #col-a .staff { background: url(../images/chiba_staff.jpg) 0 0 no-repeat; }
.omotesando #col-a .staff { background: url(../images/dummy_staff.jpg) 0 0 no-repeat; }

.salon #col-a .staff p { margin: 0 0 0 300px; width: 310px; padding:58px 0 0 0; }

.shizuoka #col-a .staff p { margin: 0 0 0 300px; width: 310px; padding:48px 0 0 0; }
.ginza #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:40px 0 0 0; }
.kawasaki #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:40px 0 0 0; }
.kichijoji #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:48px 0 0 0; }
.kyoto #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:48px 0 0 0; }
.kyotoekimae #col-a .staff p { margin: 0 0 0 280px; width: 350px; padding:40px 0 0 0; }
.meieki #col-a .staff p { margin: 0 0 0 280px; width: 370px; padding:40px 0 0 0; }
.nagoyasakae #col-a .staff p { margin: 0 0 0 270px; width: 370px; padding:25px 0 0 0; }
.omiya #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:48px 0 0 0; }
.osaka #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:48px 0 0 0; }
.shibuya #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:48px 0 0 0; }
.shinagawa #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:48px 0 0 0; }
.tachikawa #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:40px 0 0 0; }
.ueno #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:40px 0 0 0; }
.umeda #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:48px 0 0 0; }
.yokohama #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:40px 0 0 0; }
.fujisawa #col-a .staff p { margin: 0 0 0 290px; width: 330px; padding:48px 0 0 0; }

/* facial
------------------------------------------------------------------------*/

.facial #col-a .inner p { padding: 5px 0 10px;}
.facial #col-a .inner div p { padding: 5px 20px 10px; letter-spacing: 0;}

.facial #col-a h5 {
	background: none;
	border: none;
	width: 317px;
	padding: 0;
	margin: 0;
}

.facial #col-a .green {
	background: url(../images/box_green.gif) no-repeat 0 100%;
	width: 317px;
	padding-bottom: 10px;
	margin-bottom: 13px;
}

.grblue_b{
position:absolute;
bottom:10px;
}

.facial #col-a .pink {
	background: url(../images/box_pink.gif) no-repeat 0 100%;
	width: 317px;
	height:285px;
	padding-bottom: 10px;
	position:relative;
}

.pink_b{
position:absolute;
bottom:10px;
}

.facial #col-a .grblue {
	background: url(../images/box_grblue.gif) no-repeat 0 100%;
	width: 317px;
	padding-bottom: 10px;
	height:285px;
	position:relative;
}

.facial #col-a .yellow {
	background: url(../images/box_yellow.gif) no-repeat 0 100%;
	width: 317px;
	padding-bottom: 10px;
	margin-bottom: 13px;
}

.facial-img {
  margin: 0 50px;
	}

#col-a .facial-img p.imageL {
	border: none;
	width: auto;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
}

#col-a .facial-img  p.imageR {
	border: none;
	width: auto;
	padding: 0px;
	margin: 0 0 10px 0;
	float: right;
}

#bn_facial {
  margin: 0 0 15px 0;
	}

.rainbow_l{width:260px;
float:left;
margin:0 0 0 11px;}

.rainbow_r{width:400px;
float:left;
margin:0 0 0 0px;}

*html .rainbow_r{width:390px;
float:left;
margin:0 0 0 0px;}

.h-810{height:710px;}

.rain-img{text-align:center;}

.rainb_list{margin:0 20px 0px 20px;}

.rainb_list dt{
background:url(../images/facial03_list.jpg) no-repeat;
margin:0 0 0px 0;
padding:0 0 0 14px;
line-height:1.1;
font-weight:bold;}

.rainb_list dd{
font-size:11.5px;
margin:0 0 8px 14px;}

.rainb_list2{margin:0px 20px 3px 20px;}

.rainb_list2 dt{
background:url(../images/facial03_list.jpg) no-repeat;
margin:0 0 0px 0;
padding:0 12px 0px 14px;
line-height:1.1;
font-weight:bold;
float:left;}

p.rainb_ti{margin:0;
padding:0;}

.rainb_led{
background-color:#F1F1F1;
}

.rainb_led_ti{
font-weight:bold;
color:#462811;
font-size:15px;
padding-bottom:0;}


.rainb_mask{
width:630px;
margin:5px 0 0 19px;
padding:0 0 0 8px;
border-left:1px #D895B4 solid; 
border-right:1px #D895B4 solid; 
border-top:1px #D895B4 solid;
border-bottom:1px #D895B4 solid; 
}

*html .rainb_mask{
width:630px;
margin:5px 0 0 24px;
padding:0 0 0 8px;
border-left:1px #D895B4 solid; 
border-right:1px #D895B4 solid; 
border-top:1px #D895B4 solid;
border-bottom:1px #D895B4 solid; 
}

.mask_txt{color:#85384a;
font-weight:bold;
font-size:12px;}


.mt10{margin-top:8px;}

div.rainb_txt{width:630px;
margin:2px 0 10px 25px;}
.rainb_txt1{text-align:center;
font-weight:bold;}
.rainb_txt2{text-align:center;}

/* fsame
------------------------------------------------------------------------*/

.fsame #col-a p.price { padding: 20px 0;}
.fsame #col-a p.price2 { padding: 0 15px 10px;}

.fsame #col-a .under {
	background: url(../images/flow_under.gif) no-repeat 0 100%;
	padding-bottom: 20px;
}

.fsame #col-a div .clearfix {
	background: url(../images/flow_center.gif) no-repeat 50% 50%;
	width: 680px;
}

.fsame #col-a div .fL,
.fsame #col-a div .fR {
	background: url(../images/facial-flow.gif) no-repeat 0 100%;
	width: 307px;
	padding-bottom: 5px;
}

.fsame #col-a p.lo { padding-bottom: 27px;}

.fsame #col-a .last { margin-bottom: 20px;}

.fsame #col-a .long {
	background: url(../images/facial-flow2.gif) no-repeat 0 100%;
	width: 680px;
	padding-bottom: 5px;
	margin-top: 3px;
}

.fsame #col-a .long p.txt{
  padding: 5px 50px 10px 50px;
	}


.facial04 #movie ul li.link {
	position: absolute;
	bottom: 14px;
	left: 17px;
}

.fsame #col-a #movie .fL {
	background: none;
	width: 320px;
	padding-bottom: 0;
}


/* mask
------------------------------------------------------------------------*/

.mask #col-a .img01,
.mask #col-a .img02 {
	padding: 0;
	margin: 0;
}

.mask #col-a .img01 li {
	width: 150px;
	min-height: 170px;
	height: auto !important;
	height: 170px;
	float: left;
	padding-right: 16px;
}

.mask #col-a .img01 li.none,
.mask #col-a .img02 li.none { padding-right: 0;}

.mask #col-a .img01 img,
.mask #col-a .img01 span {
	display: block;
	letter-spacing: 0;
}

.mask #col-a .img02 li {
	width: 200px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	float: left;
	padding-right: 24px;
	letter-spacing: 0;
}


/* soushin
------------------------------------------------------------------------*/

.soushin #col-a .concept {
	border: 1px solid #fda7c0;
	padding: 5px 0;
	margin: 15px 0;
	color: #D8136D;
}

.soushin #col-a p.fL {
	width: 230px;
	padding: 0;
	margin-right: 20px;
}

.soushin #col-a .img {
	display: block;
	border: 1px solid #ddcdab;
	width: 230px;
	height: 96px;
	padding: 2px;
	margin-bottom: 3px;
}

.soushin #col-a .img3 {
	display: block;
	border: 1px solid #ddcdab;
	width: 230px;
	height: 118px;
	padding: 2px;
	margin-bottom: 3px;
}

.soushin #col-a .img2 {
	display: block;
	border: 1px solid #ddcdab;
	width: 225px;
	height: 150px;
	padding: 2px;
	margin-bottom: 3px;
}

.soushin #col-a p.text img { display: block;}







x.soushin #link {
	padding: 0 15px;
	margin: 0;
}

.soushin #link li { margin-right: 5px;}

.soushin #link li a {
	display: block;
	text-align: center;
	margin-top: 6px;
}

.soushin #link li.lia a {
	border: none;
	margin: 6px 0 0 15px;
	padding: 0;
}

x.soushin #link li.lia a:hover {
  width: 650px;
	height: 76px;
	background: url(../images/other3.jpg);
	border: none;
}

x.soushin #link li a:hover { background: #f9f4e4 url(../images/tlink4.gif) repeat-x;}








.soushin #link li.lib a {
	border: none;
	margin: 0;
	padding: 0;
}
	
/* miracle
------------------------------------------------------------------------*/

.miracle #col-a .inner p { padding: 0;}

.miracle #col-a p.imageL { width: 230px;}
.miracle #col-a p.imageR { width: 230px;}

.miracle #col-a p.price { padding: 15px 0 5px;}


/* trocollabo
------------------------------------------------------------------------*/

.trocollabo #col-a .text p { padding: 0;}

.trocollabo #col-a .text p.fL {
	width: 230px;
	padding: 0;
	margin-right: 20px;
}

.trocollabo #col-a .img {
	display: block;
	border: 1px solid #ddcdab;
	width: 230px;
	height: 96px;
	padding: 2px;
	margin-bottom: 3px;
}

.trocollabo #col-a .text .fR { width: 648px;}

.trocollabo #col-a ul { padding: 0 15px;}
.trocollabo #col-a ul li { margin-bottom: 5px;}

.trocollabo #col-a .flow {
	background: url(../images/flow_center.gif) no-repeat 50% 50%;
	width: 618px;
}

.trocollabo #col-a .flow ul { padding: 0;}

.trocollabo #col-a li.fL,
.trocollabo #col-a li.fR {
	background: url(../images/trocollabo-flow.gif) no-repeat 0 100%;
	width: 276px;
	padding-bottom: 5px;
}

.trocollabo #col-a li.fL span,
.trocollabo #col-a li.fR span { display: block; padding: 0 25px 10px;}

.trocollabo #col-a p.price { padding: 15px 0 5px;}


/* pickup
------------------------------------------------------------------------*/

.pickup #col-a ul.price { padding: 0;}
.pickup #col-a ul.price li { margin-bottom: 5px;}


/* other
------------------------------------------------------------------------*/

.other #link {
	padding: 0 0 0 15px;
	margin: 0;
}

.other #link li { margin-bottom: 5px; float: left; padding-right: 9px;}

.other #link li a {
	display: block;
	background: #e3cc7f url(../images/tlink.gif) repeat-x;
	border: 1px solid #d2ac31;
	width: 210px;
	padding: 5px 0 4px;
	text-decoration: none;
	text-align: center;
	color: #5a3d1c;
}

.other #link li a:hover { background: #f9f4e4 url(../images/tlink2.gif) repeat-x;}

.other #col-a .block p { padding: 0;}
.other #col-a .block2 p { padding: 5px 0 10px;}

.other #col-a .block p.fL,
.other #col-a .block2 p.fL {
	width: 225px;
	margin-right: 20px;
}

.other #col-a .img {
	display: block;
	border: 1px solid #ddcdab;
	width: 225px;
	height: 108px;
	padding: 2px;
	margin-bottom: 3px;
}

.other #col-a .img2 {
	display: block;
	border: 1px solid #ddcdab;
	width: 225px;
	height: 340px;
	padding: 2px;
	margin-bottom: 3px;
}

.other #col-a .block .fR,
.other #col-a .block2 .fR { width: 390px;}

.other #col-a .block .fR ul { padding: 0;}

.other #col-a .block .fR ul li {
	background: url(../images/micon.gif) no-repeat 0 5px;
	width: 380px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.other #col-a p.price { padding: 5px 0 10px;}

.other .innar #col-a dt {
	background: #f3e4e6;
	border: 1px solid #dac3c8;
	border-bottom: 1px dashed #dac3c8;
	padding: 5px 10px;
	font-weight: bold;
	color: #630017;
}

.other .innar  #col-a dd {
	border: 1px solid #dac3c8;
	border-top: none;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.other #col-a p.imageL { width: 225px;}

.other #col-a .box { margin-top: 10px;}
.other #col-a .box p.fL { padding: 0;}
.other #col-a .box .fR { width: 335px;}
.other #col-a .box .fR p { padding: 0 0 10px;}

.other #col-a ul.price { padding: 0;}
.other #col-a ul.price li.fL { width: 300px;}

/* bust
------------------------------------------------------------------------*/

.bust #movie ul li.link {
	position: absolute;
	bottom: 15px;
	left: 16px;
}

.bust #col-a ul.clearfix { padding: 5px 10px 0;}

/* bust02
------------------------------------------------------------------------*/

.bust02 #col-a .clearfix div { width: 310px;}

.bust02 #col-a .images { padding: 0;}
.bust02 #col-a .images li { width: 210px; float: left; padding-right: 9px;}
.bust02 #col-a .images li img { display: block;}
.bust02 #col-a .images li.none { padding-right: 0;}

.bust02 #col-a .box {
	position: relative;
	background: url(../images/bust-box.jpg) no-repeat 0 100%;
	width: 648px;
	padding-bottom: 20px;
	margin: 15px 0 0;
}

.bust02 #col-a .box p { padding-left: 25px;}
.bust02 #col-a .box p span { display: block;}
.bust02 #col-a .box ul { padding: 0 25px; margin: 0;}

.bust02 #col-a .box p.link {
	position: absolute;
	bottom: 20px;
	left: 400px;
	padding: 0;
}

.bust02 ul.step { margin: 5px 0; }

/* bust03
------------------------------------------------------------------------*/

.bust03 #col-a .clearfix div { width: 310px;}

.bust03 #col-a .box {
	position: relative;
	background: url(../images/bust-box.jpg) no-repeat 0 100%;
	width: 648px;
	padding-bottom: 20px;
	margin: 15px 0 0;
}

.bust03 #col-a .box p { padding-left: 25px;}
.bust03 #col-a .box p span { display: block;}
.bust03 #col-a .box ul { width: 350px; padding: 0 25px; margin: 0;}

.bust03 #col-a .box p.link {
	position: absolute;
	bottom: 20px;
	left: 400px;
	padding: 0;
}

.bust03 #kind { padding: 10px 0 0;}

.bust03 ul.step { font-weight: bold; color: #7F0002; margin: 5px 0; }

/* faq
------------------------------------------------------------------------*/

.faq #col-a dl {
	border:1px solid #D0D0D0;
	width: 650px;
	margin: 20px 0;
	padding: 0 14px 10px;
}

* html .faq #col-a dl { width: 680px;}


.faq #col-a dt {
	height: 100%;
	margin-bottom: 10px;
	padding: 8px 5px 3px 28px;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0;
	border-bottom: 1px solid #D0D0D0;
	background: url(../images/faq_q.gif) no-repeat 0 50%;
}

.faq #col-a dd {
	text-indent: 28px;
	padding: 5px 0;
	background: url(../images/faq_a.gif) no-repeat;
}

.faq #col-a dl#mail {
	border: 1px solid #d0d0d0;
	padding: 0 25px 12px;
	width: 628px;
}

* html .faq #col-a dl#mail { width: 680px;}


.faq #col-a dl#mail dt {
	margin-bottom: 0;
	padding: 0;
	border-bottom: none;
	background: none;
}

.faq #col-a dl#mail dd {
	text-indent: 0;
	padding: 0;
	background: none;
}



/* menulist
------------------------------------------------------------------------*/

.menulist #nav {
	margin: 15px 0;
	padding: 10px 0 5px 10px;
	background: #f5f1e6;
}

.menulist #nav li {
	float: left;
	padding: 0 8px 5px 0;
}


/* menu-datsumou
------------------------------------------------------------------------*/

.menu-datsumou #col-a h3.adjust {
	margin-top: 25px;
}

.menu-datsumou #navA {
	margin: 0;
	padding: 15px 20px 10px;
	background: #f5f1e6;
}

.menu-datsumou #navA li {
	margin-bottom: 5px;
}


.menu-datsumou .textImage {
	padding: 10px 0 15px;
}


.menu-datsumou #col-a h5 {
	padding: 0;
	background: none;
	border-bottom: none;
}
.menu-datsumou #col-a h5.m_none {
	margin-top:0;
}

.menu-datsumou #col-a ul li { padding: 2px 0;}

.menu-datsumou #boxA {
	margin: 10px 15px 0;
	background: url(../images/menu-datsumou-bg.gif) repeat-y 50% 0;
}

.menu-datsumou #boxA .fL,
.menu-datsumou #boxA .fR {
	width: 280px;
	margin: 0;
	padding: 0;

}

.menu-datsumou #boxA dt {
	text-align: center;
}

.menu-datsumou #boxA dd {
	padding: 10px 0 0;
}

#menu_zenshin {
  clear: both;
  background: url(../images/zenshin_epi.jpg) top no-repeat;
	margin-top:30px;
	margin-bottom: 0px;
	}

#menu_zenshin h5 { text-indent: -9999px; }

#menu_zenshin .txt {
  margin: 90px 0 10px 20px;
	padding: 0;
	width: 460px;
	}

.menu-datsumou .epi_parts {
	background: url(../images/menu-datsumou-img06.jpg) 0 0 no-repeat;
	height:650px;
	margin-left: 15px;
	margin-top: 30px;
	}
.menu-datsumou .epi_parts img { margin: 564px 0 0 18px; }

.menu-datsumou .epi_parts02 {
	background: url(../images/campaign_set.jpg) 0 0 no-repeat;
	height:620px;
	margin-left: 15px;
	}
.menu-datsumou .epi_parts02 img { margin: 552px 0 0 360px; }


/* franchise
------------------------------------------------------------------------*/

.franchise #navA {
	width: 680px;
	height: 68px;
	margin: 0 0 25px;
	padding: 12px 0 0;
	background: #f5f1e6;
}

* html .franchise #navA { height: 80px;}

.franchise #navA li {
	float: left;
	padding-left: 20px;
}


.franchise .textImage {
	padding: 5px 0 10px;
}


/* aisatsu
------------------------------------------------------------------------*/

.aisatsu #col-a p.imageL {
	width: 200px;
	height: 194px;
	margin: 0 20px 15px 0;
}




/* boshu
------------------------------------------------------------------------*/

.boshu table {
	margin-bottom: 25px;
}

.boshu th {
	width: 10em;
}




/* company
------------------------------------------------------------------------*/

.company table ul {
	margin: 0;
}

.company table ul li {
	list-style: inherit;
}

.company table dl {
	margin: 10px 0 15px; 
}

.company table dt {
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: .05em;
}





/* link
------------------------------------------------------------------------*/

.link table img { display: block;}



/* sitemap
------------------------------------------------------------------------*/

.sitemap #boxL,
.sitemap #boxR { width: 330px;}

.sitemap #boxL { float: left;}
.sitemap #boxR { float: right;}



.sitemap #col-a dl {
	margin-bottom: 25px;
}

.sitemap #col-a dt {
	padding: 2px 5px;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 0;
	border-bottom: 2px solid #ae8740;
	height: 100%;
}

.sitemap #oneLayer {
	margin-bottom: 25px;
}

.sitemap #col-a ul {
	padding: 0 10px;
}

.sitemap #col-a li {
	padding: 3px 25px 4px;
	border-bottom: 1px dashed #ccc;
	height: 100%;
}


.sitemap #col-a ul a {
	padding-left: 10px;
	background: url(../images/arw0.gif) no-repeat 0 50%;
}

.sitemap #col-a ul a:hover {
	background: url(../images/arw0_o.gif) no-repeat 0 50%;
}


/* contact
------------------------------------------------------------------------*/

.contact .adjust { padding: 15px 0 10px;}

.contact #col-a h3.sec {
	background: #faf8f4 url(../images/h3.gif) no-repeat;
	width: 635px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	padding: 15px 0 0 45px;
	font-size: 220%;
	font-weight: bold;
	color: #472912;
}

* html .contact #col-a h3.sec { width: 680px; height: 55px;}

.contact #col-a h4.sec {
	background: url(../images/h4.gif) no-repeat;
	border-bottom: 1px solid #d0d0d0;
	width: 665px;
	min-height: 31px;
	height: auto !important;
	height: 31px;
	padding: 15px 0 0 15px;
	font-size: 160%;
	font-weight: bold;
}

* html .contact #col-a h4.sec { width: 680px; height: 46px;}

.contact #col-a .table_a th { width: 150px; white-space: normal;}

.contact #col-a td span { float: left; padding-left: 15px;}

textarea { width: 430px;}


/* price
------------------------------------------------------------------------*/

.price div#alink { margin: 15px 5px 10px 5px; }
.price div#alink p {
  float: left;
	width: 132px;
	margin-right: 2px;
	padding: 0;
	}


/* hazimete
------------------------------------------------------------------------*/

.hazimete #promise { padding: 0 0 10px;}

/* campaign
------------------------------------------------------------------------*/
#campaign_once {
  padding: 0 0 0 15px;
	}

#campaign_once p {
  margin: 10px 0;
	padding: 0;
	}

#campaign_once p.flo_l {
  margin-right: 10px;
	}

/* Top_info
------------------------------------------------------------------------*/
body#top_info {
	text-align: left;
	background: none;
	padding: 10px;
}

body#top_info .top_info .title{
	color:#6F3030;
	font-weight: bold;
	margin: 0 .5em;
	padding: 0 .5em .2em .7em;
	border-bottom: 1px solid #d0d0d0;
	background: url(../images/top_info_li.jpg) 0 2px no-repeat;
	}

