﻿/* 既存スタイル
---------------------------------------- */
/* Gate会員様メニュー */
.memberArea {
  margin-top:20px;
  float: left;
  padding: 20px !important;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd !important;
}
.memberArea h3 {
  width: 300px;
  float: left;
  clear: both;
  font-size: 1.285em;
  font-weight: bold;
  padding: 0 0 15px 0;
  color: #007ee2;
}
.memberArea ul {
}
.memberArea ul li {
  float: left;
  clear: both;
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
  font-size: 1em;
}
.memberArea ul li a {
  float: left;
  clear: both;
}
.memberArea ul li a span {
  float: left;
  background: #007ee2;
  padding: 2px;
  margin: -5px 10px 5px 0;
}
.memberArea ul li a span img {
  width: 30px;
  float: left;
  background: #007ee2;
}
/* 会員メニューページ（SP版） */
@media only screen and (max-width: 699px) {
  #contentsinner .memberArea {
    margin-left: 5%;
    margin-bottom: 30%;
    width: 90%;
  }
}

/* サイドバークリック */
#sideArea {
  position: relative;
/* z-index: 2; */
}
/* ヘッダー告知枠 */
#prArea {
  border-bottom: none !important;
}
/* メンテメッセージ */
/*
.mainteBlock {
  margin-bottom: 0 !important;
  float: none !important;
}
*/

/* フッター */
@media only screen and (max-width: 699px) {
  .footContentsBlocks {
    display: flex;
    flex-wrap: wrap;
  }
  .footContentsBlocks .footContents {
    display: block;
    flex-wrap: nowrap;
    width: 50%;
  }
  .footContentsBlocks .footContents dl {
    margin-right: 0;
    width: 100%;
  }
}


/* 全体
---------------------------------------- */

/* フォントサイズ */
body {
  background: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
}
#wrap, #wrapper {
  background: #fff;
  line-height: 160%;
  font-size: 1.4em;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #wrap, #wrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 699px) {
  #wrap, #wrapper {
    overflow: hidden;
    font-size: 1.231em;
  }
}
#divContainer.second #contents {
  font-size: 110%;
}

a {
    text-decoration: none;
    color: #017ee2;
    transition-duration: 0.5s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
a:hover {
    text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}

/* 出し分け */
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
@media only screen and (max-width: 699px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}



/* 既存ブロック
---------------------------------------- */

/* 大枠部分 */
.container {
    margin: 0 auto;
    width: 85%;
    max-width: 1500px;
    min-width: 1110px;
    padding-top: 20px;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .container {
      margin: 0 auto;
      width: 100%;
      max-width: none;
      min-width: inherit;
      padding-top: 20px;
  }
}
@media only screen and (max-width: 699px) {
  .container {
      margin: 0 auto;
      width: 100%;
      max-width: none;
      min-width: inherit;
      padding-top: 20px;
  }
}
#contents {
    margin: 0 0 0 0;
    width: 100%;
    float: left;
    margin-right: -300px;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #contents {
      float: none;
      margin-right: 0;
  }
}
@media only screen and (max-width: 699px) {
  #contents {
      float: none;
      margin-right: 0;
  }
}
#contentsinner {
    min-width: 760px;
    margin-right: 300px;
    padding-right: 60px;
    box-sizing: border-box;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #contentsinner {
      min-width: 100%;
      margin-right: 0;
      padding-right: 0;
  }
}
@media only screen and (max-width: 699px) {
  #contentsinner {
      min-width: 100%;
      margin-right: 0;
      padding-right: 0;
  }
}
.container.second #contentsinner {
    position: relative;
}

.globalMenu, .globalSubMenu {
    position: relative;
    /* top: -40px; */
    max-width: 100%;
    min-width: 100%;
    float: left;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .globalMenu, .globalSubMenu {
    background: none;
  }
}
.globalMenuTop nav, .globalMenu nav, .globalSubMenu nav, .globalmemberMenuTop nav, #contentsArea, #globalFooterBottom {
    width: 85%;
    margin: 0 auto 0 auto;
    max-width: 1500px;
    min-width: 1110px;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .globalMenuTop nav, .globalMenu nav, .globalSubMenu nav, .globalmemberMenuTop nav, #contentsArea, #globalFooterBottom {
      width: 85%;
      margin: 0 auto 0 auto;
      max-width: none;
      min-width: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .globalMenuTop nav, .globalMenu nav, .globalSubMenu nav, .globalmemberMenuTop nav, #contentsArea, #globalFooterBottom {
      width: 90%;
      margin: 0 auto 0 auto;
      max-width: none;
      min-width: inherit;
  }
  @media only screen and (max-width: 699px) {
    #contentsArea.second {
      width: 90%;
    }
  }
}

.contentsBlocks {
    width: 100%;
    padding: 0 0 3%;
    float: left;
    clear: both;
    background-color: none;
    margin: 0 0 10px 0;
    position: relative;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media only screen and (max-width: 699px) {
  #contentsinner .contentsBlocks {
    padding-top: 20px;
  }
}
.contentsBlocks:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: url(/-/media/Images/parts/2020/common/line_pattern1.ashx) repeat;
  background-size: 3px;
  margin-bottom: 30px;
  clear: both;
}
@media only screen and (max-width: 699px) {
  .contentsBlocks:before {
    margin-bottom: 20px;
  }
}
.container.second .contentsBlocks:before { /* セカンド：最初の1件目は削除 */
  content: none;
}
.contentsBlocks.relationshipArea + .contentsBlocks:before {
  content: none;
}
@media only screen and (max-width: 699px) {
  #contentsinner .contentsBlocks.jishinArea {
      margin: 0 0 0 0;
      padding: 0;
  }
  #contentsinner .contentsBlocks.jishinArea + .clearfix {
      height: 1px;
  }
}
.contentsBlocks.jishinArea:before {
  content: none;
}
.contentsBlocks.smartArea {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
}
@media only screen and (max-width: 699px) {
  .contentsBlocks.smartArea {
    padding: 6% 5%;
  }
}
.photoNewsBox.localTop {
    background-color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#DivLocalNewsAll {
    margin-bottom: 20px;
    text-align: center;
    clear: both;
}
.oitaAreaNews .BtnLocalNewsAll a {
    float: none;
    display: inline-block;
}

/* side */
#sideArea {
    float: left;
    width: 300px;
    margin: 5px 0 0 0;
    background: #fff;
}
#sideArea .sideBlocks {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: none;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #sideArea .sideBlocks {
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
  }
}
@media only screen and (max-width: 699px) {
  #sideArea .sideBlocks {
    float: none;
    margin: auto;
    width: 90%;
  }
}
#sideArea .sideBlocks:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: url(/-/media/Images/parts/2020/common/line_pattern1.ashx) repeat;
  background-size: 3px;
  margin-bottom: 20px;
  clear: both;
}
#sideArea .sideBlocks:first-of-type:before {
  content: none;
}

/* footer */
#globalFooter {
    margin: 0;
    background-color: #edf2f9;
}



/* 共通 - ヘッダー
---------------------------------------- */

/* ヘッダー上部 */
#header-menu-nav {
  position: relative;
  width: 85%;
  min-height: 54px;
  margin: 0 auto;
  max-width: 1500px;
  min-width: 1110px;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #header-menu-nav {
      width: 100%;
      margin: 0 auto;
      max-width: none;
      min-width: inherit;
  }
}
@media only screen and (max-width: 699px) {
  #header-menu-nav {
      width: 90%;
      min-height: 44px;
      margin: 0 auto 0 auto;
      max-width: none;
      min-width: inherit;
  }
}
#header-menu-nav .heder-menu_info {
  position: absolute;
	top: 8px;
  left: 0;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #header-menu-nav .heder-menu_info {
    position: absolute;
    top: -4px;
    left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 58px;
  }
}
#header-menu-nav .heder-menu_info .daysNav {
  display: inline-block;
  font-size: 0.857em;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #header-menu-nav .heder-menu_info .daysNav {
    display: block;
  }
}
@media only screen and (max-width: 699px) {
  #header-menu-nav .heder-menu_info .daysNav {
    display: none;
  }
}
#header-menu-nav .daysNav .year {
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
#header-menu-nav .daysNav .day {
  display: inline-block;
  font-weight: bold;
  font-size: 130%;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #header-menu-nav .daysNav .year {
    display: inline-block;
    font-weight: bold;
    font-size: 120%;
  }
  #header-menu-nav .daysNav .day {
    display: inline-block;
    font-weight: bold;
    font-size: 120%;
  }
}
#header-menu-nav .daysNav .date {
  display: inline-block;
}

