@charset "utf-8";
/*All device
--------------------------------------------------*/
.spdn {
	display: none;
}

#header .logowrap h1 {
	float:right;
	width:210px;
}

#contents {
	text-align:center;
}

#breadcrumbs_pc {
	display:none;
}

#breadcrumbs_sp {
	padding:10px;
	font-size:10px;
	text-align:left;
}

#breadcrumbs_sp a, #breadcrumbs_sp a:hover, #breadcrumbs_sp a:active {
	text-decoration:underline;
}

#contents .socialIcon3 {
	display:none;
}

/*SPにソーシャル出す場合はこれをはずす
#container .socialIcon3 {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	display:block;
}
#container .socialIcon3 ul {
	text-align:left;
	overflow:hidden;
}
#container .socialIcon3 ul li {
	padding:0px;
	float:left;
	margin:0px 5px 0px 0px;
}*/


/* ▼メインビジュアル */

h2.maintitle_pc {
	display:none;
}
h2.maintitle_sp {
	width:100%;
	margin: 20px auto;
}
h2.maintitle_sp img {
	width:100%;
	vertical-align:bottom;
}



/* ▼リード文 */
.tread_sp {
	width:95%;
	margin:0 auto 30px;
	font-size:10px;
	text-align:left;
}
.tread_pc {
	display:none;
}



/* ▼カタログボタン */
a#buttontop_sp {
	display:block;
	width:95%;
	margin:15px auto;
	padding:8px 0;
	background:url("../images/icon_catalog.png") 8px 50% no-repeat;
	background-size:22px;
	background-color:#EF507A;
	border:solid #E24264;
	border-width:1px 1px 2px 1px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#FFFFFF !important;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
a.stylebutton_sp {
	display:block;
	width:95%;
	margin:15px auto;
	padding:8px 0;
	background:url("../images/icon_catalog.png") 8px 50% no-repeat;
	background-size:22px;
	background-color:#F58595;
	border:solid #EC6184;
	border-width:1px 1px 2px 1px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#FFFFFF !important;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
a#buttontop_sp span, a.stylebutton_sp span {
	font-size:12px;
}
#buttontop_pc, .stylebutton_pc {
	display:none;
}



/* ▼アンカーボタン */
#contents #nav {
	width:100%;
	margin:0 auto 10px;
	text-align:center;
}
#contents #nav li {
	display:inline;
}
#contents #nav li img {
	width: 21%;
	margin:0 2px;
}



/* ▼掲載期間 */
.days {
	clear:both;
	width:95%;
	margin:0 auto 10px;
}

.days .text {
	font-size:10px;
	text-align:right;
}



/* ▼特集コンテンツ部分 */
.stylename_pc {
	display:none;
}
.stylename_sp {
	display:block;
	width:95%;
	position:relative;
	margin:0 auto 10px;
	padding:5px 0 5px 11px;
	font-size:15px;
	font-weight:bold;
	line-height:1.5;
	text-align:left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.stylename_sp .x {
	color:#988989;
}
.stylename_sp .short {
	color:#ed9d56;
}
.stylename_sp .medium {
	color:#f58595;
}
.stylename_sp .semilong {
	color:#c36ed2;
}
.stylename_sp .long {
	color:#926ed3;
}
.stylename_sp:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:5px;
	height:auto;
	bottom:0;
	border-radius:5px;
}
#style1,#style2,#style3 {
	margin: 30px 0 40px;
}
#style1 .stylename_sp:before {
	background-color:#986753;
}
#style2 .stylename_sp:before {
	background-color:#6d9852;
}
#style3 .stylename_sp:before {
	background-color:#d9677c;
}
.line {
	width: 95%;
	border-top: 1px solid #9c8e8e;
}
.section_01 .read {
    width: 95%;
    margin: 0 auto 20px;
    font-size: 10px;
    text-align: left;
}
.section_01 ul li {
	margin-bottom: 30px;
}
.section_01 ul li img {
	width: 80%;	
}
.section_01 ul li p {
    width: 80%;
    margin: 0 auto;
    font-size: 10px;
    text-align: left;
}
#style1 img.icon,
#style2 img.icon,
#style3 img.icon {
	width: 90%;
	margin-bottom: 20px;
}


.styleph {
	width:50%;
	margin:0 auto 5px;
}

.styleph img {
	width:100%;
}

.styleinfo {
	width:100%;
}

