@charset "UTF-8";
/* reset
==================*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, input, textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "ヒラギノ角ゴPro W3","Hiragino kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

img {
  border: none;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

html {
  color: #333;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  line-height: 1;
}

/* link */
a:link, a:hover, a:active {
  color: #0094e1;
}

a:visited {
  color: #005683;
}

.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

body {
  border-top: 4px solid #ffc52a;
}
body.fontL {
  font-size: 1.4em;
}

/* header */
#header {
  max-width: 1280px;
  min-width: 900px;
  margin: 0 auto;
}

.header-logo {
  margin: 0 0 -87px;
  padding: 16px 0 0;
}

.font-size {
  float: right;
  margin: 0 0 16px;
}

.font-size__txt {
  float: left;
  padding: 8px 9px 0 0;
}

.font-size__btn {
  float: right;
}
.font-size__btn li {
  float: left;
  cursor: pointer;
}

#search {
  float: right;
  clear: right;
  width: 353px;
}

.search-google {
  float: left;
  margin: 5px 5px 0 0;
}

.searchText {
  background: url(../images/icon_search.png) no-repeat 6px 50%;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  height: 25px;
  padding: 0 10px 0 34px;
  width: 165px;
  float: left;
  position: relative;
  margin: 0 0 -27px;
}

#searchBtn {
  cursor: pointer;
  background: url(../images/btn_search.png) no-repeat 100% 0;
  float: right;
}
#searchBtn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#searchBtn input {
  width: 69px;
  height: 27px;
  opacity: 0;
  filter: alpha(opacity=0);
}

#header-txt {
  float: left;
  clear: left;
  margin-top: 70px;
  font-size: 1.6em;
}

.header-menu {
  float: right;
  clear: right;
  height: 40px;
  display: table;
  overflow: hidden;
}
.header-menu li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 7px;
  position: relative;
  left: 7px;
}
.header-menu a {
  padding: 10px 0;
}
.header-menu a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.facebook {
  float: right;
  clear: right;
  margin-bottom: 8px;
  display: table;
  overflow: hidden;
}

/* global navi */
#gnav {
  background: url("../images/bg_nav.png") repeat-x 0 0;
}
#gnav ul {
  max-width: 1280px;
  min-width: 900px;
  margin: 0 auto;
  position: relative;
}
#gnav li {
  width: 16.6666%;
  float: left;
  display: table;
  position: relative;
}
#gnav li:after {
  content: "";
  width: 1px;
  height: 38px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 7px;
}
#gnav li:first-child:before {
  content: "";
  width: 1px;
  height: 38px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 7px;
}
#gnav a {
  height: 51px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
#gnav .active a, #gnav a:hover {
  background: url(../images/bg_nav_on.png);
  box-shadow: 4px 4px 10px rgba(242, 159, 14, 0.2) inset;
}

/* topic-path */
.topic-path {
  background: #f3f3f3;
}
.topic-path ol {
  max-width: 1280px;
  min-width: 900px;
  margin: 0 auto 30px;
  padding: 15px 0 15px;
}
.topic-path ol li {
  float: left;
  font-size: 1.4em;
  line-height: 1.3;
  padding: 0 6px 0 0;
}
.topic-path ol li a {
  padding: 0 1px 0 0;
}

/* contents */
#support {
  position: absolute;
  left: -100%;
  top: -100%;
}

#container {
  margin: 0 auto;
  max-width: 1280px;
  min-width: 900px;
}

#main {
  float: right;
  margin: 0 0 0 -260px;
  max-width: 1280px;
  width: 100%;
  overflow: hidden;
}

.main__inner {
  margin: 0 0 0 260px;
  max-width: 1020px;
}

#side {
  width: 230px;
  float: left;
  border-top: 4px solid #f2bf0e;
  background: #fafafa;
}

.side__ttl {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
  padding: 28px 20px 25px;
}

.side__menu {
  border-top: 1px dotted #d7d7d7;
}
.side__menu li {
  border-bottom: 1px dotted #d7d7d7;
  line-height: 1.3;
}
.side__menu li a {
  display: block;
  background: url(../images/arw_nav.png) no-repeat 19px 50%;
  text-decoration: none;
  color: #000;
  padding: 20px 10px 20px 42px;
  font-size: 1.6em;
}
.side__menu li a:hover {
  text-decoration: underline;
}
.side__menu .active a, .side__menu .active a:hover {
  background: url(../images/bg_nav_on.png);
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

/* footer */
#footer {
  border-top: 1px solid #e5e5e5;
  margin: 35px 0 0;
}

.footer-logo {
  margin: 0 auto;
  max-width: 1280px;
  min-width: 900px;
  padding: 14px 0 7px;
  text-align: right;
}

.footer-menu {
  background: #666;
  color: #fff;
  padding: 15px 0;
}

.footer-menu__link {
  margin: 0 auto;
  max-width: 1280px;
  min-width: 900px;
  font-size: 1.2em;
}
.footer-menu__link li {
  float: left;
  margin: 0 11px 0 0;
  padding: 0 11px 0 0;
}
.footer-menu__link li:first-child {
  border-right: 1px solid #fff;
}
.footer-menu__link li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
}
.footer-menu__link li a:hover {
  text-decoration: underline;
}

.copy {
  text-align: right;
  margin: 0 auto;
  max-width: 1280px;
  min-width: 900px;
}
