/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    background-color: #fff;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
    color: #333;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover,
a:focus {
    text-decoration: underline;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        box-shadow: none !important;
        text-shadow: none !important;
    }
}

/* ==========================================================================
    chaussure-hamano.jp styles
  ========================================================================== */

/*
 * common class
 */

/* link */
.hover:hover,
.hover:focus {
    opacity: .8;
    -ms-filter: "alpha( opacity=80 )";
}

.blank:after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    background: url(../img/ico_blank.png) no-repeat;
    width: 16px;
    height: 16px;
}

/* text */
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-small {
    font-size: 12px;
}
.text-big {
    font-size: 18px;
}
.text-warning {
    color: #cc1a1a;
}

/* image */
.img-rounded {
    border-radius: 10px;
}
.img-circle {
    border-radius: 50%;
}
.img-thumbnail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bb8b46;
    background-color: #fff;
    padding: 2px;
}

/* table */
.table {
    border: 1px solid #1c4174;
    background-color: #fff;
    width: 100%;
}
.table th,
.table td {
    border: 1px solid #1c4174;
    padding: 10px 20px;
}
.table th {
    background: linear-gradient(#245495, #1c4174);
    background-color: #1c4174;
    font-weight: normal;
    color: #fff;
}

/* row */
.row {
    margin-top: 30px;
    margin-right: -3%;
    overflow: hidden;
}

.row > .col-1,
.row > .col-2,
.row > .col-3,
.row > .col-4,
.row > .col-5,
.row > .col-6,
.row > .col-7,
.row > .col-8,
.row > .col-9,
.row > .col-10,
.row > .col-11,
.row > .col-12 {
    float: left;
    margin-right: 3%;
}
.row > .col-1 > :first-child,
.row > .col-2 > :first-child,
.row > .col-3 > :first-child,
.row > .col-4 > :first-child,
.row > .col-5 > :first-child,
.row > .col-6 > :first-child,
.row > .col-7 > :first-child,
.row > .col-8 > :first-child,
.row > .col-9 > :first-child,
.row > .col-10 > :first-child,
.row > .col-11 > :first-child,
.row > .col-12 > :first-child {
    margin-top: 0;
}
.row > .col-1 > :last-child,
.row > .col-2 > :last-child,
.row > .col-3 > :last-child,
.row > .col-3 > :last-child,
.row > .col-5 > :last-child,
.row > .col-6 > :last-child,
.row > .col-7 > :last-child,
.row > .col-8 > :last-child,
.row > .col-9 > :last-child,
.row > .col-10 > :last-child,
.row > .col-11 > :last-child,
.row > .col-12 > :last-child {
    margin-bottom: 0;
}

.col-1 {
    width: 5.3%;
}
.col-2 {
    width: 13.6%;
}
.col-3 {
    width: 22%;
}
.col-4 {
    width: 30.3%;
}
.col-5 {
    width: 38.6%;
}
.col-6 {
    width: 47%;
}
.col-7 {
    width: 55.3%;
}
.col-8 {
    width: 63.6%;
}
.col-9 {
    width: 72%;
}
.col-10 {
    width: 80.3%;
}
.col-11 {
    width: 88.6%;
}
.col-12 {
    width: 100%;
}

.col-1 .img,
.col-2 .img,
.col-3 .img,
.col-4 .img,
.col-5 .img,
.col-6 .img,
.col-7 .img,
.col-8 .img,
.col-9 .img,
.col-10 .img,
.col-11 .img,
.col-12 .img {
    width: 100%;
}


/*
 * header
 */

.header {
    background: linear-gradient(#245495, #1c4174);
    background-color: #1c4174;
    color: #fff;
}
.header-inner {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}
.header-inner:before,
.header-inner:after {
    content: " ";
    display: table;
}
.header-inner:after {
    clear: both;
}

.header p {
    margin-top: 12px;
    margin-bottom: 12px;
}

.header-logo {
    position: absolute;
    top: 0;
    margin: 0;
}
.header-tagline {
    position: absolute;
    left: 100%;
    top: 35px;
}

.header-text {
    margin-left: auto;
    width: 335px;
    text-align: center;
}
.header-text img ~ img,
.header-text img ~ a {
    margin-left: 10px;
}

.header-nav ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 12px;
    margin-left: auto;
    padding-left: 0;
    width: 552px;
    overflow: hidden;
}
.header-nav li {
    float: left;
}

/*
 * main
 */

.main {
    background: linear-gradient(#e9e9ce 0, #fcfff4 50%, #ffffff 100%) repeat-x;
    -webkit-background-size: auto 330px;
    background-size: auto 330px;
}
.main-inner {
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    width: 960px;
    overflow: hidden;
}

.main a {
    color: #1c4275;
}

/* title */
.main-title-1 {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 3px;
    border: 0 solid #bb8b46;
    border-bottom-width: 2px;
    font-size: 24px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  Meiryo, serif;
    color: #bb8b46;
}
.main-title-1:before {
    content: '＊';
}
.main-title-1:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    background-color: #bb8b46;
    height: 1px;
}

.main-title-2 {
    border: 0 solid #bb8b46;
    border-top-width: 1px;
    background-color: #f3e6cd;
    padding: 5px 20px;
    text-align: center;
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  Meiryo, serif;
    color: #1c4275;
}

/* dl */
.main-dl {
    background: url(../img/bg_line2.png) 0 0 repeat-x;
    padding: 10px;
}
.main-dl dt {
    font-weight: bold;
    font-size: 18px;
    color: #bb8b46;
}
.main-dl dt:before{
    content: '＊';
}

.main-dl dd {
    margin: 10px -10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background: url(../img/bg_line2.png) 0 100% repeat-x;
}

/* section */
.main-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* well */
.main-well {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #1c4174;
    background: linear-gradient(#245495, #1c4174);
    background-color: #1c4174;
    padding: 20px;
    color: #fff;
}
.main-well :first-child {
    margin-top: 0;
}
.main-well :last-child {
    margin-bottom: 0;
}
.main-well a {
    color: inherit;
}

/*
 * footer
 */

.footer {
    background: linear-gradient(#245495, #1c4174);
    background-color: #1c4174;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}
.footer-inner {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 960px;
}
.footer-inner:before,
.footer-inner:after {
    content: " ";
    display: table;
}
.footer-inner:after {
    clear: both;
}

.footer_access {
    float: right;
}
.footer_access_map + * {
    float: left;
    margin-right: 20px;
}
.footer_access_map + * > :first-child {
    margin-top: 0;
}

.footer_nav {
    float: left;
    list-style: none;
    margin-top: 0;
    padding-left: 0;
    font-size: 14px;
}
.footer_nav li {
    display: inline-block;
}
.footer_nav li ~ li:before {
    content: ' | ';
}

.footer-copyright {
    clear: both;
    display: block;
    font-style: italic;
    font-size: 12px;
}

/*
 * top
 */

/* top-nav */
.top-nav {
    margin-right: 20px !important;
    width: 470px !important;
}
.top-nav-list {
    list-style: none;
    padding-left: 0;
}
.top-nav-list li ~ li {
    margin-top: 10px;
}

/* top-news */
.top-news {
    margin-right: 20px !important;
    background: url(../img/bg_line1.png) 100% 100% repeat-x;
    padding-bottom: 30px;
    width: 470px !important;
}
.top-news-title {
    margin-bottom: 0;
    background: url(../img/bg_line1.png) 100% 50% no-repeat;
    font-size: 1em;
}

.top-news-list {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}
.top-news-list li {
    display: block;
    position: relative;
    padding: 10px 0;
    padding-left: 9em;
}
.top-news-list li > a {
    /*display: block;*/
    position: relative;
    padding: 10px 0;
    padding-left: 9em;
}
.top-news-list li {
    background: url(../img/bg_line2.png) 0 100% repeat-x;
}
.top-news-list li > a {
    margin: -10px 0;
    margin-left: -9em;
    color: inherit;
}
.top-news-list time {
    position: absolute;
    left: 0;
}




