@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html--------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
}

#body_wrapper,#footer,#header,#wrapper,#search_block {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* tap-highlight-color: rgba(0, 0, 0, 0); */
}

:focus {
outline:0;
}

ol, ul {
list-style:none;
}

table {
border-collapse:separate;border-spacing:0;
}

caption, th, td {
font-weight:normal;text-align:left;
}

blockquote:before, blockquote:after,q:before, q:after {
content:"";
}

blockquote, q {
quotes:"" "";
}

a img {
border:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display:block;
}

body{
font:16px/2.0  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
color:#000000;
-webkit-text-size-adjust:none;
}

/* "Amatic SC","Lucida Grande", Arial,  ,"ＭＳ Ｐゴシック",sans-serif*/

a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
font-weight:bold;
color:#18a8a0;
}
.dw_menu a{
    color:#c9b887;
}
a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline:none;
color:#cdcdcd;
}

/**** Clearfix ****/

nav .panel:after, #mainNav:after, .CategoryTitle:after, .bg:after,.post:after{
content:"";
display:table;
clear:both;
}

nav .panel,#mainNav,.CategoryTitle,.bg, .post{
zoom:1;
}


/* Rayout-----------------------------------------------*/

#body_wrapper{
margin:0 auto;
width:1040px;
margin-top: 100px;
}

#header{
text-align:center;
}

#theline{
    display: inline-block;
    background:#f0eded;
    width: 100%;
    height: 17px;
}

#content{
float:left;
width:750px;
padding:30px 0;
}

#sidebar{
float:right;
width:255px;
padding:30px 0;
}

#footer{
border-top:17px solid #f0eded;
clear:both;
padding:40px;
} 


/* ヘッダー---------------------------------------------*/


#topline{
    display: block;
    height: 38px;
    width: 100%;
    background: #000000;
}

#headerWrap{
    display: flex;

}

#header h2{
position:relative;
clear:both;
text-align:center;
font-size:160%;
font-weight:bold;
}

#logo{
    display: block;
    background: #ffffff;
    height: auto;
    width: 350px;
    }
    
    #logo, #mainnav{
    display:block;
    float: left;
    }
    
    #logo_contents{
      display: block;
      position:relative;
      top: 35px;
      left: 35px;
      background: #ffffff;
      height: 70px;
      width: auto;
      }
      #logo_contents:hover{
        opacity:0.7;
        }
        #logo_contents:active{
          top: 38px;
        }
#header h2 img{
/* width:200px; */
}

.headline{
border-bottom:10px solid #000000;
}

#ranking{
    cursor: pointer;
}
#chordpositions{
    cursor: pointer;
}
.sub-menu00,.sub-menu01,.sub-menu02{
    margin-top: -20px;
    margin-left: -15px;
}


/* ドロワー--------------------------------------------------- */

#wrapper 
{

font-size: 1.2rem;
font-weight: 900;
width: 100%;
text-align: center;
}

/* #contents {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
transform: translateX(0);
transition: .4s transform;
} */

/* #contents {
height: 1000px;
background-color: #ddd;
} */

#nav-btn 
{
display: none;
outline: none;
cursor: pointer;
}
.dw_menu ul   
{
display: none;
justify-content: flex-end;
align-items: center;
height: 70px;
background: #ffffff;
}
.dw_menu ul li 
{
transition: all 0.5s;
}
.dw_menu ul li a
{
position: relative;
display: inline-block;
text-decoration: none;
}
.dw_menu ul li a :after 
{
position: absolute;
bottom: -4px;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #333;
transform: scale(0, 1);
transform-origin: left top;
transition: transform 0.3s;
}
.dw_menu ul li a :hover::after 
{
transform: scale(1, 1);
}



.dw_how_to,.dw_ranking,.dw_schordpositions,.dw_setting{
    height: 52px;
    margin-top: 32px;
}