/* cataloglist */
.cataloglist {
	margin:0 auto 15px;
	padding: 8px 8px 10px;
	background-color: #F0EEEC;
	word-break: break-all;
}

.cataloglist > li {
	float: left;
	width: 50%;
	height: 86px;
	padding: 0 4px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cataloglist > li:last-child {
	padding: 0 0 0 4px;
}

.cataloglist a {
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	border: 1px solid #C1BBB5;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px rgb(193,187,181);
	box-shadow: 0 2px rgb(193,187,181);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
	background-color: #FFFFFF;
}

/*.cataloglist a:after {
	border: solid #AB9C84;
	border-width: 0 3px 3px 0;
	content: "";
	display: block;
	height: 6px;
	line-height: 1;
	margin-top: -6.5px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 6px;
}*/

.cataloglistbox {
	height: 100%;
	border: none;
	padding: 0;
}

.cataloglistImg_sp {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0;
}

.cataloglistImg_pc {
	display:none;
}

.cataloglistTextArea {
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	/*right: 0;*/
	width: 100%;
	height: 100%;
	padding-left: 72px;
	padding-right: 8px;
	/*padding-right: 20px;*/
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.5em;
	text-align:left;
}

.cataloglistTextArea > span {
	display: table-cell;
	vertical-align: middle;
	font-family: monospace;
	font-weight: bold;
	color: #8A7C7C;
}

/*searchlinklist*/
.verticalLinkListRecommend {
	position: relative;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 76px;
	overflow: hidden;
}

.verticalLinkListRecommendOpened {
	height:348px !important;
}

.verticalLinkListRecommend > .normalSplitLineT {
	position: relative;
	display:table; 
	width:95%;
	height:61px;
	margin:0 auto 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.verticalLinkListRecommend > .normalSplitLineT > a {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:61px;
	margin:0 auto 15px;
	padding:0 26px 0 40px;
	background:url("../images/icon_search.png") 8px 50% no-repeat;
	background-size:22px;
	background-color:#ffe1ea;
	border:solid #ffe1ea;
	border-width:1px 1px 2px 1px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:left;
}

.verticalLinkListRecommend > .normalSplitLineT > a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 9px;
	height: 14px;
	line-height: 1;
	margin-top: -6.5px;
	right: 10px;
	font-weight: bold;
	background: url(../images/icon_link_sp.png) no-repeat 0 0;
	-webkit-background-size: 9px 14px;
	background-size: 9px 14px;
}

.refineMenu {
	border-radius: 0 ;
}

.refineMenu > .normalSplitLineT > a:after{
	-webkit-transform: rotate(90deg) !important;
}

.refineMenu > .normalSplitLineT.sliderContentsClosed > a:after{
	-webkit-transform: rotate(-90deg) !important;
}




/* ▼サロンリンク */
.searchlinklist {
	width:95%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto;
	/*padding:0 0 2px;*/
	font-size:12px;
	text-align:center;
	overflow:hidden;
	border:1px solid #CCC;
	background-color:#FBFAF5;
}
.searchlinklist dt {
	width:100%;
	margin:0 0 6px;
	padding:5px 0;
	font-weight:bold;
}
#style1 .searchlinklist dt {
	background-color:#f6e8dd;
}
#style2 .searchlinklist dt {
	background-color:#e9f6e0;
}
#style3 .searchlinklist dt {
	background-color:#ffd0d9;
}
.searchlinklist dd {
	margin:0 6px;
}
.searchlinklist dd ul li {
    float: left;
    min-width: 35px;
    margin: 0 6px 6px 0;
    padding: 6px;
    border: solid #AAA399;
    border-radius: 8px;
    border-width: 1px 1px 2px 1px;
    background-color: #FFF;
}
.searchlinklist dd ul li a {
    color: #8c61b8;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}








.kirei_pc {
	display:none;
}

.kirei_sp {
	display:block;
	width:95%;
	position:relative;
	margin:15px auto 5px;
	padding:6px 0 6px 11px;
	font-size:14px;
	font-weight:bold;
	line-height:1;
	text-align:left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.kirei_sp:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:5px;
	height:auto;
	bottom:0;
	background-color:#8C61B8;
	border-radius:5px;
}

/* kireilinklist */
#kireilinklist {
	width: 100%;
	margin:0 0 10px;
	border-top: 1px solid #BFB9B0;
	border-bottom: 1px solid #BFB9B0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#kireilinklist li {
	position: relative;
	width: 100%;
	padding: 8px 15px 8px 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: #BFB9B0 1px solid;
}

