@charset "shift_jis";
html,
body {
	width: 100%;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}
body {
	min-width: 1050px;
}
#contentsWrap {
	background: #fff;
}
.inner {
	width: 1028px;
	margin: 0 auto;
}
.blank {
	position: relative;
	padding-right: 15px;
}
.blank:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(/brand/kurocure/img/icon_blank02.gif) left top no-repeat;
	position: absolute;
	right: 0;
	top: 3px;
}
.alpha a:hover,
.alphaOver a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* -----------------------------------------------------------------------------

	ヘッダー

----------------------------------------------------------------------------- */
header {
	width: 100%;
	background: #fff;
}
/* headerTop
---------------------------------------------*/
#headerTop {
	height: 35px;
	background: #f465bb;
	color: #fff;
	font-size: 12px;
}
#headerTop .inner {
	width: 1028px;
	margin: 0 auto;
}
#headerTop p {
	padding-top: 6px;
	float: left;
}
#headerTop ul {
	float: right;
	padding-top: 6px;
}
#headerTop ul li {
	display: inline-block;
	margin-left: 16px;
}
#headerTop ul li a {
	color: #fff;
	padding-left: 10px;
	background: url(/brand/kurocure/img/icon_arrow01.png) left 3px no-repeat;
	position: relative;
}
#headerTop ul li a:hover {
	text-decoration: underline;
}
#headerTop ul li:first-child a {
	padding-left: 16px;
	background: url(/brand/kurocure/img/icon_home01.png) left 2px no-repeat;
}
#headerTop ul li:nth-child(2) a {
	padding-right: 10px;
}
#headerTop ul li:nth-child(3) a {
	padding-right: 15px;
}
#headerTop ul li:nth-child(2) a:after,
#headerTop ul li:nth-child(3) a:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(/brand/kurocure/img/icon_blank01.gif) left top no-repeat;
	position: absolute;
	right: 0;
	top: 3px;
}
/* headerBtm
---------------------------------------------*/
#headerBtm {
	position: relative;
}
#headerBtm:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background: #eee;
}
#headerBtm .inner {
	width: 1028px;
	margin: 0 auto;
}
#headerBtm h1 {
	padding: 23px 5px 7px 0;
	float: left;
	width: 255px;
	text-align: center;
}
#headerBtm nav {
	float: right;
}
#headerBtm nav > ul > li {
	float: left;
	width: 139px;
	border-left: 1px solid #fff;
	position: relative;
}
#headerBtm nav > ul > li > a {
	line-height: 1.4;
	width: 139px;
	height: 108px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#headerBtm nav > ul > li:hover > a,
#headerBtm nav > ul > li.active > a {
	font-weight: bold;
}
#headerBtm nav > ul > li:hover:before,
#headerBtm nav > ul > li.active:before {
	content: "";
	width: 139px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f465bb;
}
#headerBtm nav .sub {
	position: absolute;
	top: 100%;
	left: 0;
	width: 139px;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	display: none;
}
#headerBtm nav .sub li a {
	padding: 12px 7px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	display: block;
	line-height: 1.5;
}
#headerBtm nav .sub li:last-child a {
	border-bottom: none;
}
#headerBtm nav .sub li:hover a {
	font-weight: bold;
}
/* -----------------------------------------------------------------------------

	フッター

----------------------------------------------------------------------------- */
footer {
	border-top: 2px solid #0080cc;
}
footer .inner {
	width: 1028px;
	margin: 0 auto;
	padding: 20px 0 30px;
	font-size: 12px;
}
footer ul {
	margin-bottom: 16px;
}
footer ul li {
	display: inline-block;
	padding: 1px 9px 1px 11px;
	border-left: 1px solid #0080cc;
	line-height: 1;
}
footer ul li:first-child {
	border: none;
	padding-left: 0;
}
footer ul li a {
	color: #0080cc !important;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer p {
	float: right;
	margin-right: 28px;
}
footer small {
	color: #5c5c5c;
	float: right;
	margin-right: 28px;
}
/* ページトップ
---------------------------------------------*/
.pageTop {
	width: 1028px;
	margin: 0 auto;
	text-align: right;
}
.pageTop img:hover {
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
/* -----------------------------------------------------------------------------

	関連情報・ブランド情報

----------------------------------------------------------------------------- */
aside section {
	width: 1028px;
	margin: 0 auto;
}
/* 関連情報
---------------------------------------------*/
aside .relationInfo {
	padding: 60px 0 120px;
}
aside .relationInfo .ttl01 span {
	color: #f465bb;
	background: #fff;
}
aside .relationInfo li {
	width: 242px;
	margin-right: 20px;
	float: left;
}
aside .relationInfo li:last-child {
	margin: 0;
}
aside .relationInfo li a {
	display: block;
	height: 100%;
	position: relative;
}
aside .relationInfo li a:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(/brand/kurocure/img/icon_blank02.gif) left top no-repeat;
	position: absolute;
	right: 6px;
	top: 6px;
}
aside .relationInfo li a.iconWhite:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(/brand/kurocure/img/icon_blank01.gif) left top no-repeat;
	position: absolute;
	right: 6px;
	top: 6px;
}
aside .relationInfo li p {
	padding: 15px 20px 20px 20px;
	box-sizing : border-box;
	vertical-align: middle;
	line-height: 1.5;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
aside .relationInfo li b {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	margin-bottom: 6px;
}
/* ブランド情報
---------------------------------------------*/
aside .brandList {
	padding: 0 0 20px;
}
aside .brandList ul.slick-slider {
	width: 890px;
	margin: 0 auto;
}
aside .brandList ul li.slide {
	border: 1px solid #e1edfc;
	margin: 10px 5px;
}
aside .brandList ul li.slide a {
	display: block;
}
aside .brandList ul li.slide p {
	background: #e1edfc;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}
aside .brandList ul li.slide img {
	margin: 0 auto;
}
aside .brandList .slick-dots {
	text-align: center;
	margin: 12px 0 0 0;
}
aside .brandList .slick-dots li {
	display: inline-block;
	margin: 0 7px;
	font-size: 0;
}
aside .brandList .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #ddd;
	border-radius: 50%;
	text-indent: -9999px;
	border: none;
	padding: 0;
}
aside .brandList .slick-dots li.slick-active button {
	background: #0080cc;
}
/* next back */
aside .brandList .slick-arrow {
	position: absolute;
	top: 78px;
	margin-top: -31px;
	z-index: 10;
	border: none;
	background: none;
	text-indent: -9999px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
aside .brandList .slick-arrow:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
aside .brandList .slick-next {
	background: url(/brand/kurocure/img/btn_next.png) 0 0 no-repeat;
	background-size: 28px;
	-webkit-background-size: 28px;
	right: -65px;
}
aside .brandList .slick-prev {
	background: url(/brand/kurocure/img/btn_prev.png) 0 0 no-repeat;
	background-size: 28px;
	-webkit-background-size: 28px;
	left: -65px;
}
/* -----------------------------------------------------------------------------

	共通

----------------------------------------------------------------------------- */

/* title
---------------------------------------------*/
.ttl01 {
	margin-bottom: 40px;
	text-align: center;
	color: #f465bb;
	font-size: 24px;
	font-weight: normal;
	position: relative;
}
.ttl01:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 21px;
	left: 0;
	background: #f465bb;
}
.ttl01 span {
	background: #fff;
	padding: 0 30px;
	position: relative;
}
.ttl02 {
	margin-bottom: 25px;
	text-align: center;
	color: #007cc6;
	font-size: 24px;
	font-weight: normal;
	position: relative;
}
.ttl02:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 21px;
	left: 0;
	background: #007cc6;
}
.ttl02 span {
	background: #fff;
	padding: 0 30px;
	position: relative;
}
/* contents
---------------------------------------------*/
.contents {
	padding-bottom: 60px;
}

