@charset "UTF-8";
/*
Theme Name: wp_stardigio
Theme URI: http://www.stardigio.com/
Description: 株式会社第一興商　STAR digioサイト用テンプレート
Author: MAXIS　ASSOCIA
Author URI: http://maxisassocia.com/
Version: 1.0
*/

/* 404 */
body[id^='notfound'] #page .contents{
  text-align: center;
  margin: 100px auto 80px;
}
body[id^='notfound'] #page .contents>p{
  margin-bottom: 50px;
}
body[id^='notfound'] #page .contents a.icon-arrow-outline.btn-disolve {
    font-size: 112.5%;
    font-weight: 700;
    position: relative;
    display: inline-block;
    min-width: 333px;
    padding: 1.06em 3.33em 1.06em 1.67em;
    vertical-align: top;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #2248d0
}
body[id^='notfound'] #page .contents a:before
{
    font-size: 122.22%;
    position: absolute;
    top: 50%;
    right: .91em;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
/* station400 tab */
body[id^='station400'] #page article > .tab_content h3
{
    font-size: 162.5%;
    font-weight: bold;
    margin-top: 1.69em;
    text-align: center;
    letter-spacing: .1em;
    color: #2248d0;
}
body[id^='station400'] #page article > .tab_content h3 small:before
{
    padding-left: 1em;
    content: '';
}
body[id^='station400'] #page article > .tab_content h3 ~ h3
{
    margin-top: 2.46em;
}
.disnon {
    display: none;
}
#top #top-pickup>div>dl dd a dl dd:nth-of-type(2) i.disnon,
#top #top-week a dl dt i.disnon{ display: none;}
/* 2018sprign 
[id='2018spring'] #page article header h3 {
    background-image: url(/wp-content/themes/wp_stardigio/2018spring/img/img-2018spring-pc.jpg);
}*/

/* baseball 
#baseball #page article nav h3 {
    background-image: url(/wp-content/themes/wp_stardigio/baseball/img/img-baseball-pc.jpg);
}*/

/* #info */
#info #page article form label input:checked + i {
    background-image: url(/wp-content/themes/wp_stardigio/common/img/icon-checked.svg)
}
#info #page article form label i {
    background-image: url(/wp-content/themes/wp_stardigio/common/img/icon-unchecked.svg);
}

/* inquiry, request */
#inquiry #page article section form fieldset:last-child input[type=submit].btn-submit,
#request #page article section form fieldset:last-child input[type=submit].btn-submit {
    background-image: url(/wp-content/themes/wp_stardigio/common/img/icon-arrow.svg);
}
#inquiry #page article section form fieldset:last-child #wpcf7-modify,
#request #page article section form fieldset:last-child #wpcf7-modify {
    cursor:  pointer;
    margin-right: 20px;
    padding: 1.13em 1.5em 1.13em 3.75em;
    background-position: left 1.2em top 50%;
    background-repeat:  no-repeat;
    border-radius:  4px;
    background-color: #ccc;
    background-image: url(/wp-content/themes/wp_stardigio/common/img/icon-arrow-reverse.svg);
}
#inquiry #page article section form.sentMessage,
#request #page article section form.sentMessage{
  display: none;
}

/* 検索アーティスト・曲 */
#searchartist table[role=list] tr>*{
  width: 70%;
}
/* 詳細検索 */
#searchartist table[role=list].detail tr>*{
  width: auto;
}

@media print, screen and (min-width: 769px)
{
    /* #top-nav */
    #top-nav ul li a {
        background-image: url(/wp-content/themes/wp_stardigio/common/img/icon-arrow.svg);
    }
    #top-util #now-playing > div:nth-child(1) form:before {
        background-image: url(/wp-content/themes/wp_stardigio/common/img/icon-now-playing.svg);
    }
    #top-util #now-playing > div:nth-child(1) form:after {
        background-image: url(/wp-content/themes/wp_stardigio/common/img/icon-sound.svg);
    }
    
    /* station400 tab */
    body[id^='station400'] #page article > .tab_content h3 small
    {
        font-size: 80.77%;
        display: block;
    }
    body[id^='station400'] #page article > .tab_content h3 small:before
    {
        display: none;
    }
    
    
}

@media screen and (max-width: 768px)
{
    /* #top-nav */
    #top-nav ul li a {
        background-image: url(/wp-content/themes/wp_stardigio/common/img/icon-arrow.svg);
    }
    #top-util nav a:nth-child(1):after {
        background-image: url(/wp-content/themes/wp_stardigio/common/img/icon-sound.svg);
    }
    #top-util nav a:nth-child(2):after {
        background-image: url(/wp-content/themes/wp_stardigio/common/img/icon-search.svg);
    }
    
    /* 2018spring */
    [id='2018spring'] #page article header h3 {
        background-image: url(/wp-content/themes/wp_stardigio/2018spring/img/img-2018spring-sp.jpg);
    }
    
    /* baseball */
    #baseball #page article nav h3 {
        background-image: url(/wp-content/themes/wp_stardigio/baseball/img/img-baseball-sp.jpg);
    }
}

