@charset "UTF-8";



/*----------------------------------------------*/
/*----------------------------------------------*/
/*FM COCOLO  [TIME TABLE]*/
/*----------------------------------------------*/
/*Created: 2015.10.01*/
/*Last Update:	2015.10.01*/
/*----------------------------------------------*/




/*INDEX*/

/*[TIME TABLE]*/
/*[Main Frame Customize]*/
/*[Page Title with Icon Customize]*/

/*[PC Time Table]*/

/*[SP Time Table]*/
/*[List Page]*/
/*[Detail Page]*/











/*----------------------------------------------*/
/*[TIME TABLE]*/
/*----------------------------------------------*/

/*[Main Frame Customize]*/
.pages .main-container.one-column .main-frame > .inner-frame {
width:auto;
margin:0 auto;
padding:0;
}


@media screen and (min-width:641px) and (max-width:959px) {
.pages .main-container.one-column .main-frame > .inner-frame {
width:90%;
margin:0 auto;
padding:0;
}


}


@media screen and (min-width:961px) and (max-width:1199px) {
.pages .main-container.one-column .main-frame > .inner-frame {
width:90%;
margin:0 auto;
padding:0;
}


}


@media screen and (min-width:1200px) {
.pages .main-container.one-column .main-frame > .inner-frame {
width:870px;
margin:0 auto;
padding:0;
}


}
/*----------------------------------------------*/





/*[Page Title with Icon Customize]*/
/*[Pages Title]*/
#pages-header.pages-header .ph-ttl {
padding:12px 0 0 48px;
background:url(../images/icn_page_timetable.png) no-repeat left 3px;
background-size:auto 56px;
-webkit-background-size:auto 56px;
-moz-background-size:auto 56px;
-ms-background-size:auto 56px;
-o-background-size:auto 56px;
}


@media screen and (max-width:899px) {
#pages-header.pages-header .ph-ttl  small {
margin-left:-48px;
}


}


@media screen and (max-width:640px) {
#pages-header.pages-header .ph-ttl {
padding:8px 0 0 38px;
background:url(../images/icn_page_timetable.png) no-repeat left 2px;
background-size:auto 42px;
-webkit-background-size:auto 42px;
-moz-background-size:auto 42px;
-ms-background-size:auto 42px;
-o-background-size:auto 42px;
}

#pages-header.pages-header .ph-ttl  small {
margin-left:-38px;
}


}


@media screen and (max-width:480px) {
#pages-header.pages-header .ph-ttl {
padding:8px 0 0 28px;
background:url(../images/icn_page_timetable.png) no-repeat left 2px;
background-size:auto 34px;
-webkit-background-size:auto 34px;
-moz-background-size:auto 34px;
-ms-background-size:auto 34px;
-o-background-size:auto 34px;
}

#pages-header.pages-header .ph-ttl  small {
margin-left:-28px;
}


}
/*----------------------------------------------*/





/*[PC Time Table]*/

/*serect day back ground*/
div.currentmon{
background:url(../images/bg_current_mon.png) 0 0 repeat-y;
}
div.currenttue{
background:url(../images/bg_current_tue.png) 0 0 repeat-y;
background-size:100% auto;
}
div.currentwed{
background:url(../images/bg_current_wed.png) 0 0 repeat-y;
background-size:100% auto;
}
div.currentthu{
background:url(../images/bg_current_thu.png) 0 0 repeat-y;
background-size:100% auto;
}
div.currentfri{
background:url(../images/bg_current_fri.png) 0 0 repeat-y;
background-size:100% auto;
}
div.currentsat{
background:url(../images/bg_current_sat.png) 0 0 repeat-y;
background-size:100% auto;
}
div.currentsun{
background:url(../images/bg_current_sun.png) 0 0 repeat-y;
background-size:100% auto;
}


/*frame*/
#sectiontable {
margin:0 0 15px 0;
/*width: 910px;*/
width:100%;/**/
font-size:69.23076%;/**/
letter-spacing:0;
}


/*time table*/
#sectiontable table {
/*width:910px;*/
width:100%;
table-layout: fixed;
word-break:break-all;
word-wrap:break-word;
}


