@charset "utf-8";

/* --------------------------------
    Common
-------------------------------- */

body {
    font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
}

/****** Base Layout Setting ********/

#header {
    background: #fff;
}
#contents {
    background: #fff;
}

/* --------------------------------
    Common style
-------------------------------- */

html {
    font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}

body {
    font-size: 1.6rem;
}

a { color: #0092C4;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus,
a:active { color: #33A8D0;text-decoration: none; outline: none;}

ul, ol {
    list-style: none;
    margin: 0; padding: 0;
}
dl, dt, dd, li{
    margin: 0; padding: 0;
}
img {
    max-width: 100%;
}

/* svg icon */
#svgicon {
    display: block;
    width: 0; height: 0; overflow: hidden;
}
.cb {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}
.cb-images {
    width: 1.125em;
}
.icon-bg {
    fill: #d4d4d5;
}
.icon-with-bg {
    fill: #fff;
}
.container-fluid {
    padding-left: 8px;
    padding-right: 8px;
}
.row {
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 16px;
    width:896px;    //600px->896px
}
.row2 {
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 16px;
    width:440px;
}
.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 {
    padding-left: 8px;
    padding-right: 8px;
}

@media only screen and (min-width: 768px) {
    
    .container-fluid {
        max-width: 900px;
        margin: auto;
    }
}

/*  table
============================ */

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding:8px;
    line-height:1.42857143;
    vertical-align:top;
    border-top:1px solid #ddd
}
.table-bordered {
    border:1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered>thead>tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border:1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width:2px
}


/* --------------------------------
    Parts
-------------------------------- */

/* heading */

h2 {
    font-size: 16px;
    font-size: 1.6rem;
}
.page-heading {
    margin: 0 0 8px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    border-top: 1px solid #ccc;
    padding: 8px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) {

.page-heading {
        font-size: 3.2rem;
        border-bottom-style: solid;
        border-top: 0 none;
        padding: 36px 0 12px;
        margin: 0 0 48px;
        text-align: left;
    }
}

/* tableStyle */

div.table {
    width: 100%;
    display: table;
}
div.table .thead {
    display: none;
}
div.table .tbody {
    display: table-row-group;
}
div.table .tbody .tr {
    display: table-row;
    margin: 0;
}
div.table .tbody .tr > .td {
    display: table-cell;
    padding: 10px 8px;
    text-align: center;
    overflow-x:hidden;
}
.table .tbody .tr > .price {
    text-align: right;
}

/****** Footer Setting ********/

#footer {
    background: #f8f8f8;
    border-top: 1px solid #e8e8e8;
    padding-top: 12px;
    padding-bottom: 24px;
    margin-top: 36px;
    font-size: smaller;
}
#footer ul {
    text-align: center;
}
#footer ul li {
    display: inline-block;
    margin: 0 8px 8px;
}
#footer a {
    color: #444;
}
#footer a:hover {
    color: #686868;
}
.footer_logo_area {
    text-align: center;
    color: #000;
}
.footer_logo_area .logo {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
}
.footer_logo_area .copyright {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 0;
}


/******************************
    Media Query
*******************************/

@media only screen and (min-width: 768px) {

    /****** Header Setting ********/

    #header {
        height: auto;
        padding-top: 15px;
    }
    #header:after {
        content: "";
        display: table;
        clear: both;
    }
    #header .copy {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .header_logo_area .header_logo {
        font-size: 40px;
        font-size: 4rem;
        margin: 0;
    }

    #header .header_bottom_area {
        clear: both;
        padding-top: 16px;
    }

}

body {
    text-align: center;
    margin: 0;
}
#container {
    width: 910px;
    text-align: left;
    margin: 0px auto 0px auto;
}

#blank_window {
    width: 790px;
    text-align: left;
    margin: 0px auto 0px auto;
}

/* フォント定義 */
.error {
    color: #FF0000;
    font-size: 10px;
}

.mark {
    padding: 0px 0px 0px 6px;
    margin: 10px 0px 0px 0px;
    color: #FF0000;
    font-size: 10px;
}

.small {
    font-size: 80%;
    color: #333333;
}

