@charset "UTF-8";
/*-----------------------------------------------------------------------------
   Eric Meyer's "Reset CSS" 2.0
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
-----------------------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------
  global, common
-----------------------------------------------------------------------------*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html {
  color: #000;
}

body {
  font-size: 15px;
  line-height: 1.6;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

:link {
  text-decoration: none;
}

:link:hover {
  text-decoration: underline;
}

:link:active,
:link:hover {
  outline: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.pcmt0 {
  margin-top: 0px;
}

.pcpt0 {
  padding-top: 0px;
}

.pcmb0 {
  margin-bottom: 0px;
}

.pcpb0 {
  padding-bottom: 0px;
}

.pcmt5 {
  margin-top: 5px;
}

.pcpt5 {
  padding-top: 5px;
}

.pcmb5 {
  margin-bottom: 5px;
}

.pcpb5 {
  padding-bottom: 5px;
}

.pcmt10 {
  margin-top: 10px;
}

.pcpt10 {
  padding-top: 10px;
}

.pcmb10 {
  margin-bottom: 10px;
}

.pcpb10 {
  padding-bottom: 10px;
}

.pcmt15 {
  margin-top: 15px;
}

.pcpt15 {
  padding-top: 15px;
}

.pcmb15 {
  margin-bottom: 15px;
}

.pcpb15 {
  padding-bottom: 15px;
}

.pcmt20 {
  margin-top: 20px;
}

.pcpt20 {
  padding-top: 20px;
}

.pcmb20 {
  margin-bottom: 20px;
}

.pcpb20 {
  padding-bottom: 20px;
}

.pcmt25 {
  margin-top: 25px;
}

.pcpt25 {
  padding-top: 25px;
}

.pcmb25 {
  margin-bottom: 25px;
}

.pcpb25 {
  padding-bottom: 25px;
}

.pcmt30 {
  margin-top: 30px;
}

.pcpt30 {
  padding-top: 30px;
}

.pcmb30 {
  margin-bottom: 30px;
}

.pcpb30 {
  padding-bottom: 30px;
}

.pcmt35 {
  margin-top: 35px;
}

.pcpt35 {
  padding-top: 35px;
}

.pcmb35 {
  margin-bottom: 35px;
}

.pcpb35 {
  padding-bottom: 35px;
}

.pcmt40 {
  margin-top: 40px;
}

.pcpt40 {
  padding-top: 40px;
}

.pcmb40 {
  margin-bottom: 40px;
}

.pcpb40 {
  padding-bottom: 40px;
}

.pcmt45 {
  margin-top: 45px;
}

.pcpt45 {
  padding-top: 45px;
}

.pcmb45 {
  margin-bottom: 45px;
}

.pcpb45 {
  padding-bottom: 45px;
}

.pcmt50 {
  margin-top: 50px;
}

.pcpt50 {
  padding-top: 50px;
}

.pcmb50 {
  margin-bottom: 50px;
}

.pcpb50 {
  padding-bottom: 50px;
}

.pcmt55 {
  margin-top: 55px;
}

.pcpt55 {
  padding-top: 55px;
}

.pcmb55 {
  margin-bottom: 55px;
}

.pcpb55 {
  padding-bottom: 55px;
}

.pcmt60 {
  margin-top: 60px;
}

.pcpt60 {
  padding-top: 60px;
}

.pcmb60 {
  margin-bottom: 60px;
}

.pcpb60 {
  padding-bottom: 60px;
}

.pcmt65 {
  margin-top: 65px;
}

.pcpt65 {
  padding-top: 65px;
}

.pcmb65 {
  margin-bottom: 65px;
}

.pcpb65 {
  padding-bottom: 65px;
}

.pcmt70 {
  margin-top: 70px;
}

.pcpt70 {
  padding-top: 70px;
}

.pcmb70 {
  margin-bottom: 70px;
}

.pcpb70 {
  padding-bottom: 70px;
}

.pcmt75 {
  margin-top: 75px;
}

.pcpt75 {
  padding-top: 75px;
}

.pcmb75 {
  margin-bottom: 75px;
}

.pcpb75 {
  padding-bottom: 75px;
}

.pcmt80 {
  margin-top: 80px;
}

.pcpt80 {
  padding-top: 80px;
}

.pcmb80 {
  margin-bottom: 80px;
}

.pcpb80 {
  padding-bottom: 80px;
}

.pcmt85 {
  margin-top: 85px;
}

.pcpt85 {
  padding-top: 85px;
}

.pcmb85 {
  margin-bottom: 85px;
}

.pcpb85 {
  padding-bottom: 85px;
}

.pcmt90 {
  margin-top: 90px;
}

.pcpt90 {
  padding-top: 90px;
}

.pcmb90 {
  margin-bottom: 90px;
}

.pcpb90 {
  padding-bottom: 90px;
}

.pcmt95 {
  margin-top: 95px;
}

.pcpt95 {
  padding-top: 95px;
}

.pcmb95 {
  margin-bottom: 95px;
}

.pcpb95 {
  padding-bottom: 95px;
}

.pcmt100 {
  margin-top: 100px;
}

.pcpt100 {
  padding-top: 100px;
}

.pcmb100 {
  margin-bottom: 100px;
}

.pcpb100 {
  padding-bottom: 100px;
}

.lo-w100per {
  width: 100%;
}

.lo-pc-width {
  width: 1280px;
  margin: 0 auto;
}

.lo-container {
  width: 100%;
}

.lo-header-pc {
  width: 100%;
  margin-bottom: 20px;
}

.lo-header-bar-outer {
  width: 100%;
  height: 40px;
}

.lo-header-bar {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.lo-header-bar-primary {
  width: 250px;
  float: left;
}

.lo-header-bar-secondary {
  width: 250px;
  float: right;
}

.lo-header-logo-small {
  width: 347px;
  height: 19px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -173px;
}

.lo-header-sp {
  display: none;
}

.lo-main-outer {
  width: 100%;
}

.lo-main {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.lo-primary {
  width: 900px;
  float: left;
  margin-bottom: -32768px;
  padding-bottom: 32768px;
}

.lo-secondary {
  width: 360px;
  float: right;
  margin-bottom: -32768px;
  padding: 10px 10px 32768px 10px;
}

.lo-footer {
  width: 100%;
}

.lo-sitemap-outer {
  width: 100%;
}

.lo-sitemap {
  width: 1280px;
  margin: 0 auto;
}

.lo-finfo-outer {
  width: 100%;
}

.lo-finfo {
  width: 1280px;
  margin: 0 auto;
}

.lo-copyright-outer {
  width: 100%;
}

.lo-copyright {
  width: 1280px;
  margin: 0 auto;
}

/*-----------------------------------------------------------------------------
  global
-----------------------------------------------------------------------------*/
.container {
  color: #262b34;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", osaka, arial, helvetica, sans-serif;
  font-size: 16px;
}
.container a:link {
  transition: 0.3s;
}
.container a:link:hover {
  opacity: 0.70;
  text-decoration: none;
}
.container a:link:visited {
  color: #999;
}