/*left time line*/
th {background-color:#c3ce4c;}
/*(First Time)*/
th.firsthour {width:35px; text-align:center; background:#FFFFFF url(../images/bg_corner.gif) left bottom no-repeat;}
/*(Middle Time)*/
th.hour {background:#c3ce4c url(../images/bg_hour.png) left bottom repeat-x; text-align:center; width:35px; height:40px; vertical-align:middle;}
/*(Last Time)*/
th.lasthour {width:35px; height:40px; text-align:center; vertical-align:middle;}


/**/
th.firsthour,
th.hour,
th.lasthour {
 width:4.022988%;
	width:3.076923%;
 }


/*week*/
/*(Monday)*/
th.dmon {
width:125px;
width:13.73626%;/**/
background:#D1EFEE url(../images/th_mon.png) center no-repeat;
}
div.currentmon th.dmon {
background-image:url(../images/th_mon_selected.png);
}
/*(Tuesday)*/
th.dtue {
width:125px;
width:13.73626%;/**/
background:#D1EFEE url(../images/th_tue.png) center no-repeat;
}
div.currenttue th.dtue {
background-image:url(../images/th_tue_selected.png);
}
/*(Wednesday)*/
th.dwed{
width:125px;
width:13.73626%;/**/
background:#D1EFEE url(../images/th_wed.png) center no-repeat;
}
div.currentwed th.dwed {
background-image:url(../images/th_wed_selected.png);
}
/*(Thursday)*/
th.dthu {
width:125px;
width:13.73626%;/**/
background:#D1EFEE url(../images/th_thu.png) center no-repeat;
}
div.currentthu th.dthu {
background-image:url(../images/th_thu_selected.png);
}
/*(Friday)*/
th.dfri {
width:125px;
width:13.73626%;/**/
background:#F9EACE url(../images/th_fri.png) center no-repeat;
}
div.currentfri th.dfri {
background-image:url(../images/th_fri_selected.png);
}
/*(Saturday)*/
th.dsat{
width:125px;
width:13.73626%;/**/
background:#F2DDCF url(../images/th_sat.png) center no-repeat;
}
div.currentsat th.dsat {
background-image:url(../images/th_sat_selected.png);
}
/*(Sunday)*/
th.dsun {
width:125px;
width:13.73626%;/**/
background:#F4D4DA url(../images/th_sun.png) center no-repeat;
}
div.currentsun th.dsun {
background-image:url(../images/th_sun_selected.png);
}


td {
width:125px;
width:13.73626%;/**/
height:6px;
padding:10px 5px 10px 10px;
background:url(../images/bg_td.png) right bottom no-repeat;
box-sizing:border-box;/**/
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-obox-sizing:border-box;
vertical-align:top;
}


/*program(time)*/
td p.ptime {
font-size:1.1em;
margin-bottom: 2px;
}
.macwebkit td p.ptime{
font-size:11px;
}


/*program(name)*/
td .ptitle {
font-size:1.2em;
line-height:1.4em;
font-weight:bold;
color:#0080a7;
margin:0 0 .5em;
}
.macwebkit td p.ptitle{/*???*/
font-size:13px;
line-height:15px;
}


/*dj after(clear fix)*/
td dl.pdj:after {
content:'';
display:block;
clear:both;
height:0;
}
/*dj*/
td dl.pdj {
/zoom:1;
margin-top:8px;
}
td dl.pdj dd {
font-size: 1.1em;
padding-right: 8px;
padding-top: 4px;
float:left;
}
.macwebkit td dl.pdj dd { /*???*/
font-size: 11px;
}


/*program corner list*/
td ul.pgCornerList {
margin:0;
padding:0;
}
td ul.pgCornerList li.pgTime {
font-size:1em;
line-height:1.3em;
padding:0;
}
td ul.pgCornerList dl.pgCorner {
width:auto;
height:auto;
margin:0;
padding:0;
}
td ul.pgCornerList dl.pgCorner dt {
font-size:1em;
font-weight:bold;
line-height:1.3em;
margin:2px 0;
word-break:break-all;
word-wrap:break-word;
}
td ul.pgCornerList dl.pgCorner dd {
font-size:1em;
margin:0 0 1.2em 0;
padding:0;
}
td ul.pgCornerList dl.pgCorner dd:last-child {
margin:0;
}

/*link setting*/
td ul.pgCornerList dl.pgCorner dt a:link {color:#0265CB;}
td ul.pgCornerList dl.pgCorner dt a:visited {color:#0265CB;}
td ul.pgCornerList dl.pgCorner dt a:hover {color:#63C; text-decoration: underline;}
td ul.pgCornerList dl.pgCorner dt a:active {color:#0265CB; text-decoration: underline;}
td ul.pgCornerList dl.pgCorner dt a:focus {color:#0265CB; text-decoration: underline;}



/*written 2015.08.02*/
/*(Program Info) */
.prg-info {
 width:auto;
 height:auto;
 font-size:1em;
 line-height:1.7em;
 margin:0;
 padding:1em .1em .2em;
}
/*DJ Name*/
.name-dj {
 font-size:1em;
 padding-left:.3em;
 padding-right:.3em;
}










/*[SP Time Table]*/

/*[List Page]*/

#ttFrame .dateSelect {
width:100%;
margin-bottom:12px;
}

#ttFrame .dateSelect table {
width:100%;
margin:0;
table-layout:fixed;
}

#ttFrame .timetableList table th {
width: 32px;
height: 40px;
/*background-color: #c3ce4c;*/
background-color:#c3ce4c;
border-bottom: #ffffff solid 1px;
vertical-align: middle;
}

#ttFrame .timetableList table td {
 width:auto;
background: url(../images/bg_dotline.png) repeat-x bottom;
padding: 14px 10px 14px 10px;
}

#ttFrame .timetableList table .sectionFirst {
background: url(../images/bg_dotline.png) repeat-x top;
}

#ttFrame .timetableList table .tableTime {
margin-bottom: 4px;
font-size: 86%;
font-weight: bold;
}

#ttFrame .timetableList table .title {
margin-bottom: 10px;
font-size: 92.4%;
/*color: #0080a7;*/
color:#D1EFEE;
font-weight: bold;
}

#ttFrame .timetableList table p {
font-size: 86%;
line-height:1.4em;
}

#ttFrame .timetableList table .dj {
margin-bottom: 10px;
padding:3px 0;
background: url(../images/icon_dj.png) no-repeat left center;
padding-left: 30px;
font-size: 86%;
}

#ttFrame .timetableList table a {
color:#0080a7;
text-decoration: underline;
}

#ttFrame .timetableList table .txt {
margin-bottom: 8px;
}

/*[Program Sponcor Info]*/
#ttFrame .timetableList table .prg-info-sp {
 font-size:.8em;
 line-height:1.4em;
}