@charset "UTF-8";
/*
Author: hash18
Author URI: -
Description: This is for making wordpress theme from scratch.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: -
Tags: -
*/
/*--------------------------------
 *
 * Fonts
 *
 *--------------------------------*/
/*google font import Robot Scope One Yesteryear*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab|Scope+One|Yesteryear|Lusitana");
/*--------------------------------
 *
 * Bootstrap OVER RIDE
 *
 *--------------------------------*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 2.25;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #005368;
  text-decoration: none; }
  a:hover, a:focus {
    color: #00161c;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0px; }

.img-thumbnail {
  padding: 4px;
  line-height: 2.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 31px;
  margin-bottom: 31px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: #005368; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 31px;
  margin-bottom: 15.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 15.5px;
  margin-bottom: 15.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 23px; }

h2, .h2 {
  font-size: 21px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 11px; }

p {
  margin: 0 0 15.5px; }

.lead {
  margin-bottom: 31px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #FAF8F3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #005368; }

a.text-primary:hover,
a.text-primary:focus {
  color: #002a35; }

.text-success {
  color: #598077; }

a.text-success:hover,
a.text-success:focus {
  color: #44625b; }

.text-info {
  color: #4F7382; }

a.text-info:hover,
a.text-info:focus {
  color: #3c5762; }

.text-warning {
  color: #8C6F38; }

a.text-warning:hover,
a.text-warning:focus {
  color: #685229; }

.text-danger {
  color: #78514D; }

a.text-danger:hover,
a.text-danger:focus {
  color: #593c39; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #005368; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #002a35; }

.bg-success {
  background-color: #E8EDEC; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #cbd7d4; }

.bg-info {
  background-color: #E2E9ED; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #c3d1d9; }

.bg-warning {
  background-color: #FAF8F3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ebe3cf; }

.bg-danger {
  background-color: #F0E5E4; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #dec5c3; }

.page-header {
  padding-bottom: 14.5px;
  margin: 62px 0 31px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 15.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 31px; }

dt,
dd {
  line-height: 2.25; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 15.5px 31px;
  margin: 0 0 31px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 2.25;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 31px;
  font-style: normal;
  line-height: 2.25; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 960px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 17.25px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 2.25; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/*--------------------------------
 *
 * page layout
 *
 *--------------------------------*/
