@charset "utf-8";

/* リセットスタイル */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
	line-height: 1.0;
	letter-spacing:0.1em;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

address, caption, em, strong, th {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
}


/* 汎用スタイル */

.pb5 {
	padding-bottom: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.margin-rignt10{
	margin-right:10px;
}

.margin-bottom40{
	margin-bottom:30px;
}

.margin20{
	margin:20px 0px;
}

.margin-bottom30 {
	margin-bottom:40px;
}

.margin-bottom20 {
	margin-bottom:20px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

img.middle {
	vertical-align:middle;
}

.clear{
	clear:both;
}

.font_bold {
	font-weight: bold;
}

.linehi_8 {
	line-height: 8pt;
}

.linehi_10 {
	line-height: 10pt;
}

.linehi_12 {
	line-height: 12pt;
}

.linehi_16 {
	line-height: 16pt;
}

.fontsize_8 {
	font-size: 8pt;
}

.fontsize_10 {
	font-size: 10pt;
}

.fontsize_12 {
	font-size: 12pt;
}

/* 基本スタイル */

body {
	color : #666666;
	line-height:1.4;
	background-image: url(image/body_bg.gif);
	margin: 0 auto;
	width: 800px;
	font-size: small;
}

a {
	color: #195CAB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
	line-height:1.4;
}

table {
	margin: 0px;
	empty-cells: show;
}

input,label {
	vertical-align: middle;
}

hr {
	display: none;
}

embed,object {
	vertical-align: top;
}

/* 共通スタイル */

#container {
	width: 780px;
	background-color: #FFFFFF;
	padding: 0 10px;
}


#footer {
	margin: 0;
	background-image: url(image/footer_bg.gif);
	padding-left: 25px;
	clear: both;
	padding-top: 28px;
	padding-bottom: 13px;
}

/* トップページスタイル */

#top-header {
	background-image: url(image/top_logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#top-header h1 {
	width: 170px;
	height: 130px;
	margin-left: 20px;
}

#top-header h1 a {
	width: 170px;
	background-image: url(image/top_logo.gif);
	text-indent: -9999px;
	height: 130px;
	display: block;
}

#topmain{
	padding-bottom:10px;
	}

#info-box{
	background-image: url(image/topinfo_main_bg.jpg);
	background-position:center bottom;
	}
	
#infobtn{
	background-image: url(image/top_btn_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 13px 0px 13px 12px;
	}
	
#infobtn li{
	display:inline;
	}
	
#infobtn li img{
	margin-right:5px;
	}

#informationbox {
	width: 750px;
	padding: 0px 15px;
	}
	
#informationmain {
	width: 530px;
	float: left;
	margin-right: 20px;
	}

#informationsub {
	float: left;
	width: 200px;
	}

#informationmain dt{
	float:left;
	width:90px;
	line-height: 1.3;
	padding-bottom: 10px;
	}

#informationmain dd{
	width: 440px;
	float:left;
	line-height: 1.3;
	padding-bottom: 10px;
	}

/* 中ページスタイル */

#contents {
	width: 780px;
	background-image: url(image/container2_top_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#header {
	background-image: url(image/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#header h1 {
	height: 97px;
}

#header h1 a {
	width: 180px;
	background-image: url(image/logo.gif);
	text-indent: -9999px;
	height: 80px;
	display: block;
	margin-left: 15px;
}

#navi {
	float: left;
	width: 180px;
	padding-right: 12px;
	padding-left: 15px;
	background-image: url(image/navi_top_bg.gif);
	background-repeat: no-repeat;
	margin-top: 33px;
}

#navi img {
	vertical-align: bottom;
	font-size: 0px;
	line-height: 0px;
}

#main{
	background-image: url(image/title_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 550px;
	padding:0 10px 0 13px;
	float: left;
	}
	
#main h2{
	padding: 31px 0 20px 0;
	height: 50px;
	}
	
#main h3 {
	clear: both;
	padding: 15px 0 8px 0;
	width: 550px;
	color: #7E58BD;
	font-size: 150%;
	font-weight: bold;
	background: url(image/title_underbar.gif) left bottom;
	background-repeat: repeat-x;
	margin-bottom: 15px;
}

#main h4 {
	color: #3C8E3F;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

#main h5 {
	color: #7E58BD;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

#main h6 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

