@charset "utf-8";


a:link		{ color: #4C4C80; text-decoration: none;}
a:visited	{ color: #4C4C80; text-decoration: none;}
a:hover		{ color: #7878CC; text-decoration: underline; }
a:active	{ color: #7878CC; text-decoration: underline; }

/************************************************************
 * reset
 ************************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ol,ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

input, select {
    vertical-align:middle;
}

/************************************************************
 * font
 ************************************************************/

 body, input, select, textarea, table, th, td, li ,a {
	font-family: Helvetica,'ＭＳ Ｐゴシック','MS P Gothic',Arial,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
body, input, select, textarea, table {
	color: #666666;
	line-height: 1.5;
	font-family: Helvetica;
}
html{
	-webkit-text-size-adjust: none;
}
/************************************************************
 * header
 ************************************************************/

#header {
	margin-bottom: 5px;
	display: block;
	padding: 5px;
	position: relative;
	border-bottom: 1px solid rgba(177, 164, 130, 1);
	-webkit-box-shadow: 0 0 5px 0 rgba(73, 69, 19, .7);s
}
#header .logowrap {
	overflow: hidden;
}

#header .logowrap a {
	width: 88px;
	display: block;
	float: left;
}
#header .logowrap h1 {
	float: right;
	width: 200px;
}
.logo {
	width: 88px;
	height: 35px;
	text-indent: -2000px;
	overflow: hidden;
	display: block;
	/*background-image: url(https://beauty.hotpepper.jp/CSP/img/bt/smb/common/smb/logo.png);*/
	/*120913パスを修正*/
	background-image:url(https://beauty.hotpepper.jp/doc/sp/common/images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

/************************************************************
 * contents
 ************************************************************/
 
.pagetop {
	width: 100%;
	font-size: 12px;
	text-align: right;
	margin-bottom: 5px;
}
 /*.pagetop a {
	text-decoration: underline;
}*/
 
/************************************************************
 * footer
 ************************************************************/
footer .pc_sp {
	font-size: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#footer {
	text-align: left;
}
#footer p {
}
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer {
	display: inline-table;
	/*\*/
	display: block;

	*height: 1%;
	/**/
}
#footer_lp {
	border-top: 1px solid #DDDDDD;
	height: 60px;
	padding-top: 10px;
}
#copyright_lp {
	padding: 0 10px;
	text-align: left;
}
#copyright_lp a {
    color: #435B67;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
#copyright_lp img {
    margin-bottom: 8px;
}
#footerLinks_lp {
	font-size: 70%;
	overflow: hidden;
	margin-bottom: 10px;
}
#footerLinks_lp li {
	border-right: 1px solid #DDDDDD;
	margin-left: 5px;
	margin-right: -1px;
	padding-right: 5px;
	float: left;
	white-space: nowrap;
	margin-bottom: 5px;
}
#footerLinks_lp li a {
    text-decoration: underline;
}
.cFix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.cFix {
    min-height: 1px;
}


/*All device
--------------------------------------------------*/
#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;
}

