@charset "shift_jis";

html,
body {
	width: 100%;
	min-width: 1028px;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height:1.8;
}
#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/salacia/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: #29266e;
	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/salacia/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/salacia/img/icon_home.png) left 2px no-repeat;
}
#headerTop ul li:nth-child(2) a {
	padding-right: 10px;
}
#headerTop ul li:nth-child(3) a {
	padding-right: 10px;
}
#headerTop ul li:nth-child(4) a {
	padding-right: 15px;
}
#headerTop ul li:nth-child(2) a:after,
#headerTop ul li:nth-child(3) a:after,
#headerTop ul li:nth-child(4) a:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(/brand/salacia/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: 36px 0 35px;
	float: left;
	width: 323px;
	text-align: center;
}
#headerBtm p{
	font-size:14px;
	color:#333;
	float:right;
	display:inline-block;
	line-height: 109px;
	position: relative;
}
#headerBtm p a {
	line-height: 1.4;
	width: 220px;
	height: 108px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#headerBtm p:hover a,
#headerBtm p.active a {
	font-weight: bold;
}
#headerBtm p:hover:before,
#headerBtm p.active:before {
	content: "";
	width: 220px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #29266e;
}


/* -----------------------------------------------------------------------------

	フッター

----------------------------------------------------------------------------- */
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: #29266e;
	background: #fff;
}

aside .relationInfo li {
	float:left;
	width:50%;
	margin: 0;
	background-color:#fff;
	border:1px solid #ddd;
	box-sizing : border-box ;
}
aside .relationInfo li:nth-child(2n) {
	margin-right:0;
	border-left: none;
}
aside .relationInfo li:nth-child(3),
aside .relationInfo li:nth-child(4) {
	border-top: none;
}
aside .relationInfo li:hover {
	box-shadow: 0 0 0 5px #f1f1f1 inset;
}
aside .relationInfo li a {
	display:block;
	height:100%;
	padding: 20px 0 20px 20px;
}
aside .relationInfo li a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
aside .relationInfo li a > img {
	float: left;
	margin-right: 20px;
}
aside .relationInfo li div {
	padding: 0 60px 0 0px;
	display: table;
	width: 310px;
	height: 160px;
	box-sizing : border-box;
	vertical-align: middle;
	line-height: 1.5;
	color: #333;
}
aside .relationInfo li p {
	display:table-cell;
	vertical-align:middle;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
	color: #29266e;
	margin-bottom: 5px;

}

aside .relationInfo li p span{ font-size:14px;}

aside .relationInfo .bg {
	display: block;
	float: left;
	margin-right: 20px;
	background-color: #27296A;
}

/* ブランド情報
---------------------------------------------*/
aside .brandList {
	padding: 60px 0 20px;
}
aside .brandList ul.slick-slider {
	width: 890px;
	margin: 0 auto;
}
aside .brandList ul li.slide {
	border: 1px solid #e1edfc;
	margin: 10px;
}
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 .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/salacia/img/btn_next.png) 0 0 no-repeat;
	background-size: 28px;
	-webkit-background-size: 28px;
	right: -65px;
}
aside .brandList .slick-prev {
	background: url(/brand/salacia/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: #29266e;
	font-size: 24px;
	font-weight: normal;
	position: relative;
}
.ttl01:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: 21px;
	left: 0;
	background: #29266e;
}
.ttl01 span {
	background: #f6f6f6;
	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;
}


/* シェア
--------------------------------------------*/
#footLink{
	background: #f6f6f6;
	padding: 0 !important;
}
.share {
	padding:70px 0 0;
	overflow: hidden;
	position: relative;
}
.share dt,
.share dd {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.share dt {
	background: #f0f0f0;
	width: 328px;
}
.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/salacia/img/icon_home.png) left 2px no-repeat;
}
/* icon
---------------------------------------------*/
.c-iconAfterArrow01 {
	position: relative;
}
.c-iconAfterArrow01:after {
	content: "";
	display: block;
	background-color: #29266e;
	background-image: url("../img/ico_arrow_wt01.png");
	background-repeat: no-repeat;
	background-size: 28px;
	border: 1px solid #ddd;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 14px;
	border-radius: 50%;
}