#kireilinklist li:last-child {
	border-bottom: none;
}

#kireilinklist a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width:100%;
	height:auto;
	text-decoration: none !important;
}

#kireilinklist a:after {
	border: solid #AB9C84;
	border-width: 0 3px 3px 0;
	content: "";
	display: block;
	height: 6px;
	line-height: 1;
	margin-top: -6.5px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 6px;
}

.kireilinklistImg_sp {
	display: block;
	float:left;
	width:85px;
	height:auto;
	margin:0 10px 0 0;
}

.kireilinklistImg_sp img {
	width:85px;
}

.kireilinklistImg_pc {
	display:none;
}

.kireilinklistTextArea {
	display:block;
	padding:5px;
	overflow:hidden;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.5em;
	font-weight:bold;
	text-align:left;
	color:#666666;
}

.kireilinklistTextArea span {
	font-size:10px;
	font-weight:normal;
}

.mintext {
	font-size:10px;
	color:#999;
	text-align:right;
	font-weight:normal;
	margin: 0 0 10px;
}

.pagetopend {
	width: 100%;
	font-size: 12px;
	text-align: right;
	margin-bottom: 5px;
}
.pagetopend a,
.pagetopend a:hover,
.pagetopend a:active {
	text-decoration: underline;
}

/* グローバルナビゲーション */
.gnavi {
	border-bottom: solid 1px #BFB9B0;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}
.gnavi li {
	border-top: 1px solid #BFB9B0;
	box-sizing: border-box;
}

/* ナビゲーションリンク */
.navLink,
.navLink:link,
.navLink:visited {
	color: #666666;
	font-family: Helvetica !important;
}
.navLink,
.navLink:after {
	display: block;
}
.navLink {
	padding: 15px 30px 15px 10px;
	position: relative;
	text-decoration: none !important;
}
.navLink:after {
	border-color: #AB9C84;
	border-style: solid;
	border-width: 0 3px 3px 0;
	content: "";
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 7px;
}

.app {
	color: #AE2B5B;
}

#copyright_lp a img {
	margin-bottom:0;
}






/*IE(6～8)
--------------------------------------------------*/
.ie .spdn {
	display: block;
}
.ie .pcdn {
	display: none;
}
.ie #contents {
	width:800px;
	margin:0 auto;
}

.ie #header {
	position:relative;
	width:800px;
	height:75px;
	margin:0 auto 5px;
	padding:5px;
	border-bottom:2px solid #B4B0AD;
	-webkit-box-shadow:none;
}

/* LOGO */
.ie #header .logo {
	background-position:0 0;
	display:block;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
	width:540px;
	position:absolute;
	left:0;
	top:15px;
	background-image:url("https://imgbp.hotp.jp/CSP/img/bt/sprites/c.png");
	background-repeat:no-repeat;
	border:0 none;
}

.ie #header .logowrap h1 {
	position:absolute;
	right:0;
	top:15px;
	width:250px;
}

/* BREAD CRUMBS */
.ie #breadcrumbs_pc {
	display:block;
	width:800px;
	margin-right:auto;
	margin-left:auto;
}

.ie #breadcrumbs_pc p {
	margin:0 0 5px 0;
	font-size:10px;
	line-height:120%;
	font-weight:bold;
	color:#999;
}

.ie #breadcrumbs_pc a {
	font-weight:normal;
}

.ie #breadcrumbs_sp {
	display:none;
}

.ie .cam p {
	background:url("https://beauty.hotpepper.jp/doc/COMMON/IMG/topics.gif") no-repeat scroll 0 0 transparent;
	display:block;
	font-size:12px;
	height:15px;
	line-height:15px;
	margin-bottom:3px;
	padding-left:70px;
}

.ie #contents #cam a {
	background-color:#ffffff;
	display:block;
	margin-left:0;
	margin-right:0;
	padding:0px;
	text-align:left;
	width:100%;
}

.ie #contents .socialIcon3 {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:800px;
	text-align:left;
	display:block;
}

.ie #contents .socialIcon3 ul {
	text-align:left;
	overflow:hidden;
}

.ie #contents .socialIcon3 ul li {
	padding:0px;
	float:left;
	margin:0px 5px 0px 0px;
}

.ie h2 {
	width:800px;
	height:210px;
	margin:0;
	padding:0;
}

.ie h2 img {
	width:800px;
	height:210px;
}

