@charset "UTF-8";
/* ================================================
   common
================================================ */
html {
  width: 100%;
  font-size: 62.5%;
  /*10px*/
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.ie8 body {
  min-width: 1024px;
}

/*fluid image*/
img {
  max-width: 100%;
  height: auto;
}

header #nav-btn a:hover {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

ul li {
  list-style-type: none;
}

.clearfix:after {
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

/* ================================================
   fluid system
================================================ */
/* 全体の幅 */
#section-wrapper {
  position: relative;
  max-width: 1024px;
  padding: 0;
  margin: 20px auto;
}

#sidebar {
  margin: 12px auto 0;
  width: 100%;
  /*float:left;*/
  padding-bottom: 20px;
  clear: both;
}

#contents {
  margin: 0  auto;
  width: 100%;
  /*float:right;*/
}

/* ================================================
   Heading
================================================ */
h1 {
  margin-top: 0;
  font-size: 48px;
  font-size: 4.8rem;
}

h2 {
  margin-top: 0;
  font-size: 36px;
  font-size: 4.8rem;
}

h3 {
  margin: 0.5em 0;
  font-size: 24px;
  font-size: 2.4rem;
}

/* ================================================
   layout
================================================ */
header {
  position: fixed;
  height: 68px;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
}

header .header-inner {
  position: relative;
  max-width: 1024px;
  padding: 0;
  margin: 0 auto;
}

header #logo {
  float: left;
  margin: 0;
  line-height: 1;
  color: #1d2088;
}

header #logo img {
  padding: 24px 0 17px 0;
  width: 193px;
  height: 22px;
}

header #nav-btn {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

header #nav-btn a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  background: white url(../images/bg_nav_btn.png) 0 0 no-repeat;
  background-size: 48px 96px;
  text-indent: -9999px;
}

header #nav-btn.show a {
  background-position: 0 -48px;
}

#global-nav {
  margin: 0;
  padding: 0;
}

#global-nav ul {
  float: right;
  margin: 0;
  padding: 0;
}

#global-nav ul li {
  float: left;
}

#global-nav ul li a {
  margin: 0;
  padding: 25px 12px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

#global-nav ul li a:hover {
  color: #666;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

#sw2_txt {
  width: 1024px;
  margin: 80px auto 10px;
  padding: 0;
  position: relative;
}

#sw2_txt h2 {
  width: 68%;
  float: left;
  color: #3366cc;
  font-size: 14px;
  font-size: 1.4rem;
}

.g-search {
  margin: -18px 0;
  min-width: 300px;
  float: right;
  width: 30%;
}

.gsc-input-box {
  margin-top: -3px;
}

.rslides {
  clear: both;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
  max-width: 1600px;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

#sidebar h2 {
  font-size: 20px;
}

#sidebar h2 img {
  width: 46px;
  vertical-align: middle;
  margin-right: 10px;
}

#sidebar ul {
  clear: both;
  margin: 0 0 20px -3.33%;
  padding: 0;
  list-style: none;
}

#sidebar li.cat {
  width: 30%;
  float: left;
  margin-left: 3.33%;
  border-bottom: 3px solid #eee;
}

#sidebar li.cat a div {
  /*float: left;*/
  margin-right: 5px;
  color: #3366CC;
}

#sidebar li.cat a div span {
  color: #333;
}

#sidebar li.cat a {
  padding: 8px 0;
  display: block;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
}

#sidebar li.cat a img {
  width: 45px;
  height: auto;
  float: left;
  margin-right: 10px;
  vertical-align: middle;
}

#sidebar li.cat a:hover {
  padding-left: 10px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  /*background-color:#CCC;*/
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sns {
  padding: 30px 0;
  float: right;
}

a.btn_usr {
  padding: 15px 10px;
  vertical-align: top;
  font-weight: bold;
  color: #fff;
  background-color: #3366cc;
  text-decoration: none;
  border-radius: 3px;
}

.icon_sns {
  width: 45px;
  height: 45px;
  margin: -11px 0 0 5px;
}

.dis {
  display: none;
}

.right {
  float: right;
}

#contents section {
  overflow: hidden;
  clear: both;
  margin: 12px 0 20px 0;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

#contents section h2 {
  margin: 0 0 10px 0;
  float: left;
  font-size: 20px;
}

#contents section h2 img {
  width: 46px;
  vertical-align: middle;
  margin-right: 10px;
}

.list a {
  margin: -5px 0 0 20px;
  color: #333;
  font-size: 12px;
  float: left;
  padding: 2px 20px;
  border: 1px solid #333;
  text-decoration: none;
}

.list a:hover {
  color: #ccc;
}

#contents section ul {
  margin: 0 0 20px -3.33%;
  padding: 0;
  list-style: none;
  clear: both;
}

#contents section li {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  margin: 0 0 0 3.33%;
  padding: 10px 0;
  width: 30%;
  word-break: break-all;
  float: left;
}

#contents section li a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  font-weight: normal;
}

#contents section li a:hover {
  color: #ccc;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

#contents section li a img {
  width: 100%;
  margin-right: 20px;
  height: auto;
}

#contents section li a img:hover {
  opacity: 0.8;
  width: 100%;
  margin-right: 20px;
  height: auto;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sns_fb {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}

.sns_tw {
  float: right;
  width: 48%;
  margin-bottom: 20px;
}