#header-menu-nav .daysNav .weather {
  position: relative;
  top: 6px;
  display: inline-block;
  margin-left: 8px;
  width: 30px;
}
#header-menu-nav .daysNav .weather img {
  width: 100%;
}
#header-menu-nav .daysNav .weather a {
}

#header_0_ImgWeather {
}

.heder-menu_info .login-name {
  display: inline-block;
  font-weight: bold;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .heder-menu_info .login-name {
    position: relative;
    top: -2px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 699px) {
  .heder-menu_info .login-name {
    position: relative;
    top: 9px;
    font-size: 9px;
  }
}
.heder-menu_info .login-name:before {
  content: "";
  position: relative;
  top: 7px;
  display: inline-block;
  margin: 0 10px 0 12px;
  width: 1px;
  height: 25px;
  background: #000;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .heder-menu_info .login-name:before {
    display: none;
  }
}
@media only screen and (max-width: 699px) {
  .heder-menu_info .login-name:before {
    display: none;
  }
}

.heder-menu_logo {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    top: 18px;
    background-image: url(/-/media/Images/parts/2020/common/logo.ashx);
    background-size: 100%;
    background-position: 0;
    transition-duration: 0s !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
}
.heder-menu_logo.gate {
    top: 12px;
    height: 42px;
    background-size: auto 100%;
    background-position: center;
    background-image: url(/-/media/Images/parts/2020/common/logo_gate.svg);
}
@media only screen and (max-width: 699px) {
  .heder-menu_logo {
    width: 140px;
    height: 20px;
  }
  .heder-menu_logo.gate {
    height: 30px;
  }
}

.heder-menu_search {
  position: absolute;
  top: 18px;
  right: 280px;
  width: 155px;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .heder-menu_search {
    display: none;
  }
}
@media only screen and (max-width: 699px) {
  .heder-menu_search {
    display: none;
  }
}
.heder-menu_search .gsc-input-box {
  width: 125px;
  border: none !important;
  background: #efefef;
}
.heder-menu_search .gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}
.heder-menu_search .gsc-input-box .gsc-input {
  background: #efefef !important;
  text-indent: 0px !important;
  font-size: 15px;
}
.heder-menu_search .gsc-input-box .gsib_a {
  padding: 4px 9px 4px 9px;
}
.heder-menu_search .cse .gsc-search-button-v2, .gsc-search-button-v2 {
  width: 32px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 9px 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: #2d2d2d !important;
}
.heder-menu_search .gsc-clear-button {
  display: none !important;
}

.heder-menu_nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  font-size: 0px;
  text-align: right;
}
@media only screen and (max-width: 699px) {
  .heder-menu_nav {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 10001;
  }
}
.heder-menu_nav > ul > li {
  display: inline-block;
  width: 65px;
  text-align: center;
}
.heder-menu_nav > ul > li > a {
  display: block;
  border-top: 3px solid #017ee2;
  font-size: 9px;
}
@media only screen and (max-width: 699px) {
  .heder-menu_nav > ul > li {
    margin-right: 0px;
    width: 18.66666667%;
  }
  .heder-menu_nav > ul > li > a {
    border-top: none;
  }
}
@media only screen and (max-width: 330px) {
  .heder-menu_nav > ul > li > a {
    font-size: 8px;
  }
  .heder-menu_nav > ul > li.log {
    margin-right: 0px;
    width: 16.66666667%;
  }
  .heder-menu_nav > ul > li.new {
    margin-right: 0px;
    width: 20.66666667%;
  }
}
.heder-menu_nav > ul > li > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  background: url(/-/media/Images/parts/2020/common/icon_key.ashx) center 8px no-repeat;
  background-size: auto 22px;
}

.heder-menu_nav > ul > li.new {
  padding: 0;
  margin: 0;
}
.heder-menu_nav > ul > li.new a {
  display: block;
  border-top: 3px solid #ff4444;
  color: #ff4444;
}
@media only screen and (max-width: 699px) {
  .heder-menu_nav > ul > li.new a {
    border-top: none;
  }
}
.heder-menu_nav > ul > li.new a:before {
  background: url(/-/media/Images/parts/2020/common/icon_check.ashx) center 8px no-repeat;
  background-size: auto 22px;
}

.heder-menu_nav > ul > li.app a {
  display: block;
  border-top: 3px solid #ed9d11;
  color: #ed9d11;
}
@media only screen and (max-width: 699px) {
  .heder-menu_nav > ul > li.app a {
    border-top: none;
  }
}
.heder-menu_nav > ul > li.app a:before {
  background: url(/-/media/Images/parts/2020/common/icon_paper.ashx) center 8px no-repeat;
  background-size: auto 22px;
}

.heder-menu_nav > ul > li.viewer {
  display: none;
}
.heder-menu_nav > ul > li.viewer a:before {
  background: url(/-/media/Images/parts/2020/common/icon_viewer.ashx) center 8px no-repeat;
  background-size: auto 22px;
}
@media only screen and (max-width: 699px) {
  .heder-menu_nav > ul > li.faq {
    width: 22%;
  }
  .heder-menu_nav > ul > li.out + li.faq {
    width: 25%;
  }
  .heder-menu_nav > ul > li.viewer {
    display: inline-block;
    width: 22%;
  }
  .heder-menu_nav > ul > li.out + li.faq + li.viewer {
    width: 25%;
  }
}
.heder-menu_nav > ul > li.faq a:before {
  background: url(/-/media/Images/parts/2020/common/icon_question.ashx) center 8px no-repeat;
  background-size: auto 22px;
}

.heder-menu_nav > ul > li.menu {
  margin-right: 1px;
  width: 82px;
}
@media only screen and (max-width: 699px) {
  .heder-menu_nav > ul > li.menu {
    margin-right: 0;
    width: 25%;
  }
}
/* .heder-menu_nav > ul > li.menu a:before {
  background: url(/-/media/Images/parts/2020/common/icon_menu.ashx) center 8px no-repeat;
  background-size: auto 22px;
} */

.heder-menu_nav > ul > li.out {
  margin-right: 1px;
}
.heder-menu_nav > ul > li.out a:before {
  background: url(/-/media/Images/parts/2020/common/icon_logout.ashx) center 8px no-repeat;
  background-size: auto 22px;
}
@media only screen and (max-width: 699px) {
  .heder-menu_nav > ul > li.out {
    margin-right: 0;
    width: 25%;
  }
}



