@charset "utf-8";

/* ==================================
detail.css
================================== */
#contents .common.detail #item-main .sp-mask {
  border:none;
}
#contents .common.detail .list_item,
#contents .common.detail .list_item + .list_item {
  background:transparent;
}

#chanel .common.detail #CoordinateList div.inner {
  width: 1000px;
  margin: auto;
  position: relative;
}
#chanel .common.detail #CoordinateList div.inner h3 {
  margin-left: 0;
}
#chanel .common.detail #CoordinateList .list-thumb .thum-img {
  height: 176px;
}
#chanel .common.detail #CoordinateList .slick-prev,
#chanel .common.detail #CoordinateList .slick-next {
  top: 170px;
}

/* ==================================
sec-oss
================================== */
#chanel #sec-oss {
  padding:15px 0;
  background:#eee;
  border-bottom:1px solid #e6e6e6;
}
#chanel #sec-oss .inner {
  width:1000px;
  margin:0 auto;
  color:#b71c1c;
}

/* ==================================
recommend / modal-window
================================== */
#chanel #modal-window {
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999999;
}
#chanel .overlay {
  content:"";
  display:block;
  position:fixed;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.8);
}
#chanel #modal-window .modal-contents {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:500px;
  height:470px;
  padding:50px 40px;
  margin:auto;
  background:#fff;
  box-sizing:border-box;
  text-align: center;
}
#chanel #modal-window .ttl {
  margin-bottom:20px;
  padding-bottom:70px;
  text-align:center;
  font-size:18px;
  font-weight: bold;
  background:url(../../../images/icon/icon_mail.png) center bottom no-repeat;
}
#chanel #modal-window .lead {
	margin-bottom: 20px;
	font-size: 13px;
}
#chanel #modal-window .supp {
  margin-top:20px;
  font-size:12px;
}
#chanel #modal-window .bt-closed {
	/*
  position:absolute;
  top:-50px;
  right:-50px;
  width:50px;
  height:50px;
  background:url(../../../images/button/bt_closed.png) center no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor:pointer;
	*/
	display: inline-block;
	margin: 20px auto 0;
	padding: 0 25px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #757575;
	color: #fff;
	text-decoration: none;
	cursor:pointer;
	line-height: 40px;
}
#chanel #modal-window .bt-closed:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 40px;
	background:url(../../../images/button/bt_closed.png) center no-repeat;
	background-size: 14px auto;
	margin: 0 0 0 8px;
	vertical-align: bottom;
}
#chanel #modal-window .bt-closed:hover {
  opacity:.7;
}