.pagetop {
	background-image: url(image/pagetopbg.gif);
	padding: 10px 10px 30px 0;
	text-align: right;
	margin: 30px 0 0 0;
	background-repeat: no-repeat;
}






/* 会社概要 */

#companylist dl{
	width:550px;
	line-height: 1.3;
	margin-top:20px;
	}

#companylist dt{
	float:left;
	width:90px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dfdfdf;
	padding-top: 10px;
	}

#companylist dd{
	width: 440px;
	float:left;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dfdfdf;
	padding-top: 10px;
	}
	
#company-btn{
	width:550px;
	text-align:right;
	clear: both;
	padding: 30px 0px;
	}

/* 美容室一覧 */


#salonlistimg{
	background-image: url(image/salon_list_i01.jpg);
	background-repeat: no-repeat;
	width: 230px;
	padding-top: 170px;
	padding-right: 320px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 55px;
	position: relative;
	}
	
#salonlistimg .salonlistlink{
	position: absolute;
	top: 0;
	left: 0;
	}
	
.salonlist-td01{
	background-color:#F3EFF9;
	border:#dfdfdf solid 1px;
	padding:10px;
	white-space: nowrap;
	width: 30px;
	font-size: 12px;
	}

.salonlist-td02{
	background-color:#F3EFF9;
	border:#dfdfdf solid 1px;
	padding:10px;
	white-space: nowrap;
	width: 85px;
	font-size: 12px;
	}

.salonlist-td03 {
	border:#dfdfdf solid 1px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height:1.4;
}

.area{
	font-weight: bold;
	padding: 4px 0px 5px 0px;
	border-bottom: 1px solid #dfdfdf;
	margin: 20px 0px 10px 0px;
	background: url(image/area_headicon.gif) no-repeat;
	height: 22px;
	font-size: 15px;
	color: #545454;
	padding-left: 20px;
	cursor: pointer;
	}
	
.area a{
	font-size: 14px;
	font-weight: bold;
	color:#545454;
	letter-spacing: 0.3em;
	outline:none;
	}

.area a:hover{
	text-decoration:none;
	}

.area a img{
	line-height: 1.0;
	margin-left: 15px;
	height: 18px;
	width: 48px;
	vertical-align: bottom;
	}

.shopname{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	background-image: url(image/salonlist_shopname_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 550px;
	padding-left: 10px;
	}




/* ブロックエディタ */


.img-l {
	clear: both;
	float:left;
	margin:0px 10px 10px 0px;
}

.img-r {
	clear: both;
	float:right;
	margin:0px 0px 10px 10px;
}

.waku {
	clear: both;
	padding: 15px;
	border: 1px solid #7E58BD;
	width: 518px;
	margin-bottom: 15px;
}

.hrstyle {
	clear: both;
	border-top: 1px dotted #CCCCCC;
	height: 14px;
	text-indent: -9999px;
	width: 550px;
}

.rich {
	clear: both;
	width: 550px;
	margin-bottom: 15px;
}

.ta-right {
	text-align: right;
}


/* リストページ */


#categorylist {
	background-image: url(image/title_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 550px;
	padding:0 10px 0 13px;
	float: left;
	}
	
#categorylist h2{
	padding: 31px 0 20px 0;
	height: 50px;
	}
	
#categorylist dt {
	clear: both;
}

#categorylist h3 {
	background: url(image/area_headicon.gif) no-repeat 0px 18px;
	border-bottom: 1px solid #dfdfdf;
	font-weight: bold;
	padding: 24px 0 4px 20px;
	margin-bottom: 10px;
	height: 22px;
	font-size: 15px;
	color: #545454;
	width: 530px;
}

#categorylist dd {
	padding-bottom: 15px;
	overflow: hidden;
}

#categorylist dd .listimg {
	float: left;
	padding-right: 15px;
}

#categorylist dd p {
}


/* サイトマップページ */

#sitemap dt {
	clear: both;
}

#sitemap h3 {
	background: url(image/area_headicon.gif) no-repeat 0px 18px;
	border-bottom: 1px solid #dfdfdf;
	font-weight: bold;
	padding: 24px 0 4px 20px;
	margin-bottom: 10px;
	height: 22px;
	font-size: 15px;
	color: #545454;
	width: 530px;
}

#sitemap dd {
	padding-bottom: 15px;
	padding-left: 20px;
}