/* 検索ボタン（タブレット・スマホ専用） */
.searchmobile {
  display: none;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .searchmobile {
    position: absolute;
    top: 16px;
    left: 210px;
    right: auto;
    display: block;
    width: 34px;
    height: 34px;
    padding: 8px;
    border: 1px solid #007ee2;
    /* border-bottom: 3px solid #80bef0; */
    border-radius: 6px;
  }
  .searchmobile a {
    display: block;
  }
  .searchmobile a img {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  .searchmobile {
    position: absolute;
    top: 15px;
    right: 42px;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
  }
  .searchmobile a {
    display: block;
  }
  .searchmobile a img {
    display: block;
    width: 100%;
  }
}



/* 会員メニュー（ポップアップ） */
.heder-menu_nav .popbox {
	position: relative;
}
.heder-menu_nav .popbox .collapse {
  position: absolute;
  top: 65px;
  left: -50px;
  display: none; /* 非表示 */
  width: 180px;
  height: 170px;
  z-index: 10;
}
.heder-menu_nav .popbox .collapse.clicked {
  display: block;
}
.heder-menu_nav .popbox .open {
  display: block;
  border-top: 3px solid #017ee2;
  font-size: 9px;
}
@media only screen and (max-width: 699px) {
  .heder-menu_nav .popbox .open {
    width: 100%;
    border-top: none;
  }
}
.heder-menu_nav .popbox .open:before {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  background: url(/-/media/Images/parts/2020/common/icon_menu.ashx) center 8px no-repeat;
  background-size: auto 22px;
}
.heder-menu_nav .popbox .open:hover{
	color: #fff;
}
.heder-menu_nav .popbox .open span {
  display: inline-block;

  color: #007ee2;
}
.heder-menu_nav .popbox a:hover img {
	opacity: .8;
}
.heder-menu_nav .popbox .box {
  display: none;
	width: 100%;
	color: #fff;
	background: #007ee2;
	box-shadow:0px 4px 5px 0px #ffffff;
}
.heder-menu_nav .popbox .box a.close {
	color: red;
	font-size: 12px;
	font-family: arial;
	text-decoration: underline;
}
.heder-menu_nav .popbox .arrow {
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #1d7bc1;
	position: absolute;
	top: -10px;
	left: 80px;
	z-index: 201;
}
.heder-menu_nav .popbox .arrow-border {
	width: 0;
	height: 0;
	/*
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #BBBBBB;
	*/
	position: absolute;
	top: -12px;
	z-index: 150;
}
.heder-menu_nav .popbox .memberMenu {}
.heder-menu_nav .popbox .memberMenu ul {
  display: flex;
  flex-wrap: wrap;
}
.heder-menu_nav .popbox .memberMenu ul li {
  position: relative;
  width: 50%;
  height: 85px;
  overflow: hidden;
}
.heder-menu_nav .popbox .memberMenu ul li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding-top: 10px;
  border-top: 2px solid #0065b5;
  border-left: 2px solid #0065b5;
  line-height: 130%;
  font-size: 10px;
  color: #fff;
}
.heder-menu_nav .popbox .memberMenu ul li a:hover {
  background: #0065b5;
}
.heder-menu_nav .popbox .memberMenu ul li a:before {
  content: "";
  display: block;
  margin: auto;
  margin-bottom: 6px;
  width: 30px;
  height: 30px;
  background: url(/-/media/Images/parts/2020/common/member_menu_01.ashx) center top no-repeat;
  background-size: auto 100%;
}
.heder-menu_nav .popbox .memberMenu ul li:nth-of-type(1) a, .heder-menu_nav .popbox .memberMenu ul li:nth-of-type(2) a {
  border-top: none;
}
.heder-menu_nav .popbox .memberMenu ul li:nth-of-type(odd) a {
  border-left: none;
}
.heder-menu_nav .popbox .memberMenu ul li:nth-of-type(2) a:before {
  background: url(/-/media/Images/parts/2020/common/member_menu_02.ashx) center top no-repeat;
  background-size: auto 100%;
}
.heder-menu_nav .popbox .memberMenu ul li:nth-of-type(3) a:before {
  background: url(/-/media/Images/parts/2020/common/member_menu_08.ashx) center top no-repeat;
  background-size: auto 100%;
}
.heder-menu_nav .popbox .memberMenu ul li:nth-of-type(4) a:before {
  background: url(/-/media/Images/parts/2020/common/member_menu_09.ashx) center top no-repeat;
  background-size: auto 100%;
}


/* ヘッダー - グローバルメニュー */
.header-global_nav {
  position: relative;

}
.header-global_nav .gnav {
  width: 85%;
  max-width: 1500px;
  min-width: 1110px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .header-global_nav .gnav {
    width: 100%;
    height: 52px;
    margin: 0 auto 0 auto;
    padding-left: 6px;
    padding-right: 6px;
    max-width: none;
    min-width: inherit;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    text-align: left;
  }
}
@media only screen and (max-width: 699px) {
  .header-global_nav .gnav {
    width: 100%;
    height: 52px;
    margin: 0 auto 0 auto;
    padding-left: 6px;
    padding-right: 6px;
    max-width: none;
    min-width: inherit;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    text-align: left;
  }
}
.header-global_nav .gnav li {
  display: inline-block;
  font-weight: bold;
}
.header-global_nav .gnav > li {
  position: relative;
  top: 7px;
  padding: 0 3px;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .header-global_nav .gnav > li {
    padding: 0 2px;
  }
}
@media only screen and (max-width: 699px) {
  .header-global_nav .gnav > li {
    padding: 0 1px;
  }
}
.header-global_nav .gnav > li > a {
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #017ee2;
  border-bottom: none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  color: #017ee2;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .header-global_nav .gnav > li > a {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 699px) {
  .header-global_nav .gnav > li > a {
    padding: 0 14px;
    font-size: 0.923em;
  }
}
.header-global_nav .gnav > li > a:hover {
  border: 1px solid #017ee2;
  background: #017ee2;
  color: #fff;
}
.header-global_nav .gnav > li.business > a {
  border: 1px solid #f24841;
  border-bottom: none;
  color: #f24841;
}
.header-global_nav .gnav > li.business > a:hover {
  background: #f24841;
  color: #fff;
}
.header-global_nav .gnav > li.education > a {
  border: 1px solid #44b758;
  border-bottom: none;
  color: #44b758;
}
.header-global_nav .gnav > li.education > a:hover {
  background: #44b758;
  color: #fff;
}
.header-global_nav .gnav > li.sports > a {
  border: 1px solid #00b6f3;
  border-bottom: none;
  color: #00b6f3;
}
.header-global_nav .gnav > li.sports > a:hover {
  background: #00b6f3;
  color: #fff;
}
.header-global_nav .gnav > li.viewer > a {
  border: 1px solid #cf9ff4;
  border-bottom: none;
  color: #cf9ff4;
}
.header-global_nav .gnav > li.viewer > a:hover {
  background: #cf9ff4;
  color: #fff;
}
.header-global_nav .gnav > li.junior > a {
  border: 1px solid #fc9f39;
  border-bottom: none;
  color: #fc9f39;
}
.header-global_nav .gnav > li.junior > a:hover {
  background: #fc9f39;
  color: #fff;
}

.header-global_nav .gnav > li.active > a {
  position: relative;
  height: 54px;
  line-height: 54px;
  font-size: 110%;
  background: #017ee2;
  color: #fff;
}
.header-global_nav .gnav > li.business.active > a {
  background: #f24841;
  color: #fff;
}
.header-global_nav .gnav > li.education.active > a {
  background: #44b758;
  color: #fff;
}
.header-global_nav .gnav > li.sports.active > a {
  background: #00b6f3;
  color: #fff;
}
.header-global_nav .gnav > li.viewer.active > a {
  background: #cf9ff4;
  color: #fff;
}
.header-global_nav .gnav > li.junior.active > a {
  background: #fc9f39;
  color: #fff;
}