.ie h2.maintitle_sp {
	display:none;
}
.ie h2.maintitle_pc {
	display:block;
	width:800px;
	height:210px;
	margin:0 auto 15px;
}





.ie #style1,
.ie #style2,
.ie #style3,#style4 {
	margin-bottom: 80px;
}

.ie .section_01 .read {
	display:block;
	width:800px;
	margin:0 0 40px 0;
	font-size:14px;
	text-align:left;
}
.ie .line {
	display: none;
}

.ie .section_01 ul {
	padding: 0 20px;
}
.ie .section_01 ul li {
	float: left;
	margin-bottom: 30px;
}
.ie .section_01 ul li.list01, 
.ie .section_01 ul li.list02 {
	margin-right: 35px;
}
.ie .section_01 ul li img {
	width: 230px;
	height: 162px;
	vertical-align: bottom;
	margin-bottom: 15px;
}
.ie .section_01 ul li p {
	display: block;
	width: 230px;
	font-size: 12px;
	text-align: center;
	margin-bottom: none;
}
.ie .section_01 ul:after {
	content: ""; 
    display: block;   
    clear: both; 
}
.ie .tread_sp {
	display:none;
}
.ie.tread_pc {
	display:block;
	width:800px;
	margin:30px 0 50px;
	font-size:14px;
	text-align:center;
}







.ie #buttontop_pc {
	display:block;
	width:702px;
	height:70px;
	margin:0 auto 40px;
	padding:0;
	background:none;
	border:none;
}

.ie #buttontop_pc img {
	width:702px;
	height:70px;
}

.ie .stylebutton_pc {
	display:block;
	width:500px;
	height:53px;
	margin:0 0 20px;
	padding:0;
	background:none;
	border:none;
}

.ie .stylebutton_pc img {
	width:500px;
	height:53px;
}

.ie #buttontop_pc a:hover img, .ie .stylebutton_pc a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

.ie a#buttontop_sp, .ie a.stylebutton_sp {
	display:none;
}

.ie #contents #nav {
	width:800px;
	height:236px;
	margin:0 auto 20px;
}

.ie #contents #nav li {
	float:left;
	width:192px;
	height:236px;
	margin:0 0 0 10px;
}

.ie #contents #nav li:first-child {
	width:193px;
	margin:0;
}

.ie #contents #nav *:first-child + * + * + * {
	width:193px;
}

.ie #contents #nav li img {
	width:192px;
	height:236px;
	margin:0;
	border:none;
}

.ie #contents #nav li:first-child img, .ie #contents #nav *:first-child + * + * + * img {
	width:193px;
}

.ie #contents #nav li a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

/*********掲載期間*********/
.ie .days {
	width:800px;
}

.ie #style1, .ie #style2, .ie #style3, .ie #style4 {
	text-align:left;
	margin-bottom: 80px;
}

.ie .stylename_sp {
	display:none;
}

.ie .stylename_pc {
	display:block;
	margin:40px 0 20px;
}
.ie #style1 .stylename_pc img {
	width:480px;
	height:70px;
}
.ie #style2 .stylename_pc img {
	width:490px;
	height:70px;
}
.ie #style3 .stylename_pc img {
	width:360px;
	height:70px;
}
.ie .styleCol {
	margin:0 0 20px;
}

.ie .styleph {
	float:left;
	width:260px;
	height:320px;
	margin:0;
}

.ie .styleph img {
	width:230px;
	height:170px;
}

.ie .styleinfo {
	float:right;
	width:500px;
	padding:20px 0 0;
}

/* cataloglist */
.ie .cataloglist {
	width:420px;
	margin:0 auto 20px;
	padding:0;
	background-color: #FFF;
}

.ie .cataloglist > li {
	float: left;
	width: 205px;
	height: auto;
	margin: 0 10px 0 0;
	padding:0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom:none;
}

.ie .cataloglist > *:first-child + * {
	margin: 0;
}

.ie .cataloglist a {
	-webkit-background-size: none;
	background-size: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
	position: static;	
	width: 205px;
	color:#333333;
}

/*.ie .cataloglist a:after {
	display:none;
}*/

.ie .cataloglistbox {
	min-height: 207px;
	border: 1px solid #EEEEEE;
	padding: 1px;
}

.ie a:hover .cataloglistbox {
	border: 1px solid #999999;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
}

.ie a .cataloglistbox {
	-webkit-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-ms-transition: border .2s linear;
	-o-transition: border .2s linear;
	transition: border .2s linear;
}

