@charset "utf-8";
/* CSS Document */

#box {
}
#box h3 {
    font-family: "kozuka-mincho-pro","Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    margin: 2% 4%;
    text-align: center;
}
#weekly {
    border-top: 3px double #555;
    text-align: center;
}
#weekly ol {
}
#weekly li {
    float: left;
    font-size: 0.88rem;
    font-style: italic;
    letter-spacing: 0.1em;
    text-align: center;
    width: 50%;
}
#weekly li a {
    border-bottom: 1px solid #ccc;
    display: block;
    text-decoration: none;
}
#weekly li:nth-child(2n+1) a {
    border-right: 1px solid #ccc;
}
.today {
}
.sat a {
    color: #bfcfff;
}
.sun a {
    color: #ffcfbf;
}



#schedule_box {
}
#schedule_box table {
    width: 100%;
    margin-bottom:1%;
}
#schedule_box tr:first-child {
    border-bottom: 1px solid #555;
}
#schedule_box td {
    font-size: 0.75rem;
    /*font-style: italic;*/
    line-height: 1.3;
    padding: 2% 0;
    text-align: center;
	border:1px solid #555;
}
#schedule_box td span {
    background-color: transparent;
    font-size: 0.66rem;
    line-height: 1;
    margin: 0 0 2%;
	display:block;
}
#schedule_box .sat {
    color: #007fff;
}
#schedule_box .sun {
    color: #ff4d4d;
}
#schedule_box .select a {
     color: #fff !important;
}







.texteffect a::after {
    height: 3px;
}
#time {
    background-color: #121212;
    color: #fff;
    text-align: center;
    display: none;
}
#time ol {
}
#time li {
    float: left;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    line-height: 1;
    padding: 2% 0;
    width: 20%;
}
#time li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
#time span {
    display: inline-block;
}
.select {
background: url(/img/bg_sch_nv.jpg) repeat;
}
#time .select span {
}
#main {
}
#main ul {
}
#main li {
  display: inline-block;
  position: relative;
  width: 48%;
  margin:1% 0.5%;
}
#main li a {
}

#main .box {
    bottom: 0;
    padding: 10% 0 1%;
    position: absolute;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0) url("/img/bg_box.png") no-repeat scroll 0 0 / cover ;
    text-align: left;
}
#main .point {
    color: #ffff00;
    font-size: 0.66rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
#main .time {
    color: #fff;
    font-style: italic;
}
#main .time span {
    font-size: 0.55rem;
    margin: 0 1% 0 0;
}*/

/*
#main .sche_data .time {
    background: linear-gradient(135deg, #cfaf7a, #997947) repeat scroll 0 0;
    color: #fff;
    display: table-cell;
    font-size: 0.8rem;
    line-height: 1.3;
    margin: 2px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 65%;
}*/


#main .photo img {
    overflow: hidden;
    width: 100%;
}
#main .box {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
#main .inner {
    overflow: hidden;
    padding: 0 2% 1%;
}
#main .thum {
    margin: 0 2% 0 0;
}
#main .thumr {
    float: left;
    width: 66%;
}
.cup {
    border-radius: 4px;
    color: #fff;
    font-size: 1.33rem;
    font-weight: bold;
    line-height: 1;
    padding: 16% 20% 12%;
    text-align: center;
}
.cup span {
    display: block;
    font-size: 0.5rem;
    font-weight: normal;
}
.name {
    color: #fff;
    line-height: 1.4;
    font-size:1.05rem;
    text-shadow: 0 0 8px #000;
}
.size {
    color: #fff;
    line-height: 1.3;
    font-size:0.7rem;
    text-shadow: 0 0 8px #000;
}
.icons {
    bottom: 25px;}


.icon_newface {
    background-color: #2db200;
    color: #fff;
    display: inline-block;
    font-size: 0.6rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin: 0 0 0 3%;
    overflow: hidden;
    padding: 2% 2% 1%;
    text-align: center;
    vertical-align: middle;
}

/*
#main .realtime {
  color: #fff;
  display: table-cell;
  text-align: center;
  text-indent: -3px;
  vertical-align: middle;
  width: 35%;
  font-size:0.7rem;
}


#main .sche_data {
    display: table;
    height: 35px;
    margin-top: 2%;
    overflow: hidden;
    width: 100%;
}





@media screen and (max-width: 320px) {

}
