@charset "utf-8";

.h1-headline {
	margin-top: 20px;
	font-size: 12px;
	text-align: right;
}
.info-txt-wrap {
	padding: 20px 12px 30px;
}
.point-img-txt {
	margin: 40px 16px 0;
}
.hc-info-txt {
	width: 430px;
	margin: 40px 0 0 5px;
}
.hc-info-txt > p,
.hc-info-txt > a {
	font-size: 13px;
}
.hc-detail-link {
	font-size: 13px;
}
.hc-content-wrap-hd {
	background: url(/CSP/img/lp/contest/box/bg_content_top.png?switch=2025112610) no-repeat center top;
	margin-top: 10px;
	padding-top: 7px;
}
.hc-content-wrap-ft {
	background: url(/CSP/img/lp/contest/box/bg_content_ft.png?switch=2025112610) no-repeat center bottom;
	padding-bottom: 8px;
}
.hc-content-wrap-inner {
	background: url(/CSP/img/lp/contest/box/bg_content_inner.png?switch=2025112610) repeat-y center;
	padding: 0 3px 25px;
}
.hc-box {
	width: 707px;
	margin: 0 auto;
}
.vote-hair-style-list {
	margin: -15px -30px 0 0;
}

.vote-hair-style-list > li{
	position: relative;
	float: left;
	width: 162px;
	height: 255px;
	margin: 30px 22px 0 0;
}
.hair-style-photo {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.contestVote {
	position: absolute;
	bottom: 0;
}
.btn-vote {
	background: url(/CSP/img/lp/contest/buttons/btn_vote.png?switch=2025112610) no-repeat center;
	display: block;
	width: 162px;
	height: 32px;
	text-indent: -9999px;
}
.btn-vote:hover {
	background: url(/CSP/img/lp/contest/buttons/btn_vote.png?switch=2025112610) no-repeat;
	display: block;
	width: 162px;
	height: 32px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*popup*/

.contestImageWrapper {
	position: relative;
	background: #FFF;
	cursor: pointer;
}
.focusBackFilter {
	background: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.contestCloseBtn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(/CSP/img/lp/contest/buttons/popup_close_btn.png?switch=2025112610) center center;
	background-size: 30px;
	z-index: 200;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.contestHoverPanel {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 0;
	background: #CCC;
	z-index: 200;
	opacity: 0.2;
}
.hoverEffect6:hover {
	border: 1px solid #666666;
}
.contestHoverPanel {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 0;
	background: #CCC;
	z-index: 200;
	opacity: 0.2;
	filter: alpha( opacity= 20 );
	-ms-filter: "alpha( opacity=20 )";
}
.hoverEffect6:hover {
	border: 1px solid #666666;
}
.animateBorder {
	display: block;
	position: absolute;
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -5px;
	opacity: 0;
	z-index: -1;
	filter: alpha( opacity= 0 );
	-ms-filter: "alpha( opacity=0 )";
	border: 1px solid rgb(106,158,150);
	background: rgba(106,158,150,0.5);
}

.whiteLayer {
	display: none;
	position: absolute;
	background: url('/CSP/img/lp/contest/repeat/whiteOut.png?switch=2025112610') repeat;
	z-index: 1000;
}

/* タブ部分(top) */

.hairCatalogTypeTabListWrap {
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}
.hairCatalogTypeTabList {
	border-bottom: 2px solid #BFB4AB;
	height: 42px;
	padding-left: 10px;
}
.hairCatalogTypeTabList li {
	border-color: #CCCCCC #CCCCCC #FFFFFF #CCCCCC;
	border-radius: 6px 6px 0 0;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	float: left;
	height: 41px;
	line-height: 40px;
	min-width: 200px;
}
.hairCatalogTypeTabList .current {
	border-color: #BFB4AB #BFB4AB #FFFFFF #BFB4AB;
	border-width: 2px 2px 0 2px;
}
.hairCatalogTypeTabList .current .tabInner {
	background-color: #FFFFFF;
	border-radius: 6px 6px 0 0;
	color: #837373;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 42px;
	line-height: 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.hairCatalogTypeTabList li a {
	background-color: #FFFFFF;
	border-radius: 6px 6px 0 0;
	color: #837373;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.hairCatalogTypeTabList li a:hover {
	opacity: 0.7;
}
.hairCatalogTypeTabList li + li {
	margin-left: 5px;
}

/* タブ部分(bottom) */

.hairCatalogTypeBtnListWrap {
	margin-top: 30px;
	text-align: center;
}
.hairCatalogTypeBtnList {
	display: inline-block;
}
.hairCatalogTypeBtnList li {
	background-color: #FFFFFF;
	border: solid #CCCCCC;
	border-radius: 4px;
	border-width: 1px 1px 3px 1px;
	box-sizing: border-box;
	color: #333333 ;
	float: left;
	font-weight: bold;
	text-align: center;
	width: 300px;
}
.hairCatalogTypeBtnList li a {
	color: #837373;
	display: block;
	padding: 15px 0;
	text-decoration: none;
}
.hairCatalogTypeBtnList li + li {
	margin-left: 20px;
}
.hairCatalogTypeBtnList li a:hover {
	opacity: 0.7;
}
