@charset "utf-8";
/*
.sybarite(){
  font-family: sybarite, serif;
  font-weight: 600;
  font-style: normal;
}
*/
/* CSS Document */
#newcast_title {
  padding-left: 180px;
}
#s_navi {
  background: url(/img/shop/newcast/bg_s_navi.png) repeat-x 0 11px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  background: #FFF;
  letter-spacing: 0;
}
#s_navi p {
  font-size: 10px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  width: 695px;
  background: #000000;
  height: 20px;
  margin-bottom: 20px;
}
.s_select {
  border-right: solid 1px #CFCFCF;
  /*width:460px;*/
  float: left;
}
.s_select_m {
  /*width:234px;*/
  float: left;
}
.s_logo img {
  display: block;
  margin-bottom: 20px;
  height: 66px;
  margin: 0 auto;
}
ul#m_list {
  margin-left: 4px;
}
ul.s_list {
  height: 45px;
  display: flex;
  justify-content: flex-start;
}
ul.s_list li {
  width: 90px;
  height: 45px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 3px;
}
ul.s_list li a {
  width: 90px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  transition: 300ms;
  font-size: 10px;
}
ul.s_list li a:hover {
  color: white;
}
ul.s_list li a:hover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}
.s_umeda {
  border: 2px solid #ff0000;
  color: #ff0000;
}
.s_umeda:hover,
.s_umeda.active {
  background: #ff0000;
}
.s_umeda:hover::after {
  border-color: #ff0000 transparent transparent transparent;
}
.s_kyobashi {
  border: 2px solid #666666;
  color: #666666;
}
.s_kyobashi:hover,
.s_kyobashi.active {
  background: #666666;
}
.s_kyobashi:hover::after {
  border-color: #666666 transparent transparent transparent;
}
.s_namba {
  border: 2px solid #CD1D70;
  color: #CD1D70;
}
.s_namba:hover,
.s_namba.active {
  background: #CD1D70;
}
.s_namba:hover::after {
  border-color: #CD1D70 transparent transparent transparent;
}
.s_nihonbashi {
  border: 2px solid #153E94;
  color: #153E94;
}
.s_nihonbashi:hover,
.s_nihonbashi.active {
  background: #153E94;
}
.s_nihonbashi:hover::after {
  border-color: #153E94 transparent transparent transparent;
}
.s_mrsumeda {
  border: 2px solid #bf9514;
  color: #bf9514;
}
.s_mrsumeda:hover,
.s_mrsumeda.active {
  background: #bf9514;
}
.s_mrsumeda:hover::after {
  border-color: #bf9514 transparent transparent transparent;
}
.s_mrskyobashi {
  border: 2px solid #a0a0a0;
  color: #a0a0a0;
}
.s_mrskyobashi:hover,
.s_mrskyobashi.active {
  background: #a0a0a0;
}
.s_mrskyobashi:hover::after {
  border-color: #a0a0a0 transparent transparent transparent;
}
.s_mrsnihonbashi {
  border: 2px solid #333;
  color: #333;
}
.s_mrsnihonbashi:hover,
.s_mrsnihonbashi.active {
  background: #333;
}
.s_mrsnihonbashi:hover::after {
  border-color: #333 transparent transparent transparent;
}
ul.s_list li a {
  line-height: 1;
}
ul.s_list li a:hover,
ul.s_list li a.active {
  background-position: 0 bottom;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
}
.newcast_box {
  border: solid 1px #bdbdbd;
  width: 673px;
  padding: 10px;
  margin-top: 20px;
}
.n_left {
  float: left;
  width: 160px;
}
.n_left img {
  display: block;
  width: 160px;
  height: 208px;
}
.n_right {
  float: right;
  width: 503px;
  padding-left: 10px;
}
.newcast_day {
  border-bottom: 1px solid #ff5f6f;
  height: 28px;
  width: 503px;
  font-size: 12px;
}
.n_day {
  line-height: 26px;
  color: #ff5f6f;
  font-weight: bold;
  float: left;
  margin: 0;
}
ul.n_ico {
  height: 13px;
  float: right;
  padding-top: 7px;
  margin: 0;
  margin-left: -40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
ul.n_ico li {
  width: 68px;
  height: 13px;
  margin: 1px;
  padding: 1px;
  background: #0871c1;
  color: white;
  font-size: 6px;
  border-radius: 1px;
  border: 1px solid #999;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0;
}
ul.n_ico li.active {
  background: #005e15;
}
ul.n_ico li.rookie {
  background: #e81a93;
}
.newcast_name {
  line-height: 1.6;
  height: 40px;
  padding: 5px 0;
}
.n_name {
  float: left;
}
.n_name em {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.newcast_name a {
  width: 174px;
  height: 28px;
  line-height: 26px;
  color: #FFFFFF;
  font-size: 10px;
  display: block;
  text-align: center;
  float: right;
  background: #ff5f6f;
  margin-top: 6px;
  overflow: hidden;
}
.message {
  background: #FFFFFF;
  padding: 10px;
  border: solid 1px #E5E5E5;
  width: 480px;
  height: 107px;
  overflow: auto;
  line-height: 1.3;
  clear: both;
  word-break: break-all;
  border-radius: 3px;
  color: #666666;
}
.message > p {
  color: #666666;
}
.message * {
  line-height: 1.3;
}
.mosaic-block {
  float: left;
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 208px;
  /*margin: 0 15px 15px 0;
	background:#111 url(../images/loader.gif) no-repeat center center;
	border: 3px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);*/
}
.mosaic-backdrop {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
}
.mosaic-overlay {
  display: none;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}
.fade .mosaic-overlay {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=00);
  background: url(/img/shop/newcast/over.png) repeat 0 0;
}
.details p {
  color: #FFFFFF;
  text-align: center;
  padding-top: 98px;
  line-height: 1;
}
