.nodisc {
    list-style: none;
}
/*margin*/
.mrl10 {
    margin: 0 10px;
}
.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}
/*padding*/

.pa0 {
    padding: 0;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.pd15 {
    padding: 15px;
}

.pd30 {
    padding: 30px;
}

.pd-tb15 {
    padding: 15px 0;
}

.pd-tb30 {
    padding: 30px 0;
}
/*border*/

.bb01 {
    border-bottom: 6px solid #0072ba;
}
/*ボタン*/

.button-custom {
    text-decoration: none;
    /*Change the em value to scale the button*/

    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #9c9c9c;
    /* Fallback style */

    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
    width: 100%;
}

.custom {
    font-size: 24px;
    font-weight: bold;
}

.button-custom,
.button-custom span {
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.button-custom .custom {
    border-top: 1px solid #fff;
    /* Fallback style */

    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.5em 2.5em;
    /* The background pattern */

    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent), -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent), -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%), -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    /* Pattern settings */

    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
    line-height: 1.5em;
    text-align: center;
}

.button-custom:hover {
    color: #FF9;
    box-shadow: 0 0 .1em rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 .1em rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0, 0, 0, 0.4);
}

.button-custom:active {
    /* When pressed, move it down 1px */

    position: relative;
    top: 1px;
}

.button-blue {
    background: #4477a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1));
    background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#81a8cb', endColorstr='#4477a1');
}

.button-blue:hover {
    background: #81a8cb;
    background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb));
    background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4477a1', endColorstr='#81a8cb');
}

.button-blue:active {
    background: #4477a1;
}

.button-blue a:link {
    color: #fff;
}
/*font*/

.white {
    color: #fff;
}

.bold {
    font-weight: bold;
}

.lht {
    line-height: 1.5;
}

.big {
    font-size: 32px;
}

sup {
    font-size: 50%;
    vertical-align: middle
}
/*テキスト*/

.honbun {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
}

.clear {
    clear: both;
    overflow: hidden;
}

.bg_white {
    background: #fff;
}

.fixing {
    max-width: 800px;
    width: 100%;
}

.noneall {
    display: none;
}

.imgcolor {
    color: #149cd7;
}


@media (max-width: 797px) {
    .none {
        display: none;
    }
    .nonfloat {
        float: none;
    }
    .honbun {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }
}

@media (max-width: 599px) {
    .custom {
        font-size: 20px;
    }
    /*bootstrap*/

    .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 {
        padding-left: 0px;
        padding-right: 0px
    }
}
@media print {
    section {
        display: block;
        page-break-before: always;
    }
    #leftbox,
    #main {
        display: table-cell;
    }
    pre code {
        page-break-after: always;
    }
    p a,
    code,
    pre {
        word-wrap: break-word;
    }
    /* img {display:none;} */
    pre a[href]:after {
        content: "";
    }
    pre abbr[title]:after {
        content: "";
    }
    pre .ir a:after,
    pre a[href^="javascript:"]:after,
    pre a[href^="#"]:after {
        content: "";
    }
    .no-print {
        display: none;
    }
    body {
        -webkit-print-color-adjust: exact;
        width: 1600px;
        margin-left:auto;
        margin-right: auto;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: inherit;
    }
    @page {
        margin-top: 0.4cm;
        margin: 0.5cm;
        size: landscape;
    }
}


