@charset "utf-8";
body{
    line-height: 150%;
    font-size:80%;
    padding-top: 50px !important;
}
/*---------------------------------------------

header

------------------------------------------------*/
header{
    border-bottom: 2px solid #EA5F0E;
    height: 35px;
    xbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e8e8e0));
    xbackground: -webkit-linear-gradient(top, white 0%, #e8e8e0 100%);
}
header h1{
    width: 122px;
    float: left;
}
header ul{
    width: 184px;
    position: absolute;
    right: 0;
    padding-top: 7px;
    list-style: none;
}
header ul li{
    width: 87px;
    float: left;
    padding-right: 5px;
}
/**/
header a.test {
    display: block;
    border: 1px solid #CCC;
    border-radius: 3px;
    text-align: center;
    color: #333;
    text-decoration: none;
    background: #F7F7F7;
    position: relative;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

/* 共通ヘッダ画像リスト */
#cm-header {
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 2px solid #EA5F0E;
    display: block;
    height: 50px;
    overflow: hidden;
    position: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999 !important;
}
#cm-header ul, #cm-header ul li { list-style: none; }
#cm-header ul li { float: right; margin-right: 5px;margin-top:5px; }
#cm-header ul li:first-child { float: left;margin-top:0px; }
#cm-header ul li p {
    display: table-cell;
    height: 50px; /* #cm-headerのheightと同じ */
    line-height: 0;
    margin: 0;
    padding: 0
}
#cm-header ul li:first-child p { vertical-align: top; }
#cm-header ul li:first-child img { width: 160px; margin-left: 5px;}
#cm-header ul li img { width: 40px; }

/**/
/*---------------------------------------------

footetr

------------------------------------------------*/
footer{
    clear: both;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1) inset;
    position: relative;
    padding-top: 30px;
    font-size: 12px;
}
footer img{
	display: inline;
}
footer div.pagetop a{
    display: table-cell;
    position: absolute;
    right: 0; top: 0;
    height: 25px;
    padding: 0 1em 0 2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(10%, white));
    xbackground: -webkit-linear-gradient(top, #eee 0%, white 5px);
    text-align: center;
    vertical-align: middle;
    border-radius: 0 0 0 3px;
    box-shadow: -2px 2px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: -2px 2px 3px rgba(0,0,0,.1);
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    color: #444;
    text-decoration: none;
}
footer div.pagetop a::before{
    content: '▲';
    width: 12px; height: 12px;
    left: 10px; top: 50%;
    position: absolute;
    margin-top: -11px;
    margin-left: -2px;
    color: #666;
}
footer a.btn{
    display: block;
    margin: 5px auto;
    width: 60%; height: 28px;
    xborder-radius: 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #bbb;
    line-height: 28px;
    font-size: 14px;
    text-align:center;
    letter-spacing: 0.1em;
    text-shadow:
        0 0 2px white, 0 0 2px white,
        0 1px 1px rgba(204,204,204,.3),
        0 -1px 2px rgba(204,204,204,.3);
    /*background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(  0%, #FC9E1A), color-stop( 50%, #F58211),
        color-stop( 90%, #ED6306), color-stop(100%, #EA5701)
    );*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(  0%, #fff), color-stop(100%, #eee)
    );
    background: -moz-linear-gradient(
        top, #fff 0%, #eee 100%
    );
    box-shadow:
        /*0 0 1px #fd9f1b,*/
        1px 1px 1px rgba(255,255,255,.5) inset,    1px 1px 7px rgba(255,255,255,.4) inset,
        -1px -1px 1px rgba(255,255,255,.2) inset, -1px -1px 4px rgba(255,255,255,.1) inset;
    -webkit-box-shadow:
        /*0 0 1px #fd9f1b,*/
        1px 1px 1px rgba(255,255,255,.5) inset,    1px 1px 7px rgba(255,255,255,.4) inset,
        -1px -1px 1px rgba(255,255,255,.2) inset, -1px -1px 4px rgba(255,255,255,.1) inset;
/*
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(  0%, #FC9E1A), color-stop( 49%, #FC9E1A),
        color-stop( 50%, #F58211), color-stop(100%, #F58211)
    );
*/
}
footer p.copy{
    margin-top: 1em;
    /*letter-spacing: 10px;*/
    margin-bottom: 10px;
}
/**
 * GENRE
 */