#sitemap dd p {
}

/* よくある質問ページ */

#qanda h3 {
	background: url(image/qanda_iconq.gif) no-repeat;
	border-bottom: 1px solid #dfdfdf;
	font-weight: bold;
	padding: 4px 0 4px 30px;
	margin-bottom: 0px;
	height: 22px;
	font-size: 15px;
	color: #545454;
	width: 530px;
}

#qanda dl {
	margin-bottom: 20px;
}

#qanda dd {
	margin-left: 30px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 10px;
}

#qanda .qanda-a-icon {
	background-image:url(image/qanda_icona.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	
}

/* メールフォーム */

#mailpage {
}

#mailpage th{
	background-color:#F3EFF9;
	border:#dfdfdf solid 1px;
	padding: 5px 5px 5px 10px;
	width: 150px;
	}
#mailpage td {
	border: 1px solid #dfdfdf;
	padding: 5px 5px 5px 10px;
}

#mailpage span {
	color: #CC0000;
}

#mailpage .telsize input {
	width: 50px;
}

#mailpage .messize {
	line-height: 1.5;
}

#mailpage .messize textarea {
	width: 300px;
}

#mailpage .button {
	padding: 15px;
	text-align: center;
}

#mailpage .button button {
	padding: 5px;
}



.error {
	color: #CC0000;
}
.form_bottom {
	text-align: center;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
	margin-top: 30px;
	padding-bottom: 50px;
}

#contact-end {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
#other {
	font-size:x-small;
	margin: 0px;
	padding: 0px;
}


/* clear floatなど */

#body,
#footer{
	/*\*/
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
}

#body:after,
#footer:after{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}


br {
	letter-spacing: 0;
}





/* ----------------------------------------
 * 商品ページ（ランディング形式）
 * ---------------------------------------- */

#reReset {
	font-family: メイリオ,Meiryo,"ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#reReset img {
	vertical-align: bottom;
}
#reReset strong {
	font-weight: bold;
}
#reReset ul li,
#reReset ol li {
	list-style: none;
	line-height: 1.4;
}
#reReset h1,
#reReset h2,
#reReset h3,
#reReset h4,
#reReset h5,
#reReset h6,
#reReset h7 {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}

/* ----------------------------------------
 * 商品ページ Clione 2011.01.05
 * ---------------------------------------- */