/*-----------------------------------------------------------------------------
  header-pc
-----------------------------------------------------------------------------*/
.header-pc {
  z-index: 9999;
}
.header-pc.small-header {
  position: fixed;
  top: 0px;
  bottom: 0;
  height: 105px;
}

.header-bar-outer {
  background-color: #262b35;
}

.header-bar {
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.header-bar-primary {
  position: relative;
}
.header-bar-primary .ttl-jwf {
  position: absolute;
  top: 15px;
  left: 0px;
}

.header-bar-secondary {
  position: relative;
}
.header-bar-secondary .lnk-english {
  position: absolute;
  top: 15px;
  right: 84px;
  color: #fff;
}
.header-bar-secondary .btn-facebook {
  position: absolute;
  top: 9px;
  right: 37px;
}
.header-bar-secondary .btn-twitter {
  position: absolute;
  top: 9px;
  right: 0px;
}

.header-logo-small {
  display: none;
}
.small-header .header-logo-small {
  display: block;
}

.header-logo-big {
  display: block;
}
.small-header .header-logo-big {
  display: none;
}

.logo {
  padding: 24px 0;
}

.small-header .header-nav {
  background-color: #fff;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.15);
}

.gnavi-outer {
  border-top: 1px solid #262b35;
  border-bottom: 1px solid #262b35;
}
.small-header .gnavi-outer {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.gnavi-outer .gnavi {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.gnavi-outer .gnavi a {
  display: inline-block;
  padding: 20px 0 16px 0;
  color: #262b35;
  transition: 0.1s;
  height: 60px;
}
.gnavi-outer .gnavi a:hover {
  border-bottom: 4px solid #262b35;
  opacity: 1.0;
}
.gnavi-outer .gnavi > .current-menu-ancestor > a,
.gnavi-outer .gnavi > .current-menu-item > a,
.gnavi-outer .gnavi > .current-category-ancestor > a,
.gnavi-outer .gnavi > .current-post-ancestor > a {
  border-bottom: 4px solid #262b35;
}
.gnavi-outer .gnavi > .menu-item {
  display: inline-block;
  padding: 0 22px;
  position: relative;
}
.gnavi-outer .gnavi > .menu-item .sub-menu {
  position: absolute;
  top: 62px;
  z-index: 10000;
  width: 250px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
  /*
  				left: 50%;
  				margin-left: -125px;
  */
  display: none;
  /*
  				font-size: 12px;
  */
}
.gnavi-outer .gnavi > .menu-item .sub-menu li {
  width: 250px;
  min-height: 25px;
  border-bottom: 1px solid #ccc;
}
.gnavi-outer .gnavi > .menu-item .sub-menu a {
  display: table-cell;
  height: 46px;
  width: 250px;
  vertical-align: middle;
  line-height: 1.3;
  padding: 0 0 0 10px;
  transition: 0.3s;
}
.gnavi-outer .gnavi > .menu-item .sub-menu a:hover {
  border-bottom: none;
  opacity: 0.7;
}

/*-----------------------------------------------------------------------------
  home
-----------------------------------------------------------------------------*/
.mv-outer {
  height: 420px;
  overflow: hidden;
  display: block;
  width: 900px;
}
.mv-outer .bx-wrapper {
  box-shadow: none;
  border: none;
}
.mv-outer .bxslider-caption {
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 25px;
}
.mv-outer .bxslider-caption .mv-info {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
.mv-outer .bxslider-caption .mv-info .date {
  margin-right: 10px;
}
.mv-outer .bxslider-caption .mv-info .new {
  color: #ef5050;
  font-style: italic;
}
.mv-outer .bxslider-caption .mv-title {
  font-size: 18px;
}
.mv-outer .bx-wrapper .bx-controls-direction a {
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 9000;
}
.mv-outer .bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/bx-prev.png) 0 0 no-repeat;
}
.mv-outer .bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/bx-next.png) 0 0 no-repeat;
}
.mv-outer .bx-wrapper .bx-next:hover {
  background-position: 0 0;
}
.mv-outer .bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
.mv-outer .bx-wrapper .bx-controls-auto, .mv-outer .bx-wrapper .bx-pager {
  bottom: -21px;
}
.mv-outer .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ddd;
  width: 8px;
  height: 8px;
}
.mv-outer .bx-wrapper .bx-pager.bx-default-pager a.active,
.mv-outer .bx-wrapper .bx-pager.bx-default-pager a:focus,
.mv-outer .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #a493d7;
}