/*===============================================
		
			02	STRACTURE

===============================================*/
/*---------------------------------------------
	
			2-1 Global Header

---------------------------------------------*/
.globalheader {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1px;
  border-top: 10px solid;
  border-color: #005368;
  position: fixed;
  z-index: 9999;
  /*--Boxshadow--*/
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
  /*--Gradation--*/
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  /*
  background-image: -moz-linear-gradient(top, #f2f2f2, #ebebeb);
  background-image: -ms-linear-gradient(top, #f2f2f2, #ebebeb);
  background-image: -o-linear-gradient(top, #f2f2f2, #ebebeb);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f2f2f2), to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #ebebeb);
  background-image: linear-gradient(top, #f2f2f2, #ebebeb);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
  background-color: white; }

/*---------------------------------------------
	
			2-2 Local Header

---------------------------------------------*/
.localheader-container {
  width: 100%;
  /*--gradation--*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFFFFF', endColorstr = '#EFEFEF');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFFFFF', endColorstr = '#EFEFEF')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #FFFFFF, #EFEFEF);
  background-image: -ms-linear-gradient(top, #FFFFFF, #EFEFEF);
  background-image: -o-linear-gradient(top, #FFFFFF, #EFEFEF);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#EFEFEF));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #EFEFEF);
  background-image: linear-gradient(top, #FFFFFF, #EFEFEF);
  /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/ }

.localheader {
  margin: 0 auto;
  position: relative; }

.localheader .local-title {
  padding: 32px 0; }

.localheader .local-title h1, .localheader .local-title h2, .localheader .local-title h3 {
  border-left: solid 3px;
  border-color: #005368;
  padding-left: 16px;
  font-size: 32px;
  letter-spacing: 3px; }

/*---------------------------------------------
	
			2-3 Main Contents

---------------------------------------------*/
.contents-container {
  width: 100%;
  padding-top: 58px;
  /*global hedder height*/ }

.main {
  width: 100%;
  background-color: white; }

.intro {
  border-top: 1px solid;
  border-bottom: 1px dotted;
  border-color: #005368;
  padding: 42px 0;
  margin: 0 auto 48px auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 60px;
  padding-left: 70px;
  text-align: left; }

.intro h1 {
  margin-bottom: 0; }

.contents {
  margin: 0 auto; }

.title {
  border-left: solid 3px;
  border-color: #005368;
  padding-left: 16px;
  margin-bottom: 50px; }

/*---------------------------------------------
	
			2-4 footer

---------------------------------------------*/
.globalfooter {
  display: table;
  width: 100%;
  height: 300px;
  color: #005368;
  line-height: 1;
  background-color: #f0f0f0;
  text-align: center;
  padding-top: 80px; }

.globalfooter nav {
  display: inline-block; }

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

@media (max-width: 960px) {
  .globalfooter .copyright {
    text-align: center; } }
/*---------------------------------------------
	
			2-5 Responsive Layout

---------------------------------------------*/
.masthead, .localheader, .localNavi, .contents, .intro {
  width: 100%; }

.contents, .globalfooter {
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .masthead, .localheader, .localNavi, .contents, .intro {
    width: 768px; } }
@media (min-width: 960px) {
  .masthead, .localheader, .localNavi, .contents, .intro {
    width: 960px; }

  .contents, .globalfooter {
    padding-left: 0;
    padding-right: 0; } }
/*------------------------------------

	Global Header gh Navigation

------------------------------------*/
.masthead {
  position: relative;
  height: 48px;
  margin: 0 auto;
  overflow: hidden; }

.masthead .logo {
  position: absolute;
  top: 0;
  display: block;
  width: 150px;
  height: 48px; }

.masthead .logo img {
  padding-top: 3px;
  width: 135px;
  height: 46px; }

.masthead .gh-navi {
  width: 960px;
  padding-left: 160px; }

.masthead .gh-navi ul li {
  display: block;
  float: left; }

.masthead .gh-navi ul li a {
  display: block;
  padding: 0 24px;
  line-height: 48px;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  color: #005368; }

.masthead .gh-navi ul li a:hover {
  color: #8591A3;
  background-color: rgba(0, 0, 0, 0.1); }

.masthead .burger {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  background-image: url(../img/burger.png);
  background-position: top;
  background-repeat: no-repeat; }

@media (max-width: 960px) {
  .masthead {
    padding-top: 50px;
    padding-left: 10px;
    height: auto; }

  .masthead .gh-navi {
    display: none;
    width: 100%;
    top: 0px;
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
    background-color: rgba(0, 0, 0, 0.05); }

  .masthead .gh-navi ul li {
    display: block;
    float: none;
    border-bottom: 1px solid #CCC; }

  .masthead .burger {
    display: block;
    top: 0;
    right: 10px; } }
/*------------------------------------

	Local Header Navigation

------------------------------------*/
.local-navi {
  margin: 0 auto;
  overflow: hidden;
  /*test*/
  /*height:48px;*/ }

.local-navi ul {
  padding-left: 0; }

.local-navi ul li {
  display: block;
  float: left;
  background-color: white;
  margin-left: 2px;
  margin-bottom: 1px;
  /*test*/
  width: 78px; }

.local-navi ul li a {
  display: block;
  padding: 0 24px;
  line-height: 48px;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  color: #005368;
  text-align: center;
  /*test*/
  font-size: 12px;
  letter-spacing: 0;
  padding: 0 5px; }

/*------------------------------------
	
	 Wear Local Navigation
	
------------------------------------*/
#wear-navi ul {
  width: 100%;
  /*border:solid 1px #F0F3F3;*/ }

#wear-navi ul li {
  display: block;
  width: 50%;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  border: solid 1px #F0F3F3; }

#wear-navi ul li a {
  display: block;
  padding: 24px 0px 24px 60px;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  color: #005368; }

#wear-navi ul li:hover {
  background-color: #F0F3F3; }

/*-- wear navi images--*/
#wear-navi #ss, #wear-navi #sports, #wear-navi #polo,
#wear-navi #ladys, #wear-navi #ls, #wear-navi #style,
#wear-navi #kids, #wear-navi #sweat {
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 40px; }

#wear-navi #ss {
  background-image: url("../../wear/img/icon/icon-tee.png"); }

#wear-navi #sports {
  background-image: url("../../wear/img/icon/icon-sports.png"); }