.dw-search{
  color:#afaeae;
  text-align:center;
  margin-bottom: 30px;
  }
  .dw_searchbox{
      width: 180px;
      height: 1rem;
      padding-left: 10px;
      border: 2px solid;
      border-color: #8f8f8f;
      border-radius: 10px;
      }
  #dw_search_bass{
      display: block;
      position: relative;
      width: 160px;
      height: 50px;
      margin-left: auto;
      margin-right: auto;
  }
  .dw_srchBtn{
      display: block;
      cursor: pointer;
      width: 13px;
      position: absolute;
      top: calc(66% ); 
      right: -35px;
      padding: 5px 5px;
      }
  .dw_srchBtn_i{
      display: block;
      cursor: pointer;
      width: 13px;
      position: absolute;
      top: calc(69.4% ); 
      right: -35px;
      padding: 5px 5px;
      }        
  .dw_srchBtn_roid{
      display: block;
      cursor: pointer;
      width: 13px;
      position: absolute;
      top: calc(68.8% ); 
      right: -35px;
      padding: 5px 5px;
      }
      .dw_srchBtn:hover{
      opacity:0.7;
      }
      .dw_srchBtn:active{
      display: block;
      cursor: pointer;
      width: 13px;
      position: absolute;
      top: 35px; 
      left: 182px;
      padding: 5px 5px;
      }
  

#dw_how_rb,#dw_ranking_rb,#dw_schordpositions_rb,#dw_setting_rb{
    display:block;
    font-size: 0.8rem;
    color: #acabab;
margin-bottom: -8px;
    text-align:center;
}
#dw_how_to,#dw_ranking,#dw_chordpositions,#dw_setting{
    font-size: 1.5rem;
    color:#f0f0f0;
    text-align:center;
}

.dw_schordpositions ul li,.dw_ranking ul li{
    display: block;
}
        
    
@media screen and (max-width: 768px) 
{
    #nav-btn 
    {
    display: block;
    position: fixed;
    z-index: 11;
    top: 45px;
    right: -10px;
    background: transparent;
    border: none;
    }
    .hamburger
    {
    position: relative;
    display: block;
    width: 50px;
    height: 44px;
    }
    .hamburger .bdr 
    {
    position: absolute;
    left: 0;
    width: 60%;
    height: 2px;
    border-radius: 6px;
    background:#070707;
    transition: all 0.5s;
    }
    .hamburger .bdr:nth-child(1)
    {
    top: 0;
    }
    .hamburger .bdr:nth-child(2) 
    {
    top: 10px;
    }
    .hamburger .bdr:nth-child(3)
    {
        top: 20px;
    }
    .hamburger.is-active .bdr
    {
    background:#FFFFFF;
    }
    .hamburger.is-active .bdr:nth-child(1)
    {
    transform: translateY(20px) rotate(-45deg);
    }
    .hamburger.is-active .bdr:nth-child(2)
    {
    opacity: 0;
    }
    .hamburger.is-active .bdr:nth-child(3)
    {
    transform: translateY(-20px) rotate(45deg);
    }

    .dw_menu 
    {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    text-align: left;
    font-size: 14px;
    background:rgba(0,0,0,0.85);
    z-index: 1;
    transform: translateX(100%);
    transition: 0.4s all;
    }
    .dw_menu ul
    {
    display: block;
    width: auto;
    /* 真ん中に */
    line-height: 30px;
    background: none;
    color: #000;
    text-align: center;
    }
    .dw_menu ul li
    {
    transition: all 0.5s;
    }

    .dw_menu ul li a:after
    {
    display: none;
    }

    .nav-open .dw_menu
    {
    transform: translateX(0);
    }
    .nav-open #contents
    {
    transform: translateX(-150px);
    }
}

