@charset "utf-8";
/*
 * layout_sp.css 日テレ番組共通テンプレート スマホ共通部分表示用cssファイル
 *
 * ■表示内容
 * スマートフォンサイト 共通要素
 *
 * ○変更履歴
 * 2013.01.23 m.kameyama：ソーシャルボタンを追加
 * 2013.03.21 d.takahashi：日テレスタンプバナー非表示指定を追加
 * 2013.04.03 k.maekochi：LINE友達追加ボタンの追加
 * 2014.04.01 k.maekochi：メニュー背景色変更
 * 2014.09.09 m.negishi:スマホレクタングル広告用追加
 * 2015.03.19 m.kameyama：メニュー「映画・アニメ」を分割
 * 2015.03.23 m.kameyama おすすめ番組４件表示対応
 * 2015.09.10 m.kameyama 右カラム要素のセレクタに"#side"を追記
 */

#pc {
    display: none;
}

#sp {
    display: block;
}

html body {
    min-width: inherit;
}

/* display:none */

#side #ad,
#side #oa,
#side #pr,
#side #blog,
#side #stamp,
#side #sponcerlink {
    display: none;
}

/* display:block */

#sp,
#side #recommend,
#side #recommend_app,
#sub-nav,
#adBanner,
#adSphone {
    display: block;
}

#wrapper #contents {
    width: auto;
    margin: 0;
    text-align: left;
    padding: 0px;
}

body #wrapper #contents {
    width: auto;
}

#wrapper #contents #main {
    float: none;
}

#wrapper #contents #main .section {
    width: auto;
    padding: 5px 0px 0px;
    margin-bottom: 0px;
}

#wrapper #contents #main .top {
    display: none;
}

#sp #global-nav {
    border-bottom-style: none;
    height: 76px;
    position: relative;
    overflow: hidden;
    background-image: none;
    margin: 0px;
    padding: 0px;
    background: rgb(255,255,255);
 /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
 /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
 /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
 /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
 /* W3C */
    /*box-shadow*/
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    z-index: 500;
}

*html #sp #global-nav {
    zoom: 1;
}

#sp #global-nav h1 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: 0px;
    height: 36px;
    width: 148px;
    margin: 0px 0px 20px;
    position: absolute;
    left: 20px;
    top: 20px;
}

#sp #global-nav h1 a {
    background-image: url(../images/title-ntv.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    height: 36px;
    width: 148px;
    display: block;
}

#sp #global-nav ul {
    float: right;
    margin-right: 20px;
    overflow: hidden;
    margin-top: 12px;
}

*html #sp #global-nav ul {
    zoom: 1;
}

#sp #global-nav li {
    float: left;
    list-style: none;
}

#sp #global-nav li a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: left;
    display: block;
    line-height: 52px;
    height: 52px;
    margin-bottom: 10px;
    margin-left: 10px;
    /* border-radius */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#sp #global-nav li#btn-program a {
    width: 88px;
    padding-left: 60px;
    background: url(../images/icon_program.png) no-repeat 10px center, rgb(251,136,2);
 /* Old browsers */
    background: url(../images/icon_program.png) no-repeat 10px center, -moz-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* FF3.6+ */
    background: url(../images/icon_program.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100,100,100,1)), color-stop(100%, rgba(30,30,30,1)));
 /* Chrome,Safari4+ */
    background: url(../images/icon_program.png) no-repeat 10px center, -webkit-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: url(../images/icon_program.png) no-repeat 10px center, -o-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* Opera11.10+ */
    background: url(../images/icon_program.png) no-repeat 10px center, -ms-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* IE10+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8802', endColorstr='#fa5700',GradientType=0 ); /* IE9 */
    background: url(../images/icon_program.png) no-repeat 10px center, linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* W3C */
    /*box-shadow*/
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5) inset;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5) inset;
}

#sp #global-nav li#btn-app a {
    width: 88px;
    padding-left: 50px;
    background: url(../images/icon_app.png) no-repeat 10px center, rgb(251,136,2);
 /* Old browsers */
    background: url(../images/icon_app.png) no-repeat 10px center, -moz-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* FF3.6+ */
    background: url(../images/icon_app.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251,136,2,1)), color-stop(100%, rgba(250,87,0,1)));
 /* Chrome,Safari4+ */
    background: url(../images/icon_app.png) no-repeat 10px center, -webkit-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: url(../images/icon_app.png) no-repeat 10px center, -o-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* Opera11.10+ */
    background: url(../images/icon_app.png) no-repeat 10px center, -ms-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* IE10+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8802', endColorstr='#fa5700',GradientType=0 ); /* IE9 */
    background: url(../images/icon_app.png) no-repeat 10px center, linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* W3C */
    /*box-shadow*/
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5) inset;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5) inset;
}