.ie a:hover .cataloglistbox {
	border: 1px solid #999999;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
}

.ie .cataloglistImg_sp {
	display:none;
}

.ie .cataloglistImg_pc {
	display:block;
	width:201px;
	height:159px;
}

.ie .cataloglistTextArea {
	display:block;
	position:static;
	background:url(../images/icon_link_pc.png) 0 0 no-repeat;
	margin: 10px 0 0;
	padding: 0 5px 5px 20px;
}

.ie .cataloglistTextArea > span {
	display:block;
	vertical-align:auto;
	color:#333333;
	font-family: "CI",Meiryo,"lr oSVbN","MS P Gothic","qMmpS Pro W3","Hiragino Kaku Gothic Pro","Osaka",arial,sans-serif,verdana,Helvetica;
}

/*searchlinklist*/
.ie .searchlinklist {
	width:798px;
	margin:0 auto 20px;
	font-size:14px;
	overflow:hidden;
	border:1px solid #CCC;
	background-color:#FBFAF5;
}

.ie .verticalLinkListRecommend {
	height:auto;
	overflow: hidden;
}

.ie .verticalLinkListRecommend > .normalSplitLineT {
	display:none;
}

.ie .searchlinklist .searchlinklisttitle {
	display:block;
	width:798px;
	margin:0 0 10px;
	padding:5px 0;
	font-weight:bold;
	background-color:#ffe1ea;
	text-align:center;
}

/* 2カラム複数列 */
.ie .twoColumnSelect {
	width: 778px;
	margin:0 10px;
	padding:0 0 10px;
	background:none;
	border:none;
}

.ie .twoColumnSelect li {
	position: static;
	width:76px;
	height:34px;
	margin:0 10px 0 0;
	padding:0;
	border:#A7907D 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
	border-radius:8px;
	background-color:#FFF;
	font-size: 14px;
	text-align:center;
}

.ie .twoColumnSelect li:nth-child(even) {
	border-right: #A7907D 1px solid;
}

.ie .twoColumnSelect > *:first-child + * + * + * + * + * + * + * + *, .ie .twoColumnSelect > *:first-child + * + * + * + * + * + * + * + *:hover {
	width:90px;
	border-bottom: #A7907D 1px solid;
	margin:0;
}

.ie .twoColumnSelect li a {
	color:#EC6184;
	padding: 0;
}

.ie .twoColumnSelect li:hover {
	width:76px;
	height:34px;
	margin:0 10px 0 0;
	padding:0;
	background-color:#EC6184;
	border:#EC6184 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
	color:#FFF;
}

.ie .twoColumnSelect li:hover a {
	color:#FFF;
}

.ie .twoColumnSelect li a:after {
	display: none;
}

.ie .kirei_sp {
	display:none;
}

.ie .kirei_pc {
	display:block;
	width:328px;
	height:40px;
	margin:40px 0 20px;
}

.ie .kirei_pc img {
	width:328px;
	height:40px;
}

/* kireilinklist */
.ie #kireilinklist {
	width: 800px;
	margin:0 0 20px;
	padding:0;
	border:none;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.ie #kireilinklist li {
	float:left;
	position: static;
	width: 370px;
	margin:0 20px 0 0;
	padding: 10px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border:none;
	background-color:#E6D9F9;
}

.ie #kireilinklist > *:first-child + * {
	margin:0;
}

.ie #kireilinklist a {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 380px;
	height:72px;
}

.ie #kireilinklist a:after {
	border:none;
	border-width: 0;
	height: 0;
	margin: 0;
	position: static;
	right: 0;
	top: 0;
	/*-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
	width: 0;
}

.ie .kireilinklistImg_sp {
	display: none;
}

.ie .kireilinklistImg_pc {
	display: block;
	float:left;
	width:110px;
	height:72px;
	margin:0 20px 0 0;
}

.ie .kireilinklistImg_pc img {
	width:110px;
	height:72px;
}

.ie a:hover .kireilinklistImg_pc img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

.ie .kireilinklistTextArea {
	display:inline;
	float:left;
	width:250px;
	padding:5px 0 0;
	font-size:14px;
	color:#4C4C80;
}

.ie .kireilinklistTextArea span {
	font-size:12px;
	padding:0 0 2px;
}

.ie a:hover .kireilinklistTextArea, .ie a:active .kireilinklistTextArea {
	color: #7878CC;
	text-decoration: underline;
}

.ie .pagetop {
	clear:both;
	margin:0 0 40px;
}

.ie .pagetopend {
	clear:both;
	width: 100%;
	margin:0 0 10px;
	font-size: 12px;
	text-align: right;
}

.ie .pagetop a, .ie .pagetopend a {
	text-decoration:none;
}

.ie .pagetop a:hover, .ie .pagetop a:active, .ie .pagetopend a:hover, .ie .pagetopend a:active {
	text-decoration:underline;
}

.ie #footer_lp {
	border-top:1px solid #DDDDDD;
	height:60px;
	margin-top:20px;
	padding-top:10px;
}

/* グローバルナビゲーション */
.ie .gnavi {
	display:none;
}

