@charset "utf-8";

html {
  margin: 0 auto;
}

body {
  font-family: "a-otf-jun-pro", /*Verdana,*/ Roboto, "Droid Sans", "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 8px;
}

h3 {
  color: #e7141a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6px;
  margin-left: 1rem;
}

h4 {
  border-bottom: 1px dotted #cccccc;
  border-left: 5px solid #ffc437;
  font-weight: bold;
  margin-left: 1rem;
  margin-bottom: 6px;
  padding-left: 6px;
}

a {
  color: #1c2dc9;
}

.text_en {
  color: #e7141a;
  /*font-weight: bold;*/
}

.image_center {
  text-align: center;
}

.image_center img {
  border: 1px solid #efefef;
}

/*Header*/
header {
  background: url(img/bg_header.jpg);
  text-align: center;
}

#tagline {
  background-color: #ffffff;
  border-bottom: 1px solid #feb915;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.main_v {
  margin-bottom: 2rem;
}

header nav {
  margin-bottom: 24px;
}

header nav ul {
  margin-bottom: 24px;
  max-width: 100%;
  overflow: hidden;
  transition: all 1.0s;
}

header nav ul li a {
  color: #ffffff;
  display: block;
  font-family: "heisei-maru-gothic-std";
  text-decoration: none;
}


/*Contents*/
.contents {
  margin: 0 auto;
  width: 90%;
}

.contents .sub {
  width: 100%;
  margin: 0 auto;
}

article,
section {
  background: url(img/bg_box.png) bottom no-repeat;
  padding-bottom: 2px;
  margin-bottom: 3rem;
}

.contents p,ul,dl {
  margin: 0 1rem 1.5rem 1rem;
}

.box_banner {
  text-align: center;
  margin-bottom: 2rem;
}

.box_banner img {
  border: 1px solid #cccccc;
}

.box_banner a:hover {
  opacity: 0.7;
}

.news {
  background: none;
}

.news dl {
  border: 2px dashed #ffc437;
  font-size: 14px;
  width: 96%;
  height: 10rem;
  overflow: auto;
  margin: 0 auto;
  padding: 5px;
}

.news dt {
  float: left;
  line-height: 18px;
  margin-bottom: 6px;
  padding-left: 3px;
}

.news dd {
  line-height: 18px;
  margin-left: 120px;
  margin-bottom: 6px;
  padding-bottom: 2px;
}

/*.box_radio a {
  display: none;
}*/

.text_notice_sp {
  color: #e7141a;
}

.image_bnr {
  display: block;
  margin: 0 auto 1rem auto;;
}

.box_topics {
  border-bottom: 1px dotted #cccccc;
}

.box_bottom {
  border: none;
}

.list_corner dt {
  border-bottom: 1px dotted #cccccc;
  border-left: 5px solid #ffc437;
  margin-bottom: 6px;
  padding-left: 6px;
}

.list_corner dd {
  margin-bottom: 12px;
  margin-left: 10px;
}

.list_address {
  line-height: 1.2rem;
  margin-left: 2rem;
}

a[href="mailto:adlib@joqr.net"] {
  display: block;
  background: url(img/address.png) no-repeat;
  border: 2px solid #ffc437;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 210px;
  height: 32px;
  text-indent: -9999px;
}

/*パーソナリティ紹介ページ*/
.box_cast {
  margin-top: 2rem;
}

.box_cast .image_cast img {
  border: 5px solid #cccccc;
  border-image: url(img/bg_cast_border.gif) 6 6 round;
  /*border-radius: 10px;*/
  display: block;
  margin: 0 auto 1rem auto;
}

.box_cast .text_cast h3 {
  border-bottom: 1px dotted #cccccc;
  font-family: "heisei-maru-gothic-std";
  font-size: 24px;
  margin-bottom: 1rem;
}

.text_kana {
  color: #000000;
  font-size: 14px;
}

.box_cast .text_cast dl {
  display: inline-block;
}

.box_cast .text_cast dl dt {
  float: left;
}

.box_cast .text_cast dl dd {
  margin-left: 6rem;
}

