@charset "shift_jis";

/* ‰º‘w‹¤’Ê
----------------------------------------------------------------------- */
#contentsWrap {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
#contentsWrap p {
  margin-bottom: 30px;
}
.center {
  text-align: center;
}
.textRed {
  color: #e5003b;
}

/* mv */
.mv {
  border-bottom: 1px solid #eee;
	background: url(/brand/salacia/img/bg_mv.png);
}
.mv .inner {
  height: 320px;
  position: relative;
}
.mv h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
  padding-top: 60px;
  color: #29266e;
  margin-left: 465px;
}
.mv ul {
  width: 560px;
  position: absolute;
  bottom: 20px;
  left: 465px;
}
.mv ul li {
  float:left;
  display: table;
	margin-bottom: 10px;
	width: 270px;
}
.mv ul li:nth-child(even) {
  margin-left: 20px;
}
.mv ul li a {
  width: 270px;
  height: 65px;
  padding: 0 10px 0 50px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  display: table-cell;
  vertical-align: middle;
  background: url(/brand/salacia/img/common_arrow03_white.png) 20px center no-repeat #29266e;
}


/* copy */
.copy {
  font-size: 18px;
  line-height: 2.1;
  padding-top: 60px;
  color: #666;
  font-weight: bold;
  text-align: center;
}

/* sub title */
.subTtl {
	margin: 0 0 50px;
}

/* layout01 */
.layout01 img {
	display: block;
  margin: 0 auto 40px auto;
}
/* layout02 */
.layout02 .imgLeft {
  width: 380px;
  margin-right: 20px;
  float:left;
}
.layout02 .imgLeft > img {
  display: block;
  margin: 0 auto;
}
.layout02 .contentsRight {
  width: 628px;
  float: left;
}

/* bnr */
.bnr {
}
.bnr:hover {
  opacity: 0.8;
}

/* contents */
.contents {
  margin-top: 100px;
}
.contents li div p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: #e5003b;
  margin: 0!important;
  padding-top: 5px;
  text-align: left;
}