.ie #footerLinks_lp {
	float:right;
	font-size:10px;
	padding-right:30px;
	top:20px;
}

.ie #footerLinks_lp li a:link {
	text-decoration:none !important;
}

.ie #footerLinks_lp li a:hover, .ie #footerLinks_lp li a:active {
	text-decoration:underline;
}

.ie #copyright_lp {
	float:left;
	width:258px;
	margin:0px 10px;
}

.ie #copyright_lp p a:link {
	color:#4c4c80 !important;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:2;
	text-decoration:none;
}

.ie #copyright_lp p a:hover, .ie #copyright_lp p a:active {
	color:#7878CC;
	text-decoration:underline;
}









@media only screen and (min-width:569px) {
/*PC only
--------------------------------------------------*/
.spdn {
	display: block;
}
.pcdn {
	display: none;
}
#contents {
	width:800px;
	margin:0 auto;
}

#header {
	position:relative;
	width:800px;
	height:75px;
	margin:0 auto 10px;
	padding:5px;
	border-bottom:2px solid #B4B0AD;
	-webkit-box-shadow:none;
}

/* LOGO */
#header .logo {
	background-position:0 0;
	display:block;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
	width:540px;
	position:absolute;
	left:0;
	top:15px;
	background-image:url("https://imgbp.hotp.jp/CSP/img/bt/sprites/c.png");
	background-repeat:no-repeat;
	border:0 none;
}

#header .logowrap h1 {
	position:absolute;
	right:0;
	top:15px;
	width:250px;
}

/* BREAD CRUMBS */
#breadcrumbs_pc {
	display:block;
	width:800px;
	margin-right:auto;
	margin-left:auto;
}

#breadcrumbs_pc p {
	margin:0 0 15px;
	font-size:10px;
	line-height:120%;
	font-weight:bold;
	color:#999;
}

#breadcrumbs_pc a {
	font-weight:normal;
}

#breadcrumbs_sp {
	display:none;
}

.cam p {
	background:url("https://beauty.hotpepper.jp/doc/COMMON/IMG/topics.gif") no-repeat scroll 0 0 transparent;
	display:block;
	font-size:12px;
	height:15px;
	line-height:15px;
	margin-bottom:3px;
	padding-left:70px;
}

#contents #cam a {
	background-color:#ffffff;
	display:block;
	margin-left:0;
	margin-right:0;
	padding:0px;
	text-align:left;
	width:100%;
}

#contents .socialIcon3 {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:800px;
	text-align:left;
	display:block;
}

#contents .socialIcon3 ul {
	text-align:left;
	overflow:hidden;
}

#contents .socialIcon3 ul li {
	padding:0px;
	float:left;
	margin:0px 5px 0px 0px;
}


h2.maintitle_sp {
	display:none;
}
h2.maintitle_pc {
	display:block;
	width:800px;
	height:210px;
	margin: 25px auto 15px;
	padding: 0;
}


#style1,#style2,#style3,#style4 {
	margin-bottom: 80px;
}

.section_01 .read {
	display:block;
	width:800px;
	margin:0 0 40px 0;
	font-size:14px;
	text-align:left;
}
.line {
	display: none;
}

.section_01 ul {
	padding: 0 20px;
}
.section_01 ul li {
	float: left;
	margin-bottom: 30px;
}
.section_01 ul li.list01, 
.section_01 ul li.list02 {
	margin-right: 35px;
}
.section_01 ul li img {
	width: 230px;
	height: 162px;
	vertical-align: bottom;
	margin-bottom: 15px;
}
.section_01 ul li p {
	display: block;
	width: 230px;
	font-size: 12px;
	text-align: center;
	margin-bottom: none;
}