#wear-navi #polo {
  background-image: url("../../wear/img/icon/icon-polo.png"); }

#wear-navi #ladys {
  background-image: url("../../wear/img/icon/icon-ladys.png"); }

#wear-navi #ls {
  background-image: url("../../wear/img/icon/icon-ls.png"); }

#wear-navi #style {
  background-image: url("../../wear/img/icon/icon-style.png"); }

#wear-navi #kids {
  background-image: url("../../wear/img/icon/icon-kids.png"); }

#wear-navi #sweat {
  background-image: url("../../wear/img/icon/icon-sweat.png"); }

/*------------------------------------
			
			Breadcurmbs
			
------------------------------------*/
.breadcrumbs {
  margin-bottom: 32px; }

.breadcrumbs ul li {
  display: block;
  float: left;
  margin-left: 2px;
  padding: 16px 3px;
  line-height: 1;
  font-size: 12px; }

.breadcrumbs ul li a {
  display: block;
  cursor: pointer; }

/*------------------------------------
			
			Global footer
			
------------------------------------*/
.gf-navi ul li {
  display: block;
  float: left; }

.gf-navi ul li a {
  display: block;
  padding: 0 24px;
  border-right: solid 1px;
  cursor: pointer;
  line-height: 1; }

.gf-navi ul li:first-child a {
  padding-left: 0; }

.gf-navi ul li:last-child a {
  border-right: none; }

@media (max-width: 768px) {
  .gf-navi ul li {
    display: block;
    float: none;
    text-align: center; }

  .gf-navi ul li a {
    padding: 0;
    border-right: none;
    line-height: 2; } }
/*===============================================
	
			03 COMMON FUNCTION
			
===============================================*/
/*---------------------------------------------
	
				3-1 image
			
---------------------------------------------*/
.image img {
  width: 100%; }

/*---------------------------------------------
	
				3-2 UI
			
---------------------------------------------*/
.ui-button {
  display: block;
  padding: 24px;
  color: white;
  background-color: #005368;
  text-align: center;
  cursor: pointer; }

.ui-button a {
  color: inherit; }