#sp #global-nav li#btn-menu a {
    width: 128px;
    padding-left: 10px;
    background: url(../images/icon_pulldown-arrow.png) no-repeat right center, rgb(251,136,2);
 /* Old browsers */
    background: url(../images/icon_pulldown-arrow.png) no-repeat right center, -moz-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* FF3.6+ */
    background: url(../images/icon_pulldown-arrow.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251,136,2,1)), color-stop(100%, rgba(250,87,0,1)));
 /* Chrome,Safari4+ */
    background: url(../images/icon_pulldown-arrow.png) no-repeat right center, -webkit-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: url(../images/icon_pulldown-arrow.png) no-repeat right center, -o-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* Opera11.10+ */
    background: url(../images/icon_pulldown-arrow.png) no-repeat right center, -ms-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* IE10+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8802', endColorstr='#fa5700',GradientType=0 ); /* IE9 */
    background: url(../images/icon_pulldown-arrow.png) no-repeat right center, linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* W3C */
    /*box-shadow*/
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

#sp #sub-nav {
    background: rgb(250,93,1);
 /* Old browsers */
    background: -moz-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(100,100,100,1)), color-stop(100%, rgba(30,30,30,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb813b', endColorstr='#fa5d01', GradientType=0 );
 /* IE6-9 */
    background: linear-gradient(top, rgba(100,100,100,1) 0%, rgba(30,30,30,1) 100%);
 /* W3C */
    display: none;
}

#sp #sub-nav ul {
    display: block;
    width: 600px;
    margin-left: auto;
    margin-right: 0px;
    overflow: hidden;
    padding: 10px 20px 0px 10px;
}

#sp #sub-nav ul li {
    display: block;
    float: left;
    width: 186px;
    height: 70px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#sp #sub-nav ul li a {
    display: block;
    width: 186px;
    height: 70px;
    text-indent: -9999px;
    background-image: url(../images/btn_sub-nav.png);
    background-repeat: no-repeat;
}

#sp #sub-nav ul #btn-news a {
    background-position: 0px 0px;
}

#sp #sub-nav ul #btn-drama a {
    background-position: -198px 0px;
}

#sp #sub-nav ul #btn-variety a {
    background-position: -394px 0px;
}

#sp #sub-nav ul #btn-sports a {
    background-position: 0px -80px;
}

#sp #sub-nav ul #btn-moviemenu a {
    background-position: -198px -80px;
}

#sp #sub-nav ul #btn-anime a {
    background-position: -394px -80px;
}

#sp #sub-nav ul #btn-mini a {
    background-position: 0px -160px;
}

#sp #sub-nav ul #btn-event a {
    background-position: -198px -160px;
}

#sp #sub-nav ul #btn-shopping a {
    background-position: -394px -160px;
}

#sp #sub-nav ul #btn-dai2 a {
    background-position: 0px -240px;
}

#sp #sub-nav ul #btn-blog a,
#sp #sub-nav ul #btn-present a {
    background-position: -198px -240px;
}

#sp #sub-nav ul #btn-news24 a {
    background-position: -394px -240px;
}

#sp #sub-nav ul #btn-movie a {
    background-position: 0px -320px;
}

#sp #sub-nav ul #btn-twitter a {
    background-position: -198px -320px;
}

#sp .sub-nav-close {
    background: rgb(50,51,33);
 /* Old browsers */
    background: -moz-linear-gradient(top, rgba(50,51,33,1) 20%, rgba(0,0,0,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(50,51,33,1)), color-stop(100%, rgba(0,0,0,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(50,51,33,1) 20%, rgba(0,0,0,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(50,51,33,1) 20%, rgba(0,0,0,1) 100%);
 /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(50,51,33,1) 20%, rgba(0,0,0,1) 100%);
 /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323321', endColorstr='#000000', GradientType=0 );
 /* IE6-9 */
    background: linear-gradient(top, rgba(50,51,33,1) 20%, rgba(0,0,0,1) 100%);
 /* W3C */
    padding-right: 30px;
}

#sp .sub-nav-close a {
    font-size: 28px;
    line-height: 52px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    width: auto;
    height: 52px;
    margin-right: 0px;
    margin-left: auto;
    padding-right: 40px;
    background-image: url(../images/icon-subnav-close.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
}

/* #side */

#wrapper #contents #side {
    float: none;
    padding-top: 0px;
    width: auto;
    /* background-color: #fff; */
}

#wrapper #contents #side .box {
    width: auto;
    border-style: none;
    border-radius: 0px;
}