.box_cast .text_cast ul {
  list-style-position: outside;
  width: 90%;
  margin: 0 auto 1rem auto;
}

/*グッズページ*/
.goods {
  border: 5px solid #ffc437;
  padding: 5px;
  border-image: url(img/bg_goods.gif) 6 6 repeat;
}

.box_goods {
  border-bottom: 1px dotted #cccccc;
  width: 96%;
}

.box_goods .image_goods a:hover {
  opacity: 0.8;
}

.box_goods .image_goods img {
  border: 1px solid #cccccc;
  width: 200px;
}

.box_goods_bnr {
  width: auto;
  margin: 1rem auto;
}

.box_goods_bnr a {
  display: block;
  height: 38px;
  background: url(img/bnr_goods_sp.png) no-repeat;
  text-indent: -9999px;
}

/*Sub*/
.box_twitter {
  background-color: #328bcb;
  border-radius: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0 auto 1.5rem auto;
  width: 90%;
}

.box_twitter h2 {
  color: #ffffff;
  font-family: "kan415typos-std";
  text-align: center;
  margin: 6px auto 12px auto;
}

.box_twitter h2:before,
.box_twitter h2:after {
  content: url(img/icon_star_white.png);
  margin: 0 6px;
}

.box_twitter p {
  margin: 0 6px;
}

.box_link {
  background-color: #23ac38;
  border-radius: 16px;
  padding: 6px 0;
  margin: 0 auto 1.5rem auto;
  width: 90%;
}

.box_link h2 {
  color: #ffffff;
  font-family: "kan415typos-std";
  text-align: center;
  margin: 6px auto 12px auto;
}

.box_link h2:before,
.box_link h2:after {
  content: url(img/icon_star_white.png);
  margin: 0 6px;
}

.box_inner {
  background-color: #ffffff;
  border-radius: 16px;
  margin: 0 6px;
  padding-top: 6px;
  width: 96%;
}

.box_inner ul {
  margin: 6px;
}