#products-clione {
	color: #444;
}
#products-clione .head {
	height: 789px;
}
#products-clione .head .color {
	float: right;
}
#products-clione .head .medigel {
	float: left;
	width: 265px;
	height: 193px;
	padding-bottom: 23px;
	background: url(/image/clione_head_medi_bg.jpg) left 23px no-repeat;
}
#products-clione .head .medigel dd {
	padding: 48px 80px 0 33px;
	font-size: 10px;
	line-height: 1.4;
}
#products-clione .voice ul {
	background: url(/image/clione_voice_bg.jpg) left top no-repeat;
	color: #ce608a;
	font-size: 11px;
	width: 550px;
	height: 230px;
}
#products-clione .voice li {
	float: left;
}
#products-clione .voice li.voice01 {
	width: 130px;
	text-align: center;
	padding: 68px 0 0 44px;
}
#products-clione .voice li.voice02 {
	width: 135px;
	text-align: center;
	padding: 60px 0 0 35px;
}
#products-clione .voice li.voice03 {
	width: 135px;
	text-align: center;
	padding: 60px 0 0 30px;
}
#products-clione .main {
	clear: both;
	background: url(/image/clione_main_bg.jpg) left top no-repeat #f3d3d6;
	padding: 0 30px;
	overflow: hidden;
}
#products-clione .main h2 {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-style: normal;
	font-variant: normal;
	font-size: 24px;
	letter-spacing: 0.8px;
	color: #444;
	margin-bottom: 30px;
}
#products-clione .main ul li h3 {
	margin-bottom: 4px;
}
#products-clione .main ul li p {
	line-height: 1.7;
}
#products-clione .main ul li.electro {
	width: 360px;
	height: 245px;
}
#products-clione .main ul li.electro p.cap {
	background: url(/image/clione_main_electro_img.jpg) left top no-repeat;
	padding-left: 90px;
	height: 90px;
	font-size: 10px;
	line-height: 1.4;
}
#products-clione .main ul.leftbox {
	width: 235px;
	float: left;
}
#products-clione .main ul.rightbox {
	width: 235px;
	float: right;
}
#products-clione .main ul li.ems {
	height: 170px;
}
#products-clione .main ul li.led {
	height: 192px;
}
#products-clione .main ul li.highfre {
	height: 200px;
}
#products-clione .main ul li.concent {
	background: url(/image/clione_main_concent_tit.jpg) left top no-repeat;
	width: 190px;
	height: 70px;
	padding: 20px;
}
#products-clione .main ul li.concent p {
	line-height: 1.5;
}
#products-clione .care {
	clear: both;
	background: url(/image/clione_care_bg.jpg) left top no-repeat;
	padding: 20px 40px 0 40px;
	height: 535px;
	overflow: hidden;
}
#products-clione .care h2 {
	margin-bottom: 20px;
}
#products-clione .care ul li {
	padding-left: 85px;
	width: 145px;
	margin-bottom: 10px;
}
#products-clione .care ul li h3 {
	margin-bottom: 10px;
}
#products-clione .care ul li span.orange {
	color: #eb6142;
}
#products-clione .care ul li span.blue {
	color: #85a0d3;
}
#products-clione .care ul li.care01 {
	background: url(/image/clione_care_01_img.jpg) left 2px no-repeat;
	float: left;
	height: 114px;
}
#products-clione .care ul li.care02 {
	background: url(/image/clione_care_02_img.jpg) left 2px no-repeat;
	float: right;
}
#products-clione .care ul li.care03 {
	clear: both;
	background: url(/image/clione_care_03_img.jpg) left 2px no-repeat;
	float: left;
}
#products-clione .care ul li.care04 {
	background: url(/image/clione_care_04_img.jpg) left 2px no-repeat;
	float: right;
	height: 114px;
}
#products-clione .care ul li.care05 {
	clear: both;
	background: url(/image/clione_care_05_img.jpg) left 2px no-repeat;
	float: left;
	height: 113px;
}
#products-clione .care ul li.care06 {
	background: url(/image/clione_care_06_img.jpg) left 2px no-repeat;
	float: right;
}
#products-clione .engine {
	clear: both;
	background: url(/image/clione_engine_bg.jpg) left top no-repeat #fcedee;
	padding: 25px 20px 30px 20px;
}
#products-clione .engine h2 {
	height: 41px;
}
#products-clione .engine .text {
	background: url(/image/clione_engine_foot.jpg) left bottom no-repeat;
	padding-bottom: 10px;
}
#products-clione .engine h3,
#products-clione .engine p {
	border-right: 1px solid #dd9eb6;
	border-left: 1px solid #dd9eb6;
}
#products-clione .engine h3 {
	color: #c8638a;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 15px 15px 8px;
	width: 478px;
}
#products-clione .engine p {
	padding: 0 15px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#products-clione .foot {
	background: url(/image/clione_foot_logo.jpg) 375px top no-repeat #fcedee;
	padding: 0 20px 20px 20px;
	font-size: 11px;
}
#products-clione .foot h2 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #e2c6a8;
	width: 320px;
	height: auto;
	padding: 10px 0 5px 0;
	margin-bottom: 15px;
}
#products-clione .foot h2 span {
	font-weight: normal;
	font-size: 12px;
}
#products-clione .foot h3 {
	width: 320px;
	margin-bottom: 8px;
}
#products-clione .foot h3 span {
	float: right;
}
#products-clione .foot ul.cap01 {
	width: 150px;
	float: left;
}
#products-clione .foot ul.cap02 {
	width: 190px;
	float: left;
}
#products-clione .foot ul.cap03 {
	width: 170px;
	float: left;
	margin-top: 1.4em;
}
#products-clione .foot p.other {
	clear: both;
	padding-top: 5px;
}
#products-clione .foot span.white {
	color: #fff;
}


/* ----------------------------------------
 * 商品ページ CURE-HA 4点セット 2011.01.06
 * ---------------------------------------- */