.medium {
    font-size: 90%;
    color: #111111
}

.base {
    font-size: 100%;
    color: #333333;
    line-height: 140%;
}

.large {
    font-size: 130%;
    color: #333333;
    font-weight: bold;
}

.large_b {
    font-size: 150%;
    color: #0000FF;
    font-weight: bold;
}

.hidden {
    display: none;
}

/* ヘッダー定義 */
.logo_table {
    width: 910px;
    margin: 10px 0px 5px 0px;
}

.logo_table td {
    padding: 0px 10px 0px 10px;
}

.header_table {
    width: 910px;
    margin: 5px 0px 5px 0px;
}

.header_table td {
    padding: 0px 10px 0px 20px;
}

/* フッター定義 */
.footer_table {
    width: 910px;
}

.footer_table td {
    font-size: 80%;
    text-align: center;
}

/* クラスリセット */
.reset {
}

.reset td {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

/* テーブル */
.table01 {
    width: 540px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D7D1C7;
}

.table01 th {
    font-size: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D7D1C7;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    color: #333333;
}

.table01 td {
    font-size: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D7D1C7;
    padding: 10px;
    color: #333333;
    margin: 0px;
    line-height: 140%;
    text-align: left;
}

.bg_color02 {
    background-color: #FFFAF0;
}

.bg_color03 {
    background-color: #E6FFFF;
}

.table02 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.table02 td {
    font-size: 100%;
    line-height: 140%;
    padding: 16px;
}

.table03 {
    width: 740px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
}

.table03 th {
    font-size: 80%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding: 10px;
    font-weight: bold;
    color: #333333;
    background-color: #EEEEEE;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
}

.table03 td {
    font-size: 80%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding: 6px 4px;
    color: #333333;
    margin: 0px;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #CCCCCC;
}

.table_terms {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D7D1C7;
}

.table_terms th {
    font-size: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D7D1C7;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    color: #333333;
}

.table_terms td {
    font-size: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D7D1C7;
    padding: 4px 10px;
    color: #333333;
    margin: 0px;
    line-height: 160%;
    text-align: left;
}

.table_privacy {
    width: 520px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D7D1C7;
    text-align: left;
}

.table_privacy th {
    font-size: 90%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D7D1C7;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    color: #333333;
}

.table_privacy td {
    font-size: 90%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D7D1C7;
    padding: 4px 10px;
    color: #333333;
    margin: 0px;
    line-height: 100%;
    text-align: left;
}

.table_sitemap {
    width: 540px;
    background-color: #FFFFFF;
}

.table_sitemap th {
    font-size: 100%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding: 16px 10px 2px 2px;
    font-weight: bold;
    text-align: left;
    color: #333333;
}

.table_sitemap td {
    font-size: 100%;
    padding: 4px 10px 6px 6px;
    color: #333333;
    margin: 0px;
    line-height: 140%;
    text-align: left;
}

.table_sitemap ul {
    margin: 0px;
    padding: 3px 0px 6px;
}

.table_sitemap li {
    margin: 0px 10px 0px 30px;
    padding: 0px 0px 4px;
    font-size: 90%;
}

.txt_bg_12 {
    font-size: 100%;
    color: #333333;
}

.txt_green_12 {
    font-size: 100%;
    color: #75A545;
}

.txt_green {
    color: #75A545;
    line-height: 140%;
}

.txt_red_12 {
    font-size: 100%;
    color: #CC0000;
    padding-left: 5px;
}

.fude {
    width: 540px;
    padding: 6px;
    border: solid 1px #C6D9A5;
}

.fude_td01 {
    font-size: 105%;
    font-weight: 200;
    color: #333333;
    background-color: #FFFFCC;
}

.fude_td02 {
    font-size: 90%;
    color: #333333;
    background-color: #FFCC99;
}

a.link-g {
    font-size: 12px;
    color: #75A545;
}

a.link-g:link {
    text-decoration: underline;
}

a.link-g:visited {
    text-decoration: underline;
}

a.link-g:hover {
    text-decoration: none;
}

a.link-g:active {
    text-decoration: none;
}