.dwcbutton{
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0.4em 1.3em;
  text-decoration: none;
  border-radius: 4px;
  background: #ffffff;
  color: rgb(77, 77, 77);
  border-top: solid 3px #e2e2e2;
  border-bottom: solid 3px #ececec;
  border-left: solid 3px #e2e2e2;
  border-right: solid 3px #ececec;
}
.dwcbutton:active{ 
  border:none;
  -ms-transform: translate(6px,6px);
  -webkit-transform: translate(6px,6px);
  transform: translate(6px,6px);
}



/* search block-----------------------------------*/

#search_block{
  display: inline-block;
  background: #ffffff;
  width: 100%;
  height: 30px;
  margin-top: 50px;
  }
  .mainsearch{
  position: absolute;
  right:60px;
  width: 24%;
  }
  .searchbox{
  width: 100%;
  height: 1.5rem;
  padding-left: 10px;
  border: 2px solid;
  border-color: #8f8f8f;
  border-radius: 10px;
  font-size: 0.8em;
  }
  #srchBtn{
      display: inline-block;
      position: relative;
      width: 1em;
      height: 1em;
      color: #000;
      font-size: 200px;
  }
  .searchForm {
      position: relative;
    }
  
    input[type="submit"] {
      appearance: none;
      -webkit-appearance: none;
      }
      .searchForm_submit {
          position: absolute;
          cursor: pointer;
          width: 2.8rem;
          height: 94%;
          top: calc(5% );
          right: -45px;
          border-radius: 0 8px 8px 0;
          background: #000000;
        }
        .searchForm_submit:active {
          background: #3f3e3e;
        }
        .searchForm_submit::before {
          position: absolute;
          cursor: pointer;
          content: '';
          width: 0.7rem;
          height: 0.7rem;
          top: calc(21% );
          left: calc(35% );
          border-radius: 50%;
          box-shadow: 0 0 0 2px #fff;
        }
        .searchForm_submit::after {
          position: absolute;
          cursor: pointer;
          content: '';
          width: 0.7rem;
          height: 0.7rem;
          top: calc(65%  );
          left: calc(46% );
          border-top: solid 2px #fff;
          transform: rotate(45deg);
        }
        .searchForm_submit_i {
          position: absolute;
          cursor: pointer;
          width: 2.8rem;
          height: 92%;
          top: calc(2% );
          right: -45px;
          border: 1px solid #8f8f8f;
          border-radius: 0 8px 8px 0;
          background: #000000;
        }
        .searchForm_submit_i:active {
          background: #3f3e3e;
        }
        .searchForm_submit_i::before {
          position: absolute;
          cursor: pointer;
          content: '';
          width: 0.7rem;
          height: 0.7rem;
          top: calc(21% );
          left: calc(35% );
          border-radius: 50%;
          box-shadow: 0 0 0 2px #fff;
        }
        .searchForm_submit_i::after {
          position: absolute;
          cursor: pointer;
          content: '';
          width: 0.7rem;
          height: 0.7rem;
          top: calc(65%  );
          left: calc(46% );
          border-top: solid 2px #fff;
          transform: rotate(45deg);
        }
  
#srchBtn:hover{
opacity:0.7;
}
#srchBtn:active{
display: block;
cursor: pointer;
width: 13px;
position: absolute;
top: 6px; 
right: -4px;
padding: 5px 5px;
}

#hatena{
    position: absolute;
    cursor: pointer;
    display: inline-block;
    top: 213px;
    right: 243px;
    margin:0;
    padding:0;
}
#hatena_icon{
    display:none;
    width: 11px;
    height: auto;
}
.description_off{
    display: none;
}
.description{
    display: inline-block;
    top: -15px;
    left: -165px;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 135px;
}
.description:after{
    content: "";
    position: absolute;
    top: 4px;
    left: 165px;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -13px;
    transform: rotateZ(270deg);
  }

/* トップページ　メイン画像-----------------------------------*/

#mainImg img{
margin-left: 70px;
width:50%;
height:auto;
}

.post{
margin:0 0 20px 0;
}


/* ボディ---------------------------------------------*/

h2.title{
clear:both;
margin-bottom:50px;
padding-bottom:7px;
text-align:center;
font-size:150%;
font-weight:bold;
}