.ui-button:hover {
  background-color: #CCC; }

.ui-calc {
  background-image: url("../img/ui-yen.png");
  background-repeat: no-repeat;
  background-position: -30px; }

.ui-kit {
  background-image: url("../img/ui-arrow.png");
  background-repeat: no-repeat;
  background-position: 100%; }

.ui-button-border {
  background-color: white;
  color: #005368;
  border: 1px solid #005368; }

/*-----------------------------------------

			3-3  Radius

-----------------------------------------*/
.radius {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.radius-top {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px; }

.radius-left {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px; }

/*---------------------------------------------
			
			3-4 Box Shadow
			
----------------------------------------------*/
.shadow {
  /*--Boxshadow--*/
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }

/*---------------------------------------------
	
			3-5 Table
			
---------------------------------------------*/
/*--Table Reset --*/
table {
  width: auto;
  border-collapse: collapse;
  font-size: 1em;
  color: #005368;
  line-height: 3;
  text-align: left;
  table-layout: fixed; }

/*--Sideless Table Design --*/
.table-sideless {
  width: 100%;
  border-top: 2px solid #005368;
  border-bottom: 2px solid #005368;
  font-size: 1em;
  color: #005368;
  line-height: 3;
  text-align: center; }

.table-sideless thead th, .table-sideless tfoot th {
  background-color: #F0F3F3; }

.table-sideless th {
  background-color: #F0F0F0;
  border-bottom: 1px solid #005368; }

.table-sideless td {
  border-bottom: 1px solid #005368; }

/*---------------------------------------------
	
			3-6 page-top button
			
---------------------------------------------*/
#pageTop {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  color: #FFF;
  padding: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  bottom: 5%;
  right: 5%;
  z-index: 998; }

#pageTop .image {
  width: 40px;
  height: 40px;
  background-image: url("../img/ui-arrow-top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

#pageTop:hover {
  background: rgba(0, 0, 0, 0.3); }

/*---------------------------------------------
	
		3-7 contact set
			
---------------------------------------------*/
.contact-set {
  position: absolute;
  top: 30px;
  right: 0;
  width: 250px;
  color: #005368;
  padding: 5px;
  border: solid 2px  #005368;
  background: #FFF; }

.contact-set .freedial {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #005368; }

.contact-set .copy {
  font-size: 12px;
  line-height: 1.5; }

.contact-set #contact-icons {
  margin-right: 10px; }

.contact-set .icon-mobile,
.contact-set .icon-mail {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  backgorund-position: 0 50%;
  background-size: 35px; }

.contact-set .icon-mobile {
  background-image: url("../img/icon-mobile.png"); }

.contact-set .icon-mail {
  background-image: url("../img/icon-mail.png"); }

@media (max-width: 720px) {
  .contact-set {
    width: auto;
    right: 10px;
    top: 25px; }

  .contact-set #contact-icons {
    margin-right: 0px; }

  .contact-set #contact-copy {
    display: none; } }
/*---------------------------------------------
	
		3-7 catalog campaign seal
			
---------------------------------------------*/
.ad-catalog {
  background-image: url("../img/ad-catalog.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 999; }

/*---------------------------------------------
	
		3-8 screen kill
			
---------------------------------------------*/
@media (max-width: 720px) {
  .kill-mobile {
    display: none; } }
/*---------------------------------------------
	
			list
			
---------------------------------------------*/
ul {
  padding-left: 0; }

/* ------------------------------

WebBasic CSS  

BASIC FORM SET

Date : 4 / 14 / 2015
Author: hash18

------------------------------*/
form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#form-wrap, .form-wrap {
  /*width:75%;*/
  margin: 0 auto; }

.form-contents {
  width: 70%;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 320px) {
  .form-contents {
    width: 100%; } }
/* --responsive way --
@media (min-width:1024px) and (max-width:1291px){
	
	#form_wrap{
	width:90%;
}

	
}

@media (min-width:718px) and (max-width:1023px){
	
	#form_wrap{
	width:90%;
}
	
}

@media (min-width:480px) and (max-width:717px){
	
	#form_wrap{
	width:100%;
	
}
}
@media (max-width: 479px){
	
	#form_wrap{
	width:100%;
	
}
}

*/
/*---------------------------------------------
	
			form type reset 
			
---------------------------------------------*/
fieldset {
  display: block;
  border: none; }

legend {
  display: inline-block;
  color: #728690; }

/*----------------------------------------------
		  Input inputs & labels 
----------------------------------------------*/
/*-- base setting --*/
button,
input,
select,
textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7); }

/*--調整用 代替案があったら変える。--*/
input {
  margin-bottom: 0.7em; }

input[type="radio"], input[type="checkbox"] {
  margin: 1em; }

select {
  margin-bottom: 16px; }

/*-- focus --*/
input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333; }

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3); }

/*-- disabled --*/
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5; }

/*-- buttons --*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
  background-color: #005368;
  /*height:48px;*/
  width: 100%; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
  background-color: #728690; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*-- search --*/
input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*-- input size --*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.375em;
  width: 100%; }

textarea {
  overflow: auto;
  vertical-align: top; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0; }

