@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/

/*================================================
 *  共通設定
 ================================================*/
#l-main {
  float: left;
  width: 76.02%;
  max-width: 745px;
}
#l-sub {
  float: right;
  width: 22.95%;/* max-width: 225px; */
	/* margin:10px 0 40px 0; /* ?? #info */
}
#contents h3 {
  width: 98%;
}
#printbtn {
  width: 98%;
}
/*================================================
 *  ヘッダー
 ================================================*/
#header {
  width: 100%;
  max-width: 980px;
}

/*================================================
 * メインコンテンツ
 ================================================*/
/* プログラム：アーティスト検索 */
ul, li, div#gtab_1, div#gtab_2, div#gtab_3, div#gtab_4, div#gtab_5, div#gtab_6, div#gtab_7 {
  margin: 0.6em 0;
  padding: 0;
}
/* parent tab */
#ptab, #ctab {
  width: 98%;
  display: none;
}
#ptab ul li {
  width: 46%; /* 48% */
  margin: auto 0;
  padding: 10px 12px;
  display: inline-block;
  border: 1px solid #faa5a3;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
#ptab ul li a {
  display: block;
  text-decoration: none;
  color: #faa5a3;
}
#ptab ul li.selected {
  background-color: #faa5a3;
}
#ptab ul li.selected a {
  color: #fff;
  margin: auto 0;
}
/* Tabs container */
.r-tabs {
  position: relative;
  background-color: #fff;
  border: none;
}
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #fff;
  border: 1px solid #faa5a3;
  border-radius: 4px;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #faa5a3;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #fff;
  background-color: #faa5a3;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: white;
  border-bottom: 4px solid white;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #fff;  /* #fcd2d1 #faa5a3 #fc746e #d6355d*/
  color: #faa5a3;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #faa5a3;
  border-bottom: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #faa5a3;
  color: #fff;
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.toTop {
  position: fixed;
  bottom: 15px;
  right: 10px;
}
.toTop a {
  display: block;
  text-decoration: none;
}
.toTop img {
  background: #faa5a3;
}
.toTop img:hover {
  background: #fbc2c1;
}

/*================================================
 *  パソコン向けデザイン
 ================================================*/
@media screen and (min-width:768px) {
    body {
      box-sizing: border-box;
      width: 100%;
      padding: 0 10px;
    }
    #wrapper {
      max-width: 980px;
      width: 100%;
    }
    /* プログラム：アーティスト検索 */
    .program_box {
      width: 28% !important;
      margin: 0 auto;
    }
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
    /* 共通 */
    /*
    #l-main {
	    float: left;
	    width: 66%;
    }
    #l-sub {
	    float: right;
	    width: 33%;
    }
    */
    
    /* 共通 */
    #wrapper {
      width: 100%;
    }
    #contents {
      background: none !important;
    }
    #side {
      float: none !important;
      background: none !important;
      width: 100% !important;
      margin: 0;
      padding: 0 !important;
      display: block;
      text-align: center;
    }
    #l-main {
      float: none;
      width: 100%;
    }
    #l-sub {
      float: none;
      width: 100%;
    }
    #printbtn {
      display: none;
    }

    /* プログラム：アーティスト検索 */
    .program_box {
      width: 30% !important;
      margin: 0 auto;
    }
    /* Accordion responsive breakpoint */
    div#gtab_1,
    div#gtab_2,
    div#gtab_3,
    div#gtab_4,
    div#gtab_5,
    div#gtab_6,
    div#gtab_7 {
      margin-left: 1.5em;
    }
    .r-tabs .r-tabs-nav {
      display: none;
    }
    .r-tabs .r-tabs-accordion-title {
      display: block;
    }
    
    /* プログラム：アーティスト情報 */
    #artist-pages .artist_box .artist_profile {
      float: none;
      margin: 20px;
      width: 95%;
    }
    #artist-pages .artist_box .artist_image {
      margin-right: 60px;
    }

}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
    /* 共通 */
    /*
    #l-main {
	    float: left;
	    width: 66%;
    }
    #l-sub {
	    float: right;
	    width: 33%;
    }
    */
    
    /* 共通 */
    #wrapper {
      width: 100%;
    }
    #contents {
      background: none !important;
    }
    #side {
      float: none !important;
      background: none !important;
      width: 100% !important;
      margin: 0;
      padding: 0 !important;
      display: block;
      text-align: center;
    }
    #l-main {
      float: none;
      width: 100%;
    }
    #l-sub {
      float: none;
      width: 100%;
    }
    #printbtn {
      display: none;
    }
    
    /* プログラム：アーティスト検索 */
    .program_box {
      width: 30% !important;
      margin: 0 auto;
    }
    /* Accordion responsive breakpoint */
    div#gtab_1,
    div#gtab_2,
    div#gtab_3,
    div#gtab_4,
    div#gtab_5,
    div#gtab_6,
    div#gtab_7 {
      margin-left: 1.5em;
    }
    .r-tabs .r-tabs-nav {
      display: none;
    }
    .r-tabs .r-tabs-accordion-title {
      display: block;
    }
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:479px) {
    * html {
    /* font-size: 75%; */
    }
    /* 共通：ヘッダー */
    #header .logo { /* backgroud画像を調整 */
      height: 0;
      padding-top: 17.08%;    /* 69px / 323px * 80%（横幅100%ではなく少し小さめに表示） */
      background-size: contain;
    }
    
    /* プログラム：アーティスト検索 */
    .program_box {
      width: 93% !important;
      margin: 0 auto;
    }
}