.header-global_nav #dropmenu-child {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 10px;
  background: #017ee2;
  transition-duration: 0.5s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 699px) {
  .header-global_nav #dropmenu-child {
    width: 100%;
    height: 44px;
    overflow-x: auto;
    white-space: nowrap;
      -webkit-overflow-scrolling: touch;
  }
}
.header-global_nav #dropmenu-child.business {
  background: #f24841;
}
.header-global_nav #dropmenu-child.education {
  background: #44b758;
}
.header-global_nav #dropmenu-child.sports {
  background: #00b6f3;
}
.header-global_nav #dropmenu-child.viewer {
  background: #cf9ff4;
}
.header-global_nav #dropmenu-child.junior {
  background: #fc9f39;
}
.header-global_nav #dropmenu-child.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .header-global_nav #dropmenu-child.fixed {
    position: relative;
  }
}
@media only screen and (max-width: 699px) {
  .header-global_nav #dropmenu-child.fixed {
    display: none;
  }
}
.header-global_nav #dropmenu-child ul {
  display: block;
  margin: 0 auto;
  width: 85%;
  max-width: 1500px;
  min-width: 1110px;
  padding-bottom: 5px;
  text-align: left;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .header-global_nav #dropmenu-child ul {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      max-width: none;
      min-width: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .header-global_nav #dropmenu-child ul {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px;
      max-width: none;
      min-width: inherit;
  }
}
/* .header-global_nav #dropmenu-child.education ul {
  text-align: center;
}
.header-global_nav #dropmenu-child.junior ul {
  text-align: center;
}
.header-global_nav #dropmenu-child.viewer ul {
  text-align: center;
} */
.header-global_nav #dropmenu-child li {
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 25px;
  line-height: 100%;
}
@media only screen and (max-width: 699px) {
  .header-global_nav #dropmenu-child li {
    display: inline-block;
    padding: 0 4px 5px 4px;
    line-height: 100%;
  }
}
.header-global_nav #dropmenu-child li a {
  display: block;
  padding: 2px 4px 3px;
  border: 1px solid #017ee2;
  line-height: 100%;
  font-weight: 600;
  font-size: 0.929em;
  color: #fff;
}
@media only screen and (max-width: 699px) {
  .header-global_nav #dropmenu-child li a {
    font-size: 0.846em;
  }
}
.header-global_nav #dropmenu-child.business li a {
  border: 1px solid #f24841;
}
.header-global_nav #dropmenu-child.education li a {
  border: 1px solid #44b758;
}
.header-global_nav #dropmenu-child.sports li a {
  border: 1px solid #00b6f3;
}
.header-global_nav #dropmenu-child.viewer li a {
  border: 1px solid #cf9ff4;
}
.header-global_nav #dropmenu-child.junior li a {
  border: 1px solid #fc9f39;
}
.header-global_nav #dropmenu-child li a:hover {
  border-radius: 3px;
  border: 1px solid #fff;
  font-weight: bold;
  color: #fff;
  opacity: 1;
}
.header-global_nav #dropmenu-child li.active a {
  border-radius: 3px;
  background: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  color: #017ee2;
}
.header-global_nav #dropmenu-child.business li.active a {
  color: #f24841;
}
.header-global_nav #dropmenu-child.education li.active a {
  color: #44b758;
}
.header-global_nav #dropmenu-child.sports li.active a {
  color: #00b6f3;
}
.header-global_nav #dropmenu-child.viewer li.active a {
  color: #cf9ff4;
}
.header-global_nav #dropmenu-child.junior li.active a {
  color: #fc9f39;
}

/* スマホメニュー */
#sideToggle {
    display: none;
}


/*
タブレットサイト設定
--------------------------------------------- */

@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #sideToggle {
  	position: fixed;
  	top: 122px;
  	right: 0;
  	display: block;
  	z-index: 999999;
  }
  #sideToggle img {
  	width: 40px;
  }
  .menuclose {
  	display: none;
  }
  #sideArea {
  	width: 340px;
  	position: fixed;
  	top: 190px;
  	right: -380px;
  	z-index: 9999;
  	display: block;
  	overflow-x: hidden;
  	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;
  	height: 70%;
  	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.6);
  	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.6);
  	box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
  	-webkit-border-top-right-radius: 0px;
  	-webkit-border-bottom-right-radius: 0px;
  	-moz-border-radius-topright: 0px;
  	-moz-border-radius-bottomright: 0px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  #sideToggle {
  	top: 142px;
  }
  #sideArea {
    top: 210px;
  }
}

@media only screen and (max-width: 699px) {
  #sideArea {
    top: 80px !important;
    height: 80% !important;
  	z-index: 10002 !important;
  }
  #sideToggle {
  	position: fixed;
  	top: 0 !important;
  	right: 0;
  	display: block;
    z-index: 10003;
  }
  #sideToggle img {
  	width: 40px;
  }
  .menuclose {
  	display: none;
  }
  #sideArea {
  	width: 330px;
  	position: fixed;
  	top: 110px;
  	right: -380px;
  	z-index: 9999;
  	display: block;
  	overflow-x: hidden;
  	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;
  	height: 80%;
  	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.6);
  	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.6);
  	box-shadow: 0px 0px 7px rgba(0,0,0,0.6);
  	-webkit-border-top-right-radius: 0px;
  	-webkit-border-bottom-right-radius: 0px;
  	-moz-border-radius-topright: 0px;
  	-moz-border-radius-bottomright: 0px;
  }
}




/* 共通 - フッター
---------------------------------------- */

