@charset "UTF-8";
/* ==============================


base_2017.css


============================== */
/*-------------------------------
---------------------------------
共通レイアウト 
---------------------------------
-------------------------------*/
#header .header_inner .contents_inner.logo {
  padding-top: 25px;
  padding-bottom: 19px;
  background: url(../img/parts/audience.jpg) no-repeat 480px 6px;
}
#gnavi ul li a {
  display: block;
  width: 100%;
  height: 72px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../img/parts/navi_pc.png);
  font-weight: bold;
}

/* ナビ色変更のため */
#gnavi {
  background-color: #77dab2;
}


/* 上付き文字 */
.sup{
	vertical-align:super;
	font-size:60%;
}
/* 下付き文字 */
.sub{
	vertical-align:sub;
	font-size:60%;
}
.link_box{
	padding: 4px 20px 7px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #c2b5eb;
}

/*--------------------------
共通レイアウト 　タブレット
--------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .header_inner .contents_inner.logo h1 a {
    display: inline-block;
    width: 283px;
    height: 52px;
    background: url(../img/parts/logo_tb.png) no-repeat 0 0;
    overflow: hidden;
  }
	#header .header_inner .contents_inner.logo {
    padding-top: 37px;
    padding-bottom: 27px;
    padding-left: 2px;
    background: url(../img/parts/audience_tb.jpg) no-repeat 294px 6px;
}
	#gnavi ul li a {
    height: 86px;
    background-image: url(../img/parts/navi_tb.png);
  }
}
	  
/*--------------------------
共通レイアウト 　スマホ
--------------------------*/
@media only screen and (max-width: 767px) {
  #header .header_inner .contents_inner.logo:before {
    height: 4px;
    background: url(../../../common/img/parts/rainbow_sp.png) repeat center center;
    -moz-background-size: 320px 1px;
    -o-background-size: 320px 1px;
    -webkit-background-size: 320px 1px;
    background-size: 320px 1px;
  }
  #header .header_inner .contents_inner.logo {
    padding: 13px 10px 15px;
    background-image: none;
  }
  #header .header_inner .contents_inner.logo h1 a {
    display: block;
    width: 221px;
    height: 41px;
    background: url(../img/parts/logo_sp.png) no-repeat 0 0;
    -moz-background-size: 221px 41px;
    -o-background-size: 221px 41px;
    -webkit-background-size: 221px 41px;
    background-size: 221px 41px;
    overflow: hidden;
  }
  #gnavi ul li {
    display: list-item;
    width: 50% !important;
    height: auto;
    border-top: 1px solid #000;
    border-right-width: 0;
    border-left-width: 0;
  }
  #gnavi ul li a {
    display: table;
    height: 100%;
    min-height: 52px;
    text-indent: 0px;
    white-space: normal;
    overflow: visible;
    background-image: none;
    text-decoration: none !important;
    font-size: 15px;
  }
	
  #gnavi ul li.inactive {
  background-color: #fffbb3;
}
  #gnavi ul li.inactive a {
  background-color: #fffbb3;
  color: #b3b3b3;
}
  #gnavi ul li.inactive a span {
  color: #b3b3b3;
}
  #gnavi ul li.inactive a span span.bk_color {
  display: inline-block;
  padding: 4px 30px 2px;
  margin: 0 auto;
  width: 130px;
  text-align: center;
  height: auto;
  background-color: #b3b3b3;
  color: #fff;
  font-size: 12px;
}
	
  #sns h2.logo_official a {
    display: inline-block;
    width: 122px;
    height: 34px;
    background: url(../img/parts/logo_official_sp.png) no-repeat 0 0;
    -moz-background-size: 122px 34px;
    -o-background-size: 122px 34px;
    -webkit-background-size: 122px 34px;
    background-size: 122px 34px;
    overflow: hidden;
  }
}
}