.home .links-outer .links {
  width: 33.33%;
  float: left;
  padding: 0 10px;
}
.home .links-outer .links ul {
  font-size: 14px;
}
.home .links-outer .links ul li {
  margin: 0 0 10px 10px;
  text-indent: -0.8em;
}
.home .links-outer .links ul li a {
  color: #1e88bf;
  background: url(../img/links-bullet.png) no-repeat top left;
  padding-left: 10px;
}

.home .sponsors-outer .sponsors {
  width: 20%;
  float: left;
}
.home .sponsors-outer .sponsors a {
  display: inline-block;
}
.home .sponsors-outer .sponsors img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------------------
  tab
-----------------------------------------------------------------------------*/
.tab-container .tab-container-inner {
  padding: 0 8%;
  margin-bottom: 30px;
}
.tab-container .tab {
  border-top: 1px solid #a493d7;
  border-bottom: 1px solid #a493d7;
}
.tab-container .tab li {
  float: left;
  list-style-type: none;
  width: 20%;
}
.tab-container .tab li a {
  font-size: 14px;
  color: #a493d7;
  display: block;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  background: url(../img/tab-separator.png) no-repeat top right;
}
.tab-container .tab li:first-of-type a {
  border-left: 1px solid #a493d7;
}
.tab-container .tab li:last-of-type a {
  background: none;
  border-right: 1px solid #a493d7;
}
.tab-container .tab li a:hover {
  background: #a493d7;
  color: #FFF;
}
.tab-container .tab li a.tab-current {
  background: #a493d7;
  color: #fff;
  position: relative;
}
.tab-container .tab li a.tab-current:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 0;
  border-top: 15px solid #a493d7;
  border-right: 15px solid transparent;
}
.tab-container .tab li:first-of-type a.tab-current:after {
  left: -1px;
}
.tab-container .tab-contents-inner {
  border-top: 1px solid #999;
}
.tab-container .tab-contents-inner dl {
  width: 100%;
  font-size: 16px;
}
.tab-container .tab-contents-inner dt {
  width: 16%;
  float: left;
  font-family: "Roboto Condensed", sans-serif;
  color: #999;
  padding: 15px 0 15px 10px;
}
.tab-container .tab-contents-inner dt .new {
  color: #ef5050;
  font-style: italic;
  padding-left: 15px;
}
.tab-container .tab-contents-inner dd {
  padding: 15px 10px 15px 16%;
  border-bottom: 1px solid #999;
}
.tab-container .tab-contents-inner dd a {
  color: #262b34;
}
.tab-container .tab-contents-inner dd a:visited {
  color: #999;
}
.tab-container .tab-contents-inner p {
  text-align: center;
  font-size: 16px;
  padding-top: 40px;
}