#globalFooter {
	width: 100%;
	float: left;
	clear: both;
	margin: 40px 0 0 0;
	background-color: #f6f6f6;
	z-index: 1000;
	position: relative;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #globalFooter {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 699px) {
  #globalFooter {
    padding-bottom: 60px;
  }
}
#globalFooter p {
	float: left;
}
#globalFooterBottom {
	clear: both;
  width: 85%;
  margin: 0 auto 0 auto;
  max-width: 1500px;
  min-width: 1110px;
	padding: 30px 0 30px 0;
	color: #007ee2;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #globalFooter #globalFooterBottom {
      width: 100%;
      margin: 0 auto 0 auto;
      max-width: none;
      min-width: inherit;
  }
}
@media only screen and (max-width: 699px) {
  #globalFooterBottom {
      width: 90%;
      margin: 0 auto 0 auto;
      max-width: none;
      min-width: inherit;
  }
}
.footContents dl {
	margin: 40px 0 0 0;
	width: 200px;
	float: left;
}
.footContents.footnews {
	width: 160px;
	float: left;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .footContents.footnews {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .footContents dl {
    width: 45%;
    margin-right: 5%;
  }
  .footContents.footnews {
      width: 45%;
      margin-right: 5%;
  }
  .footContents.footnews dl {
      width: 100%;
  }
}

.footContents dt {
	color: #000;
	font-size: 1.1em;
	margin: 0 0 15px 0;
}
.footContents dd {
	font-size: .9em;
	padding: 0 0 5px 0;
}
.footContentsBlocks {
	width: 720px;
	float: right;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .footContentsBlocks {
  	width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  .footContentsBlocks {
  	width: 100%;
  }
}
.footContents a {
	color: #007ee2;
}
.footlogo {
	float: left;
}
.footlogo h1 {
	width: 180px;
	margin: 40px 0 0 0;
}
.footlogo h1 img {
	width: 180px;
}
.footlogo ul {
	margin: 30px 0 10px 0;
	float: left;
	clear: both;
}
.footlogo li {
	float: left;
	margin: 0 10px 0 0;
}
.footlogo li img {
	width: 35px;
}
.footlogo p {
	font-size: .8em;
	float: left;
	clear: both;
}
#globalFooter .copy {
	width: 100%;
	font-size: .8em;
	margin: 40px 0 20px 0;
	float: left;
	clear: both;
}
#globalFooter .copy p {
}
#globalFooter .copy p span {
	margin: 0 5px 0 0;
}
.pagetop a {
	font-size: 1.2em;
	padding: 22px 10px 5px 10px;
	background-image: url(/-/media/Images/parts/2020/common/pagetop.ashx);
	background-position: center 7px;
	background-repeat: no-repeat;
	display: block;
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 50px;
	z-index: 99999;
	background-color: #007ee2;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	behavior: url(/js/PIE.htc);
}
@media only screen and (max-width: 699px) {
  .pagetop a {
    left: auto;
    bottom: 72px;
  	right: 12px;
    width: 40px;
    height: 40px;
    background: #017ee2 url(/-/media/Images/parts/2020/index/slide_button.ashx) center no-repeat;
    background-size: 80%;
    border-radius: 30px;
    transform: rotate(90deg);
  	text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* 会員メニュー */
.signupBtn a {
	height: 27px;
	font-size: .8em;
	padding: 13px 10px 0 10px;
	float: left;
	color: #fff;
	background-color: #f9ab14;
	margin: 0 2px 0 0;
  box-sizing: content-box;
}
.loginBtn a {
	height: 27px;
	font-size: .8em;
	padding: 13px 10px 0 10px;
	float: left;
	color: #fff;
	background-color: #007ee2;
	margin: 0 2px 0 0;
  box-sizing: content-box;
}
.logoutBtn a {
	height: 27px;
	font-size: .8em;
	padding: 13px 10px 0 10px;
	float: left;
	color: #fff;
	background-color: #007ee2;
	margin: 0 2px 0 2px;
  box-sizing: content-box;
}
.entryBtn a {
	height: 27px;
	font-size: .8em;
	padding: 13px 10px 0 10px;
	float: left;
	color: #fff;
	background-color: #ff4444;
	margin: 0 2px 0 0;
  box-sizing: content-box;
}
@media only screen and (max-width: 699px) {
  .entryBtn a, .signupBtn a {
    width: auto;
  }
}



/* セカンド - パンくず
---------------------------------------- */

.pankuzu {
  background: #f4f4f4;
}
.pankuzu ul {
  display: block;
  margin: 0 auto;
  width: 85%;
  padding: 16px 0;
  max-width: 1500px;
  min-width: 1110px;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .pankuzu ul {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    padding: 16px;
  }
}
@media only screen and (max-width: 699px) {
  .pankuzu ul {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    padding: 16px;
  }
  .pankuzu ul li span {
    line-height: 160%;
  }
}
.pankuzu ul li {
  display: inline-block;
  font-size: 11px;
  line-height: 100%;
}
.pankuzu ul li:before {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
.pankuzu ul li:first-of-type:before {
  content: none;
}
.pankuzu ul li a {

}



/* 会員登録エリア
---------------------------------------- */

.userArea {
  margin: auto;
  margin-left: 7%;
  margin-bottom: 40px;
  width: 86%;
  padding-top: 10px;
}
@media only screen and (max-width: 699px) {
  .userArea {
    margin: auto;
    margin-bottom: 30px;
    width: 100%;
    padding-top: 4px;
  }
}
.user-contents-guide {
  display: block;
  padding: 30px 20px;
  border: 1px solid #007ee2;
  box-sizing: border-box !important;
}
@media only screen and (max-width: 699px) {
  .user-contents-guide {
    padding: 28px 22px 22px;
  }
}
.user-contents-guide .red {
}

.user-contents-guide {
  display: block;
  padding: 30px 20px !important;
  border: 1px solid #007ee2;
  background: #fff !important;
}
.user-contents-guide dt {
  float: none;
  display: block;
  width: auto;
  margin-bottom: 20px;
  padding: 0;
  line-height: 160%;
  text-align: center;
  font-size: 1.143em;
  font-weight: normal;
  color: #007ee2;
}
@media only screen and (max-width: 699px) {
  .user-contents-guide dt {
    line-height: 160%;
    font-size: 0.987em;
  }
}
.user-contents-guide dt .red.bold {
  background: none;
  font-weight: bold;
  font-size: 100%;
  color: #ff4444;
}
.user-contents-guide dd {
  display: block;
  margin: auto;
  float: none;
  text-align: center;
}
.userArea .entryBtn, .userArea .loginBtn, .userArea .signupBtn {
  float: none;
  display: inline-block;
  font-size: 0;
}
@media only screen and (max-width: 699px) {
  .userArea .entryBtn, .userArea .loginBtn, .userArea .signupBtn {
    display: block;
    margin: auto;
    margin-bottom: 14px;
    width: 80%;
  }
}
.userArea .entryBtn a, .userArea .loginBtn a, .userArea .signupBtn a {
  display: block;
  margin: 0;
  width: auto;
  height: 44px;
  padding: 0 24px;
  border-bottom: none;
  line-height: 44px;
  font-size: 13px;
}
@media only screen and (max-width: 699px) {
  .userArea .entryBtn a, .userArea .loginBtn a, .userArea .signupBtn a {
    float: none;
  }
}
.userArea .koma {
}
@media only screen and (max-width: 699px) {
  .userArea .koma {
    margin: auto;
    /* padding-top: 20px; */
    width: 80%;
    padding-top: 40px;
  }
}
.userArea .koma img {
  width: 100% !important;
}


/* 新規会員登録
---------------------------------------- */

.new-member.bg {
  background: #e5f2fc;
  margin-bottom: 50px;
}
@media only screen and (max-width: 699px) {
  .new-member.bg {
    margin-bottom: 30px;
  }
}
.new-member img {
  width: 100%;
}

.new-member .main-img {
  margin: auto;
  margin-bottom: 50px;
  width: 600px;
  padding-top: 50px;
}
@media only screen and (max-width: 699px) {
  .new-member .main-img {
    padding-top: 20px;
    width: 84%;
    margin-bottom: 40px;
  }
}
.new-member .sub-catch {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.286em;
}

.new-member .entry-step {
  float: none;
  padding: 30px 0 40px;
  background: #e5f2fc;
}
.new-member .entry-step img {
  margin: auto;
  width: 88%;
}

.form-entry-area {
  margin: auto;
  margin-bottom: 40px;
  width: 88%;
  padding: 0 0 50px;
  background: #fff;
  border: 1px solid #007ae4;
  border-radius: 10px;
  box-sizing: border-box !important;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 699px) {
  .form-entry-area {
    margin-bottom: 40px;
    width: 90%;
    padding: 20px;
  }
}
/* 会員メニュー時 */
.second .formDescription.pass-word.bg {
  padding-top: 50px;
  margin-top: 5px;
}

.new-member .catch {
  display: block;
  margin-bottom: 30px;
  padding: 20px 0 24px;
  background: #007ae4;
}
.new-member .catch dt {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.new-member .catch dd {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 699px) {
  .new-member .catch dt {
    font-size: 14px;
  }
  .new-member .catch dd {
    font-size: 18px;
  }
}

.list-number {
  margin: auto;
  margin-bottom: 30px;
  width: 86%;
}
@media only screen and (max-width: 699px) {
  .list-number {
    margin-bottom: 20px;
    width: 100%;
  }
}
.list-number li {
  position: relative;
  padding-bottom: 5px;
  padding-left: 24px;
  text-align: left;
}
.list-number li .number {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  text-align: center;
  line-height: 16px;
  background: #007ae4;
  font-size: 9px;
  color: #fff;
}

.mini-catch {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  width: 86%;
  text-align: left;
}
@media only screen and (max-width: 699px) {
  .mini-catch {
    margin-bottom: 20px;
    width: 100%;
  }
}
.mini-catch .fc-red {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 110%;
  color: #fe4542;
}



.new-member .formBlocks .formUnity {
  float: none;
  margin: auto;
  width: 50%;
}
@media only screen and (max-width: 699px) {
  .new-member .formBlocks .formUnity {
    margin: auto;
    width: 90%;
  }
}

.new-member .formBlocks .formUnity .bgw dd {
  position: relative;
}
.new-member .formBlocks .formUnity .bgw dd .number {
  position: absolute;
  top: 16px;
  left: -34px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  text-align: center;
  line-height: 16px;
  background: #007ae4;
  font-size: 9px;
  color: #fff;
}
@media only screen and (max-width: 699px) {
  .new-member .formBlocks .formUnity .bgw dd .number {
    left: -22px;
  }
}
.new-member .formBlocks .formUnity .registrationBox {
  position: relative;
}
.new-member .formBlocks .formUnity .registrationBox .number {
  position: absolute;
  top: 16px;
  left: -34px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  text-align: center;
  line-height: 16px;
  background: #007ae4;
  font-size: 9px;
  color: #fff;
}
@media only screen and (max-width: 699px) {
  .new-member .formBlocks .formUnity .registrationBox .number {
    left: -22px;
  }
}
.form-entry-note {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  width: 86%;
}
.form-entry-note img {
  width: 100%;
}

.new-member .formBlocks .formUnity .bgw dd input.inputwidth50 {
    width: 100%;
}
.inputwidth50 { /* reset-style */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box !important;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0;
  width: 100%;
}
.inputwidth50:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.inputwidth50 {
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 3px;
  background: #e5f3fd;
  font-size: 15px;
}
.bgw dd:last-of-type {
  margin-bottom: 15px;
}
.inputwidth50::placeholder {
  color: #82c6f6;
}
.inputwidth50:-ms-input-placeholder {/* IE */
  color: #82c6f6;
}
.inputwidth50::-ms-input-placeholder {/* Edge */
  color: #82c6f6;
}

#sendMail { /* reset-style */
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  width: 100%;
  padding: 0.6em 2em;
  text-decoration: none;
}
#sendMail:hover,
#sendMail:focus {
  outline: none;
}
#sendMail::-moz-foucus-inner {
  border: none;
  padding: 0;
}
#sendMail {
  margin-bottom: 40px;
  padding: 15px 20px;
  border-radius: 3px;
  background: #007fe2;
  line-height: 100%;
  font-size: 15px;
  color: #fff;
}
#cancel {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  width: 100%;
  padding: 0.6em 2em;
  text-decoration: none;
}
#cancel:hover,
#cancel:focus {
  outline: none;
}
#cancel::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.new-member .howtoText {
  font-size: 15px;
}
.new-member .howtoText a {
}
.new-member .howtoText a:after {
  content: ">";
  padding-left: 10px;
}