.section_01 ul:after {
	content: ""; 
    display: block;   
    clear: both; 
}


.tread_sp {
	display:none;
}

.tread_pc {
	display:block;
	width:800px;
	margin:30px 0 50px;
	font-size:14px;
	text-align:center;
}

#buttontop_pc {
	display:block;
	width:702px;
	height:70px;
	margin:0 auto 40px;
	padding:0;
	background:none;
	border:none;
}

#buttontop_pc img {
	width:702px;
	height:70px;
}

.stylebutton_pc {
	display:block;
	width:500px;
	height:53px;
	margin:0 0 20px;
	padding:0;
	background:none;
	border:none;
}

.stylebutton_pc img {
	width:500px;
	height:53px;
}

#buttontop_pc a:hover img, .stylebutton_pc a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

a#buttontop_sp, a.stylebutton_sp {
	display:none;
}

#contents #nav {
	width:800px;
	height:236px;
	margin:0 auto 20px;
}

#contents #nav li {
	float:left;
	width:192px;
	height:236px;
	margin:0 0 0 10px;
}

#contents #nav li:first-child {
	width:193px;
	margin:0;
}

#contents #nav li:last-child {
	width:193px;
}

#contents #nav li img {
	width:192px;
	height:236px;
	margin:0;
	border:none;
}

#contents #nav li:first-child img, #contents #nav li:last-child img {
	width:193px;
}

#contents #nav li a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

/*********掲載期間*********/
.days {
	width:800px;
}

.stylename_sp {
	display:none;
}

.stylename_pc {
	display: block;
	margin-bottom: 30px;
	text-align: left;
}

#style1 .stylename_pc img {
	width:480px;
	height:70px;
}
#style2 .stylename_pc img {
	width:490px;
	height:70px;
}
#style3 .stylename_pc img {
	width:360px;
	height:70px;
}

.styleCol {
	margin:0 0 20px;
}

.styleph {
	width:260px;
	height:320px;
	margin:0;
}

.styleph img {
	width:230px;
	height:170px;
}

.styleinfo {
	float:right;
	width:500px;
	padding:20px 0 0;
}

/* cataloglist */
.cataloglist {
	width:420px;
	margin:0 auto 20px;
	padding:0;
	background-color: #FFF;
}

.cataloglist > li {
	float: left;
	width: 205px;
	height: auto;
	margin: 0 10px 0 0;
	padding:0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom:none;
}

.cataloglist > li:last-child {
	margin: 0;
	padding:0;
}

.cataloglist a {
	-webkit-background-size: none;
	background-size: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
	position: static;	
	width: 205px;
	color:#333333;
}

/*.cataloglist a:after {
	display:none;
}*/

.cataloglistbox {
	min-height: 207px;
	border: 1px solid #EEEEEE;
	padding: 1px;
}

a:hover .cataloglistbox {
	border: 1px solid #999999;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
}

a .cataloglistbox {
	-webkit-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-ms-transition: border .2s linear;
	-o-transition: border .2s linear;
	transition: border .2s linear;
}

a:hover .cataloglistbox {
	border: 1px solid #999999;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .05);
}

.cataloglistImg_sp {
	display:none;
}

.cataloglistImg_pc {
	display:block;
	width:201px;
	height:159px;
}

.cataloglistTextArea {
	display:block;
	position:static;
	background:url(../images/icon_link_pc.png) 0 0 no-repeat;
	margin: 10px 0 0;
	padding: 0 5px 5px 20px;
}

.cataloglistTextArea > span {
	display:block;
	vertical-align:auto;
	color:#333333;
	font-family: "CI",Meiryo,"lr oSVbN","MS P Gothic","qMmpS Pro W3","Hiragino Kaku Gothic Pro","Osaka",arial,sans-serif,verdana,Helvetica;
}




/*searchlinklist*/
.searchlinklist {
	width:800px;
	font-size:14px;
	text-align:center;
	overflow:hidden;
}
.searchlinklist dt {
	margin:0 0 10px;
}

.searchlinklist dd {
	margin:0 10px;
}
.searchlinklist dd ul li {
	display:table;
	width:74px;
	height:34px;
	margin:0 10px 10px 0;
	padding:0;
	border:#A7907D 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
}
.searchlinklist dd ul li:last-child, .searchlinklist dd ul li:last-child:hover {
	width:84px;
	margin:0 0 10px;
}
.searchlinklist dd ul li a {
	display:table-cell;
	color:#8c61b8;
}
.searchlinklist dd ul li:hover {
	width:74px;
	height:34px;
	margin:0 10px 10px 0;
	padding:0;
	background-color:#8c61b8;
	border:#8c61b8 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
	color:#FFF;
}
.searchlinklist dd ul li:hover a {
	color:#FFF;
}