.box_inner ul li {
  text-align: center;
  border-bottom: 2px dashed #cccccc;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}

.box_inner ul li:last-child {
  border-style: none;
  margin-bottom: 0;
}


/*Footer*/
footer {
  background-image: url(img/bg_footer.jpg);
  border-top: 1px solid #feb915;
  color: #ffffff;
  font-family: "museo-sans";
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
}

/*480px以上*/
@media screen and (min-width: 480px) {
  header .main_v {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 960px;
  }

  header nav {
    background: #ffffff;
    border-top: 1px solid #feb915;
    padding-top: 10px;
  }

  header nav ul {
    width: 960px;
    margin: 0 auto;
  }

  header nav ul li {
    border: none;
    float: left;
    text-align: center;
    vertical-align: middle;
    /*line-height: 62px;*/
    width: calc(100%/ 4);
  }

  header nav ul li a {
    box-sizing: border-box;
    border: none;
    display: block;
    font-size: 20px;
    line-height: 62px;
    outline: none;
    max-width: 231px;
    max-height: 62px;
    transition: all 1s;
  }

  header nav ul li a#menu_top {
    background: url(img/bg_white.jpg) center no-repeat;
    border: 3px dashed #e7141a;
    color: #e7141a;
    line-height: 56px;
  }

  header nav ul li a#menu_top_c,
  header nav ul li a#menu_top:hover {
    background: url(img/btn_menu01_on.jpg) no-repeat;
    background-position: center center;
    background-size: contain;
    /*background-attachment: fixed;*/
    border: 3px solid #e7141a;
    color: #ffffff;
  }

  header nav ul li a#menu_cast {
    background: url(img/bg_white.jpg) center no-repeat;
    border: 3px dashed #328bcb;
    color: #328bcb;
    line-height: 56px;
  }

  header nav ul li a#menu_cast_c,
  header nav ul li a#menu_cast:hover {
    background: url(img/btn_menu02_on.jpg) no-repeat;
    background-position: center center;
    background-size: contain;
    border: 3px solid #328bcb;
    color: #ffffff;
    /*line-height: 62px;*/
  }

  header nav ul li a#menu_goods {
    background: url(img/bg_white.jpg) center no-repeat;
    border: 3px dashed #ffc437;
    color: #ffc437;
    line-height: 56px;
  }

  header nav ul li a#menu_goods_c,
  header nav ul li a#menu_goods:hover {
    background: url(img/btn_menu03_on.jpg) no-repeat;
    background-position: center center;
    background-size: contain;
    border: 3px solid #ffc437;
    color: #ffffff;
    /*line-height: 62px;*/
  }

  header nav ul li a#menu_contact {
    background: url(img/bg_white.jpg) center no-repeat;
    border: 3px dashed #23ac38;
    color: #23ac38;
    line-height: 56px;
  }

  header nav ul li a#menu_contact_c,
  header nav ul li a#menu_contact:hover {
    background: url(img/btn_menu04_on.jpg) no-repeat;
    background-position: center center;
    background-size: contain;
    border: 3px solid #23ac38;
    color: #ffffff;
    /*line-height: 62px;*/
  }

  #pc_menu {
    display: block;
  }

  .contents {
    overflow: hidden;
    margin-bottom: 2rem;
    width: 960px;
  }

  .contents .main,
  .contents .sub {
    float: left;
    margin:0 10px;
  }

  .contents .main {
    width: 620px;
  }

  .box_radio {
    display: flex;
    margin: 0 0.5rem 1.5rem 0.5rem;
  }

  .box_radio a {
    display: block;
    flex: none;
    flex-basis: 200px;
  }

  .box_radio a:hover {
    opacity: 0.7;
  }

  .box_radio a img {
    display: block;
    width: 102px;
    height: 126px;
  }

  .radio_text p {
    border-bottom: 2px dashed #cccccc;
    font-size: 16px;
    padding-bottom: 6px;
    margin-left: 2rem;
  }

  .radio_text ul {
    margin-left: 2rem;
  }

  /* .radio_text ul li:first-child {
    color: #e7141a;
    font-size: 18px;
    font-weight: bold;
  } */

  .text_notice_sp {
    display: none;
  }

  .list_address a[href="mailto:adlib@joqr.net"] {
    display: block;
    width: 212px;
    height: 32px;
    background: url(img/button_address.png) no-repeat;
    text-indent: -9999px;
  }

  .list_address a[href="mailto:adlib@joqr.net"]:hover {
    background-position: 0 -32px;
  }

  .contents .sub {
    width: 300px;
  }

  .box_twitter {
    width: 300px;
  }

  .box_link {
    width: 300px;
  }

  /*パーソナリティ紹介ページ*/
  .box_cast {
    display: flex;
    justify-content: space-around;
  }

  .image_cast {
    flex-basis: 30%;
  }

  .text_cast {
    flex-basis: 70%;
  }

  /*グッズページ*/
  .box_goods {
    display: flex;
    justify-content: space-around;
    margin: 0 auto 20px auto;
    overflow: hidden;
  }

  .box_goods h3 {
    color: #ff9d4c;
    font-weight: bold;
    text-align: 1.2;
    margin-bottom: 12px;
  }

  .box_goods .image_goods {
    flex-basis: 30%;
    overflow: hidden;
    /*width: 32%;*/
  }

  .box_goods .text_goods {
    flex-basis: 68%;
  }

  .box_goods .text_goods p,
  .box_goods .text_goods ul {
    margin-bottom: 12px;
  }

  .box_goods_bnr {
    margin: 1rem auto 0 auto;
    max-width: 484px;
  }

  .box_goods_bnr a {
    max-width: 484px;
    height: 38px;
    background: url(img/bnr_goods.png) no-repeat;
    background-size: cover;
    display: block;
    text-indent: -9999px;
  }

  .box_goods_bnr a:hover {
    background-position: 0 -38px;
  }

  footer {
    margin: 0 auto;
  }
}

/*グッズページテーブル部分仮スタイル*/
table {
  text-align: center;
}

td {
  text-overflow: align: left;
  vertical-align: top;
}