#products-cureha4,
#products-cureha4 p,
#products-cureha4 strong {
	line-height: 1.7;
}
#products-cureha4 .head .text {
	background: url(/image/cureha4_head_text_bg.jpg) left top no-repeat;
	width: 440px;
	height: 238px;
	color: #fff;
	text-shadow: 1px 1px 1px #c7a1c3;
	padding: 22px 55px 0px;
}
#products-cureha4 .head .text strong {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
#products-cureha4 .lineup {
	font-size: 11px;
}
#products-cureha4 .lineup ul {
	margin-bottom: 5px;
}
#products-cureha4 .lineup ul li.optmedi {
	background: url(/image/cureha4_lineup_bg_arw.gif) left bottom no-repeat;
	padding-bottom: 25px;
}
#products-cureha4 .lineup ul li.shampoo,
#products-cureha4 .lineup ul li.o2 {
	background: url(/image/cureha4_lineup_bg_arw.gif) left bottom no-repeat;
	padding: 25px 0;
}
#products-cureha4 .lineup ul li.drops {
	background: url(/image/cureha4_lineup_bg_normal.gif) left bottom no-repeat;
	padding: 25px 0;
}
#products-cureha4 .lineup ul li {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #cea2c9;
}
#products-cureha4 .lineup ul li.optmedi img.image {
	position: absolute;
	top: 25px;
	left: 0px;
}
#products-cureha4 .lineup ul li.shampoo img.image {
	position: absolute;
	top: 45px;
	left: 8px;
}
#products-cureha4 .lineup ul li.o2 img.image {
	position: absolute;
	top: 55px;
	left: 5px;
}
#products-cureha4 .lineup ul li.drops img.image {
	position: absolute;
	top: 40px;
	left: 20px;
}
#products-cureha4 .lineup .product {
	float: left;
	width: 270px;
	padding: 0 10px 0 100px;
}
#products-cureha4 .lineup .product h3 {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0;
	margin-bottom: 10px;
}
#products-cureha4 .lineup .product .name {
	color: #92539d;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 25px;
}
#products-cureha4 .lineup .product .price {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}
#products-cureha4 .lineup .product p {
	margin-bottom: 0;
}
#products-cureha4 .lineup .product p img.illust {
	float: right;
	padding: 0 0 5px 5px;
}
#products-cureha4 .lineup .flow {
	float: right;
	width: 143px;
	padding: 55px 12px 0 15px;
}
#products-cureha4 .lineup ul li.optmedi .flow {
	background: url(/image/cureha4_lineup_flow01.gif) center top no-repeat;
}
#products-cureha4 .lineup ul li.shampoo .flow {
	background: url(/image/cureha4_lineup_flow02.gif) center top no-repeat;
}
#products-cureha4 .lineup ul li.o2 .flow {
	background: url(/image/cureha4_lineup_flow03.gif) center top no-repeat;
}
#products-cureha4 .lineup ul li.drops .flow {
	background: url(/image/cureha4_lineup_flow04.gif) center top no-repeat;
}

#products-cureha4 .wax {
	font-size: 11px;
}
#products-cureha4 .wax ul {
	margin-bottom: 5px;
}
#products-cureha4 .wax ul li {
	overflow: hidden;
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid #cea2c9;
}
#products-cureha4 .wax ul li.cwax {
	padding: 15px 0 25px 0;
}
#products-cureha4 .wax img.image {
	position: absolute;
	top: 40px;
	left: 40px;
}
#products-cureha4 .wax .text {
	padding-left: 190px;
}
#products-cureha4 .wax .text h3 {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0;
	margin-bottom: 10px;
}
#products-cureha4 .wax .text .name {
	color: #92539d;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 25px;
}
#products-cureha4 .wax .text .price {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}
#products-cureha4 .wax .text p {
	margin-bottom: 0;
}


/* ----------------------------------------
 * 商品ページ OPT-medi 2011.01.10
 * ---------------------------------------- */