#wrapper #contents #side div.title {
    /* border-radius */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: auto;
    position: relative;
}

#wrapper #contents #side div.title h4 {
    font-size: 28px;
    line-height: 52px;
    font-weight: bold;
    text-indent: 0px;
    background-image: none;
    height: 52px;
    padding: 0px 20px;
}

/* #recommend */
/* 2015.03.23 m.kameyama おすすめ番組４件表示対応 */
#side #recommend div.title{ padding: 0px; }

#side #recommend .structure {
    margin: 0 -1%;
    padding: 11px 2%;
    overflow: hidden;
}

#side #recommend .program {
    float: left;
    width: 48%;
    margin: 0px 1% 10px;
    padding-right: 0;
}

#side #recommend .program p {
    font-size: 24px;
    line-height: 140%;
}

#side #recommend .program a {
    color: #162d9f;
    font-size: 28px;
    text-decoration: none;
}

#side #recommend .program img{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
}

/* #hptopics */

#wrapper #side #topics .program {
    padding: 20px 20px;
}

#wrapper #contents #side #hptopics p img {
    width: 180px;
    height: 120px;
    padding: 0px 20px 28px 0px;
}

#wrapper #contents #side #hptopics p a,
#wrapper #contents #side #hptopics ul li {
    font-size: 28px;
    line-height: 120%;
}

#wrapper #contents #side #topics .program ul li {
    font-size: 28px;
    background: none;
    margin-left: 40px;
    padding: 10px 20px 10px 10px;
    list-style: disc;
}

/* #app */

#wrapper #contents #side #app {
    display: block;
}

#wrapper #contents #side #app ul {
    text-align: center;
    padding: 20px 24px;
}

#wrapper #contents #side #app ul li {
    display: inline-block;
    vertical-align: top;
    width: 240px;
}

#wrapper #contents #side #app ul li img {
    width: 180px;
    height: 180px;
}

*html #wrapper #contents #side #app ul li {
    display: inline;
}

#wrapper #contents #side #app ul li:first-child {
    margin-right: 30px;
}

#wrapper #contents #side #app ul li a {
    text-decoration: none;
}

#wrapper #contents #side #app ul li p {
    text-align: left;
    font-size: 24px;
    color: #000;
}

#wrapper #contents #side #app .title .btn-appli {
    width: 140px;
    height: 40px;
    position: absolute;
    top: 6px;
    right: 10px;
}

#wrapper #contents #side #app .title .btn-appli a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    line-height: 40px;
    text-align: center;
    width: 140px;
    height: 40px;
    font-size: 24px;
}

#wrapper #contents #side #app ul li p a {
    color: #172c9f;
    text-decoration: none;
}

/* #side #present */
#side #present .structure {
    padding: 22px;
}

#side #present .structure div {
    width: 180px;
}

#side #present .structure p {
    font-size: 30px;
    margin-left: 180px;
}

#side #present .structure img {
    width: 160px;
    border: solid 2px #ccc;
}

/* #footer */

#footer {
    width: auto;
    height: auto;
    margin-top: 70px;
    background: rgb(228,231,233);
 /* Old browsers */
    background: -moz-linear-gradient(top, rgba(228,231,233,1) 0%, rgba(255,255,255,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(228,231,233,1)), color-stop(100%, rgba(255,255,255,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(228,231,233,1) 0%, rgba(255,255,255,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(228,231,233,1) 0%, rgba(255,255,255,1) 100%);
 /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(228,231,233,1) 0%, rgba(255,255,255,1) 100%);
 /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e7e9', endColorstr='#ffffff', GradientType=0 );
 /* IE6-9 */
    background: linear-gradient(top, rgba(228,231,233,1) 0%, rgba(255,255,255,1) 100%);
 /* W3C */
    /*box-shadow*/
    -webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px -2px 2px rgba(0,0,0,0.3);
}

#footer ul {
    display: block;
}

#footer #btn-footer {
    display: block;
    height: 88px;
    position: relative;
    z-index: 100;
}

#footer #btn-footer .btn-home,
#footer #btn-footer .btn-head {
    font-size: 24px;
    font-weight: bold;
    display: block;
    height: 88px;
    width: 260px;
    position: absolute;
    background: rgb(255,255,255);
 /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
 /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
 /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
 /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
 /* W3C */
    /* box-shadow */
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    list-style: none;
}

#footer #btn-footer .btn-home {
    top: -48px;
    left: 0px;
    /* border-radius */
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    -moz-border-radius: 0px 16px 16px 0px;
    -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
}

#footer #btn-footer .btn-head {
    top: -48px;
    right: 0px;
    /* border-radius */
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    -moz-border-radius: 16px 0px 0px 16px;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
}