span.genre {
    display: inline-block; position: relative;
    width: 101px; height: 14px;
    border: 1px solid #ddd;
    /*border-radius: 1px;*/
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%,#fff), to(#ddd));
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.8) inset;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    /*text-shadow: 0 0 1px black;*/
}
span.genre::before {
    content: '';
    display:block;position:absolute;
    width:1px;height:10px;
    top:50%;margin-top:-5px; left:3px;
}
span.genre.g0 {
    display: none;
}
span.genre.g1::before {
    -webkit-box-shadow:0 0 1px #80f,0 0 1px #80f;
    background-color:#80f;
}
span.genre.g2::before {
    -webkit-box-shadow:0 0 1px red,0 0 1px red;
    background-color:red;
}
span.genre.g3::before {
    -webkit-box-shadow:0 0 1px green,0 0 1px green;
    background-color:green;
}
span.genre.g4::before {
    -webkit-box-shadow:0 0 1px magenta,0 0 1px magenta;
    background-color:magenta;
}
span.genre.g5::before {
    -webkit-box-shadow:0 0 1px blue,0 0 1px blue;
    background-color:blue;
}
span.genre.g6::before {
    -webkit-box-shadow:0 0 1px brown,0 0 1px brown;
    background-color:brown;
}
span.genre.g7::before {
    -webkit-box-shadow:0 0 1px orange,0 0 1px orange;
    background-color:orange;
}
/**
 * NEWS
 */
a.news_icon {
    display: inline-block; position: relative;
    width: 57px; height: 21px;
    border: 1px solid #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%,#fff), to(#ddd));
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.8) inset;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #222;text-decoration: none;
}
a.news_icon::after {
    content: '';
    display:block;position:absolute;
    width:53px;height:1px;bottom:2px;left:2px;
}
a.news_icon.geino::after {
    -webkit-box-shadow:0 0 1px brown,0 0 1px brown;
    background-color:brown;
}
a.news_icon.sport::after {
    -webkit-box-shadow:0 0 1px green,0 0 1px green;
    background-color:green;
}
a.news_icon.zenkoku::after {
    -webkit-box-shadow:0 0 1px blue,0 0 1px blue;
    background-color:blue;
}
a.news_icon.kansai::after {
    -webkit-box-shadow:0 0 1px orange,0 0 1px orange;
    background-color:orange;
}
/**
 * PROGRAM
 */
a.program_icon {
    display: inline-block; position: relative;
    width: 96px; height: 34px;
    border: 1px solid #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%,#fff), to(#ddd));
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.8) inset;
    font-size: 11px;
    line-height: 36px;
    text-align: center;
    color: #222;text-decoration: none;
}
a.program_icon::after {
    content: '';
    display:block;position:absolute;
    width:92px;height:1px;bottom:2px;left:2px;
}
a.program_icon.blue::after {
    -webkit-box-shadow:0 0 1px blue,0 0 1px blue;
    background-color:blue;
}
a.program_icon.pink::after {
    -webkit-box-shadow:0 0 1px magenta,0 0 1px magenta;
    background-color:magenta;
}
a.program_icon.green::after {
    -webkit-box-shadow:0 0 1px green,0 0 1px green;
    background-color:green;
}
a.program_icon.purple::after {
    -webkit-box-shadow:0 0 1px purple,0 0 1px purple;
    background-color:purple;
}
a.program_icon.brown::after {
    -webkit-box-shadow:0 0 1px brown,0 0 1px brown;
    background-color:brown;
}
a.program_icon.red::after {
    -webkit-box-shadow:0 0 1px red,0 0 1px red;
    background-color:red;
}

/* Reward Btn */
.reward-btn {
    display: block;
    width: 280px;
    margin: 10px auto;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEC059), to(#EA610C));
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 2px #777;
    -webkit-box-shadow: 0 1px 2px #777;
}
.reward-btn a {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 6px;
    text-shadow: 0px 1px 1px #888;
    position: relative;
}
.reward-btn a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    right: 2px;
    top: 32%;
    position: absolute;
    border: 6px solid transparent;
    border-left-color: #FFFFFF;
}