h2.title span{
padding-bottom:10px;
border-bottom:3px solid #000000;
}
/* 
.post p{
padding-bottom:15px;
}

.post ul{
margin:10px 0 20px 20px;
}

.post ul li{
padding-left:5px;
list-style:disc;
}

.post h1{
margin:15px 0 25px;
padding:15px 0;
font-size:150%;
font-weight:bold;
color:#000000;
border-bottom:3px solid #000000;
}

.post h2{
margin:15px 0 25px;
padding:15px 0;
font-size:110%;
font-weight:bold;
color:#000000;
border-bottom:2px solid #000000;
}

.post h3{
margin:15px 0 25px;
padding:15px 0;
font-size:120%;
font-weight:bold;
border-bottom:1px solid #000000;
}

.post h4{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h5{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h6{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post blockquote{
clear:both;
padding:10px 0 10px 25px;
margin:10px 0 25px 0px;
border-left:5px solid #e9e9e9;
}
 
.post blockquote p{
padding:5px 0;
}

.post table{
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 30px;
width:100%;
}

.post table th{
padding:15px;
border:#cccccc solid;
border-width:0 0 1px 1px;
font-weight:bold;
}

.post table td{
padding:15px;
border:1px #cccccc solid;
border-width:0 0 1px 1px;
}
.post img{
max-width:100%;height:auto;
} */



/* 
img.aligncenter {
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{
margin:5px 0 30px 30px;
}

img.alignleft{
margin:5px 30px 30px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
} */


/* 検索結果--------------------------------------- */
.result {
margin:0 0 25px;
}
.result_table {
margin:0 0 25px;
width: 100%;
}
#artlabel{
vertical-align: middle;
}

.result h1{
color: #ffffff;
background: #000000;

height: 30px;
line-height: 32px;
clear:both;
margin:0 0 8px;
padding:5px 0;
font-size:110%;
font-weight:normal;
border-left:8px solid #000000;
}
.result a{
font-weight: bold;
display:block;
padding:5px 0 5px 0;
color:#000000;
border-bottom:1px solid #dcdcdc;
}
.result a:hover{
color:#999999;
}
    #artlabel,#junlabel{
    color:#555555;
    }
.result a:hover #artlabel{
color:#999999;
}
#D_logo_tr{
    display: inline-block;
    position: absolute;
    width: 20px;
    height: auto;
    left: 2px;
    bottom: 20px;
    /* margin-right: 7px;
    margin-left: 20px; */
    }
  
  
    .table-txt
    {
        vertical-align: middle;
        position: relative;
        width: 100%;
        padding-left: 5px;
        border-bottom:1px solid #dcdcdc;
        /* height: 80px; */
        line-height: 24px;
    }
    .table-img
    {
        display:block;
        width: 65px;
        text-align: center;
        }
    .img_waku{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 83px;
        /* overflow: hidden; */
        /* background-color:  rgb(196, 196, 196); */
      }
  .img_waku a{
    display: flex;
    justify-content: center;
    /* align-items: center; bad*/
    max-height: 64px;
    max-width: 60px;
    height: auto;
    width: 60px;
  }
  .gazo_img{
    margin: 2px 0 0 0;
    vertical-align: middle;
    max-height: 64px;
    max-width: 60px;
    height: auto;
    width: auto;
    border: 2px solid rgb(221, 221, 221);
  }
    .w_songrank_table tr{
      /* position: relative; */
  /* height: 65px; */
    }
    
    .w_songrank_table h1{
        width: 100%;
    }
    .w_songrank_table a{
      font-weight: bold;
      display:block;
      padding:5px 0 5px 0;
      color:#000000;
      vertical-align: middle;
  }
    #juni{
      display:inline-block;
      color: #550711 ;
      font-size:  size 30px;
      
    }

  