.new-member .form-note {
  margin-bottom: 70px;
  padding: 30px 30px 20px;
  background: #f1f1f1;
}
@media only screen and (max-width: 699px) {
  .new-member .form-note {
    padding: 20px;
    padding-bottom: 20px;
  }
}
.new-member .form-note h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fe4542;
}
.new-member .form-note ul {
}
.new-member .form-note ul li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 699px) {
  .new-member .form-note ul li {
    margin-bottom: 20px;
  }
}
.new-member .form-note ul li:before {
  content: "・";
}
.new-member .form-note ul li .note {
}

.new-member .title-style {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  color: #007fe2;
}
.new-member .title-style + p {
  margin-bottom: 30px;
  line-height: 180%;
  font-size: 14px;
}

.new-member .entryflow {
  margin: auto;
  margin-bottom: 30px;
  width: 90%;
}
.new-member .howtoText2 {
  display: block;
  margin: auto;
  width: 320px;
  text-align: center;
}
.new-member .howtoText2 a {
  display: block;
  padding: 15px;
  background: #ff4444;
  border-radius: 3px;
  color: #fff;
}
.new-member .howtoText2 a:after {
  content: ">";
  padding-left: 10px;
}



/* 広告エリア
---------------------------------------- */

#contentsinner .ad_pc_big {
  float: left;
  padding: 20px 0;
  padding-left: 12px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #contentsinner .ad_pc_big {
    padding-left: 20px;
  }
  #contentsinner .article-cont .ad_pc_big {
    padding-left: 0;
    padding-right: 0;
  }
  #contentsinner .areaNewsBlock .ad_pc_big {
    padding-left: 0;
    padding-right: 0;
  }
  #contentsinner .areaNewsBlock + div .ad_pc_big {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 699px) {
  #contentsinner .ad_rect {
    padding-top: 30px;
    text-align: center;
  }
  #contentsinner .gx-news-link + .ad_rect, #contentsinner .gx-news-link + .ad-box .ad_rect {
    padding-top: 15px;
    text-align: center;
  }
}
#contentsinner .ad_pc_big img {
  width: 100%;
}



/* サイドバー
---------------------------------------- */

/* サイドバー - 紙面ビューワー */
.paper-viewer {
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #sideArea .sideBlocks.paper-viewer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 699px) {
  #sideArea .sideBlocks.paper-viewer {
    margin: auto;
    width: 100%;
  }
}
.paper-viewer a {
}
.paper-viewer span {
  margin: 0;
}
.paper-viewer .paper-viewer_bnr {
  line-height: 100%;
}
.paper-viewer .paper-viewer_bnr img {
  display: block;
  width: 100%;
}
.paper-viewer .paper-viewer_link {
  display: block;
  padding: 20px 0 0;
  line-height: 100%;
  text-align: center;
  color: #007ee2;
}


/* サイドバー - ニュースエリア */
.news-side-list {
  display: block;
  width: 100%;
}
#sideArea .sideBlocks.news-side-list:before {
  margin-bottom: 0px;
}
#sideArea .news-side-list > a {
  position: relative;
  display: block;
  min-height: 140px;
  padding: 15px 120px 15px 0;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
#sideArea .news-side-list > .today {
}
#sideArea .news-side-list > .today:before {
  content: "TODAY!";
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 40%;
	color: #ff0000;
}
#sideArea .news-side-list a:hover {
  text-decoration: none;
}
.news-side-list .news-side-list_cate {
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 10px;
  background: #017ee2;
  line-height: 100%;
  font-weight: bold;
  font-size: 0.85em;
  color: #fff;
}
.news-side-list .news-side-list_cate.ronsetsu {
  background: #26a961;
}
.news-side-list .news-side-list_cate.movie {
  background: #e3a627;
}
.news-side-list .news-side-list_thumbnail {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100px;
  height: 75px;
  overflow: hidden;
}
.news-side-list .news-side-list_thumbnail img {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: auto;
	height: 100%;
}
.news-side-list .news-side-list_title {
  display: block;
  margin-bottom: 8px;
  width: 100%;
  font-weight: bold;
  color: #2d2d2d;
}
.news-side-list .news-side-list_text {
  display: block;
  width: 100%;
}
#sideArea .news-side-list a:hover .news-side-list_text {
  color: #686868;
}

.news-side-list_news {
  padding-top: 15px;
}
.news-side-list_news dt {
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 10px;
  background: #f83651;
  line-height: 100%;
  font-weight: bold;
  font-size: 0.85em;
  color: #fff;
}
.news-side-list_news dd {
  display: block;
  height: auto;
  padding: 7px 0;
  position: relative;
  padding-left: 13px;
  font-size: 1em;
}
.news-side-list_news dd:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2d2d2d;
  font-size: 0;
}
.news-side-list_news dd a {
  display: block;
  min-height: auto;
  padding: 0;
  border-bottom: none;
  font-weight: bold;
  font-size: 0.95em;
  color: #2d2d2d;
}


/* サイドバー - 動画 */
#sideArea .movie-box {
  padding: 20px 0 10px;
}
#sideArea .movie-box h3 {
  font-size: 1.0em;
  line-height: 1.8em;
  margin: 0 0 10px 0;
  padding: 0 0 0 100px;
  background-image: url(/-/media/Images/parts/2020/common/top_gatech.ashx);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 90px;
}
#sideArea .movie-box .allBtn {
}
#sideArea .movie-box .allBtn a {
  font-size: .8em;
  padding: 5px 10px;
  float: right;
  background-color: #007ee2;
  color: #fff;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#sideArea .movie-box .movie-frame {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  padding-top: 65%;
}
#sideArea .movie-box .movie-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sideArea .movie-box a {
}



/* サイドバー - 広告 */
#sideArea .news-side-list + .sideBlocks {
  padding-bottom: 30px;
}
#sideArea .news-side-list + .sideBlocks:before {
  content: none;
}
#sideArea .news-side-list + .sideBlocks > .ad > [id*="div-gpt-"] > [id*="google_ads"] {
  padding: 40px 44px;
  background: #eee;
}