.bg_pink{
    background: #fff4fa;
}
.bg_gray{
    background: #f6f6f6;
}
/* シェア
--------------------------------------------*/
.share {
	background: #f6f6f6;
	overflow: hidden;
	position: relative;
}
.share dt,
.share dd {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.share dt {
	background: #f9b2dd;
	width: 328px;
	color: #fff;
	font-weight: bold;
}
.share dd {
	background: #fefefe;
	width: 350px;
	position: relative;
}
.share dd a {
	display: table-cell;
	height: 60px;
	width: 350px;
	vertical-align: middle;
}
.share dd a:hover {
	background: #fafafa;
}
.share dd img {
	padding-right: 5px;
}
.share dd:nth-child(2) a:after {
	content: "";
	display: block;
	width: 1px;
	height: 34px;
	background: #dbdbdb;
	position: absolute;
	top: 13px;
	right: 0;
}
/* コンテンツナビ
--------------------------------------------*/
.contentsNav {
	padding: 80px 0 40px;
}
.contentsNav nav ul {
	text-align: center;
}
.contentsNav nav ul li {
	display: inline-block;
}
.contentsNav nav ul li a {
	padding: 1px 13px 1px 20px;
	border-left: 1px solid #333;
	line-height: 1;
	display: block;
	font-size: 14px;
}
.contentsNav nav ul li a:hover {
	text-decoration: underline;
}
.contentsNav nav ul li:first-child a {
	border: none;
	background: url(/brand/kurocure/img/icon_home02.png) left 2px no-repeat;
}

/* -- Banner area -- */

.bannerBox {

	width: 960px;

	margin: 50px auto;

}

.bannerBox_ttl {

	text-align: center;

}

.bannerBoxList {

	margin-top: 20px;

	text-align: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}

.bannerBoxList_item {

	margin: 0 10px;

	width: 168px;

}

.bannerBoxList_item img {

	width: 168px;

}

.bannerBoxList_item a {

	display: block;

	-webkit-transition: .4s all ease;

	transition: .4s all ease;

}

.bannerBoxList_item a:hover {

	opacity: .6;

}

.c-clPk {
  font-weight: bold;
  color: #f465bb;
}


/* nav_contents
-------------------------------*/
.nav_contents h3 {
	margin-bottom: 40px;
}
.nav_contents ul {
  background-color: #fff;
	font-size: 0;
}
.nav_contents ul li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.nav_contents ul li:nth-child(n+3) {
	margin-top: -1px;
}
.nav_contents ul li:nth-child(even) {
	margin-left: -1px;
}
.nav_contents ul li a {
	display: block;
	padding: 20px;
	background-image: url(/brand/kurocure/img/icon_arrow04.png);
	background-repeat: no-repeat;
	background-position: 95% center;
  border: 1px solid #f465bb;
}
.nav_contents ul li a:hover {
	box-shadow: 0 0 0 5px #fff8e4 inset;
}
.nav_contents ul li img {
	display: inline-block;
	width: 160px;
	vertical-align: middle;
}
.nav_contents ul li p {
	display: inline-block;
	width: 253px;
	margin-left: 24px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	color: #f465bb;
	line-height: 1.4;
  margin-bottom: 0 !important;
}