/* 週間人気--------------------------------------- */
.weeksongrank,.weekartistrank,.artrankjun {
    margin:0 0 25px;
    }
    .w_songrank_table,.w_artrank_table,.artrankjun,.weeksongrank h1{
    /* margin:0 0 25px; */
    width: 100%;
    }
    #artlabel{
    vertical-align: middle;
    }
    
    .w_songrank_table h1,.w_artrank_table h1,.artrankjun h1,.weeksongrank h1{
    color: #ffffff;
    background: #000000;
    
    height: 30px;
    line-height: 32px;
    clear:both;
    margin:0 0 8px;
    padding:5px 0;
    font-size:110%;
    font-weight:normal;
    border-left:8px solid #000000;
    }
    .w_songrank_table a,.w_artrank_table a{
    font-weight: bold;
    display:block;
    padding:5px 0 5px 0;
    color:#000000;
    border-bottom:1px solid #dcdcdc;
    }
    .w_songrank_table a:hover,.w_artrank_table a:hover{
    color:#999999;
    }
    #artlabel,#junlabel{
    color:#555555;
    }
    .w_songrank_table a:hover #artlabel{
    color:#999999;
    }

    /* --------------------------------------- */
    
        
/* サイドバー-----------------------------------------------*/

.weekartistrank, .widgetInfo{
margin:0 0 25px;
}

#banners img{
max-width:255px;
height:auto;
padding-bottom:10px;
}



.CategoryTitle {
    margin:0 0 25px;
    }
        
    .CategoryTitle h3{
        color: #ffffff;
        background: #000000;
    height: 30px;
    line-height: 32px;
    clear:both;
    margin:0 0 8px;
    padding:5px 0;
    font-size:110%;
    font-weight:normal;
    border-left:8px solid #000000;
    }
    .CategoryTitle a{
    font-weight: bold;
    display:block;
    padding:5px 0 5px 0;
    color:#000000;
    border-bottom:1px solid #dcdcdc;
    }
    
    .CategoryTitle a:hover{
    color:#999999;
    }




.weekartistrank h3{
    color: #ffffff;
    background: #000000;
height: 30px;
line-height: 32px;
clear:both;
margin:0 0 8px;
padding:5px 0;
font-size:110%;
font-weight:normal;
border-left:8px solid #000000;
}

.weekartistrank a{
font-weight: bold;
display:block;
/* padding:5px 0 5px 0; */
color:#000000;
/* border-bottom:1px solid #dcdcdc; */
}

.weekartistrank a:hover{
color:#999999;
}

#more_view{
    display: block;
    text-align: center;
    color: #000000;
    margin-top: 7px;
}
#more_view:hover{
color:#999999;
}

/* フッター
------------------------------------------------------------*/

#footer ul{
font-size: 0.5rem;
text-align:center;
padding-bottom:10px;
}

#footer li{
display:inline-block;
vertical-align:text-top;
text-align:left;
margin-right:30px;
}

#footer li a{
font-weight:normal;
display:block;
padding:0 0 0 10px;
overflow:hidden;
color: #555555;
text-decoration: none;
}

#footer li a:before{
content:"・";
}

#footer li a:hover{
color:#cdcdcd;
}

#footer li li{
display:block;
padding:0;
}

*:first-child+html #footer li{
display:inline;
}

*:first-child+html #footer ul ul,*:first-child+html #footer li li a,*:first-child+html #footer li li{
display:none;
}

#copyright{
clear:both;
padding:10px;
text-align:center;
color: #ffffff;
font-size:75%;
zoom:1;
background: #000000;
border-top:12px solid #000000;
}

#pagetop{
position:fixed;
right:30px;
bottom:0px;
font-size:40px;
color:#cdcdcd;
}



/* メニュー　
------------------------------------------------------------*/

nav#mainnav{
position:relative;
margin-top:30px;
height: 100px;
flex: 1;
}

nav#mainnav ul{
display:flex;
justify-content:flex-end;
align-items:baseline;
}

nav#mainnav ul li{
    font-size: 15px;