span.art-time {
  color: #333;
  padding-left: 10px;
}

span.new {
  font-size: 11px;
  color: #fff;
  background-color: red;
  font-weight: bold;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 5px;
}

span.new-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 5px;
  margin-top: 10px;
  font-size: 11px;
  color: #fff;
  background-color: red;
  font-weight: bold;
  border-radius: 5px;
}

footer {
  margin: 20px 0 0;
  clear: both;
  width: 100%;
  height: 100px;
  border-top: 1px solid #1d2088;
}

footer .f-inner {
  margin: 0 auto;
  padding: 22px 0;
  max-width: 1024px;
  color: #333333;
  font-size: 11px;
}

footer a {
  color: #333333;
  text-decoration: underline;
}

footer a:hover {
  color: #cccccc;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.f-lbox {
  float: left;
  width: 34%;
}

.f-rbox {
  float: right;
  text-align: right;
  vertical-align: top;
  width: 65%;
}

.f-rbox span {
  vertical-align: top;
}

.f-rbox span a {
  vertical-align: top;
}

.f-sw2 {
  font-size: 1.6em;
}

/* tablet table ttablet Media Queries for tablet tablet tablet*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 68px;
  }
  header #logo {
    margin-left: 10px;
    float: none;
  }
  header #nav-btn {
    display: block;
    border-radius: 5px;
  }
  #global-nav {
    margin: 0;
    padding-top: 0;
  }
  #global-nav ul {
    display: none;
    float: none;
    overflow: hidden;
  }
  #global-nav ul li {
    width: 14.2857%;
    border: 1px solid #fff;
    border-collapse: collapse;
    box-sizing: border-box;
    text-align: center;
  }
  #global-nav ul li a {
    padding: 16px 0;
    font-size: 13px;
    font-size: 1.3rem;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
  }
  #global-nav ul li a:hover {
    background-color: white;
    color: #666;
  }
  #sidebar li.cat a div {
    float: none;
  }
  #sw2_txt {
    width: 96%;
    max-width: 1024px;
    margin: 78px auto 10px;
    padding: 0;
    position: relative;
  }
  #sw2_txt h2 {
    width: 100%;
    float: none;
    color: #3366cc;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .g-search {
    margin: -20px 0 -15px;
    float: none;
    width: 100%;
  }
  #section-wrapper {
    position: relative;
    max-width: 1024px;
    padding: 10px 20px;
    margin: 0 auto;
  }
  #section-wrapper h2 {
    margin-top: 0;
  }
  .f-lbox {
    float: left;
    font-size: 8px;
    margin-left: 2%;
    width: 32%;
  }
  .f-rbox {
    float: right;
    margin-right: 2%;
    text-align: right;
    vertical-align: top;
    width: 63%;
  }
  .f-sw2 {
    font-size: 1.5em;
  }
  #contents section li {
    min-height: 160px;
  }
}

/* Phone Phone Phone Media Queries for Phone Phone Phone */
@media only screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 68px;
  }
  header #logo {
    margin-left: 10px;
    float: none;
  }
  header #nav-btn {
    display: block;
    border-radius: 5px;
  }
  #global-nav {
    margin: 0;
    padding: 0;
  }
  #global-nav ul {
    display: none;
    float: none;
    overflow: hidden;
    margin-right: 0;
  }
  #global-nav ul li {
    width: 50%;
    float: left;
    text-align: center;
    border: 1px solid #fff;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  #global-nav ul li a {
    padding: 16px 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
  }
  #global-nav ul li a:hover {
    background-color: white;
    color: #666;
  }
  #contents section h3 {
    float: none;
  }
  .list a {
    float: right;
    vertical-align: top;
    margin-top: -10px;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: bold;
  }
  #section-wrapper {
    position: relative;
    max-width: 767px;
    padding: 0;
    margin: 0 auto;
  }
  #sidebar {
    text-align: left;
    margin: 20px 2%;
    width: 96%;
    float: left;
    padding-bottom: 0;
  }
  #sidebar li.cat {
    width: 45%;
    float: left;
    margin-left: 3.33%;
    border-bottom: 3px solid #eee;
  }
  #sw2_txt {
    width: 96%;
    max-width: 751px;
    margin: 78px auto 10px;
    padding: 0;
    position: relative;
  }
  #sw2_txt h2 {
    width: 100%;
    float: none;
    color: #3366cc;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .g-search {
    margin: -20px 0 -15px;
    float: none;
    width: 100%;
  }
  #contents {
    margin: 10px 2%;
    width: 96%;
    float: none;
  }
  .sns {
    padding: 30px 0;
    float: right;
  }
  a.btn_usr {
    font-size: 13px;
  }
  .icon_sns {
    width: 40px;
    height: 40px;
    margin: -11px 0 0 5px;
  }
  .sns_fb {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .sns_tw {
    clear: both;
    margin-top: 20px;
    float: none;
    width: 100%;
  }
  #contents section ul {
    margin-left: 0;
  }
  #contents section li {
    margin: 0;
    width: 100%;
    float: none;
    min-height: 150px;
  }
  #contents section h2 {
    margin: 0 0 20px 0;
  }
  .f-lbox {
    float: none;
    width: 96%;
    margin: 2%;
  }
  .f-rbox {
    float: none;
    width: 96%;
    margin: 2%;
    line-height: 250%;
    text-align: left;
  }
  footer {
    height: 200px;
  }
}