/* サイドバー - 速報ニュース */
#sideArea .sideBlocks.sokuhou {
}
#sideArea .sideBlocks.sokuhou:before {
  content: none;
}
.sideBlocks.sokuhou h3 {
  color: #ff4444;
  font-size: 1em;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.tabs {
}
.tabs .horizontal {
  font-size: 0;
}
.tabs .horizontal li {
  display: inline-block;
  padding-right: 1px;
  font-size: 14px;
}
.tabs .horizontal li a {
  display: block;
  padding: 10px 15px;
  background-color: #eeeeee;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  behavior: url(/js/PIE.htc);
  font-size: .85em;
  color: #ff4444;
}
.tabs .horizontal li.active a {
  background-color: #ff4444;
  font-weight: bold;
  color: #fff;
}
.tabs .tab_box {
}
.tabs .tab_box .none {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.tabs .tab_box ul {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  padding: 20px 20px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.tabs .tab_box ul li {
  display: block;
  height: auto;
  padding: 0 0 6px;
  position: relative;
  padding-left: 13px;
  font-size: 1em;
}
.tabs .tab_box ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff4444;
  font-size: 0;
}
.tabs .tab_box ul li a {
  color: #2d2d2d;
}
.tabs .tab_box ul li span {
  font-size: .7em;
  color: #999999;
}



/* サイドバー - ニュースランキング */
#sideArea .newsRank h3 {
  clear: both;
  padding: 0 0 15px 0;
  color: #007ee2;
  font-weight: bold;
  font-size: 1em;
}
#sideArea .newsRank h3 span {
  font-size: .7em;
  font-weight: normal;
  color: #999;
}
#sideArea .newsRank .tabs .horizontal li a {
  display: block;
  padding: 10px 12px;
  color: #007ee2;
}
#sideArea .newsRank .tabs .horizontal li.active a {
  background-color: #007ee2;
  color: #fff;
}
#sideArea .newsRank .tabs .horizontal li a[href*="#tab-world"] {
  color: #1fa65f;
}
#sideArea .newsRank .tabs .horizontal li.active a[href*="#tab-world"] {
  background-color: #1fa65f;
  color: #fff;
}
#sideArea .newsRank .tabs .horizontal li a[href*="#tab-sports"] {
  color: #f9ab14;
}
#sideArea .newsRank .tabs .horizontal li.active a[href*="#tab-sports"] {
  background-color: #f9ab14;
  color: #fff;
}
#sideArea .newsRank .tabs .horizontal li a[href*="#tab-entertainment"] {
  color: #399ce6;
}
#sideArea .newsRank .tabs .horizontal li.active a[href*="#tab-entertainment"] {
  background-color: #399ce6;
  color: #fff;
}
#sideArea .newsRank .tabs div[id*="tab-"] {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  padding: 20px 20px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#sideArea .newsRank .tabs div[id*="tab-"] a {
  position: relative;
  display: block;
  height: auto;
  padding: 0 0 6px;
  position: relative;
  padding-left: 25px;
  font-size: 1em;
}
#sideArea .newsRank .tabs div[id*="tab-"] a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -5px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/-/media/Images/parts/2020/common/rank_1.ashx) no-repeat;
  background-size: 100%;
}
#sideArea .newsRank .tabs div[id*="tab-"] a:nth-of-type(2):before {
  background: url(/-/media/Images/parts/2020/common/rank_2.ashx) no-repeat;
  background-size: 100%;
}
#sideArea .newsRank .tabs div[id*="tab-"] a:nth-of-type(3):before {
  background: url(/-/media/Images/parts/2020/common/rank_3.ashx) no-repeat;
  background-size: 100%;
}
#sideArea .newsRank .tabs div[id*="tab-"] a:nth-of-type(4):before {
  background: url(/-/media/Images/parts/2020/common/rank_4.ashx) no-repeat;
  background-size: 100%;
}
#sideArea .newsRank .tabs div[id*="tab-"] a:nth-of-type(5):before {
  background: url(/-/media/Images/parts/2020/common/rank_5.ashx) no-repeat;
  background-size: 100%;
}
#sideArea .newsRank a span { /* 既存ページ フォント調整 */
    font-size: 100%;
}
#sideArea .newsRank .tabs div[id*="tab-"] .title {
  display: block;
  color: #2d2d2d;
}
#sideArea .newsRank .tabs div[id*="tab-"] .time {
  display: block;
  font-size: .7em;
  color: #999999;
}

#sideArea .newsRank .allBtn a {
    font-size: .8em;
    padding: 5px 10px;
    float: right;
    background-color: #007ee2;
    color: #fff;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* サイドバー - ニュースランキング（セカンド） */
/* .second #sideArea .newsRank h3 {
  padding: 0;
  font-size: 15px;
  color: #252525;
}
.second #sideArea .newsRank .tabs div[id*="tab-"] {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
.second #sideArea .newsRank .tabs div[id*="tab-"] a {
  margin-top: 8px;
  height: auto;
  padding: 0 0 7px;
  padding-left: 32px;
  border-bottom: 1px solid #ededed;
}
.second #sideArea .newsRank .tabs div[id*="tab-"] a:before {
  left: 0px;
  background: url(/-/media/Images/parts/2020/common/rank_1.ashx) no-repeat;
  background-size: 100%;
}
.second #sideArea .newsRank .tabs div[id*="tab-"] a:nth-of-type(2):before {
  background: url(/-/media/Images/parts/2020/common/rank_2.ashx) no-repeat;
  background-size: 100%;
}
.second #sideArea .newsRank .tabs div[id*="tab-"] a:nth-of-type(3):before {
  background: url(/-/media/Images/parts/2020/common/rank_3.ashx) no-repeat;
  background-size: 100%;
}
.second #sideArea .newsRank .tabs div[id*="tab-"] a:nth-of-type(4):before {
  background: url(/-/media/Images/parts/2020/common/rank_4.ashx) no-repeat;
  background-size: 100%;
}
.second #sideArea .newsRank .tabs div[id*="tab-"] a:nth-of-type(5):before {
  background: url(/-/media/Images/parts/2020/common/rank_5.ashx) no-repeat;
  background-size: 100%;
}
.second #sideArea .newsRank .tabs div[id*="tab-"] .title {
  font-weight: bold;
} */


/* サイドバー - 絞り込み検索 */
#sideArea .sideBlocks.selectBlocks {
  width: 100%;
  margin-bottom: 30px;
}
#sideArea .sideBlocks.selectBlocks h3 {
  width: 100%;
  box-sizing: border-box;
}
#sideArea .sideBlocks.selectBlocks:before {
  content: none;
}
#sideArea .sideBlocks.selectBlocks .selectSubmit {
  width: 100%;
  box-sizing: border-box;
}
#sideArea .sideBlocks.selectBlocks {
	width: 100%;
	position: relative;
	padding: 0 0 15px 0;
	float: left;
	color: #fff;
	/*
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;

	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
*/
	background-color: #007ee2;
	background-image: url(/-/media/Images/parts/2020/common/side_bg.ashx);
	background-position: top left;
	background-repeat: no-repeat;
}
#sideArea .sideBlocks.selectBlocks p {
	position: absolute;
	top: -5px;
	right: -5px;
}
#sideArea .sideBlocks.selectBlocks h3 {
	width: 300px;
	padding: 20px 20px;
	font-size: 1em;
	line-height: 1.2em;
	float: left;
}
#sideArea .selectBlocks h3 span {
	font-size: 11px;
}
#sideArea .selectBlocks dl.selectDetail {
	width: 300px;
	float: left;
	padding: 0 20px;
	margin: 0 0 3px 0;
}
#sideArea .selectBlocks dt {
	width: 80px;
	font-size: .8em;
	float: left;
	margin: 0 10px 0 0;
}
#sideArea .selectBlocks dd {
	width: 210px;
	font-size: .8em;
	float: left;
}
#sideArea .selectBlocks input {
	border: none;
	padding: 0 5px;
	margin: 0 0 5px 0;
	height: 25px;
	font-size: .9em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}
