@charset "UTF-8";

div#ga2012_content{
	width:100%;
	padding-bottom:0;
}

#pb_contents{
	background-color:#f2f2f2;
	width:100%;
	overflow:visible;
}

.ga2012_breadcrumbs + .container {
    max-width: inherit !important;
    padding: 0 !important;
}

/* browsebar */
#browsebar {
    z-index: 1000;
}

/* for PC */
.forpc{	display:block;}
.forsp{	display:none;}

.pb-scrolltop {
  display: block;
  width: 59px;
  height: 59px;
  background:url(/beauty/common/img/btn_pagetop.png) left top no-repeat;
  position:fixed;
  right: 0px;
  bottom:0px;
  text-indent: -9999px;
  z-index: 9999;
  display:none;
  
  right:auto;
  left:50%;
  margin-left:541px;
  height:0;
  display:inline;
}

/* fancybox */
.fancybox-bg{
	display:none;
}
#fancybox-close {
	top:-60px;
	right:0px;
	width: 60px;
	height: 60px;
	background:url(../img/btn_close.png) 0 0 no-repeat;
}
#fancybox-close:hover {
	opacity:0.5;
}

#pb_contents .inner,
#pb_lnavi .inner,
#pb_sns .inner{
	width: 967px;
	margin: 0 auto;
	position:relative;
	overflow:visible;
}

/* pb_contents */
#pb_contents .inner{
	padding:18px 0 86px 0;
}
#snsParts{
	position:absolute;
	left:0;
	bottom:26px;
}

/* pb_lnavi */
#pb_lnavi{
	background:#FFF;
	text-align:center;
	border-bottom:2px solid #f2f2f2;
	padding:30px 0 30px 0;
}
#pb_lnavi .categorytop{
	float:right;
	margin-left:17px;
}
#pb_lnavi .categorytop a{
	display:block;
	width:472px;
	height:78px;
	position:relative;
	background:url(/beauty/common/img/icon_arrow_next_p.png) 96% 50% no-repeat;
	background-size:12px;
	border:1px solid #e6e6e6;
}
#pb_lnavi .categorytop a:hover{
	opacity:0.5;
}

#pb_lnavi .categorytop .icon{
	position:absolute;
	left:8px;
	top:0px;
	width:78px;
}
#pb_lnavi .categorytop .title{
	position:absolute;
	left:88px;
	top:27px;
	width:270px;
}
#pb_lnavi .categorytop .read{
	position:absolute;
	left:84px;
	top:46px;
	width:380px;
}

#pb_lnavi .pb{
	display:inline-block;
}
#pb_lnavi .pb a{
	text-align:center;
	display:block;
	width:474px;
	height:80px;
	background:url(/beauty/common/img/icon_arrow_next_w.png) 96% 50% no-repeat;
	background-size:12px;
	background-color:#eb347c;
}
#pb_lnavi .pb a:hover{
	opacity:0.8;
}

#pb_lnavi .pb a img{
	width:352px;
	margin-top:24px;
}

/* pb_sns */
#pb_sns{
	background-color:#eb347c;
	overflow:auto;
}
#pb_sns .inner{
	width: 965px;
	border-right:2px solid #fff;
}
#pb_sns .title{
	height:40px;
	padding-top:24px;
	background-color:#fff;
}
#pb_sns .title .title1{
	width:180px;
	margin-right:10px;
}
#pb_sns .title .title2{
	width:180px;
	vertical-align:top;
}

#pb_sns ul{
	width:100%;
	margin:0;
	overflow:hidden;
}
#pb_sns li{
	width:33.33%;
	height:78px;
	float:left;
	position:relative;
	background-color:#fff;
}
#pb_sns li a{
	display:block;
	width:100%;
	height:78px;
	position:relative;
	background:url(/beauty/common/img/icon_arrow_next_w.png) 97% 50% no-repeat;
	background-size:12px;
	background-color:#eb347c;
}
#pb_sns li a:hover{
	opacity:0.8;
}
#pb_sns li a img{
	position:absolute;
	left:0px;
	top:0;
}
#pb_sns li a .icon{
	width:78px;
	border-left:2px solid #fff;
}
#pb_sns li a .txt{
	left:93px;
	top:22px;
	width:200px;
}

/* for SP */
@media only screen and (max-width:640px) and (-webkit-min-device-pixel-ratio: 1.5){
.forpc{	display:none;}
.forsp{	display:block;}

#pb_contents .inner,
#pb_lnavi .inner,
#pb_sns .inner{
	width:auto;
	margin: 0 auto;
	position:relative;
}

/* pb_contents */
#pb_contents .inner{
	padding:0;
}

/* pb_lnavi */
#pb_lnavi{
	background:#FFF;
	border-bottom:2px solid #e2e2e2;
	padding:0;
}
#pb_lnavi .categorytop{
	float:none;
	margin-left:0px;
}
#pb_lnavi .categorytop a{
	display:block;
	width:100%;
	height:82px;
	position:relative;
	background:url(/beauty/common/img/icon_arrow_next_p_spn.png) 98% 50% no-repeat;
	background-size:10px;
	border:none;
}
#pb_lnavi .categorytop .icon{
	position:absolute;
	left:4px;
	top:10px;
	width:64px;
}
#pb_lnavi .categorytop .title{
	position:absolute;
	left:65px;
	top:32px;
	width:235px;
}
#pb_lnavi .categorytop .read{
	position:absolute;
	left:65px;
	top:50px;
	width:235px;
}

#pb_lnavi .pb{
	display:block;
	padding:0px;
}
#pb_lnavi .pb a{
	width:auto;
	height:auto;
	padding:29px 0;
	background:url(/beauty/common/img/icon_arrow_next_w_spn.png) 98% 50% no-repeat;
	background-size:10px;
	background-color:#eb347c;
}
#pb_lnavi .pb a img{
	width:243px;
	margin-top:0;
}

/* pb_sns */
#pb_sns .inner{
	width:auto;
	border-right:none;
}
#pb_sns .title{
	padding:20px;
}
#pb_sns .title img.title1{
	width:155px;
	display:block;
	margin-bottom:6px;
}
#pb_sns .title img.title2{
	width:121px;
}

#pb_sns ul{
	margin:0;
}
#pb_sns li{
	float:none;
	width:auto;
	height:78px;
	background-color:#eb347c;
	border-top:2px solid #fff;
}
#pb_sns li a{
	height:78px;
	background:url(/beauty/common/img/icon_arrow_next_w.png) 98% 50% no-repeat;
	background-size:10px;
}
#pb_sns li a .icon{
	width:78px;
	border-left:none;
}
#pb_sns li a .txt{
	position:absolute;
	left:94px;
	top:24px;
	width:196px;
}
}