#products-optmedi {
	color: #333333;
}
#products-optmedi p {
	margin-bottom: 0;
}
#products-optmedi .head {
	margin-bottom: 30px;
}
#products-optmedi .head .more {
	background: url(/image/optmedi_head_more_bg.jpg) left top no-repeat;
	width: 300px;
	height: 140px;
	padding: 70px 0 0 250px;
}
#products-optmedi .head .more p {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	width: 167px;
	margin-bottom: 10px;
}
#products-optmedi .head .text {
	background: #e485b4;
	padding: 0 30px 30px 30px;
	color: #fff;
}
#products-optmedi .head .text h2 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	color: #fff;
}
#products-optmedi .head .text p {
	line-height: 1.7;
}
#products-optmedi .main {
	margin-bottom: 20px;
}
#products-optmedi .main .text {
	background: url(/image/optmedi_main_bg.jpg) left top no-repeat;
	padding: 30px;
}
#products-optmedi .main .text h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	color: #d25693;
	text-shadow: 1px 1px 1px #faedf4;
}
#products-optmedi .main .text p.maintext {
	text-shadow: 1px 1px 1px #faedf4;
	line-height: 1.7;
}
#products-optmedi .main .inner {
	background: #fff;
	margin-top: 30px;
	padding: 20px 30px 20px;
}
#products-optmedi .main .spray {
	position: relative;
	height: 320px;
	margin-bottom: 20px;
}
#products-optmedi .main .spray .image {
	position: absolute;
	left: 0px;
	top: 0px;
}
#products-optmedi .main .spray .point01 {
	position: absolute;
	left: 220px;
	top: 25px;
	font-size: 14px;
}
#products-optmedi .main .spray .point02 {
	position: absolute;
	left: 200px;
	top: 126px;
	font-size: 14px;
}
#products-optmedi .main .spray .cap01 {
	position: absolute;
	left: 105px;
	top: 225px;
	font-size: 10px;
}
#products-optmedi .main .spray .cap02 {
	position: absolute;
	left: 275px;
	top: 225px;
	font-size: 10px;
}
#products-optmedi .main strong.pink {
	color: #e177ac;
}
#products-optmedi .main strong.blue {
	color: #5691d1;
}
#products-optmedi .main strong.orange {
	color: #f39800;
}
#products-optmedi .main strong.purple {
	color: #aba0cd;
}
#products-optmedi .main .inner ul li {
	border: 2px solid #e485b4;
	position: relative;
	overflow: hidden;
	height: 250px;
	margin-bottom: 10px;
}
#products-optmedi .main .inner ul li p {
	width: 195px;
	position: absolute;
	top: 65px;
	left: 15px;
	line-height: 1.7;
}
#products-optmedi .main .inner ul li .image {
	position: absolute;
	top: 17px;
	left: 217px;
}
#products-optmedi .foot {
	background: url(/image/optmedi_point_bg.jpg) left top no-repeat;
	height: 350px;
}
#products-optmedi .foot h2 {
	padding: 35px 0 0 20px;
}
#products-optmedi .foot ul {
	width: 375px;
	padding: 25px 0 0 30px;
}
#products-optmedi .foot ul li {
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	text-shadow: 1px 1px 1px #e47bae;
	margin-bottom: 15px;
}

/* ----------------------------------------
 * 商品ページ sakura 2011.01.10
 * ---------------------------------------- */

#products-sakura {
	color: #333;
}
#products-sakura .head {
	margin-bottom: 30px;
}
#products-sakura .concept dl {
	background: url(/image/sakura_concept_bg.gif) left top no-repeat;
	padding-top: 15px;
}
#products-sakura .concept dl dt {
	color: #ee8ca9;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
#products-sakura .concept dl dd {
	text-align: right;
	line-height: 1.7;
	letter-spacing: 0.5px;
	padding-bottom: 80px;
	background: url(/image/sakura_main_bdr.gif) left bottom no-repeat;
	margin-bottom: 20px;
}

#products-sakura .main .sakuaS,
#products-sakura .main .sakuaT {
	width: 550px;
	padding: 20px 0;
	overflow: hidden;
}
#products-sakura .main .sakuaD {
	width: 550px;
	padding: 0 0 20px 0;
	overflow: hidden;
}
#products-sakura .main .cap {
	color: #e1527d;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 7px;
}
#products-sakura .main .subcap {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 25px;
}
#products-sakura .main .precap {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 7px;
}
#products-sakura .main h2 {
	margin-bottom: 25px;
}
#products-sakura .main .btn {
	margin-bottom: 20px;
}
#products-sakura .main .price {
	line-height: 1.9;
	margin-bottom: 20px;
}
#products-sakura .main .point {
	background: #ea90ab;
	border-radius: 3px;
	text-align: left;
	padding: 20px 25px 10px 25px;
	color: #fff;
}
#products-sakura .main .point h3 {
	position: relative;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
