@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background:transparent;*/
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  line-height: 1;
}

/* clear */
.clear,
.clearfix {
  zoom: 100%;
}

.clear:after,
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.t-ind {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

.b {
  font-weight: bold;
}

.break {
  word-wrap: break-word;
}

.bl {
  display: block;
}

.fs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
  font-size: 13px;
}

.f1,
.f1l {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.f1l {
  font-weight: 300;
}

#wrapper {
  padding-top: 47px;
}
#wrapper.page .pagetitle {
  font-size: 20px;
  color: #000;
  padding-left: 14px;
  margin: 9px 0 25px;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 47px;
  background: #fff;
  z-index: 10;
}
header #logo {
  display: block;
  width: 178px;
  height: auto;
  margin: 10px 0 0 14px;
  cursor: pointer;
}
header #menu_btn {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  z-index: 1;
}
header #menu_btn #menu_icn {
  position: absolute;
  top: 16px;
  left: 15px;
  width: 16px;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header #menu_btn #close_icn {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
header #menu_btn.open {
  border: none;
}
header #menu_btn.open #menu_icn {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
header #menu_btn.open #close_icn {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
header nav {
  position: absolute;
  top: 0;
  right: 0;
  background: #F2F2F2;
  min-height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header nav.open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header nav ul {
  padding: 47px 20px 20px;
  overflow: scroll;
}
header nav ul li {
  margin-top: 1em;
}
header nav ul li:first-child {
  margin-top: 0;
}
header nav ul li:last-child a {
  position: relative;
}
header nav ul li:last-child a:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 7px;
  background: url(../img/blank_link_icn.svg) no-repeat 0 0;
  background-size: 10px auto;
  top: 8px;
  right: -15px;
}
header nav ul li a {
  font-size: 16px;
  color: #818181;
}

/* footer */
footer {
  border-top: solid 1px #B4B4B4;
  padding: 18px 0;
  margin-top: 50px;
}
footer #footer-sns {
  position: relative;
  overflow: hidden;
  padding-bottom: 18px;
}
footer #footer-sns ul {
  text-align: center;
  position: relative;
  float: left;
  left: 50%;
}
footer #footer-sns ul li {
  float: left;
  position: relative;
  left: -50%;
  margin: 0 5px;
}
footer #footer-sns ul li a {
  display: block;
}
footer #footer-sns ul li img {
  width: 21px;
  height: auto;
}
footer #copyright {
  text-align: center;
  color: #818181;
  font-size: 9px;
}

article {
  padding: 12px 8px 30px;
  border-bottom: solid 1px #818181;
}
article:first-child {
  padding-top: 0;
}
article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
article h1 {
  font-size: 14px;
  line-height: 1.3;
  margin: 8px 0 0;
  cursor: pointer;
}
article .text-wrap {
  height: 0;
  overflow: hidden;
}
article .text {
  padding-top: 15px;
  line-height: 1.5;
  word-break: break-all;
}
article .text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}
article .text iframe {
  max-width: 100%;
  height: auto;
}
article .text a {
  font-weight: bold;
  color: #303030;
  text-decoration: underline;
}

#media-nav {
  padding: 0 8px;
  margin-top: -8px;
}
#media-nav li {
  width: 50%;
  float: left;
  text-align: center;
  margin-top: 8px;
}
#media-nav li:nth-child(odd) span {
  padding-right: 4px;
  display: block;
}
#media-nav li:nth-child(even) span {
  padding-left: 4px;
  display: block;
}
#media-nav li button,
#media-nav li p,
#media-nav li a {
  display: block;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  border: solid 1px #303030;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  color: #303030;
}
#media-nav li button.current,
#media-nav li p.current,
#media-nav li a.current {
  background: #303030;
  color: #fff;
}
#media-nav li button.disable,
#media-nav li p.disable,
#media-nav li a.disable {
  border-color: #818181;
  color: #818181;
}

section {
  display: none;
  padding-top: 20px;
}
section article .text {
  color: #4C4C4C;
}
section article .text a {
  color: #4C4C4C;
}

section {
  display: none;
}
section article .left {
  width: 100px;
  float: left;
}
section article .left img {
  display: block;
  width: 100%;
  height: auto;
}
section article .left a {
  display: block;
  background: #F2F2F2;
  height: 22px;
  line-height: 24px;
  font-size: 10px;
  text-align: center;
  color: #303030;
  margin-top: 10px;
}
section article .right {
  margin-left: 120px;
}
section article .right h1 {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 0;
}
section article .right time {
  display: block;
  margin-top: 10px;
}
section article .right .number {
  margin-top: 10px;
}
section article .right .copy {
  margin-top: 10px;
  line-height: 1.3;
}