/*-----------------------------------------------------------------------------
  pages
-----------------------------------------------------------------------------*/
.h1-style1-outer {
  padding: 15px 20px 0 20px;
  background-color: #404659;
  margin-bottom: 30px;
}
.h1-style1-outer .h1-style1 {
  font-size: 22px;
  color: #fff;
  padding: 4px 0 15px 15px;
  font-weight: bold;
  border-left: 4px solid #a493d7;
  line-height: 1;
}
.h1-style1-outer .h1-style1.en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  padding: 0 0 15px 15px;
}

.h1-style2 {
  font-size: 30px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.5;
}

.btn-outer {
  text-align: center;
}
.btn-outer .btn-style1 {
  display: inline-block;
  width: 280px;
  height: 50px;
  background: #262b35 url(../img/btn-style1-bg.png) no-repeat top right;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  position: relative;
}

.ad-primary-outer-pc {
  border-top: 1px solid #999;
  text-align: center;
}
.ad-primary-outer-pc .ad-primary-pc {
  display: inline-block;
  width: 728px;
  height: 90px;
}

.ad-primary-outer-sp {
  display: none;
}

.schedule-outer dl {
  width: 100%;
  font-size: 20px;
  color: #444;
  border-bottom: 1px solid #999;
  display: table;
}
.schedule-outer dl:first-of-type dt {
  padding-top: 0;
}
.schedule-outer dl:first-of-type dd {
  padding-top: 0;
}
.schedule-outer dl:last-of-type {
  border-bottom: none;
}
.schedule-outer dt {
  width: 30%;
  color: #999;
  padding: 25px 0 25px 20px;
  display: table-cell;
  vertical-align: middle;
}
.schedule-outer dd {
  width: 70%;
  padding: 25px 10px 25px 10px;
  display: table-cell;
  vertical-align: middle;
}

.contents-meta {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #999;
  margin-bottom: 10px;
}
.contents-meta .new {
  font-style: italic;
  color: #ef5050;
  margin-left: 13px;
}