float:left;
margin-right:10px;
overflow:hidden;
}

nav#mainnav ul li a{
    display:  inline-block;
    vertical-align: middle;
text-align:center;
height:40px;
padding:0 20px 0 0px;
line-height:60px;
font-size:100%;
color:#000000;
overflow:hidden;
}

nav#mainnav ul li a span,nav#mainnav ul li a strong{
display:block;
font-weight:bold; 
font-size:100%;
text-align: right;
line-height:1.4;
margin-bottom:-3px;
overflow:hidden;
}

nav#mainnav ul li a span{
font-size:75%;
}

/* nav#mainnav ul li a :hover span, nav#mainnav ul li a:hover{
color:#999999;
} */


nav#mainnav ul ul{
width:160px;
}

nav#mainnav ul li ul{
display: none;
}

nav#mainnav ul li:hover ul{
display: block;
position: absolute;
top:60px;
text-align:center;
z-index:500;
}

nav#mainnav ul li li{
background:#ffffff;
border-bottom:1px dotted #cdcdcd;
float: none;
width:160px;
height:40px;
line-height:40px;
margin:0;
}

nav#mainnav ul li li:last-child{
border:0;
}

nav#mainnav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size:95%;
text-lign:center;
}

nav#mainnav ul li li a:hover{
color:#999999;
}

nav div.panel{
display:block !important;
position: relative;
top:55px;
right:10px;
}


#panel01,#panel02,#panel03,#panel04,#panel05{
    height: auto;
    width: 22px;
    display: inline-block;
    vertical-align: -3px;
    cursor: pointer;
    }


/* #panel01:hover,#panel02:hover,#panel03:hover,#panel04:hover,#panel05:hover{
    cursor : pointer;
    opacity: 0.4;
}

#panel01:hover ~ #how_to,
#panel02:hover ~ #search,
#panel03:hover ~ #ranking,
#panel04:hover ~ #chordpositions,
#panel05:hover ~ #setting {
    color:#999999;
}

#how_to:hover ~ #panel01{
    opacity: 0.4;
} */


#TOP-button {
    display: block;
    cursor: pointer;
    width: 1px;
    text-align: center;
  position: fixed;
   opacity: 0;
    bottom: 100px; 
    right: 10px;
    padding: 5px 32px;
  }
  #TOP-button.fade-in{
     width: 1px;	   
    opacity: 0.7;
   transition: opacity 2s;
  }
  
  #TOP-button:active{
    display: block;
    cursor: pointer;
    width: 1px;
    text-align: center;
  position: fixed;
  bottom: 98px; 
    right: 10px;
    padding: 5px 32px;
  }


/* 　メニュー----------------------------------------------------- */
/* @media screen and (min-width:768px) and ( max-width:1080px){ */

/* nav#mainnav{
   } */

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




/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/

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

#body_wrapper, #header, .inner,.footer_inner{
width:100%;
}

#header h1, #header p{
padding:5px 10px;
}



#mainImg{
margin-bottom:30px;
}

h2.first{
margin-top:75px;
}

h2.topFirst{
margin-top:-10px;
}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

#banners{
width:100%;
margin:30px 0 30px 0;
text-align:center;
}

#banners p{
display:inline;
}

#banners p img{
width:100%;
height:auto;
}



#footer{
margin:0;border:0;
text-align:center;
}

#footer ul{
text-align:center;
}

#footer li{
margin-right:20px;
}

}


/* iPadサイズ以下（768px）からアコーディオンメニュー
------------------------------------------------------------*/

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

#header{
    display:inline-block;
width:100%;
z-index:500;
}
    
#headerWrap{
display:inline-block;
position:relative;
width:100%;
height:120px;
background:#ffffff;
}