#products-sakura .main .point h3 img {
	position: absolute;
}
#products-sakura .main .point p span {
	font-size: 11px;
}
#products-sakura .main .sakuaS {
	background: url(/image/sakura_main_sakuras_img.jpg) 10px center no-repeat;
	text-align: right;
}
#products-sakura .main .sakuaS .point {
	float: right;
	width: 280px;
}
#products-sakura .main .sakuaS .point h3 img {
	top: -5px;
	left: 95px;
}
#products-sakura .main .sakuaT {
	clear: both;
	background: url(/image/sakura_main_sakurat_img.jpg) right center no-repeat;
}
#products-sakura .main .sakuaT .point {
	width: 280px;
}
#products-sakura .main .sakuaT .point h3 img {
	top: -5px;
	left: 95px;
}
#products-sakura .main .headline {
	clear: both;
}
#products-sakura .main .sakuaD {
	background: url(/image/sakura_main_sakurad_img.jpg) 10px top no-repeat;
	text-align: right;
}
#products-sakura .main .sakuaD .memo {
	float: right;
	width: 415px;
	text-align: left;
	margin-bottom: 15px;
}
#products-sakura .main .sakuaD .memo dl {
	overflow: hidden;
}
#products-sakura .main .sakuaD .memo dl dt {
	float: right;
	width: 120px;
}
#products-sakura .main .sakuaD .memo dl dd {
	width: 200px;
	color: #e55580;
	font-size: 11px;
	line-height: 1.6;
	border: 1px solid #f6cbd8;
	border-radius: 2px;
	padding: 10px 10px 10px 70px;
	margin-top: 10px;
	background: url(/image/sakura_main_sakurad_memo.gif) 10px 10px no-repeat;
}
#products-sakura .main .sakuaD .point {
	clear: both;
	width: 500px;
}
#products-sakura .main .sakuaD .point h3 img {
	top: -5px;
	left: 135px;
}




/* ----------------------------------------
 * 商品ページ medigel 2011.01.11
 * ---------------------------------------- */

#products-medigel {
}
#products-medigel .head {
	margin-bottom: 45px;
}
#products-medigel .main h2 {
	margin-bottom: 20px;
}
#products-medigel .main .main_head {
	background: url(/image/medigel_main_sidebg.jpg) left top no-repeat;
	width: 550px;
	height: 400px;
	position: relative;
}
#products-medigel .main .main_head .text {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 275px;
	line-height: 1.8;
}
#products-medigel .main .main_head .price {
	position: absolute;
	left: 395px;
	top: 80px;
}
#products-medigel .main .main_head .cap {
	position: absolute;
	left: 394px;
	top: 132px;
	font-size: 11px;
	line-height: 1.6;
}
#products-medigel .main .main_head .hawto {
	position: absolute;
	left: 292px;
	top: 300px;
	color: #cb689a;
	font-size: 14px;
	line-height: 1.4;
}
#products-medigel .main .main_foot {
	background: url(/image/medigel_main_footbg.jpg) left top no-repeat;
	width: 550px;
	height: 280px;
	position: relative;
}
#products-medigel .main .main_foot .point {
	position: absolute;
	left: 40px;
	top: 15px;
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	width: 125px;
}
#products-medigel .main .main_foot .cap {
	position: absolute;
	left: 60px;
	top: 170px;
	color: #cb689a;
	font-size: 11px;
	line-height: 1.3;
	width: 130px;
}
#products-medigel .main .main_foot .image {
	position: absolute;
	left: 190px;
	top: 40px;
}
#products-medigel .foot .inner {
	background: url(/image/medigel_foot_bg.jpg) left top no-repeat;
	padding: 25px 0 0 25px;
	height: 202px;
	position: relative;
}
#products-medigel .foot .inner .price {
	color: #fff;
	margin-bottom: 15px;
}
#products-medigel .foot .inner .price span {
	font-size: 11px;
	letter-spacing: 0.5px;
}
#products-medigel .foot .inner ul {
	width: 300px;
}
#products-medigel .foot .inner ul li {
	color: #fff;
	margin-top: 10px;
	border-top: 1px dotted #edcbdc;
	padding-top: 10px;
}
#products-medigel .foot .inner ul li span {
	font-size: 11px;
	letter-spacing: 0.5px;
}
#products-medigel .foot .inner .btn {
	position: absolute;
	left: 355px;
	top: 165px;
}



