h2{
	font-size:0;
	margin-bottom:10px;
	clear:both;
}
h2 img {
	width: 100%;
}
.tread {
	font-size: 12px;
	margin: 14px auto;
	text-align: left;
	width: 90%;
	color:#1a1a1a;
}
#contents #nav ul {
	text-align: center;
	width: 100%;
}
#contents #nav ul li {
	display: inline;
	margin-bottom: 0px;
}
#contents #nav ul li img {
	width: 28%;
	margin-right: 3px;
	margin-left: 3px;
	box-shadow: 0px 0px 3px rgba(80, 53, 0, 0.7);
	-moz-box-shadow: 0px 0px 4px rgba(80, 53, 0, 0.7);
	-webkit-box-shadow: 0px 0px 3px rgba(80, 53, 0, 0.7);
}
.text {
	font-size: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.tab{
	text-align: center;
	width: 100%;
}
.tab ul{
	width: 100%;
}
.tab li{
	display:inline-block;
	font-size:0;
	padding:0 3px;
	width:45%;
	*display: inline;
	*zoom: 1;
}
.tab li:last-child{
	padding:0 3px 0 0;
}
.tab li img{
	width:100%;
	vertical-align:middle;
}
.undertab{
	margin-top:-1px;
}
.bg{
	margin-top:-1px;
	background-color:#fff8f5;
	border-top:1px solid #bc975e;
	border-bottom:1px solid #bc975e;
	padding:22px 0;
}
.titlebg{
	background:url(../images/subtitlebg.png) repeat-x center;
	margin-top:17px;
}
.titlebg img{
	width:20%;
}
h3 {
	font-size:0;
}
h3 img{
	margin-bottom:10px;
}
.title01{width:12%;}
.title02{width:13%;}
.title03{width:31%;}
.title04{width:40%;}
.title05{width:6%;}
.title06{width:18%;}
#contents .read {
	font-size: 12px;
	width: 90%;
	text-align: left;
	margin: 10px auto;
	color:#1a1a1a;
}
#contents {
	text-align: center;
}
#contents .socialIcon3 {
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
#contents .socialIcon3 ul {
	overflow: hidden;
	float:right;
}
#contents .socialIcon3 ul li {
	display: block;
	padding: 0px;
	float: left;
	margin-left:5px;
	height: 23px;
	overflow:hidden;
}
.fbshere{
	display:inline-block;
	overflow:hidden;
	line-height:0;
	height:20px;
	width:auto;
}
.mintext {
	font-size: 10px;
	color: #999;
	text-align: right;
	font-weight: normal;
	margin: 0 0 10px;
}
.styleph {
	width: 50%;
}
.searchlinklist {
	border: 1px solid #CCC;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	*zoom:1;
	margin-bottom: 10px;
	background-color:#fff;
}
.searchlinklist dt {
	background-color: #9a7899;
	color:#fff;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
}
.searchlinklist dd ul {
	margin-left: 7px;
	margin-right: 2px;
	overflow: hidden;
	*zoom:1;
}
.searchlinklist dd ul li {
	background:linear-gradient(#ffffff, #cccccc);
	background: -moz-linear-gradient(center bottom, #cccccc 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(1, #ffffff));
	border-radius: 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	padding: 6px;
	min-width:33px;
	float: left;
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-bottom: 7px;
}
.searchlinklist dd ul li a{
	text-decoration:none;
}
.searchlinklist dd ul li a:hover,
.searchlinklist dd ul li a:active
{
	text-decoration:underline;
}
.undertab{
	margin-bottom:16px;
}
#copyright_lp a img {
	margin-bottom: 0px;
}

.pagetop a,
.pagetop a:hover,
.pagetop 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;
}

/*IE(7.8)
--------------------------------------------------*/
.ie #contents {
	width:800px;
	margin:0 auto;
}
.ie #header {
	margin-bottom: 5px;
	display: block;
	padding: 5px;
	position: relative;
	border-bottom: none;
	-webkit-box-shadow: none;
}
.ie #contents #nav ul li img {
	width:178px;
	border:none;
	margin:0 15px;
}
.ie .bg{border-bottom:0;margin-bottom:10px;}
.ie #style1,#style2,#style3{overflow:hidden;}
.ie h2 {
	width:800px;
	height:237px;
	margin:0;
	padding:0;
	font-size:100%;
	clear:both;
}
.ie .tread {
	font-size: 14px;
}
.ie .titlebg{
	font-size:0;
	margin-top:34px;
}
.ie .titlebg img {
	width: 118px;
}
.ie h3 {
	padding:0;
	font-size:0;
}
.ie h3 img{
	margin:13px 0;
}
.ie .title01{width:74px;}
.ie .title02{width:78px;}
.ie .title03{width:188px;}
.ie .title04{width:266px;}
.ie .title05{width:38px;}
.ie .title06{width:118px;}
.ie .tab li{
	margin-left:6px;
	padding:0;
	width:200px;
}
.ie .tab li:first-child{
	margin-left:0
}
.ie .tab li:last-child{
	padding:0
}
.ie .tab li img {
	width: 200px;
}
.ie .styleinner {
	overflow: hidden;
	padding: 0 30px;
}
.ie .undertab{display:none;}
.ie #contents .read {
	font-size: 14px;
	margin: 12px auto 18px;
	width: 100%;
}
.ie #contents .styleph {
	float: left;
	width: 200px;
}
.ie .styleinfo {
	width: 513px;
	float: right;
}
.ie .styleinfo .searchlinklist {
	width:100%;
}
.ie .styleinfo .searchlinklist dd {
	*margin-bottom: 7px;
}
.ie .styleinfo .searchlinklist dd ul li {
	background:url(../images/btnBg.png) repeat-x left top;
}
.ie #header{
	position: relative;
	width: 800px;
	height: 75px;
	border-bottom: solid 1px #dddddd;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 2px solid #B4B0AD;
}

/*  LOGO	*/
.ie #header .logo {
	background-position: 0 0;
	display: block;
	height: 55px;
	overflow: hidden;
	*zoom:1;
	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;
}