#logo{
    display: block;
    background: #ffffff;
    height: auto;
    width: 100%;
    }
    
    #logo, #mainnav{
        display:block;
        float: left;
    }
    #logo_contents{
      display: inline-block;
      position:center;
      text-align : center ;
      top: 35px;
      /* left: 35px; */
      background: #ffffff;
      height: auto;
      width: 120px;
      margin-right :60px
      }
/* #header h1{
display:none;
}
     */
#header h2{
padding-top:0px;
}
    
#header h2 img{
/* max-height:25px;
width:auto !important; */
}


a#menu{
display:inline-block;
position:relative;
width:40px;
height:40px;
}

#menuBtn{
display:block;
position:absolute;
top:60%;
left:50%;
width:18px;
height:2px;
margin:-1px 0 0 -7px;
background:#000000;
transition:.2s;
}

#menuBtn:before, #menuBtn:after{
display:block;
content:"";
position:absolute;
top:50%;
left:0;
width:18px;
height:2px;
background:#000000;
transition:.3s;
}

#menuBtn:before{
margin-top:-7px;
}

#menuBtn:after{
margin-top:5px;
}

a#menu .close{
background:transparent;
}

a#menu .close:before, a#menu .close:after{
margin-top:0;
}

a#menu .close:before{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

a#menu .close:after{
transform:rotate(-135deg);
-webkit-transform:rotate(-135deg);
}

.panel{
width:100%;
display:none;
overflow:hidden;
position:relative;
white-space: nowrap;
left:0;
top:0;
z-index:100;
}
#mainnav{
    display:none;
position:absolute;
white-space: nowrap;
top:0;
width:100%;
text-align:right;
z-index:500;
}
#mainnav ul{
background:#ffffff;
text-align:left;
}
#mainnav li a{
position:relative;
display:block;
padding:12px 25px;
border-bottom:1px solid #eeeeee;
color: #000000;
font-weight:bold;
}
#mainnav ul li a span{
display:none;
}
#mainnav ul li li{
border:0;
}
#mainnav ul li li a{
padding-left:40px;
}
#hatena_icon{
    display:block;
}
.mainsearch{
  width: 83%;
  }
  .searchbox{
  height: 3.3rem;
  font-size: 1.2em;
  }
  .searchForm_submit {
      width: 5.8rem;
      height: 100%;
      top: calc(0% );
    }
    .searchForm_submit::before {
      width: 1.7rem;
      height: 1.7rem;
    }
    .searchForm_submit::after {
      width: 1rem;
      height: 1rem;
      top: calc(65%  );
      left: calc(53% );
    }
    .searchForm_submit_i {
      width: 5.8rem;
      height: 101%;
      top: calc(0% );
    }
    .searchForm_submit_i::before {
      width: 1.7rem;
      height: 1.7rem;
    }
    .searchForm_submit_i::after {
      width: 1rem;
      height: 1rem;
      top: calc(65%  );
      left: calc(53% );
    }

}


body,#logo,#logo_contents,#search_block,#headerWrap{
    background-color: silver;
  }
  
  #theline{
    background-color: rgb(172, 172, 172);
  }
  .searchbox{
    background-color: rgb(226, 226, 226);
  }
  
  tbody tr{
    background-color: rgb(201, 201, 201);
  }
  .lyric tr:nth-child(2n+0) {
    border-color: silver;   
  }
  
  .lyric tr:nth-child(4n+3){
    background-color:silver;
  }
  .lyric tr:nth-child(4n+4){
    background-color:silver;
  }
  
  .lyric {
    color:#025a5a;
  }
  
  .w_songrank_table a, .w_artrank_table a, .artrankjun_table a {
    border-bottom: 1px solid rgb(201, 201, 201);
  }
  
  .w_songrank_table h1, .w_artrank_table h1, .artrankjun_table h1{
    color: rgb(201, 201, 201);
  }
  
  .CategoryTitle a {
    border-bottom: 1px solid silver;
  }
  
  .afi_margin{
    background-color: rgb(221, 221, 221);
  }
  
  
  #footer {
    border-top:17px solid rgb(172, 172, 172);
  }