@charset "shift_jis";

/* Universal selector
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	color: #555;
	line-height: 1.5;
	text-decoration: none;
	background-color: transparent;
	}

/* Structure Module
---------------------------------------*/
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border-bottom: 5px solid #706;
	background: #f2eaea;
	}

/* Text Module
---------------------------------------*/

p {
	margin: 10px 0 20px 0;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1;
	font-weight: bold;
	font-family: "ヒラギノ角ゴシックW3" , "メイリオ" , "HGPｺﾞｼｯｸM" , "ＭＳ Ｐゴシック";
	letter-spacing: -1px;
	}
h1 {
	font-size: 250%;
	color: #624165;
	}
h2 {
	font-size: 200%;
	color: #624165;
	}
h3 {
	font-size: 200%;
	color: #624165;
	}
h4 {
	font-size: 200%;
	color: #624165;
	}
h5 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	color: #C2BE77;
	}
h6 {
	padding: 3px;
	clear: both;
	font-size: 150%;
	font-family: times;
	text-align: center;
	border: 1px solid #ebe6d0;
	}
em {
	font-style: normal;
	font-size: 120%;
	font-weight: bold;
	color: #444;
	}
strong {
	font-size: 120%;
	color: #300;
	}
hr {
	clear: both;
	visibility: hidden;
	}
iframe {
	margin-bottom: 20px;
	border: 1px solid #300;
	}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: underline;
	}
a:link,
a:visited {
	color: #706;
	}
a:hover {
	color: #933;
	}
a:active,
a:focus {
	outline: none;
	}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	}

/* List Module
---------------------------------------*/
ul,
ol,
dl {
	margin: 1em 16px 25px 16px;
	padding: 1px 8px;
	}
li,
dt,
dd {
	margin-bottom: 5px;
	font-size: 90%;
	}
dt {
	color: #004171;
	}
/*
dd {

	}
*/
li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size:100%;
	}
li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.4em 8px;
	}

/* Table Module
-----------------------------------------------------------------------------------------*/
table {
	margin: 10px 0 25px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccbcbc;
	line-height: 1.4;
	background: #fff;
	}
caption {
	margin: 0;
	padding: 4px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	border: 1px solid #3a111b;
	border-right: 3px solid #3a111b;
	background: url(../images/common/nav_bg.gif) repeat-x bottom;
	}
td, th {
	border-bottom: 1px solid #ccf;
	padding: 2px 4px;
	font-size: 11px;
	}
td strong, th strong {
	color: #f36;
	font-weight: normal;
	font-size: 11px;
	}
thead th {
	color: #fff;
	border-right: 1px solid #ccbcbc;
	border-bottom: 1px solid #ccbcbc;
	background: #624165;
	}
thead td {
	text-align: center;
	border-right: 1px solid #ccbcbc;
	background: #D9C6DB;
	}
tfoot th {
	font-weight: normal;
	text-align: left;
	border-top: 3px solid #ccbcbc;
	background: #eee;
	}
tbody th {
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #ccbcbc;
	}
tbody td {
	text-align: center;
	border-right: 1px solid #ccbcbc;
	background: #fbf4fd;
	}
#form_yoyaku tbody th {
	padding: 5px;
	color: #300;
	}
#form_yoyaku tbody th span {
	margin-left: 5px;
	color: #b408f4;
	font-size: 10px;
	}
#form_yoyaku tbody td {
	padding: 5px;
	text-align: left;
	font-size: 10px;
	}
td em {
	font-weight: none;
	font-style: normal;
	font-size: 100%;
	color: #f66;
	}
table.buicheck,
.buicheck td {
	margin: 0;
	padding: 0;
	border: none;
	}


input.DatePicker{
	margin-bottom: 4px;
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	background: #fff url(../images/form_yoyaku/date.gif) no-repeat top left;
	cursor: pointer;
	}
input:focus.DatePicker{
	background: #fffce9 url(../images/form_yoyaku/datefocus.gif) no-repeat top left;
	}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
	}
.dp_cal{
	background-color: #fff;
	border: 1px solid #8B5992;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
	}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
	}
.dp_cal select option{
	padding: 1px 3px;
	}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	color: #444;
	padding: 1px 0;
	}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	}
.dp_cal td{
	cursor: pointer;
	}
.dp_cal thead th{
	background: #d9eefc;
	}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
	}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
	}
.dp_empty{
	background: #eee;
	}
.dp_today{
	background: #daf2e6;
	}
.dp_selected{
	color: #fff;
	background: #ce1370;
	}