/* 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;
	text-decoration:none;
}

.ie #breadcrumbs_pc a:hover {
	text-decoration:underline;
}

.ie #breadcrumbs_sp {
	display:none;
}

.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;
	*zoom:1;
	float:left;
}
.ie #contents .socialIcon3 ul li {
	padding: 0px;
	float: left;
	margin:0 5px 0 0;
}
.ie #footer_lp {
	border-top: 1px solid #DDDDDD;
	height: 60px;
	margin-top: 20px;
	padding-top: 10px;
}
.ie #copyright_lp {
	float: left;
	width: 258px;
	margin: 0px 10px;
}

.ie #copyright_lp p a {
	color: #435B67 !important;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 2;
	text-decoration:none !important;
}

.ie #copyright_lp p a:hover, .ie #copyright_lp p a:active {
	color:#7878CC;
	text-decoration:underline;
}

.ie #footerLinks_lp {
	float: right;
	font-size: 10px;
	padding-right: 30px;
	top: 20px;
}

.ie #footerLinks_lp li a {
	text-decoration:none !important;
}

.ie #footerLinks_lp li a:hover, .ie #footerLinks_lp li a:active {
	text-decoration:underline;
}

.ie h1 {
	position: absolute;
	right: 0;
	top: 15px;
	width: 260px;
}

.ie .pagetop a {
	text-decoration: none;
}

.ie .pagetop a:hover,
.ie .pagetop a:active {
	text-decoration: underline;
}

/* グローバルナビゲーション */
.ie .gnavi {
	display:none;
}

@media only screen and (min-width: 569px) {
/*PC only
--------------------------------------------------*/
#contents {
	width:800px;
	margin:0 auto;
}
#contents #nav ul li img {
	width:178px;
	border:none;
	margin:0 15px;
}
.bg{border-bottom:0;margin-bottom:10px;}
#style1,#style2,#style3{overflow:hidden;}
h2 {
	width:800px;
	height:237px;
	margin:0;
	padding:0;
	font-size:100%;
	clear:both;
}
.tread {
	font-size: 14px;
}
.titlebg{
	font-size:0;
	margin-top:34px;
}
.titlebg img {
	width: 118px;
}
h3 {
	padding:0;
	font-size:0;
}
h3 img{
	margin:13px 0;
}
.title01{width:74px;}
.title02{width:78px;}
.title03{width:188px;}
.title04{width:266px;}
.title05{width:38px;}
.title06{width:118px;}
.tab li{
	margin-left:6px;
	padding:0;
	width:200px;
}
.tab li:first-child{
	margin-left:0
}
.tab li:last-child{
	padding:0
}
.tab li img {
	width: 200px;
}
.styleinner {
	overflow: hidden;
	padding: 0 30px;
}
.undertab{display:none;}
#contents .read {
	font-size: 14px;
	margin: 12px auto 18px;
	width: 100%;
}
#contents .styleph {
	float: left;
	width: 200px;
}
.styleinfo {
	width: 513px;
	float: right;
}
.styleinfo .searchlinklist {
	width:100%;
}
.styleinfo .searchlinklist dd ul li {
	background:url(../images/btnBg.png) repeat-x left top;
}
#header{
	border-bottom: 2px solid #B4B0AD;
	display: block;
	height: 75px;
	margin: 0 auto 10px;
	padding: 5px;
	position: relative;
	width: 800px;
	-webkit-box-shadow: none;
}

/*  LOGO	*/
#header .logo {
	background-position: 0 0;
	display: block;
	height: 55px;
	overflow: hidden;
	*zoom:1;
	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;
}

/* 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;
	text-decoration:none;
}

#breadcrumbs_pc a:hover {
	text-decoration:underline;
}

#breadcrumbs_sp {
	display:none;
}

#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;
	*zoom:1;
	float:left;
}
#contents .socialIcon3 ul li {
	padding: 0px;
	float: left;
	margin:0 5px 0 0;
}
#footer_lp {
	border-top: 1px solid #DDDDDD;
	height: 60px;
	margin-top: 20px;
	padding-top: 10px;
}
#copyright_lp {
	float: left;
	width: 258px;
	margin: 0px 10px;
}

#copyright_lp p a {
	color: #435B67 !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;
}

#footerLinks_lp {
	float: right;
	font-size: 10px;
	padding-right: 30px;
	top: 20px;
}

#footerLinks_lp li a {
    text-decoration: none;
}

#footerLinks_lp li a:hover, #footerLinks_lp li a:active {
	text-decoration:underline;
}

h1 {
	position: absolute;
	right: 0;
	top: 15px;
	width: 260px;
}

.pagetop a {
	text-decoration: none;
}

.pagetop a:hover,
.pagetop a:active {
	text-decoration: underline;
}

/* グローバルナビゲーション */
.gnavi {
	display:none;
}
}