/*--共通に使う--*/
form label {
  color: #728690; }

.form-error-msg {
  display: block;
  color: skyblue;
  margin-top: -15px; }

.form-requre {
  color: #3399cc; }

/*--os限定--*/
.form-title {
  color: #728690;
  line-height: 2; }

.form-tel, .form-zip, .form-ymd {
  min-width: 300px; }

.form-tel input, .form-zip input, .form-ymd input {
  width: 60px; }

.form-email input {
  width: 300px; }

/*--kit--*/
.form-kit-bg {
  width: 100%;
  background-color: #f0f3f3;
  /*#F5F7F2;*/
  padding: 36px; }

.form-kit-wrapper {
  padding: 0;
  margin: 0 auto;
  width: 300px;
  /*background-color:#F5F7F2;*/ }

.form-kit-color input {
  width: 300px; }

@media (max-width: 320px) {
  .form-kit-bg {
    width: 100%;
    background-color: #f0f3f3;
    /*#F5F7F2;*/
    padding: 10px; }

  .form-kit-wrapper {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    /*background-color:#F5F7F2;*/ }

  .form-kit-color input {
    width: 100%; } }
/*-----------------------------------------------------

	Confirm Page
	
-----------------------------------------------------*/
.form-confirm table {
  margin: 0 auto;
  margin-bottom: 20px;
  border: solid 2px #005368;
  width: 100%;
  text-align: left;
  line-height: 3; }

.form-confirm table th {
  border-bottom: solid 1px #FFF;
  background-color: #F0F3F3;
  width: 120px;
  padding: 10px; }

.form-confirm table td {
  background: #FFF;
  border-bottom: solid 1px #F0F3F3;
  padding: 10px; }

.form-confirm table .form-confirm-head {
  background-color: white;
  border-bottom: dotted 1px #005368;
  color: #005368; }

/*---------------------------------------------
	
				3-2 UI
			
---------------------------------------------*/
.ui-button {
  display: block;
  padding: 24px;
  color: white;
  background-color: #005368;
  text-align: center;
  cursor: pointer; }

.ui-button a {
  color: inherit; }

.ui-button:hover {
  background-color: #CCC; }

/*--------------------------------------

			Color Basic

--------------------------------------*/
/*--------------------------------------

				BORDER

--------------------------------------*/
/*---Horizontal Rule reset----*/
hr {
  border-bottom-color: #005368; }

.border-bottom-dot {
  border-bottom-color: #005368; }

.border-bottom-solid {
  border-bottom-color: #005368; }

.border-bottom-bold {
  border-bottom-color: #005368; }

.border-bottom-exbold {
  border-bottom-color: #005368; }

/*--------------------------------------

				TABLE
				
--------------------------------------*/
/*--Sideless Table Design --*/
.table-sideless {
  border-top-color: #005368;
  border-bottom-color: #005368;
  color: #005368; }

.table-sideless th {
  background-color: #F0F0F0;
  border-bottom-color: #005368; }

.table-sideless td {
  border-bottom-color: #005368; }

/*--------------------------------------

				UI

--------------------------------------*/
.ui-button {
  color: white;
  background-color: #005368; }

.ui-button:hover {
  color: white;
  background-color: #bbd0d9; }

/*--------------------------------------

				FORM

--------------------------------------*/
/*--------------------------------------

				BG

--------------------------------------*/
.bg-darkgray {
  color: #FFF;
  background-color: #666; }

.bg-gray {
  color: #333;
  background-color: #F0F0F0; }

.bg-midgray {
  color: #FFF;
  background-color: #AAA; }

.bg-beige {
  color: #005368;
  background-color: #D9D9D0; }

.bg-light {
  color: #005368;
  background-color: #F0F3F3; }

.bg-dark {
  background-color: #005368; }

.bg-spot {
  background-color: #3399CC; }

.bg-spot-green {
  background-color: #44FFAA;
  background-color: #3DE699; }

.bg-spot-blue {
  background-color: #00B6BB; }

.bg-spot-yellow {
  background-color: #E8D310;
  background-color: #FDFD37; }

.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75); }

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3); }

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2); }

/*--------------------------------
 *
 * HH functions
 *
 *--------------------------------*/
/*-- Typography  --*/
/*spacing*/
.letter-space-sm {
  letter-spacing: 1px; }

.letter-space-md {
  letter-spacing: 3px; }

.letter-space-lg {
  letter-spacing: 5px; }

/* text-size scaler */
.x2 {
  font-size: 2em; }

.x3 {
  font-size: 3em; }

.x4 {
  font-size: 4em; }

.x5 {
  font-size: 5em; }

.x6 {
  font-size: 6em; }

.x7 {
  font-size: 7em; }

.x8 {
  font-size: 8em; }

.x9 {
  font-size: 9em; }

.x10 {
  font-size: 10em; }

/*-- English + Japanese Combination --*/
.jp {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", sans-serif;
  line-height: 1.4;
  vertical-align: baseline;
  word-wrap: break-word;
  font-weight: nomal; }

.en {
  font-family: "Source Sans Pro", "Bitter", sans-serif; }

h1 .en, h2 .en, h3 .en {
  font-size: 1.5em;
  line-height: 1.2;
  display: block;
  font-size: 7.2rem; }

h1 .jp, h2 .jp, h3 .jp {
  font-size: 0.667em;
  line-height: 1.4;
  display: block; }

/*-- text color -- */
.text-white {
  color: white; }

/*-- text align reset-- */
@media (max-width: 768px) {
  .text-sm-left {
    text-align: left; } }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

/*------------        cover          --------*/
/*--This is for toppage  image-cover layout--*/
html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%; }

.cover {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%; }

.cover-70 {
  display: table;
  width: 100%;
  height: 70%;
  min-height: 70%; }

.cover-50 {
  display: table;
  width: 100%;
  height: 50%;
  min-height: 50%; }

.cover-30 {
  display: table;
  width: 100%;
  height: 30%;
  min-height: 30%; }

.cover-row {
  display: table-row;
  height: 100%;
  width: 100%; }

.cover-col-4 {
  display: table-cell;
  height: 100%;
  width: 33.3333333%;
  vertical-align: middle;
  text-align: center; }

.cover-col-6 {
  display: table-cell;
  height: 100%;
  width: 50%;
  vertical-align: middle;
  text-align: center; }

.cover-col-12 {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center; }

/* cover image background-*/
.cover-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 1000px;
  /*hight*/ }

/*====== always square and rect =====*/
.always-square {
  position: relative;
  z-index: 1; }

.always-square:after {
  content: "";
  display: block;
  padding-top: 100%; }

.always-square > * {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.always-square.offset-ratio:after {
  padding-top: calc(100% - 10px); }

.always-rect {
  position: relative;
  z-index: 1; }

.always-rect:after {
  content: "";
  display: block;
  padding-top: 50%; }

.always-rect > * {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0; }

.always-rect.offset-ratio:after {
  padding-top: calc(50% - 10px); }

/*====== always golden and silver =====*/
.always-golden {
  position: relative;
  z-index: 1; }

.always-golden:after {
  content: "";
  display: block;
  padding-top: 61.8%; }

.always-golden > * {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0; }

.always-golden.offset-ratio:after {
  padding-top: calc(61.8% - 10px); }

.always-silver {
  position: relative;
  z-index: 1; }

.always-silver:after {
  content: "";
  display: block;
  padding-top: 71.4%; }

.always-silver > * {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0; }

.always-silver.offset-ratio:after {
  padding-top: calc(71.4% - 10px); }

/*Padding */
.pad-xs {
  padding: 1rem; }

.pad-sm {
  padding: 2rem; }

.pad-md {
  padding: 3rem; }

.pad-lg {
  padding: 4rem; }

.pad-xl {
  padding: 5rem; }

.pad-xxl {
  padding: 8rem; }

/*Padding top*/
.pad-top-xs {
  padding-top: 1rem; }

.pad-top-sm {
  padding-top: 2rem; }

.pad-top-md {
  padding-top: 3rem; }

.pad-top-lg {
  padding-top: 4rem; }

.pad-top-xl {
  padding-top: 5rem; }

.pad-top-xxl {
  padding-top: 8rem; }

/*Padding bottom*/
.pad-bottom-xs {
  padding-bottom: 1rem; }

.pad-bottom-sm {
  padding-bottom: 2rem; }

.pad-bottom-md {
  padding-bottom: 3rem; }

.pad-bottom-lg {
  padding-bottom: 4rem; }

.pad-bottom-xl {
  padding-bottom: 5rem; }

.pad-bottom-xxl {
  padding-bottom: 8rem; }

/*Padding vert*/
.pad-vert-xs {
  padding: 1rem 0; }

.pad-vert-sm {
  padding: 2rem 0; }

.pad-vert-md {
  padding: 3rem 0; }

.pad-vert-lg {
  padding: 4rem 0; }

.pad-vert-xl {
  padding: 5rem 0; }

.pad-vert-xxl {
  padding: 8rem 0; }

/*Padding horiz*/
.pad-horiz-xs {
  padding: 0 1rem; }

.pad-horiz-sm {
  padding: 0 2rem; }

.pad-horiz-md {
  padding: 0 3rem; }

.pad-horiz-lg {
  padding: 0 4rem; }

.pad-horiz-xl {
  padding: 0 5rem; }

.pad-horiz-xxl {
  padding: 0 8rem; }

/*margin */
.margin-xs {
  margin: 1rem; }

.margin-sm {
  margin: 2rem; }

.margin-md {
  margin: 3rem; }

.margin-lg {
  margin: 4rem; }

.margin-xl {
  margin: 5rem; }

.margin-xxl {
  margin: 8rem; }

/*margin top*/
.margin-top-xs {
  margin-top: 1rem; }

.margin-top-sm {
  margin-top: 2rem; }

.margin-top-md {
  margin-top: 3rem; }

.margin-top-lg {
  margin-top: 4rem; }

.margin-top-xl {
  margin-top: 5rem; }

.margin-top-xxl {
  margin-top: 8rem; }

/*margin bottom*/
.margin-bottom-xs {
  margin-bottom: 1rem; }

.margin-bottom-sm {
  margin-bottom: 2rem; }

.margin-bottom-md {
  margin-bottom: 3rem; }

.margin-bottom-lg {
  margin-bottom: 4rem; }

.margin-bottom-xl {
  margin-bottom: 5rem; }

.margin-bottom-xxl {
  margin-bottom: 8rem; }

/*margin vert*/
.margin-vert-xs {
  margin: 1rem 0; }

.margin-vert-sm {
  margin: 2rem 0; }

.margin-vert-md {
  margin: 3rem 0; }

.margin-vert-lg {
  margin: 4rem 0; }

.margin-vert-xl {
  margin: 5rem 0; }

.margin-vert-xxl {
  margin: 5rem 0; }

/*margin horiz*/
.margin-horiz-xs {
  margin: 0 1rem; }

.margin-horiz-sm {
  margin: 0 2rem; }

.margin-horiz-md {
  margin: 0 3rem; }

.margin-horiz-lg {
  margin: 0 4rem; }

.margin-horiz-xl {
  margin: 0 5rem; }

.margin-horiz-xxl {
  margin: 0 8rem; }

/*Killers*/
.kill-margin {
  margin: 0; }

.kill-radius {
  border-radius: 0; }

.kill-border {
  border: 0; }

/*gutter killer*/
.row.kill-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.kill-gutters > [class^="col-"],
.row.kill-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

/*color for test*/
.red {
  background-color: #FF5540; }

.blue {
  background-color: #328FB8; }

.green {
  background-color: #00C79C; }

.cyan {
  background-color: #9AC7D3; }

.magenta {
  background-color: #9AC7D3; }

.yellow {
  background-color: #FFCB5E; }

.gray {
  background-color: #FAFAFA; }

.white {
  background-color: #FFF; }

.transparent-white {
  background-color: rgba(255, 255, 255, 0.7); }

.transparent-black {
  background-color: rgba(0, 0, 0, 0.7); }