/* Forms Module
---------------------------------------*/
input,
textarea,
select {
	padding: 3px;
	color: #444;
	font-size: 12px;
	border: 1px solid #78347a;
	background: #fff;
	}
option {
	color: #444;
	}
input:focus,
	textarea:focus {
	background: #ffc;
	color: #444;
	}
button {
	padding: 3px;
	color: #fff;
	font-size: 12px;
	border: 3px solid #ccc;
	background: #ce1370;
	}
.inputwidth {
	width: 300px;
	}

/* layout
---------------------------------------*/
#header_bar {
	margin: 0;
	padding: 0;
	font-size: 10px;
	background: #4e1231;
	}
#header_bar p {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	color: #fff;
	}

#header_wrap {
	width: 100%;
	overflow: hidden;
	}
#header_wrap {
	height: 275px;
	}
#index #header_wrap {
	height: 402px;
	background: url(../images/index/bg.jpg) no-repeat top center;
	}
#about #header_wrap {
	background: url(../images/about/bg.jpg) no-repeat top center;
	}
#datsumo #header_wrap {
	background: url(../images/datsumo/bg.jpg) no-repeat top center;
	}
#datsumostep #header_wrap {
	background: url(../images/datsumostep/bg.jpg) no-repeat top center;
	}
#qa #header_wrap {
	background: url(../images/qa/bg.jpg) no-repeat top center;
	}
#price #header_wrap {
	background: url(../images/price/bg.jpg) no-repeat top center;
	}
#staff #header_wrap {
	background: url(../images/staff/bg.jpg) no-repeat top center;
	}
#map #header_wrap {
	background: url(../images/map/bg.jpg) no-repeat top center;
	}
#form_yoyaku #header_wrap {
	background: url(../images/form_yoyaku/bg.jpg) no-repeat top center;
	}
#sitemap #header_wrap {
	background: url(../images/sitemap/bg.jpg) no-repeat top center;
	}
#privacy #header_wrap {
	background: url(../images/privacy/bg.jpg) no-repeat top center;
	}
#link #header_wrap {
	background: url(../images/link/bg.jpg) no-repeat top center;
	}
#keisai #header_wrap {
	background: url(../images/keisai/bg.jpg) no-repeat top center;
	}
#salonchoice #header_wrap {
	background: url(../images/salonchoice/bg.jpg) no-repeat top center;
	}
#tkc #header_wrap {
	background: url(../images/tkc/bg.jpg) no-repeat top center;
	}
#voice #header_wrap {
	background: url(../images/voice/bg.jpg) no-repeat top center;
	}
#dictionary #header_wrap {
	background: url(../images/dictionary/bg.jpg) no-repeat top center;
	}
#header {
	margin: 0 auto;
	width: 900px;
	}
#logo {
	float: left;
	width: 200px;
	}
#header .saloninfo {
	float: right;
	margin: 15px 20px 0 0;
	width: 650px;
	color: #fff;
	font-size: 11px;
	line-height: 1;
	text-align: right;
	}
.saloninfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 650px;
	
	}
.saloninfo li {
	margin: 0;
	padding: 0;
	float: right;
	width: 260px;
	color: #fff;
	text-align: right;
	}
#header .pagetitle {
	clear: both;
	top: 80px;
	position: relative;
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 25px;
	font-family: "Helvetica";
	line-height: 1;
	color: #fff;
	}
#header .pagetitle span {
	clear: both;
	margin-left: 15px;
	font-size: 10px;
	color: #e1b7de;
	}
#nav {
	clear: both;
	overflow: hidden;
	width: 100%;
	background: url(../images/common/nav_bg.gif);
	}
#nav ul {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	list-style-type: none;
	}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	}
#topicpath {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 10px;
	border-bottom: 1px solid #ad9b9b;
	background: #ccbcbc;
	}
#topicpath p {
	margin: 0 auto;
	padding: 5px 0;
	width: 900px;
	}
#topicpath a {
	margin-right: 15px;
	padding-right: 15px;
	background: url(../images/common/topicpath.gif) no-repeat right;
	}
#index #topicpath a {
	background: none;
	}
#content {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	width: 900px;
	}
#leftside {
	float: left;
	padding-top: 30px;
	width: 570px;
	}
#rightside {
	float: right;
	padding-top: 30px;
	width: 300px;
	border-left: 2px solid #ccbcbc;
	background: #fff;
	}
.phone {
	margin: 0 15px 15px;
	padding: 10px 20px;
	font-size: 11px;
	background: url(../images/common/sidebar_reserve_bg.gif) no-repeat bottom;
	}
.phone dt,
.phone dd {
	width: 230px;
	}