#footer #btn-footer .btn-home a,
#footer #btn-footer .btn-head a {
    line-height: 88px;
    color: #222;
    text-decoration: none;
    display: block;
    width: auto;
    height: 88px;
}

#footer #btn-footer .btn-home a {
    padding-right: 60px;
    text-align: right;
}

#footer #btn-footer .btn-head a {
    padding-left: 60px;
}

#footer #device-switch {
    display: block;
    width: 480px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 80px;
}

*html #footer #device-switch {
    zoom: 1;
}

#footer #device-switch p {
    line-height: 72px;
    display: block;
    width: 60px;
    height: 72px;
    float: left;
    font-size: 24px;
}

#footer #device-switch ul {
    float: right;
    text-align: center;
    height: 72px;
    overflow: hidden;
    /* box-shadow */
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5) inset;
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5) inset;
    /* border-radius */
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background: rgb(255,255,255);
 /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(213,216,218,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(213,216,218,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(213,216,218,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(213,216,218,1) 100%);
 /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(213,216,218,1) 100%);
 /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
 /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(213,216,218,1) 100%);
 /* W3C */
}

*html #device-switch ul {
    zoom: 1;
}

#footer #device-switch li {
    width: 200px;
    height: 72px;
    float: left;
    box-sizing: border-box;
    list-style: none;
    font-size: 24px;
}

#footer #device-switch li:first-child {
    border-right: solid 1px rgba(0,0,0,0.2);
}

#footer #device-switch li:last-child {
    border-left: solid 1px rgba(255,255,255,0.2);
}

#footer #device-switch li a {
    line-height: 72px;
    text-decoration: none;
    color: #000;
    display: block;
    width: 200px;
    height: 72px;
    float: left;
}

#footer #device-switch .switch-sp a {
    /* border-radius */
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    -moz-border-radius: 16px 0px 0px 16px;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
}

#footer #device-switch .switch-pc a {
    /* border-radius */
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    -moz-border-radius: 0px 16px 16px 0px;
    -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
}

#footer #device-switch ul .on a {
    background-color: rgba(0,0,0,0.2);
}

#footer .copyright {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    background-image: none;
    text-indent: 0px;
    width: auto;
    height: 72px;
    min-height: inherit;
    padding: 20px 0px;
    text-align: center;
    line-height: 72px;
    color: #fff;
    background-color: #000;
}

/* #adBanner */

#adBanner {
    background-color: #222;
    display: block;
}

#adBanner p {
    border-top: solid 1px #666;
    margin: 0px;
}

#adSphone img {
    max-width: 100%;
    height: auto;
}


/* #spFooterBanner */

#wrapper #contents #spFooterBanner {
    width: 600px;
    margin: 10px auto;
    text-align: center;
}

#wrapper #contents #spFooterBanner img {
    width: 600px;
    height: 500px;
}


/* #btnSocial 2013.01.23追加 */

#btnSocial {
    display: block;
    padding: 10px 0px;
    background-color: rgba(255,255,255,1);
}

#btnSocial ul {
    margin-right: 10px;
    text-align: right;
}

#btnSocial ul li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

#btnSocial ul li a img {
    height: auto;
    width: 60px;
}

/* #lineBtn 2013.04.03追加 */
#side #lineBtn {
    background: #3fc500;
    padding: 6px;
    zoom: 1;
    margin-bottom: 10px;
    height: 100px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#side #lineBtn:before,
#side #lineBtn:after {
    content: "";
    display: table;
}

#side #lineBtn:after {
    clear: both;
}

#side #lineBtn .spbox {
    background: #fff;
    border-radius: none;
    width: 50%;
    height: 88px;
    float: right;
}

#side #lineBtn .spbox a {
    display: block;
    margin: 10px auto 0;
    text-align: center;
}

#side #lineBtn h4 {
    background-size: contain;
    width: 48% !important;
    height: 88px;
    text-indent: -9999px;
    overflow: hidden;
    width: 100%;
    float: left;
}

#side #lineBtn h4.lb_default {
    background: url(../images/sp_lb_parts_tlt_default.png) no-repeat right center transparent;
}

#side #lineBtn h4.lb_drama {
    background: url(../images/sp_lb_parts_tlt_drama.png) no-repeat right center transparent;
}

#side #lineBtn h4.lb_golf {
    background: url(../images/sp_lb_parts_tlt_golf.png) no-repeat right center transparent;
}


/*スマホレクタングル用CSS*/
#side #sp_rectangle {
    width: 600px;
    height: 500px;
    margin: 0 auto;
}

#side #sp_rectangle a img{
    width: 600px!important;
    height: 500px!important;
}