.verticalLinkListRecommend {
	height:auto;
	overflow: hidden;
}

.verticalLinkListRecommend > .normalSplitLineT {
	display:none;
}



/* 2カラム複数列 */
.twoColumnSelect {
	width: 778px;
	margin:0 10px;
	padding:0 0 10px;
	background:none;
	border:none;
}

.twoColumnSelect li {
	position: static;
	width:76px;
	height:34px;
	margin:0 10px 0 0;
	padding:0;
	border:#A7907D 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
	border-radius:8px;
	background-color:#FFF;
	font-size: 14px;
	text-align:center;
}

.twoColumnSelect li:nth-child(even) {
	border-right: #A7907D 1px solid;
}

.twoColumnSelect li:last-child, .twoColumnSelect li:last-child:hover {
	width:90px;
	border-bottom: #A7907D 1px solid;
	margin:0;
}

.twoColumnSelect li a {
	color:#8c61b8;
	padding: 0;
}

.twoColumnSelect li:hover {
	width:76px;
	height:34px;
	margin:0 10px 0 0;
	padding:0;
	background-color:#8c61b8;
	border:#8c61b8 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
	color:#FFF;
}

.twoColumnSelect li:hover a {
	color:#FFF;
}

.twoColumnSelect li a:after {
	display: none;
}

.kirei_sp {
	display:none;
}

.kirei_pc {
	display:block;
	width:328px;
	height:40px;
	margin:40px 0 20px;
}

.kirei_pc img {
	width:328px;
	height:40px;
}

/* kireilinklist */
#kireilinklist {
	width: 800px;
	margin:0 0 20px;
	padding:0;
	border:none;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#kireilinklist li {
	float:left;
	position: static;
	width: 370px;
	margin:0 20px 0 0;
	padding: 10px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border:none;
	background-color:#E6D9F9;
}

#kireilinklist li:last-child {
	margin:0;
}

#kireilinklist a {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 380px;
	height:72px;
}

#kireilinklist a:after {
	border:none;
	border-width: 0;
	height: 0;
	margin: 0;
	position: static;
	right: 0;
	top: 0;
	/*-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
	width: 0;
}

.kireilinklistImg_sp {
	display: none;
}

.kireilinklistImg_pc {
	display: block;
	float:left;
	width:110px;
	height:72px;
	margin:0 20px 0 0;
}

.kireilinklistImg_pc img {
	width:110px;
	height:72px;
}

a:hover .kireilinklistImg_pc img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

.kireilinklistTextArea {
	display:inline;
	float:left;
	width:250px;
	padding:5px 0 0;
	font-size:14px;
	color:#4C4C80;
}

.kireilinklistTextArea span {
	font-size:12px;
	padding:0 0 2px;
}

a:hover .kireilinklistTextArea, a:active .kireilinklistTextArea {
	color: #7878CC;
	text-decoration: underline;
}

.pagetop {
	clear:both;
	margin:0 0 40px;
}

.pagetopend {
	clear:both;
	width: 100%;
	margin:0 0 10px;
	font-size: 12px;
	text-align: right;
}

.pagetop a, .pagetopend a {
	text-decoration:none;
}

.pagetop a:hover, .pagetop a:active, .pagetopend a:hover, .pagetopend a:active {
	text-decoration:underline;
}

#footer_lp {
	border-top:1px solid #DDDDDD;
	height:60px;
	margin-top:20px;
	padding-top:10px;
}

/* グローバルナビゲーション */
.gnavi {
	display:none;
}

#footerLinks_lp {
	float:right;
	font-size:10px;
	padding-right:30px;
	top:20px;
}

#footerLinks_lp li a:link {
	text-decoration:none;
}

#footerLinks_lp li a:hover, #footerLinks_lp li a:active {
	text-decoration:underline;
}

#copyright_lp {
	float:left;
	width:258px;
	margin:0px 10px;
}

#copyright_lp p a:link {
	color:#4c4c80 !important;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:2;
	text-decoration:none;
}

#copyright_lp p a:hover, #copyright_lp p a:active {
	color:#7878CC;
	text-decoration:underline;
}
}