.phone dd {
	margin-bottom: 5px;
	}
.phone_title {
	margin-left: 15px;
	}
#footer {
	clear: both;
	margin: 0 auto;
	padding: 25px 0;
	width: 900px;
	font-size: 10px;
	border-top: 2px solid #ccbcbc;
	}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#footer li {
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	display: inline;
	border-right: 1px solid #ccbcbc;
	}
#footer p {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccbcbc;
	}
#footer ul.minitext {
	font-size: 9px;
	}
.felink a {
	font-size: 8px;
	color: #666;
	text-decoration: none;
	}

/* layout [index]
---------------------------------------*/
#news {
	margin: 0 0 25px 0; 
	padding: 15px 15px 0 15px;
	border: 3px solid #ccbcbc;
	background: #fff;
	}
#news dt {
	margin-bottom: 6px;
	padding-left: 15px;
	width: 110px;
	color: #300;
	background: url(../images/common/icon_text.gif) no-repeat 0 50%;
	}
#news dd {
	margin: -2.2em 0 10px 125px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
#news em {
	display: block;
	color: #624165;
	font-weight: bold;
	}
p.subtitle {
	color: #966;
	font-weight: bold;
	font-size: 120%;
	}
div.treatment_menu {
	overflow: hidden;
	padding: 5px 0;
	width: 848px;
	border-bottom: 1px solid #ccc;
	background: #f1f1f1;
	}
div.heightLineParent {
	margin-left: 5px;
	clear: both;
	}
.treatment_menu ul {
	float: left;
	overflow: hidden;
	margin: 0 3px 0 0;
	padding: 55px 10px 10px 10px;
	width: 251px;
	list-style-type: none;
	border: 3px solid #ccc;
	}
.treatment_menu ul.list_01 {
	background: url(../images/common/treatment_menu_bg1.gif);
	}
.treatment_menu ul.list_02 {
	background: url(../images/common/treatment_menu_bg2.gif);
	}
.treatment_menu ul.list_03 {
	margin-right: 0;
	background: url(../images/common/treatment_menu_bg3.gif);
	}
.treatment_menu ul.list_04 {
	background: url(../images/common/treatment_menu_bg4.gif);
	}
.treatment_menu ul.list_05 {
	background: url(../images/common/treatment_menu_bg5.gif);
	}
.treatment_menu ul.list_06 {
	margin-right: 0;
	background: url(../images/common/treatment_menu_bg6.gif);
	}
.treatment_menu li {
	margin: 0 0 2px 0;
	padding-left: 20px;
	background: url(../images/common/icon_arrow2.gif) no-repeat 10px 50%;
	}
.treatment_menu li a {
	text-decoration: none;
	}

/* layout [price]
---------------------------------------*/
.price_menu {
	margin: 0;
	padding: 0;
	width: 540px;
	list-style-type: none;
	}
.price_menu li {
	margin: 0;
	padding: 0;
	float: left;
	}

/* layout [qa]
---------------------------------------*/
.qa_list {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
	}
.qa_list li {
	margin: 0;
	}
.qa_list li a {
	padding: 4px 20px;
	display: block;
	width: 484px;
	text-decoration: none;
	border-bottom: 1px solid #cce;
	background: url(../images/qa/mark_q.gif) no-repeat 5px 6px;
	}
.qa_list li a:hover {
	text-decoration: none;
	background: #ffc url(../images/qa/mark_q.gif) no-repeat 5px 6px;
	}
#qa_answer .qa_list li {
	margin: 0 0 10px 0;
	padding-left: 20px;
	width: 550px;
	font-size: 12px;
	font-weight: bold;
	color: #300;
	background: url(../images/qa/mark_q.gif) no-repeat 0 3px;
	}
#qa_answer .qa_list li.qa_a {
	margin: 0 0 20px 20px;
	padding:  0 0 20px 20px;
	width: 530px;
	font-weight: normal;
	color: #555;
	border-bottom: 1px solid #cce;
	background: url(../images/qa/mark_a.gif) no-repeat 0 3px;
	}

/* layout [form_yoyaku]
---------------------------------------*/
ul.reserve_area  {
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 0;
	width: 570px;
	list-style-type: none;
	}
.reserve_area li {
	margin: 0;
	padding: 0;
	float: left;
	}

/* layout [sitemap]
---------------------------------------*/
#sitemap #leftside ul ul li  {
	margin-left: 40px;
	}

/* Section
---------------------------------------*/
.section1 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px 0 20px;
	border: 3px solid #ccbcbc;
	background: #fff;
	}