#sideArea .selectBlocks select {
	font-size: .9em;
	clear: both;
	border: none;
	height: 25px;
	margin: 0 5px 5px 0;
	background-color: #fff;
}
#sideArea .selectBlocks .newsfinderfromdate, #sideArea .selectBlocks .newsfindertodate {
	width: 88px;
}
#sideArea .selectBlocks select:focus {
	outline: 0;
}
#contentsarea_0_txtFromDate, #contentsarea_0_txtToDate {
	width: 80px;
	margin: 0 0 5px 0;
	background-color: #fff;
}
#sideArea .selectBlocks .selectDate {
	float: left;
	clear: both;
}
.selectSubmit {
	width: 340px;
	float: left;
	text-align: center;
	margin: 10px 0 0 0;
}
.selectSubmit input {
	width: 150px;
	padding: 5px;
	background-color: #fff;
	color: #007ee2;
}
#sideArea input:focus {
	outline: 0;
}


/* サイドバー - 大分県の天気 */
#sideArea .sideBlocks.whether:before {
  content: none;
}
#sideArea .whether h3 {
  clear: both;
  padding: 0 0 15px 0;
  color: #007ee2;
  font-weight: bold;
  font-size: 1em;
}
#sideArea .whether h3 span {
  font-size: .7em;
  font-weight: normal;
  color: #999;
}
#sideArea .whether .tabs .horizontal li a {
  display: block;
  padding: 10px 16px;
  color: #007ee2;
}
#sideArea .whether .tabs .horizontal li.active a {
  background-color: #007ee2;
  color: #fff;
}
#sideArea .whether div[id*="weatherArea"] {
  display: block;
  width: 100%;
  padding: 20px 20px 1px;
  border: 1px solid #ddd;
  border-bottom: none;
  box-sizing: border-box;
}
#sideArea .whether div[id*="weatherArea"] h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.1em;
  color: #545454;
}
#sideArea .whether div[id*="weatherArea"] h4 span {
}
#sideArea .whether div[id*="weatherArea"] h5 {
  position: relative;
  padding-left: 60px;
  margin: 0 0 10px 0;
  font-size: 1.1em;
}
#sideArea .whether div[id*="weatherArea"] h5 img {
  position: absolute;
  top: -5px;
  left: 0;
  width: 50px;
  height: 50px;
}
#sideArea .whether div[id*="weatherArea"] h5 .text {
  font-size: 12px;
  font-weight: normal;
}
#sideArea .whether div[id*="weatherArea"] h5 .red {
  color: #ff4444;
}
#sideArea .whether div[id*="weatherArea"] table {
  width: 100%;
  font-size: .8em;
  line-height: 1em;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
}
#sideArea .whether div[id*="weatherArea"] table tbody {
}
#sideArea .whether div[id*="weatherArea"] table tbody tr {
}
#sideArea .whether div[id*="weatherArea"] table tbody tr th {
  text-align: center;
  font-weight: bold;
  margin: 1px 1% 1px 1%;
  padding: 10px 1% 10px 1%;
  border-right: #f2f2f2 solid 1px;
  border-bottom: #eee solid 1px;
  background-color: #eee;
}
#sideArea .whether div[id*="weatherArea"] table tbody tr td {
  text-align: center;
  margin: 1px 1% 1px 1%;
  padding: 10px 2% 10px 2%;
  border-bottom: #eee solid 1px;
}
#sideArea .whether div[id*="weatherArea"] dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0 5px 0;
}
#sideArea .whether div[id*="weatherArea"] dl dt {
  font-size: .7em;
  width: 50px;
  text-align: center;
  margin: 2px 0 2px 0;
  padding: 1px;
  float: left;
  color: #fff;
  background-color: #f9ab14;
}
#sideArea .whether div[id*="weatherArea"] dl dd {
  font-size: .8em;
  margin: 2px 0 2px 10px;
  padding: 1px;
  width: 195px;
}
#sideArea .whether dl.pmArea {
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 20px 20px 20px;
  float: left;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-top: none;
  clear: both;
}


/* その他お知らせ */
#sideArea .godoTopics dl {
  position: relative;
  display: block;
  min-height: 100px;
  padding-left: 100px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
#sideArea .godoTopics dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
#sideArea .godoTopics dt img {
	width: 100%;
}
#sideArea .godoTopics dd.topictitle {
    font-weight: bold;
}
#sideArea .godoTopics dd {
}
#sideArea .godoTopics dd.topictitle {
	font-size: 1em;
	margin: 0 0 5px 0;
  color: #2d2d2d;
}
#sideArea .godoTopics dd.topicDescription {
	font-size: .8em;
  color: #2d2d2d;
}
#sideArea .godoTopics p {
  display: block;
	text-align: right;
}
#sideArea .godoTopics p a {
  display: inline-block;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: .8em;
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 0;
	background-color: #007ee2;
}


/* 電子書籍 */
#sideArea .e-book {
  position: relative;
  overflow: hidden;
}
#sideArea .e-book h3 {
  font-weight: bold;
  font-size: 1em;
  padding: 0 0 15px 0;
  color: #007ee2;
}
#sideArea .e-book h3 {
  font-weight: bold;
  font-size: 1em;
  padding: 0 0 15px 0;
  color: #007ee2;
}

.swiper-e-book {
}
.swiper-e-book .swiper-wrapper {
}
.swiper-e-book .swiper-slide {
  padding: 0 10%;
}
.swiper-e-book .swiper-slide a {
  display: block;
}
.swiper-e-book .swiper-slide a .thumbnail {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.swiper-e-book .swiper-slide a .thumbnail img {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: auto;
	height: 100%;
}
.swiper-e-book .swiper-slide a dl {
}
.swiper-e-book .swiper-slide a dl .title {
  font-size: .9em;
  font-weight: bold;
  color: #007ee2;
}
.swiper-e-book .swiper-slide a dl .date {
  display: inline-block;
  background-color: #007ee2;
  line-height: 100%;
  font-size: .8em;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 5px 7px;
}
.swiper-e-book .swiper-slide a dl dd {
  margin: 10px 0 0 0;
  font-size: .8em;
  color: #2d2d2d;
}

.swiper-e-book .swiper-button-prev {
    background: none;
}
.swiper-e-book .swiper-button-prev:before {
    content: "";
    display: block;
    width: 20px;
    height: 40px;
    background: #007ee2 url(/-/media/Images/parts/2020/index/slide_button.ashx) center no-repeat;
    background-size: 100%;
}
.swiper-e-book .swiper-button-next {
    background: none;
}
.swiper-e-book .swiper-button-next:before {
    content: "";
    display: block;
    width: 20px;
    height: 40px;
    background: #007ee2 url(/-/media/Images/parts/2020/index/slide_button.ashx) center no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}


/* 関連記事（セカンド） */
#sideArea .related-article h3 {
  margin-bottom: 18px;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  color: #252525;
}
#sideArea .related-article dl {
  position: relative;
  display: block;
  min-height: 70px;
  padding-left: 70px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#sideArea .related-article dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
#sideArea .related-article dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: block;
  width: auto;
  height: 100%;
}
#sideArea .related-article dd.topictitle {
	font-size: 1em;
  font-weight: bold;
	margin: 0 0 5px 0;
  color: #2d2d2d;
}
#sideArea .related-article dd.topicDescription {
	font-size: .8em;
  color: #2d2d2d;
}
#sideArea .related-article p {
  display: block;
	text-align: right;
}
#sideArea .related-article p a {
  display: inline-block;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: .8em;
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 0;
	background-color: #007ee2;
}