.contents {
  color: #444;
  font-size: 16px;
  margin-bottom: 80px;
}
.contents .main-img {
  width: 100%;
  margin-bottom: 30px;
}
.contents .main-img img {
  max-width: 100%;
}
.contents p {
  line-height: 1.8;
  margin-bottom: 35px;
}
.contents p.p-small {
  font-size: 14px;
}
.contents a {
  color: #1e89c0;
}
.contents a:visited {
  color: #999;
}
.contents a.link-style-l {
  font-size: 16px;
  font-weight: bold;
  background: url(../img/links-bullet.png) no-repeat top 4px left;
  padding-left: 15px;
  text-indent: -0.1em;
  display: block;
  margin: 0 0 10px 3px;
}
.contents a.link-style-m {
  font-size: 16px;
  background: url(../img/links-bullet.png) no-repeat top 4px left;
  padding-left: 15px;
  text-indent: -0.1em;
  display: block;
  margin: 0 0 10px 3px;
}
.contents a.link-style-s {
  font-size: 14px;
  font-weight: bold;
  background: url(../img/links-bullet.png) no-repeat top 4px left;
  padding-left: 15px;
  text-indent: -0.1em;
  display: block;
  margin: 0 0 10px 3px;
}
.contents h2 {
  font-weight: bold;
  color: #333;
  font-size: 26px;
  line-height: 50px;
  border-left: 4px solid #404659;
  border-bottom: 1px solid #404659;
  padding-left: 15px;
  margin-bottom: 35px;
}
.contents h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  border-left: 4px solid #404659;
  padding-left: 15px;
  line-height: 30px;
  margin-bottom: 25px;
}
.contents h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-left: 4px solid #333;
  line-height: 20px;
  padding-left: 10px;
  margin-bottom: 15px;
}
.contents h4.blue {
  color: #005aa2;
  border-left: 4px solid #005aa2;
}
.contents h4.red {
  color: #d72f61;
  border-left: 4px solid #d72f61;
}
.contents h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.contents h5.blue {
  color: #005aa2;
}
.contents h5.red {
  color: #d72f61;
}
.contents ul {
  margin-left: 20px;
  margin-bottom: 25px;
}
.contents ul li {
  list-style: disc;
}
.contents ol {
  margin-left: 20px;
  margin-bottom: 25px;
}
.contents ol li {
  list-style: decimal;
}
.contents table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100%;
  margin-bottom: 50px;
}
.contents table th {
  border: 1px solid #ddd;
  font-weight: bold;
  background-color: #f4f4f4;
  padding: 10px 20px;
  vertical-align: middle;
  text-align: left;
}
.contents table td {
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  padding: 10px 20px;
  vertical-align: middle;
}
.contents table caption {
  caption-side: bottom;
  padding-top: 10px;
  font-size: 12px;
  text-align: left;
}
.contents a[href$=".pdf"] {
  padding: 0 20px 0 0;
  background: transparent url(../img/icn-pdf.png) no-repeat center right;
}
.contents .alignleft {
  float: left;
  margin-right: 10px;
}
.contents .alignright {
  float: right;
  margin-left: 10px;
}
.contents .aligncenter {
  display: block;
  margin: 0 auto;
}
.contents .wp-caption {
  margin-top: 4px;
}
.contents .wp-caption.alignleft .wp-caption-text {
  margin-right: 10px;
}
.contents .wp-caption.alignright .wp-caption-text {
  margin-left: 10px;
}
.contents .wp-caption img {
  margin-bottom: 10px;
}
.contents .wp-caption .wp-caption-text {
  font-size: 12px;
  margin-bottom: 10px;
  color: #666;
}
.contents .img-unit-outer {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.contents .img-unit-outer .img-unit .img-container {
  box-sizing: border-box;
  padding-top: 7px;
  display: inline-block;
}
.contents .img-unit-outer .img-unit .img-container:first-of-type .alignleft {
  padding-right: 10px;
}
.contents .img-unit-outer .img-unit .img-container:last-of-type .alignleft {
  padding-right: 10px;
}
.contents .img-unit-outer .img-unit .img-container img {
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
}
.contents .img-unit-outer .img-unit .img-container .wp-caption .wp-caption-text {
  text-align: left;
}
.contents .img-unit-outer .img-unit .img-container .img-caption {
  font-size: 12px;
  padding-top: 10px;
  text-align: left;
}
.contents .img-unit-outer .img-unit.img-left .img-container {
  padding-right: 10px;
}
.contents .img-unit-outer .img-unit.img-right .img-container {
  padding-left: 10px;
}
.contents .img-unit-outer .img-unit.imgx2 .img-container:first-of-type {
  padding-right: 10px;
}
.contents .img-unit-outer .img-unit.imgx2 .img-container:last-of-type {
  padding-left: 10px;
}
.contents .img-unit-outer .img-unit .txt-container {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.contents .img-unit-outer .img-unit.img-left .txt-container {
  padding-left: 10px;
}
.contents .img-unit-outer .img-unit.img-right .txt-container {
  padding-right: 10px;
}
.contents .table-outer {
  width: 100%;
}
.contents .table-outer.table-style1 table td {
  background-color: #fff;
}
.contents .video-embed-outer {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.contents hr.line-dot {
  border: none;
  border-top: 1px dotted #999;
  height: 1px;
  margin-top: -20px;
  margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------
  wp_social_bookmarking_light
-----------------------------------------------------------------------------*/
.wp_social_bookmarking_light {
  border: 0 !important;
  /*padding: 10px 0 20px 0 !important;*/
  margin: 0 !important;
}

.wp_social_bookmarking_light div {
  float: left !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 5px 0px 0 !important;
  min-height: 30px !important;
  line-height: 18px !important;
  text-indent: 0 !important;
}

.wp_social_bookmarking_light img {
  border: 0 !important;
  padding: 0;
  margin: 0;
  vertical-align: top !important;
}

.wp_social_bookmarking_light_clear {
  clear: both !important;
}

#fb-root {
  display: none;
}

/*
.wsbl_twitter{
    width: 100px;
}
*/
.wsbl_facebook a img {
  width: 20px;
  height: 20px;
}

.wsbl_facebook_like iframe {
  width: 130px !important;
}

/*-----------------------------------------------------------------------------
  sidebar
-----------------------------------------------------------------------------*/
.secondary {
  background-color: #f4f4f4;
}

.ad-secondary-outer {
  text-align: center;
}
.ad-secondary-outer .ad-secondary {
  display: inline-block;
  width: 336px;
  height: 280px;
}

.bnr-db-outer {
  width: 100%;
  text-align: center;
}
.bnr-db-outer .bnr-db {
  display: inline-block;
  width: 320px;
  height: 120px;
}

.section-secondary {
  border-top: 1px solid #999;
  margin: 0 10px;
  padding: 20px 0;
}
.section-secondary .section-secondary-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #3f4659;
  padding: 0 0 0 12px;
  border-left: 4px solid #a493d7;
  margin: 0 0 20px;
  line-height: 1.05;
}
.section-secondary ul {
  font-size: 14px;
}
.section-secondary ul li {
  margin: 0 0 10px 20px;
  text-indent: -0.8em;
}
.section-secondary ul li a {
  color: #1e88bf;
  background: url(../img/links-bullet.png) no-repeat top left;
  padding-left: 10px;
}
.section-secondary img {
  max-width: 100%;
}

.secondary .search-box-outer .search-box form {
  position: relative;
  height: 40px;
}
.secondary .search-box-outer .search-box input[type="text"] {
  border: 1px solid #ddd;
  height: 40px;
  width: 280px;
  padding: 0 10px 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
  color: #262b34;
  box-sizing: border-box;
}
.secondary .search-box-outer .search-box input[type="submit"] {
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 280px;
  top: 0;
  background: url(../img/btn-search.png) no-repeat top right;
}

.secondary .select-box-outer .select-box {
  position: relative;
}
.secondary .select-box-outer .select-box:before {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  pointer-events: none;
  width: 27px;
  height: 40px;
  background: url(../img/select-arrow.png) no-repeat top right;
}
.secondary .select-box-outer .select-box select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #262b34;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  width: 100%;
}
.secondary .select-box-outer .select-box option {
  background-color: #fff;
  color: #333;
}
.secondary .select-box-outer .select-box select::-ms-expand {
  display: none;
}
.secondary .select-box-outer .select-box select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.secondary .info-list-outer {
  padding-bottom: 15px;
}
.secondary .info-list-outer dl {
  font-size: 14px;
}
.secondary .info-list-outer dt {
  font-family: "Roboto Condensed", sans-serif;
  color: #999;
}
.secondary .info-list-outer dd {
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.secondary .info-list-outer dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.secondary .info-list-outer dd a {
  color: #262b34;
}
.secondary .info-list-outer dd a:visited {
  color: #999;
}

.secondary .magazine-outer {
  padding-bottom: 10px !important;
}
.secondary .magazine-outer .magazine {
  text-align: center;
  margin-bottom: 10px;
}

.secondary .bnr-outer .bnr {
  margin-bottom: 5px;
}

.secondary .past-data-outer ul li {
  margin-bottom: 5px;
}

.secondary .twitter-tl-outer {
  margin: 0 10px;
  padding-bottom: 20px;
}

/*-----------------------------------------------------------------------------
  switch-mode
-----------------------------------------------------------------------------*/
.switch-mode {
  text-align: center;
}
.switch-mode table {
  width: 600px;
  height: 60px;
  margin: 0 auto;
}
.switch-mode table td {
  width: 300px;
  height: 60px;
}
.switch-mode table a {
  display: inline-block;
  width: 300px;
  height: 60px;
}
.switch-mode table a.btn-mobile {
  background: url(../img/mobile-off.png) no-repeat top left;
  background-size: cover;
}
.switch-mode table a.btn-desktop {
  background: url(../img/desktop-on.png) no-repeat top left;
  background-size: cover;
}

/*-----------------------------------------------------------------------------
  footer
-----------------------------------------------------------------------------*/
.footer {
  position: relative;
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.pagetop img {
  width: 50px;
  height: 50px;
  vertical-align: bottom;
}

.sitemap-outer {
  background-color: #404659;
}

.sitemap {
  padding: 40px 0 30px;
  overflow: hidden;
}
.sitemap .sitemap-ttl {
  border-left: 4px solid #a493d7;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding-left: 14px;
  margin-bottom: 20px;
  line-height: 1.05;
}
.sitemap .sitemap-menu {
  font-size: 14px;
  color: #fff;
}
.sitemap .sitemap-menu .menu-item {
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding-bottom: 15px;
}
.sitemap .sitemap-menu .menu-item a {
  color: #fff;
}
.sitemap .sitemap-menu .menu-item:before {
  content: ">";
  margin-right: 10px;
}
.sitemap .sitemap-menu .menu-item:nth-of-type(10) {
  margin-right: 200px;
}

.finfo-outer {
  background-color: #262b35;
  border-bottom: 1px solid #3c414a;
}

.finfo {
  padding-top: 50px;
  color: #fff;
}

.finfo-primary {
  width: 400px;
  border-right: 1px solid #3c414a;
  box-sizing: border-box;
  float: left;
  padding-bottom: 30px;
}
.finfo-primary .finfo-primary-logo {
  width: 100%;
  margin-bottom: 10px;
}
.finfo-primary .finfo-primary-logo img {
  width: 355px;
  height: 25px;
}
.finfo-primary .finfo-primary-ttl {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
}
.finfo-primary .finfo-primary-sns {
  width: 100%;
  height: 44px;
  position: relative;
}
.finfo-primary .finfo-primary-sns .share {
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  top: 5px;
  left: 7px;
  font-size: 20px;
  font-weight: bold;
}
.finfo-primary .finfo-primary-sns .btn-facebook {
  position: absolute;
  top: 0px;
  left: 84px;
}
.finfo-primary .finfo-primary-sns .btn-facebook img {
  width: 44px;
  height: 44px;
}
.finfo-primary .finfo-primary-sns .btn-twitter {
  position: absolute;
  top: 0px;
  left: 148px;
}
.finfo-primary .finfo-primary-sns .btn-twitter img {
  width: 44px;
  height: 44px;
}

.finfo-secondary {
  width: 600px;
  float: left;
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: 14px;
}
.finfo-secondary a:link {
  color: #fff;
  text-decoration: underline;
}
.finfo-secondary a:link:hover {
  text-decoration: underline;
}
.finfo-secondary .notice {
  font-size: 12px;
  font-weight: bold;
}

.copyright-outer {
  background-color: #262b35;
}

.copyright {
  font-size: 12px;
  color: #fff;
  padding: 25px 0;
}

/*-----------------------------------------------------------------------------
  misc
-----------------------------------------------------------------------------*/
.pc-block {
  display: block;
}

.machigai {
  border-top: 1px solid #999;
  padding-top: 20px;
  font-size: 14px;
}
.machigai .machigai-ttl {
  color: #ef5050;
  font-weight: bold;
}
.machigai .machigai-note {
  color: #444;
}
.machigai .machigai-contact {
  color: #1e89c0;
  font-weight: bold;
  margin-left: -7px;
}
.machigai .machigai-contact a {
  color: #1e89c0;
}

/*# sourceMappingURL=style.css.map */