/* Images
---------------------------------------*/
.imgtop {
	margin-bottom: 20px;
	}
.imgleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	}
.imgright {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	}

/* etc.
---------------------------------------*/
dl.bunner_list {
	margin: 0 0 20px 15px;
	padding: 0;
	width: 270px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	}
.bunner_list dt {
	margin-bottom: 5px;
	}
.bunner_list dd {
	margin-bottom: 10px;
	}
.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ad9b9b;
	}
dl.liststyle1 {
	margin: 0 0 20px 10px;
	padding: 0;
	font-size: 110%;
	}
.liststyle1 dt {
	margin: 0;
	padding-left: 15px;
	width: 100px;
	color: #300;
	font-weight: bold;
	background: url(../images/common/icon_text.gif) no-repeat 0 50%;
	}
.liststyle1 dd {
	margin: -1.5em 0 10px 100px;
	}
dl.liststyle2 {
	margin: 0 0 20px 0;
	padding: 0;
	width: 480px;
	border-bottom: 1px solid #ccc;
	}
.liststyle2 dt {
	margin: 0;
	padding: 5px 0 0 12px;
	border-top: 1px solid #ccc;
	background: url(../images/common/icon_text.gif) no-repeat 0 70%;
	}
.liststyle2 dd {
	margin: -1.5em 0 10px 100px;
	}
.alignright {
	text-align: right;
	}
.leftset {
	float: left;
	width: 260px;
	}
.rightset {
	float: right;
	width: 260px;
	}
.bullist {
	margin-right: 0;
	}
.bullist li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-image: url(../images/common/icon_text.gif);
	border-bottom: 1px solid #ccc;
	}
.picktext {
	padding: 5px 0;
	border-top: 2px solid #ad9b9b;
	border-bottom: 2px solid #ad9b9b;
	}
.feature {
	margin: 0 0 20px 0;
	padding: 0;
	width: 570px;
	overflow: hidden;
	list-style-type: none;
	font-size: 10px;
	}
.feature li {
	margin: 0 22px 0 0;
	padding: 0;
	float: left;
	display: block;
	width: 125px;
	}
.feature li.feature_left {
	margin: 0;
	}
.feature li a img {
	margin-bottom: 4px;
	border: 5px solid #3E0C4A;
	border-bottom: 10px solid #3E0C4A;
	}
.feature li a:hover img {
	border: 5px solid #fff;
	border-bottom: 10px solid #fff;
	}
.stepleft {
	float: left;
	width: 60px;
	font-size: 60px;
	font-family: "Helvetica";
	text-align: center;
	color: #ccbcbc;
	}
.stepright {
	float: right;
	width: 510px;
	}
.kansou {
	clear: both;
	margin-bottom: 30px;
	padding: 8px;
	font-size: 10px;
	border: 1px solid #ab75b0;
	background: #fff;
	}
.kansou strong {
	color: #909;
	}
.publeft {
	float: left;
	width: 275px;
	}
.pubright {
	float: right;
	width: 275px;
	}
p.minitext {
	font-size: 10px;
	}
ul.linelist {
	margin: 20px 0;
	padding: 0;
	width: 570px;
	list-style: none;
	overflow: hidden;
	}
.linelist .leftlist {
	margin-right: 12px;
	}
.linelist em {
	margin-top: 5px;
	display: block;
	}
.linelist li {
	float: left;
	display: inline;
	width: 180px;
	border: none;
	background: none;
	}
.redtext {
	color: #f00;
	}
.bluetext {
	color: blue;
	}
.minititle {
	padding: 2px 5px;
	color: #fff;
	font-size: 10px;
	background: url(../images/common/nav_bg.gif) bottom;
	}

ul.voicelist {
	margin: 20px 0 20px -10px;
	padding: 0;
	width: 570px;
	list-style: none;
	font-size: 11px;
	overflow: hidden;
	}
.voicelist li {
	float: left;
	display: inline;
	margin: 0 0 20px 20px;
	width: 170px;
	border-bottom: 2px solid #c7c5c5;
	background: #fff url(../images/voice/voicebox_bg.gif) no-repeat top;
	font-size: 11px;
	}
.voicelist span {
	display: block;
	padding: 15px;
	}
.voicelist em {
	color: #fff9ce;
	font-size: 13px;
	}
.voicelist strong {
	margin: 5px 0;
	padding: 1px 0 1px 7px;
	display: block;
	border-top:  1px solid #300;
	border-bottom:  1px solid #300;
	}

/* lightbox
---------------------------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	background-color: #fff;
	color: #666;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { color: #666; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	color: #1c0022;
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}