@charset "UTF-8";

/*JTWFとはここから*/

.about_wrap .content {
    margin-right: 0;
}

.data {
    text-align: center;
    border-top: #3EB1C6 solid 1px;
}

table.table01 {
    width: 100%;
    border-right: #3EB1C6 solid 1px;
    border-collapse: collapse;
    margin-bottom: 30px;
}

table.table01 tbody th {
    background: #3EB1C6;
    color: #FFF;
    padding: 10px 15px;
    border-bottom: #FFF solid 1px;
    /*    vertical-align:top;*/
}

table.table01 tbody tr:last-child th {
    border-bottom: #3EB1C6 solid 1px;
}

table.table01 tbody td {
    background: #FFF;
    padding: 10px 15px;
    border-left: #3EB1C6 solid 1px;
    border-bottom: #3EB1C6 solid 1px;
    /*    vertical-align: top;*/
}

table.table01 tbody tr:first-child td {
    border-top: #3EB1C6 solid 1px;
}

@media screen and (max-width: 640px) {
    table.table01 tbody th {
        display: block;
    }
    table.table01 tbody td {
        display: block;
    }
    table.table01 tbody td::before {
        content: attr(label);
        float: left;
        clear: both;
        font-weight: bold;
    }
    table.table01 tbody td p {
        /*        padding-left: 6em;*/
        text-align: center;
    }
    table.table01 tbody tr:first-child td {
        border-top: none;
    }
}


/*JTWFとはここまで*/


/*! normalize.css v2.0.1 | MIT License | git.io/normalize */


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */


/*
 * Corrects `block` display not defined in IE 8/9.
 */

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


/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}


/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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


/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}


/* ==========================================================================
   Base
   ========================================================================== */


/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}


/*
 * Removes default margin.
 */

body {
    margin: 0;
}


/* ==========================================================================
   Links
   ========================================================================== */


/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}


/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

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


/* ==========================================================================
   Typography
   ========================================================================== */


/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}


/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

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


/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}


/*
 * Addresses styling not present in IE 8/9.
 */

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


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

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


/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}


/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */


/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}


/*
 * Corrects overflow displayed oddly in IE 9.
 */

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


/* ==========================================================================
   Figures
   ========================================================================== */


/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}


/* ==========================================================================
   Forms
   ========================================================================== */


/*
 * Define consistent border, margin, and padding.
 */

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


/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}


/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}


/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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


/*
 * Re-set default cursor for disabled elements.
 */

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


/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

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


/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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


/*
 * Removes inner padding and border in Firefox 4+.
 */

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


/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}


/* ==========================================================================
   Tables
   ========================================================================== */


/*
 * Remove most spacing between table cells.
 */

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

.mt0 {
    margin-top: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pr0 {
    padding-right: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pr65 {
    padding-right: 65px !important;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pl65 {
    padding-left: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pl75 {
    padding-left: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pl85 {
    padding-left: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pr95 {
    padding-right: 95px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pl95 {
    padding-left: 95px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.m0 {
    margin: 0 !important;
}

.p0 {
    padding: 0 !important;
}

.pt8 {
    padding-top: 8px;
}

.w0 {
    width: 0px !important;
}

.w5 {
    width: 5px !important;
}

.w10 {
    width: 10px !important;
}

.w15 {
    width: 15px !important;
}

.w20 {
    width: 20px !important;
}

.w25 {
    width: 25px !important;
}

.w30 {
    width: 30px !important;
}

.w35 {
    width: 35px !important;
}

.w40 {
    width: 40px !important;
}

.w45 {
    width: 45px !important;
}

.w50 {
    width: 50px !important;
}

.w55 {
    width: 55px !important;
}

.w60 {
    width: 60px !important;
}

.w65 {
    width: 65px !important;
}

.w70 {
    width: 70px !important;
}

.w75 {
    width: 75px !important;
}

.w80 {
    width: 80px !important;
}

.w85 {
    width: 85px !important;
}

.w90 {
    width: 90px !important;
}

.w95 {
    width: 95px !important;
}

.w100 {
    width: 100px !important;
}

.w105 {
    width: 105px !important;
}

.w110 {
    width: 110px !important;
}

.w115 {
    width: 115px !important;
}

.w120 {
    width: 120px !important;
}

.w125 {
    width: 125px !important;
}

.w130 {
    width: 130px !important;
}

.w135 {
    width: 135px !important;
}

.w140 {
    width: 140px !important;
}

.w145 {
    width: 145px !important;
}

.w150 {
    width: 150px !important;
}

.w155 {
    width: 155px !important;
}

.w160 {
    width: 160px !important;
}

.w165 {
    width: 165px !important;
}

.w170 {
    width: 170px !important;
}

.w175 {
    width: 175px !important;
}

.w180 {
    width: 180px !important;
}

.w185 {
    width: 185px !important;
}

.w190 {
    width: 190px !important;
}

.w195 {
    width: 195px !important;
}

.w200 {
    width: 200px !important;
}

.w205 {
    width: 205px !important;
}

.w210 {
    width: 210px !important;
}

.w215 {
    width: 215px !important;
}

.w220 {
    width: 220px !important;
}

.w225 {
    width: 225px !important;
}

.w230 {
    width: 230px !important;
}

.w235 {
    width: 235px !important;
}

.w240 {
    width: 240px !important;
}

.w245 {
    width: 245px !important;
}

.w250 {
    width: 250px !important;
}

.w255 {
    width: 255px !important;
}

.w260 {
    width: 260px !important;
}

.w265 {
    width: 265px !important;
}

.w270 {
    width: 270px !important;
}

.w275 {
    width: 275px !important;
}

.w280 {
    width: 280px !important;
}

.w285 {
    width: 285px !important;
}

.w290 {
    width: 290px !important;
}

.w295 {
    width: 295px !important;
}

.w300 {
    width: 300px !important;
}

.w305 {
    width: 305px !important;
}

.w310 {
    width: 310px !important;
}

.w315 {
    width: 315px !important;
}

.w320 {
    width: 320px !important;
}

.w325 {
    width: 325px !important;
}

.w10p {
    width: 10% !important;
}

.w20p {
    width: 20% !important;
}

.w30p {
    width: 30% !important;
}

.w40p {
    width: 40% !important;
}

.w50p {
    width: 50% !important;
}

.w60p {
    width: 60% !important;
}

.w70p {
    width: 70% !important;
}

.w80p {
    width: 80% !important;
}

.w90p {
    width: 90% !important;
}

.w100p {
    width: 100% !important;
}

.f_l {
    float: left !important;
}

.f_r {
    float: right !important;
}

.f_n {
    float: none !important;
}

.c_l {
    clear: left !important;
}

.c_r {
    clear: right !important;
}

.clear {
    clear: both !important;
}

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

.t_r {
    text-align: right !important;
}

.t_l {
    text-align: left !important;
}

.t_c {
    text-align: center !important;
}

.v_t {
    vertical-align: top !important;
}

.v_c {
    vertical-align: middle !important;
}

.v_b {
    vertical-align: bottom !important;
}

.bold {
    font-weight: bold !important;
}

.p_c {
    margin-right: auto !important;
    margin-left: auto !important;
}

.img_l {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.img_r {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.cf:after,
.list-1:after {
    content: "";
    clear: both;
    display: block;
}

.oh {
    overflow: hidden;
}

.ovv {
    overflow: visible;
}

.col_red {
    color: #f00;
}

.d_b {
    display: block;
}


/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/


/*!
normalize.css v1.1.3 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/


/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

.pure-g {
    word-spacing: -.43em;
}

.pure-u {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.pure-g [class*="pure-u"] {
    font-family: sans-serif;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.pure-u-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5%;
    *width: 12.469%;
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
}

.pure-u-1-5 {
    width: 20%;
    *width: 19.969%;
}

.pure-u-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%;
    *width: 24.969%;
}

.pure-u-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5%;
    *width: 37.469%;
}

.pure-u-2-5 {
    width: 40%;
    *width: 39.969%;
}

.pure-u-5-12,
.pure-u-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
}

.pure-u-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%;
    *width: 49.969%;
}

.pure-u-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
}

.pure-u-7-12,
.pure-u-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
}

.pure-u-3-5 {
    width: 60%;
    *width: 59.969%;
}

.pure-u-5-8,
.pure-u-15-24 {
    width: 62.5%;
    *width: 62.469%;
}

.pure-u-2-3,
.pure-u-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
}

.pure-u-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
}

.pure-u-3-4,
.pure-u-18-24 {
    width: 75%;
    *width: 74.969%;
}

.pure-u-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
}

.pure-u-4-5 {
    width: 80%;
    *width: 79.969%;
}

.pure-u-5-6,
.pure-u-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
}

.pure-u-7-8,
.pure-u-21-24 {
    width: 87.5%;
    *width: 87.469%;
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
}

.pure-u-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
    width: 100%;
}

.pure-button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.pure-button {
    font-family: inherit;
    font-size: 100%;
    *font-size: 90%;
    *overflow: visible;
    padding: .5em 1em;
    color: #444;
    color: rgba(0, 0, 0, 0.8);
    *color: #444;
    border: 1px solid #999;
    border: 0 rgba(0, 0, 0, 0);
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.pure-button:focus {
    outline: 0;
}

.pure-button-active,
.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
    border: 0;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=40);
    -khtml-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    cursor: not-allowed;
    box-shadow: none;
}

.pure-button-hidden {
    display: none;
}

.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: #0078e7;
    color: #fff;
}

.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pure-form input:not([type]) {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pure-form input[type=color] {
    padding: .2em .5em;
}

.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    outline: thin dotted \9;
    border-color: #129FEA;
}

.pure-form input:not([type]):focus {
    outline: 0;
    outline: thin dotted \9;
    border-color: #129FEA;
}

.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus,
.pure-form input[type=checkbox]:focus {
    outline: thin dotted #333;
    outline: 1px auto #129FEA;
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
    margin: .5em 0;
    display: block;
}

.pure-form input[type=text][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=week][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=color][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}

.pure-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
    background: #eee;
    color: #777;
    border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

.pure-form input:focus:invalid:focus,
.pure-form textarea:focus:invalid:focus,
.pure-form select:focus:invalid:focus {
    border-color: #e9322d;
}

.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus,
.pure-form input[type=checkbox]:focus:invalid:focus {
    outline-color: #e9322d;
}

.pure-form select {
    border: 1px solid #ccc;
    background-color: #fff;
}

.pure-form select[multiple] {
    height: auto;
}

.pure-form label {
    margin: .5em 0 .2em;
}

.pure-form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0;
}

.pure-form legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.pure-form-stacked input[type=text],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=week],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=color],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
    display: block;
    margin: .25em 0;
}

.pure-form-stacked input:not([type]) {
    display: block;
    margin: .25em 0;
}

.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.pure-form-aligned textarea {
    vertical-align: top;
}

.pure-form-aligned .pure-control-group {
    margin-bottom: .5em;
}

.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0;
}

.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 10em;
}

.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
    border-radius: 2em;
    padding: .5em 1em;
}

.pure-form .pure-group fieldset {
    margin-bottom: 10px;
}

.pure-form .pure-group input {
    display: block;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    position: relative;
    top: -1px;
}

.pure-form .pure-group input:focus {
    z-index: 2;
}

.pure-form .pure-group input:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
}

.pure-form .pure-group input:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
}

.pure-form .pure-group button {
    margin: .35em 0;
}

.pure-form .pure-input-1 {
    width: 100%;
}

.pure-form .pure-input-2-3 {
    width: 66%;
}

.pure-form .pure-input-1-2 {
    width: 50%;
}

.pure-form .pure-input-1-3 {
    width: 33%;
}

.pure-form .pure-input-1-4 {
    width: 25%;
}

.pure-form .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    padding-left: .3em;
    color: #666;
    vertical-align: middle;
    font-size: .875em;
}

.pure-form-message {
    display: block;
    color: #666;
    font-size: .875em;
}

@media only screen and (max-width: 480px) {
    .pure-form button[type=submit] {
        margin: .7em 0 0;
    }
    .pure-form input:not([type]),
    .pure-form input[type=text],
    .pure-form input[type=password],
    .pure-form input[type=email],
    .pure-form input[type=url],
    .pure-form input[type=date],
    .pure-form input[type=month],
    .pure-form input[type=time],
    .pure-form input[type=datetime],
    .pure-form input[type=datetime-local],
    .pure-form input[type=week],
    .pure-form input[type=number],
    .pure-form input[type=search],
    .pure-form input[type=tel],
    .pure-form input[type=color],
    .pure-form label {
        margin-bottom: .3em;
        display: block;
    }
    .pure-group input:not([type]),
    .pure-group input[type=text],
    .pure-group input[type=password],
    .pure-group input[type=email],
    .pure-group input[type=url],
    .pure-group input[type=date],
    .pure-group input[type=month],
    .pure-group input[type=time],
    .pure-group input[type=datetime],
    .pure-group input[type=datetime-local],
    .pure-group input[type=week],
    .pure-group input[type=number],
    .pure-group input[type=search],
    .pure-group input[type=tel],
    .pure-group input[type=color] {
        margin-bottom: 0;
    }
    .pure-form-aligned .pure-control-group label {
        margin-bottom: .3em;
        text-align: left;
        display: block;
        width: 100%;
    }
    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0;
    }
    .pure-form .pure-help-inline,
    .pure-form-message-inline,
    .pure-form-message {
        display: block;
        font-size: .75em;
        padding: .2em 0 .8em;
    }
}

.pure-menu ul {
    position: absolute;
    visibility: hidden;
}

.pure-menu.pure-menu-open {
    visibility: visible;
    z-index: 2;
    width: 100%;
}

.pure-menu ul {
    left: -10000px;
    list-style: none;
    margin: 0;
    padding: 0;
    top: -10000px;
    z-index: 1;
}

.pure-menu>ul {
    position: relative;
}

.pure-menu-open>ul {
    left: 0;
    top: 0;
    visibility: visible;
}

.pure-menu-open>ul:focus {
    outline: 0;
}

.pure-menu li {
    position: relative;
}

.pure-menu a,
.pure-menu .pure-menu-heading {
    display: block;
    color: inherit;
    line-height: 1.5em;
    padding: 5px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.pure-menu.pure-menu-horizontal>.pure-menu-heading {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    vertical-align: middle;
}

.pure-menu.pure-menu-horizontal>ul {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.pure-menu li a {
    padding: 5px 20px;
}

.pure-menu-can-have-children>.pure-menu-label:after {
    content: '\25B8';
    float: right;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif;
    margin-right: -20px;
    margin-top: -1px;
}

.pure-menu-can-have-children>.pure-menu-label {
    padding-right: 30px;
}

.pure-menu-separator {
    background-color: #dfdfdf;
    display: block;
    height: 1px;
    font-size: 0;
    margin: 7px 2px;
    overflow: hidden;
}

.pure-menu-hidden {
    display: none;
}

.pure-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.pure-menu-horizontal li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.pure-menu-horizontal li li {
    display: block;
}

.pure-menu-horizontal>.pure-menu-children>.pure-menu-can-have-children>.pure-menu-label:after {
    content: "\25BE";
}

.pure-menu-horizontal>.pure-menu-children>.pure-menu-can-have-children>.pure-menu-label {
    padding-right: 30px;
}

.pure-menu-horizontal li.pure-menu-separator {
    height: 50%;
    width: 1px;
    margin: 0 7px;
}

.pure-menu-horizontal li li.pure-menu-separator {
    height: 1px;
    width: auto;
    margin: 7px 2px;
}

.pure-menu.pure-menu-open,
.pure-menu.pure-menu-horizontal li .pure-menu-children {
    background: #fff;
    border: 1px solid #b7b7b7;
}

.pure-menu.pure-menu-horizontal,
.pure-menu.pure-menu-horizontal .pure-menu-heading {
    border: 0;
}

.pure-menu a {
    border: 1px solid transparent;
    border-left: 0;
    border-right: 0;
}

.pure-menu a,
.pure-menu .pure-menu-can-have-children>li:after {
    color: #777;
}

.pure-menu .pure-menu-can-have-children>li:hover:after {
    color: #fff;
}

.pure-menu .pure-menu-open {
    background: #dedede;
}

.pure-menu li a:hover,
.pure-menu li a:focus {
    background: #eee;
}

.pure-menu li.pure-menu-disabled a:hover,
.pure-menu li.pure-menu-disabled a:focus {
    background: #fff;
    color: #bfbfbf;
}

.pure-menu .pure-menu-disabled>a {
    background-image: none;
    border-color: transparent;
    cursor: default;
}

.pure-menu .pure-menu-disabled>a,
.pure-menu .pure-menu-can-have-children.pure-menu-disabled>a:after {
    color: #bfbfbf;
}

.pure-menu .pure-menu-heading {
    color: #565d64;
    text-transform: uppercase;
    font-size: 90%;
    margin-top: .5em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
}

.pure-menu .pure-menu-selected a {
    color: #000;
}

.pure-menu.pure-menu-open.pure-menu-fixed {
    border: 0;
    border-bottom: 1px solid #b7b7b7;
}

.pure-paginator {
    letter-spacing: -.31em;
    *letter-spacing: normal;
    *word-spacing: -.43em;
    text-rendering: optimizespeed;
    list-style: none;
    margin: 0;
    padding: 0;
}

.opera-only :-o-prefocus,
.pure-paginator {
    word-spacing: -.43em;
}

.pure-paginator li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.pure-paginator .pure-button {
    border-radius: 0;
    padding: .8em 1.4em;
    vertical-align: top;
    height: 1.1em;
}

.pure-paginator .pure-button:focus,
.pure-paginator .pure-button:active {
    outline-style: none;
}

.pure-paginator .prev,
.pure-paginator .next {
    color: #C0C1C3;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
}

.pure-paginator .prev {
    border-radius: 2px 0 0 2px;
}

.pure-paginator .next {
    border-radius: 0 2px 2px 0;
}

@media (max-width: 480px) {
    .pure-menu-horizontal {
        width: 100%;
    }
    .pure-menu-children li {
        display: block;
        border-bottom: 1px solid #000;
    }
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}

.pure-table td,
.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}

.pure-table td:first-child,
.pure-table th:first-child {
    border-left-width: 0;
}

.pure-table thead {
    background: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.pure-table td {
    background-color: transparent;
}

.pure-table-odd td {
    background-color: #f2f2f2;
}

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb;
}

.pure-table-bordered tbody>tr:last-child td,
.pure-table-horizontal tbody>tr:last-child td {
    border-bottom-width: 0;
}

.pure-table-horizontal td,
.pure-table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb;
}

.pure-table-horizontal tbody>tr:last-child td {
    border-bottom-width: 0;
}

@media screen and (max-width: 767px) {
    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-1-2,
    .pure-u-md-1-3,
    .pure-u-md-2-3,
    .pure-u-md-1-4,
    .pure-u-md-3-4,
    .pure-u-md-1-5,
    .pure-u-md-2-5,
    .pure-u-md-3-5,
    .pure-u-md-4-5,
    .pure-u-md-5-5,
    .pure-u-md-1-6,
    .pure-u-md-5-6,
    .pure-u-md-1-8,
    .pure-u-md-3-8,
    .pure-u-md-5-8,
    .pure-u-md-7-8,
    .pure-u-md-1-12,
    .pure-u-md-5-12,
    .pure-u-md-7-12,
    .pure-u-md-11-12,
    .pure-u-md-1-24,
    .pure-u-md-2-24,
    .pure-u-md-3-24,
    .pure-u-md-4-24,
    .pure-u-md-5-24,
    .pure-u-md-6-24,
    .pure-u-md-7-24,
    .pure-u-md-8-24,
    .pure-u-md-9-24,
    .pure-u-md-10-24,
    .pure-u-md-11-24,
    .pure-u-md-12-24,
    .pure-u-md-13-24,
    .pure-u-md-14-24,
    .pure-u-md-15-24,
    .pure-u-md-16-24,
    .pure-u-md-17-24,
    .pure-u-md-18-24,
    .pure-u-md-19-24,
    .pure-u-md-20-24,
    .pure-u-md-21-24,
    .pure-u-md-22-24,
    .pure-u-md-23-24,
    .pure-u-md-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }
    .pure-u-md-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }
    .pure-u-md-1-12,
    .pure-u-md-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }
    .pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }
    .pure-u-md-1-6,
    .pure-u-md-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }
    .pure-u-md-1-5 {
        width: 20%;
        *width: 19.9690%;
    }
    .pure-u-md-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }
    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 25%;
        *width: 24.9690%;
    }
    .pure-u-md-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }
    .pure-u-md-1-3,
    .pure-u-md-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }
    .pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }
    .pure-u-md-2-5 {
        width: 40%;
        *width: 39.9690%;
    }
    .pure-u-md-5-12,
    .pure-u-md-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }
    .pure-u-md-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }
    .pure-u-md-1-2,
    .pure-u-md-12-24 {
        width: 50%;
        *width: 49.9690%;
    }
    .pure-u-md-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }
    .pure-u-md-7-12,
    .pure-u-md-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }
    .pure-u-md-3-5 {
        width: 60%;
        *width: 59.9690%;
    }
    .pure-u-md-5-8,
    .pure-u-md-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }
    .pure-u-md-2-3,
    .pure-u-md-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }
    .pure-u-md-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }
    .pure-u-md-3-4,
    .pure-u-md-18-24 {
        width: 75%;
        *width: 74.9690%;
    }
    .pure-u-md-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }
    .pure-u-md-4-5 {
        width: 80%;
        *width: 79.9690%;
    }
    .pure-u-md-5-6,
    .pure-u-md-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }
    .pure-u-md-7-8,
    .pure-u-md-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }
    .pure-u-md-11-12,
    .pure-u-md-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }
    .pure-u-md-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }
    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-5-5,
    .pure-u-md-24-24 {
        width: 100%;
    }
}

* {
    -webkit-touch-callout: none;
}

html {
    line-height: 1.7;
    height: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;
    margin: 0;
    word-wrap: break-word;
    color: #333;
    font-size: 13px;
}

img {
    vertical-align: top;
    height: auto;
    border: 0;
    max-width: 100%;
    line-height: 0;
}

a {
    color: #1899f5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wrap {
    border-top: 2px solid #814F1B;
}

.main-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.report .main-inner {max-width: 800px;}

.content-wrap {
    width: 100%;
    float: left;
    padding: 15px 0 40px;
}

.content {
    margin-right: 320px;
}

.sp-hide {
    display: block;
}

.pc-hide {
    display: none;
}

.page-title {
    background-color: #9E9E9F;
    font-size: 22px;
    padding: 3px 0 1px 15px;
    font-weight: normal;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 15px 0;
}

.team-link {
    background-color: #EEEEEF;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin: -10px -10px 0;
    display: none;
}

.team-link a {
    display: block;
    position: relative;
    padding: 4px 33px 2px 0;
    text-decoration: none;
}

.team-link a:after {
    content: '';
    width: 15px;
    height: 13px;
    background: url("../img/ico_pagelink.png") no-repeat;
    background-size: 15px 13px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}

.heading-1 {
    font-size: 25px;
    font-weight: bold;
    color: #6a3906;
    margin: 15px 0 15px;
    padding: 0 0 12px;
    line-height: 1.6;
    position: relative;
    background: url("../img/line2.png") repeat-x bottom;
}

.heading-1:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/line2_before.png") no-repeat;
}

.heading-1:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/line2_after.png") no-repeat;
}

.heading-1.heading-top {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.heading-2 {
    font-size: 22px;
    font-weight: bold;
    color: #6a3906;
    margin: 15px 0 15px;
    padding: 0 0 6px;
    line-height: 1.6;
    position: relative;
    background: url("../img/line3.png") repeat-x bottom;
}

.heading-2:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/line3_before.png") no-repeat;
}

.heading-2:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/line3_after.png") no-repeat;
}

.heading-3 {
    font-size: 18px;
    font-weight: bold;
    color: #6a3906;
    margin: 12px 0;
}

.heading-4 {
    font-size: 15px;
    font-weight: bold;
    color: #6a3906;
    margin: 12px 0;
}

.content>.page-title:first-child,
.content>.heading-1:first-child,
.content>.heading-2:first-child,
.content>.heading-3:first-child,
.content>.heading-4:first-child,
.content>.heading-5:first-child {
    margin-top: 0;
}

.btn {
    text-align: center;
    font-size: 14px;
}

.btn a {
    background-color: #1899f5;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 8px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn-more {
    text-align: center;
    margin: 15px auto;
}

.btn-more a {
    display: inline-block;
    padding: 5px 30px;
    background-color: #F4F4F4;
    text-decoration: none;
    border: 1px solid #1899f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.btn-more a:hover {
    background-color: #1899f5;
    color: #fff;
}

.bnr-list {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.bnr-list ul {
    max-width: 980px;
    margin: 0 auto;
    clear: both;
    list-style: none;
    padding: 10px 0 0;
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bnr-list ul li {
    width: 50%;
    float: left;
    padding: 0 10px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hr-1 {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 5px 0 40px;
}

.hr-1.hr-none {
    border-top: 0;
}

.ul-1 {
    list-style: none;
    padding-left: 20px;
}

.ul-1 li {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin: 8px 0;
}

.ul-1 li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #B2B2B2;
    position: absolute;
    top: 0.5em;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.num-list {
    padding-left: 20px;
    font-size: 14px;
    display: table;
}

.num-list .row {
    display: table-row;
}

.num-list .row:first-child .num,
.num-list .row:first-child .txt {
    padding-top: 0;
}

.num-list .num {
    display: table-cell;
    padding: 5px 10px 5px 0;
    color: #B2B2B2;
    white-space: nowrap;
}

.num-list .txt {
    display: table-cell;
    padding: 5px 0;
}

.num-list .txt .num-list {
    padding-left: 0;
}

.num-list .txt .num-list .row:first-child .num,
.num-list .txt .num-list .row:first-child .txt {
    padding-top: 10px;
}

.dl-topics {
    list-style: none;
    margin-top: 0;
}

.dl-topics dt {
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    padding: 0 5px;
}

.dl-topics dt i {
    background-color: #a8d111;
    font-style: normal;
    font-size: 11px;
    color: #fff;
    padding: 2px 10px;
    margin-left: 5px;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.dl-topics dd {
    margin: 0 0 7px;
    padding: 2px 5px 6px;
    border-bottom: 1px dashed #bbb;
}

.dl-1 {
    margin: 15px 20px;
}

.dl-1 dt {
    margin: 0 0 5px;
    font-weight: bold;
}

.dl-1 dd {
    margin: 0;
}

.dl-2 {
    margin: 15px 15px;
    display: table;
}

.dl-2 dt {
    padding: 0 20px 0 0;
    font-weight: bold;
    display: table-cell;
}

.dl-2 dd {
    margin: 0;
    padding: 0;
}

.pic-block {
    overflow: hidden;
}

.pic-block p {
    margin: 0 0 15px;
}

.pic-block.pic-center .pic,
.pic-block.pic-center .hastxt-pic {
    display: block;
    margin: 0 auto 10px;
}

.pic-block.pic-left .pic,
.pic-block.pic-left .hastxt-pic {
    float: left;
    margin: 0 20px 10px 0;
}

.pic-block.pic-right .pic,
.pic-block.pic-right .hastxt-pic {
    float: right;
    margin: 0 0 10px 20px;
}

.pic-block.oh p {
    overflow: hidden;
}

.pic {
    padding: 6px;
    border: 1px solid #ccc;
}

.pic.pic-l {
    padding: 9px;
}

.pic.pic-m {
    padding: 6px;
}

.pic.pic-s {
    padding: 4px;
}

.hastxt-pic {
    border: 1px solid #ccc;
    padding: 9px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hastxt-pic p {
    font-size: 12px;
    margin: 7px 0 0;
    color: #666;
}

.hastxt-pic-wrap {
    overflow: hidden;
    margin-bottom: 10px;
}

.hastxt-pic-wrap .hastxt-pic {
    float: left;
    max-width: 302px;
}

.table-style-1 {
    overflow: hidden;
    width: 100%;
    line-height: 2;
    display: table;
    margin-bottom: 10px;
}

.table-style-1 dl {
    display: table-cell;
    margin: 0;
}

.table-style-1 dl dt,
.table-style-1 dl dd {
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #fff;
}

.table-style-1 dl dt {
    background-color: #666;
    color: #fff;
}

.table-style-1 dl dd {
    background-color: #EDEDED;
    margin: 0;
}

.table-style-2 {
    display: table;
    width: 100%;
    border-spacing: 2px 0;
    margin-bottom: 10px;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-style-2 .row {
    display: table-row;
}

.table-style-2 .row:first-child .heading {
    border-bottom: 1px solid #666;
}

.table-style-2 .heading {
    display: table-cell;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-weight: bold;
}

.table-style-2 .cell {
    display: table-cell;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.table-style-2 .row.pc-hide,
.table-style-2 .heading.pc-hide,
.table-style-2 .cell.pc-hide {
    display: none;
}

.table-style-3 {
    display: table;
    width: 100%;
    border-spacing: 2px 0;
    margin-bottom: 10px;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-style-3 .col {
    display: table-cell;
}

.table-style-3 .heading {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-weight: bold;
}

.table-style-3 .heading.h-main {
    border-bottom: 1px solid #666;
}

.table-style-3 .heading.h-sub {
    border-bottom: 1px solid #ccc;
}

.table-style-3 .cell {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

.table-style-3 .col.pc-hide,
.table-style-3 .heading.pc-hide,
.table-style-3 .cell.pc-hide {
    display: none;
}

.table-style-4 {
    display: table;
    width: 100%;
    line-height: 2;
    margin-bottom: 10px;
}

.table-style-4 .row {
    display: table-row;
}

.table-style-4 .row:first-child>.heading,
.table-style-4 .row:first-child>.cell {
    border-top: 1px solid #ccc;
}

.table-style-4 .heading {
    font-weight: bold;
    vertical-align: top;
    padding: 5px 5px;
    display: table-cell;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-style-4 .cell {
    vertical-align: top;
    padding: 5px 5px;
    display: table-cell;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-style-4 .nest-cell {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.table-style-4.heading-r .heading {
    text-align: right;
}

.table-style-4.heading-ce .heading {
    text-align: center;
}

.table-style-4.cell-r .cell {
    text-align: right;
}

.table-style-4.cell-ce .cell {
    text-align: center;
}

.table-style-4.nest-table {
    margin-bottom: 0;
}

.table-style-4.nest-table .row:first-child>.heading,
.table-style-4.nest-table .row:first-child>.cell {
    border-top: 0;
}

.table-style-4.nest-table .row:last-child>.heading,
.table-style-4.nest-table .row:last-child>.cell {
    border-bottom: 0;
}

.table-1 {
    width: 100%;
    margin-bottom: 10px;
    table-layout: fixed;
    border: 0;
}

.table-1 th,
.table-1 td {
    text-align: left;
    padding: 5px 10px;
    border: 2px solid #fff;
}

.table-1 th {
    background-color: #666;
    color: #fff;
}

.table-1 td {
    background-color: #EDEDED;
}

.table-2 {
    width: 100%;
    margin-bottom: 10px;
    table-layout: fixed;
    border: 0;
}

.table-2 th,
.table-2 td {
    text-align: left;
    padding: 6px 10px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

.table-2 thead th {
    padding-top: 2px;
    border-bottom: 1px solid #666;
}

.table-2 tbody th,
.table-2 tbody td {
    border-bottom: 1px solid #ccc;
}

.pre-block {
    border: 1px solid #ddd;
    background-color: #F9F9F9;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.alert-block {
    border-style: solid;
    border-width: 1px;
    padding: 10px 15px;
    margin: 10px 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.alert-block.alert-lv1 {
    color: #51AA44;
    border-color: #51AA44;
    background-color: #F0FFEE;
}

.alert-block.alert-lv2 {
    color: #F29600;
    border-color: #F29600;
    background-color: #FFFAE6;
}

.alert-block.alert-lv3 {
    color: #F96C5A;
    border-color: #F96C5A;
    background-color: #FFF0EE;
}

.pager {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.pager ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    left: 50%;
    position: relative;
}

.pager ul li {
    float: left;
    left: -50%;
    margin: 0 3px;
    position: relative;
    font-size: 12px;
}

.pager ul li a {
    display: block;
    width: 24px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    padding: 1px 0 0 0;
    background-color: #F4F4F4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pager ul li a:hover {
    background-color: #1899f5;
    color: #fff;
}

.pager ul li.on a {
    background-color: #1899f5;
    color: #fff;
}

.pager ul li.prev,
.pager ul li.next {
    font-size: 1px;
    text-indent: -9999px;
}

.pager ul li.prev a,
.pager ul li.next a {
    background-repeat: no-repeat;
    background-position: center;
}

.pager ul li.prev a {
    background-image: url(../img/ico_pager_left.png);
}

.pager ul li.prev a:hover {
    background-image: url(../img/ico_pager_left_on.png);
}

.pager ul li.next a {
    background-image: url(../img/ico_pager_right.png);
}

.pager ul li.next a:hover {
    background-image: url(../img/ico_pager_right_on.png);
}

.data-block {
    overflow: hidden;
}

.data-block .date {
    font-size: 12px;
}

.data-block .info {
    font-size: 14px;
}

.data-block.line1 .date,
.data-block.line1 .cat-list {
    float: left;
}

.data-block.line1 .date {
    margin-right: 10px;
}

.cat-list {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
}

.cat-list li {
    float: left;
    font-size: 11px;
    color: #fff;
    padding: 5px 11px 4px;
    margin: 0 10px 5px 0;
    line-height: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.cat-list li.cat-blue {
    background-color: #1899f5;
}

.cat-list li.cat-gray {
    background-color: #717071;
}

.cat-list li.cat-green {
    background-color: #39AA30;
}

.cat-list li.cat-lightGreen {
    background-color: #a8d111;
}

.cat-list li.cat-brown {
    background-color: #7A4500;
}

.cat-list li.cat-pink {
    background-color: #F275B6;
}

.cat-list li.cat-orange {
    background-color: #F29600;
}

.article-body {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.link-list {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.link-list li {
    float: left;
    width: 50%;
    padding-bottom: 20px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.link-list li:nth-child(even) {
    padding-left: 10px;
}

.link-list li:nth-child(odd) {
    padding-right: 10px;
}

.link-list li a {
    padding: 10px;
    display: block;
    border: 1px solid #DBDCDC;
    background-color: #F7F7F7;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.link-list li .link-heading {
    font-size: 18px;
    font-weight: bold;
    color: #6a3906;
}

.link-list li .link {
    max-width: 240px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin: 18px 0 10px;
    color: #1899f5;
    position: relative;
    display: inline-block;
}

.link-list li:nth-child(2n-1) {
    clear: both;
}

.link-list li.link-list-pdf .link:after,
.link-list li.link-list-excel .link:after {
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -19px;
    content: url(../img/ico_pdf.png);
}

.link-list li.link-list-excel .link:after {
    content: url(../img/ico_excel.png);
}

.list-1 {
    margin: 5px 0;
    border-bottom: 1px solid #ccc;
}

.list-1 .list-title {
    font-size: 16px;
    font-weight: bold;
}

.list-1 .list-description {
    margin: 0 0 5px;
}

.list-1 .list-info {
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

.list-1 .cat-list {
    margin: 5px 0 2px;
}

.list-1.has-thum {
    padding-top: 5px;
    margin-top: 0;
    margin-bottom: 10px;
}

.list-1.has-thum .thum-s {
    float: left;
    margin: 0 20px 20px 0;
}

.list-2 {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    display: table;
    width: 100%;
    padding-bottom: 5px;
}

.list-2 .date {
    font-size: 14px;
    display: table-cell;
}

.list-2 .txt-block {
    display: table-cell;
}

.list-2 .list-title {
    font-size: 16px;
    font-weight: bold;
}

.list-2 .txt {
    font-size: 14px;
}

.result-txt {
    font-size: 12px;
}

.page-top .footer-bnr-list {
    border-top: 0;
}

.page-top .footer-bnr-list ul {
    padding-top: 0;
}

.top-main-wrap {
    border-top: 3px solid #F2F2EE;
    border-bottom: 3px solid #F2F2EE;
    padding: 8px 10px;
    background: url("../img/bg1.png");
}

.top-main-inner {
    background-color: #fff;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid #D5EAB0;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-main-inner .top-pic {
    width: 51%;
    max-width: 460px;
    padding-right: 20px;
    vertical-align: top;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-topics {
    display: table-cell;
}

.top-topics .dl-topics {
    margin-bottom: 0;
}

.top-topics .dl-topics dd:last-child {
    margin-bottom: 0;
}

.menubnr-list {
    list-style: none;
    margin: 0 -10px 40px;
    padding: 0;
    overflow: hidden;
}

.menubnr-list li {
    width: 25%;
    float: left;
    line-height: 1.4;
    padding: 0 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menubnr-list li a {
    height: 58px;
    padding: 8px 5px 0 5px;
    display: block;
    background-color: #ccf;
    color: #F7F7F7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menubnr-list li a:hover {
    text-decoration: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

.menubnr-list li.menu1 a {
    /*  padding-right: 50px;
  position: relative;
  background: url("../img/ico_top_menu1.png") #8cc63f no-repeat right bottom;*/
    background-color: #8cc63f;
}

.menubnr-list li.menu2 a {
    background-color: #FE6799;
}

.menubnr-list li.menu3 a {
    background-color: #F7A603;
}

.menubnr-list li.menu4 a {
    background: url("../img/ico_top_menu4.png") #29bfbc no-repeat center bottom;
}

.menubnr-list li.txt-line1 a {
    padding-top: 0;
    line-height: 60px;
}

.search-list-wrap {
    display: table;
}

.area-select-block {
    display: table-cell;
    vertical-align: top;
    max-width: 460px;
}

.area-select-block dl {
    list-style: none;
    margin: 0 0 18px 5px;
    overflow: hidden;
}

.area-select-block dl dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}

.area-select-block dl dd {
    margin: 0;
    float: left;
}

.area-select-block dl dd:last-child:after {
    content: '';
}

.area-select-block dl dd:after {
    content: '｜';
    color: #bbb;
    margin: 0 6px;
}

.info-list {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    min-width: 460px;
}

.info-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.info-list ul li {
    width: 220px;
    float: left;
    background-color: #F2F2F2;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info-list ul li:first-child {
    margin-right: 20px;
}

.info-list ul li .name {
    margin: 10px 0 5px;
    font-size: 14px;
}

.info-list ul li .description {
    margin: 0 0 5px;
    font-size: 12px;
}

.info-list ul li i {
    color: #fff;
    height: 20px;
    padding: 2px 10px;
    margin: 0;
    font-size: 11px;
    font-style: normal;
    background-color: #a8d111;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.info-list ul li i.none {
    background-color: #F2F2F2;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.info-list ul li .btn {
    margin: 8px 12px 5px;
}

.info-list ul li .btn a {
    background-color: #1899f5;
    color: #fff;
}

header {
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 10px 15px;
    overflow: hidden;
}

header h1 {
    float: left;
    margin: 5px 0 0 0;
}

.header-right {
    float: right;
    overflow: hidden;
}

.header-sns {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.header-sns li {
    float: left;
    font-size: 12px;
    margin-left: 20px;
}
.header-sns li.tw {display:none;}

.header-sns li a {
    position: relative;
    line-height: 24px;
    padding-left: 34px;
    display: block;
}

.header-sns li a:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

.header-sns li.fb a:before {background: url("../img/ico_fb.png") no-repeat;}
.header-sns li.tw a:before {background: url("../img/ico_tw.png") no-repeat;}
.header-sns li.yt a:before {background: url("../img/ico_yt.png") no-repeat;}
.header-sns li.x a:before {background: url("../img/ico_x.jpg") no-repeat;}

.header-search {
    float: right;
    margin-top: 13px;
    display: none;
}

.header-search .input-txt {
    background-color: #eee;
    border: 0;
    font-size: 12px;
    width: 260px;
    height: 28px;
    padding: 5px;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-search .btn-search {
    vertical-align: top;
    border: 0;
    width: 26px;
    height: 26px;
    font-size: 1px;
    text-indent: -9999px;
    background: url("../img/ico_search.png") no-repeat;
}

nav {
    padding-bottom: 24px;
    background: url("../img/line1.png") repeat-x left 62px;
}

nav .nav {
    margin: 0 auto;
    max-width: 980px;
    background-color: #00549d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
    width: 740px;
}

nav ul li {
    font-size: 16px;
    padding: 4px 3px;
    font-weight: bold;
    display: table-cell;
    text-align: center;
}

nav ul li span {
    display: block;
    position: relative;
}

nav ul li a {
    color: #fff;
    display: block;
    line-height: 48px;
    padding: 0 5px;
    position: relative;
}

nav ul li.on a,
nav ul li:hover a {
    color: #00549d;
    text-decoration: none;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

nav ul li.on span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -49px;
    left: 50%;
    width: 30px;
    height: 40px;
    margin-left: -15px;
    background: url("../img/on.png") no-repeat;
}

.side {
    float: right;
    width: 300px;
    padding-top: 15px;
    margin-left: -300px;
}

.side a {
    color: #1899f5;
}

.side-block {
    background-color: #F4F4F4;
    padding: 10px 5px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.side-heading {
    font-size: 21px;
    color: #666;
    padding: 0 15px 8px;
    margin: 0 -5px 10px;
    line-height: 1.6;
    position: relative;
    background: url("../img/side_line.png") repeat-x bottom;
}

.side-heading:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../img/side_line_before.png") no-repeat;
}

.side-heading:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/side_line_after.png") no-repeat;
}

.side-ul-1 {
    list-style: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}

.side-ul-1 li {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 0;
}

.side-ul-2 {
    padding: 0 0 0 31px;
    margin: 0;
    color: #1899f5;
}

.side-ul-2 li {
    margin: 9px 0;
    font-size: 14px;
}

.side-ul-2 li:first-child {
    margin-top: 15px;
}

.side-dl-1 {
    margin: 0;
    overflow: hidden;
}

.side-dl-1:last-child {
    margin-bottom: 0;
}

.side-dl-1 dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 6px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.side-dl-1 dt a {
    display: block;
}

.side-dl-1 dd {
    font-size: 14px;
    line-height: 1.4;
    float: left;
    width: 50%;
    margin: 3px 0 9px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.side-dl-1 dd:nth-child(2n) {
    border-right: 1px solid #ccc;
}

.footer-bnr-list {
    border-top: 1px solid #ccc;
}

.footer-bnr-list ul {
    max-width: 980px;
    margin: 0 auto;
    clear: both;
    list-style: none;
    padding: 20px 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-bnr-list ul li {
    width: 25%;
    float: left;
    /* padding: 0 10px; */
    padding: 0 20px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-bnr-list ul li:nth-child(4n+1) {
    clear: both;
}

footer .inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}

footer a {
    color: #B9E5FA;
    text-decoration: underline;
}

footer a:hover {
    text-decoration: none;
}

.footer-1 {
    background-color: #353535;
}

.footer-1 ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 20px 0;
}

.footer-1 ul li {
    float: left;
}

.footer-1 ul li:after {
    content: '｜';
    color: #bbb;
    margin: 0 6px;
}

.footer-2 {
    background-color: #555;
    color: #DBDCDC;
    font-size: 13px;
}

.footer-2 small {
    display: block;
    padding: 15px 0 10px;
    text-align: center;
}

.footer-2 p {
    margin: 0;
}

.footer-2 .inner {
    min-height: 100px;
}

.footer-info {
    text-align: center;
    padding-top: 2em;
}

.footer-info p {
    font-size: 1.5em;
}

.form-inline {
    max-width: 495px;
}

.form-input {
    width: 100%;
    margin-bottom: 5px;
    height: 36px;
    line-height: 36px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-textarea {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-select {
    width: 100%;
    margin-bottom: 5px;
    height: 36px;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-select-file {
    margin-bottom: 5px;
}

.form-btn {
    margin: 20px 0;
}

.btn-submit {
    color: #333;
    background-color: #fff;
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.btn-submit:hover {
    background-color: #e6e6e6;
}

.radiobtn,
.checkbox {
    padding: 2px 0;
}

.radiobtn input[type=radio],
.radiobtn input[type=checkbox],
.checkbox input[type=radio],
.checkbox input[type=checkbox] {
    display: inline-block;
}

.radiobtn input[type=radio]+label,
.radiobtn input[type=checkbox]+label,
.checkbox input[type=radio]+label,
.checkbox input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

@media (min-width: 1px) {
    .radiobtn input[type=radio] {
        display: none;
        margin: 0;
    }
    .radiobtn input[type=radio]+label {
        padding: 0 0 0 43px;
    }
    .radiobtn input[type=radio]+label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        background: #FFF;
        border: 1px solid #ccc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .radiobtn input[type=radio]+label:after {
        content: '';
        position: absolute;
        top: 50%;
        display: block;
        left: 5px;
        width: 14px;
        height: 14px;
        margin-top: -7px;
        border: 1px solid #ccc;
        background: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .radiobtn input[type=radio]:checked+label:after {
        background: #036EB7;
        border: 0;
    }
}

@media (min-width: 1px) {
    .checkbox input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .checkbox input[type=checkbox]+label {
        padding: 0 0 0 43px;
    }
    .checkbox input[type=checkbox]+label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        background: #FFF;
        border: 1px solid #ccc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .checkbox input[type=checkbox]+label:after {
        content: '';
        position: absolute;
        top: 50%;
        display: block;
        left: 3px;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: url("../img/ico_check.png") no-repeat;
    }
    .checkbox input[type=checkbox]:checked+label:after {
        background: url("../img/ico_check_checked.png") no-repeat;
    }
}

.form-select-file {
    font-size: 12px;
}

@media screen and (max-width: 1000px) {
    nav {
        padding-left: 10px;
        padding-right: 10px;
    }
    .content {
        margin-right: 270px;
    }
    .side {
        width: 250px;
        margin-left: -250px;
    }
}

@media screen and (max-width: 850px) {
    .content {
        margin-right: 240px;
    }
    .side {
        width: 220px;
        margin-left: -220px;
    }
}

@media screen and (max-width: 767px) {
    .sp-hide {
        display: none;
    }
    .pc-hide {
        display: block;
    }
    .wrap {
        border-top: 0;
    }
    .main-inner {
        padding: 10px 10px 0 10px;
    }
    .content-wrap {
        float: none;
        padding: 0;
    }
    .content {
        margin-right: 0;
    }
    .side {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    header {
        max-width: none;
        margin: 0 auto;
        padding: 0;
    }
    header h1 {
        float: none;
        text-align: center;
        margin: 15px 0 10px;
        padding-bottom: 5px;
        background: url("../img/line1.png") repeat-x bottom;
        background-size: 10px auto;
    }
    header h1 img {
        width: 215px;
    }
    .header-right {
        float: none;
    }
    .header-sns {
        display: table;
        margin: 0 auto 10px;
    }
    .header-sns li {
        display: table-cell;
        float: none;
        font-size: 12px;
        margin-left: 0;
        padding-right: 20px;
    }
    .header-sns li.yt {
        padding-right: 0;
    }
    nav {
        padding: 0;
        background: none;
    }
    nav .sp-menu-btn {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        padding: 15px 0;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }
    nav .sp-menu-btn span {
        padding-left: 22px;
        position: relative;
        background: url("../img/ico_spmenu.png") no-repeat left center;
        background-size: 18px 12px;
    }
    nav .nav {
        margin: 0 10px;
        max-width: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }
    nav ul {
        border-top: 1px solid #99BBD7;
        list-style: none;
        margin: 0 5px;
        padding: 0;
        display: block;
        width: auto;
    }
    nav ul li {
        font-size: 14px;
        padding: 0;
        display: block;
        border-bottom: 1px solid #99BBD7;
    }
    nav ul li a {
        color: #fff;
        display: block;
        line-height: 40px;
    }
    nav ul li.on a,
    nav ul li:hover a {
        color: #fff;
        background: none;
    }
    nav ul li.on span:after {
        display: none;
        background: none;
    }
    nav .header-search {
        float: none;
        text-align: center;
        margin: 0;
        padding: 5px 0;
        display: none;
    }
    nav .header-search .input-txt {
        width: 240px;
        height: 35px;
        background-color: #fff;
    }
    nav .header-search .btn-search {
        width: 34px;
        height: 34px;
        background: url("../img/ico_search_sp.png") no-repeat;
        background-size: 34px 34px;
    }
    .side-block {
        padding: 6px 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }
    .side-heading {
        font-size: 12px;
        color: #666;
        padding: 0 10px 5px;
        margin: 0 -5px 5px;
        border-bottom: 1px solid #ccc;
        background: none;
    }
    .side-heading:before {
        display: none;
    }
    .side-heading:after {
        display: none;
    }
    .side-ul-1 {
        list-style: none;
        padding: 0 0 0 5px;
        margin: 0;
    }
    .side-ul-1 li {
        font-size: 12px;
    }
    .side-ul-2 {
        padding: 0 0 0 20px;
    }
    .side-ul-2 li {
        margin: 4px 0;
        font-size: 12px;
        font-weight: bold;
    }
    .side-ul-2 li:first-child {
        margin-top: 5px;
    }
    .side-dl-1 {
        margin: 10px 5px;
    }
    .side-dl-1:last-child {
        margin-bottom: 5px;
    }
    .side-dl-1 dt {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 6px;
        background-color: #fff;
        border: 1px solid #DBDCDC;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }
    .side-dl-1 dd {
        font-size: 12px;
    }
    .side-dl-1 dd a {
        display: block;
        line-height: 28px;
        background-color: #fff;
        border: 1px solid #DBDCDC;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
    }
    .side-dl-1 dd:nth-child(2n+1) {
        padding-left: 5px;
    }
    .side-dl-1 dd:nth-child(2n) {
        padding-right: 5px;
        border-right: 0;
    }
    .page-title {
        font-size: 14px;
        font-weight: bold;
        padding-left: 10px;
        margin-bottom: 10px;
        margin-right: -10px;
        margin-left: -10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    .team-link {
        display: block;
    }
    .team-link a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .heading-1 {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        background-size: auto 2px;
    }
    .heading-1:before {
        width: 2px;
        height: 2px;
        background-size: 2px 2px;
    }
    .heading-1:after {
        width: 2px;
        height: 2px;
        background-size: 2px 2px;
    }
    .heading-1.heading-top {
        font-size: 14px;
    }
    .heading-2 {
        font-size: 14px;
        background-size: auto 2px;
    }
    .heading-2:before {
        width: 2px;
        height: 2px;
        background-size: 2px 2px;
    }
    .heading-2:after {
        width: 2px;
        height: 2px;
        background-size: 2px 2px;
    }
    .heading-3 {
        font-size: 13px;
    }
    .heading-4 {
        font-size: 13px;
        font-weight: normal;
    }
    .btn-more {
        text-align: center;
        margin: 10px auto;
    }
    .bnr-list {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .bnr-list ul {
        list-style: none;
        padding: 10px 0 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .bnr-list ul li {
        padding: 0 5px 10px 5px;
    }
    .hr-1 {
        margin: 5px 0 20px;
    }
    .ul-1 {
        padding-left: 5px;
    }
    .ul-1 li {
        font-size: 12px;
        padding-left: 10px;
        margin: 6px 0;
    }
    .ul-1 li:before {
        width: 3px;
        height: 3px;
    }
    .num-list {
        padding-left: 2px;
        font-size: 12px;
    }
    .num-list .num {
        padding: 2px 5px 2px 0;
    }
    .num-list .txt {
        padding: 2px 0;
    }
    .num-list .txt .num-list .row:first-child .num,
    .num-list .txt .num-list .row:first-child .txt {
        padding-top: 3px;
    }
    .dl-1 {
        margin: 15px 3px;
        font-size: 12px;
    }
    .dl-1 dt {
        margin: 0 0 5px;
        font-weight: bold;
    }
    .dl-1 dd {
        margin: 0;
    }
    .dl-2 {
        margin: 15px 3px;
        display: block;
    }
    .dl-2 dt {
        margin: 0 0 5px;
        display: block;
    }
    .dl-2 dd {
        margin: 0;
        padding: 0;
    }
    .pic-block {
        overflow: hidden;
    }
    .pic-block.pic-left .pic,
    .pic-block.pic-left .hastxt-pic {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
    .pic-block.pic-right .pic,
    .pic-block.pic-right .hastxt-pic {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
    .pic {
        padding: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pic.pic-l {
        padding: 4px;
    }
    .pic.pic-m {
        padding: 4px;
    }
    .hastxt-pic {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding: 4px;
        text-align: center;
    }
    .hastxt-pic p {
        text-align: left;
        font-size: 13px;
    }
    .hastxt-pic-wrap {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .hastxt-pic-wrap .hastxt-pic {
        float: none;
        max-width: none;
    }
    .hastxt-pic-wrap .hastxt-pic.mr15 {
        margin-right: 0 !important;
    }
    .table-style-1 {
        display: block;
        font-size: 12px;
    }
    .table-style-1 dl {
        display: block;
        padding-right: 5px;
        padding-left: 5px;
    }
    .table-style-1 dl dt,
    .table-style-1 dl dd {
        padding: 0 10px;
        border: 0;
        border-bottom: 1px solid #fff;
    }
    .table-style-1 dl dt {
        text-align: center;
    }
    .table-style-2 {
        display: block;
        padding: 0 5px;
        margin-top: 5px;
    }
    .table-style-2 .row {
        display: block;
    }
    .table-style-2 .row:first-child .heading {
        border-bottom: 1px solid #666;
    }
    .table-style-2 .heading {
        display: block;
        padding: 1px 5px;
    }
    .table-style-2 .heading.h-main {
        background-color: #EDEDED;
        text-align: center;
        border-bottom: 1px solid #666;
    }
    .table-style-2 .cell {
        display: block;
        padding: 2px 5px;
    }
    .table-style-2 .row.pc-hide,
    .table-style-2 .heading.pc-hide,
    .table-style-2 .cell.pc-hide {
        display: block;
    }
    .table-style-2 .row.sp-hide,
    .table-style-2 .heading.sp-hide,
    .table-style-2 .cell.sp-hide {
        display: none;
    }
    .table-style-3 {
        display: block;
        padding: 0 5px;
        margin-top: 5px;
    }
    .table-style-3 .col {
        display: block;
    }
    .table-style-3 .heading {
        padding: 1px 5px;
    }
    .table-style-3 .heading.h-main {
        background-color: #EDEDED;
        text-align: center;
        border-bottom: 1px solid #666;
    }
    .table-style-3 .cell {
        padding: 2px 5px;
    }
    .table-style-3 .col.pc-hide,
    .table-style-3 .heading.pc-hide,
    .table-style-3 .cell.pc-hide {
        display: block;
    }
    .table-style-3 .col.sp-hide,
    .table-style-3 .heading.sp-hide,
    .table-style-3 .cell.sp-hide {
        display: none;
    }
    .table-style-4 {
        display: block;
        line-height: 1.6;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .table-style-4 .row {
        display: block;
    }
    .table-style-4 .row:first-child>.cell {
        border-top: 0;
    }
    .table-style-4 .heading {
        padding: 2px 0 1px;
        display: block;
        text-align: center;
        background-color: #EDEDED;
    }
    .table-style-4 .cell {
        display: block;
    }
    .table-style-4 .nest-cell {
        padding: 0;
    }
    .table-style-4 .thead {
        background-color: #666;
        color: #fff;
    }
    .table-style-4.nest-table {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        display: table;
    }
    .table-style-4.nest-table .row {
        display: table-row;
    }
    .table-style-4.nest-table .row:first-child>.heading,
    .table-style-4.nest-table .row:first-child>.cell {
        border-top: 0;
    }
    .table-style-4.nest-table .row:last-child>.heading,
    .table-style-4.nest-table .row:last-child>.cell {
        border-bottom: 0;
    }
    .table-style-4.nest-table .row .heading {
        display: table-cell;
        width: 50%;
        padding: 2px 0 1px;
    }
    .table-style-4.nest-table .row .cell {
        display: table-cell;
        width: 50%;
        padding: 2px 0 1px;
        text-align: center;
    }
    .pre-block {
        font-size: 12px;
        padding: 5px;
    }
    .alert-block {
        font-size: 12px;
        padding: 5px;
    }
    .pager ul li {
        font-size: 14px;
    }
    .data-block .info {
        font-size: 13px;
    }
    .data-block.line1 .cat-list {
        margin-bottom: 0;
    }
    .cat-list li {
        margin: 0 5px 5px 0;
    }
    .article-body {
        margin-bottom: 20px;
    }
    .pdf-link-list {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .pdf-link-list li {
        float: none;
        width: 100%;
        padding-bottom: 10px;
    }
    .pdf-link-list li:nth-child(even) {
        padding-left: 0;
    }
    .pdf-link-list li:nth-child(odd) {
        padding-right: 0;
    }
    .pdf-link-list li a {
        padding: 20px 30px 20px 15px;
        overflow: hidden;
    }
    .pdf-link-list li .link-heading {
        font-size: 14px;
        float: left;
    }
    .pdf-link-list li .link {
        font-size: 14px;
        float: right;
        margin: 0;
        padding-right: 35px;
    }
    .pdf-link-list li .link:after {
        right: 0;
    }
    .list-1 .list-title {
        font-size: 14px;
    }
    .list-1 .list-info {
        font-size: 13px;
    }
    .list-1.has-thum .thum-l {
        margin: 5px 0 10px;
        text-align: center;
    }
    .list-2 {
        display: block;
    }
    .list-2 .date {
        font-size: 12px;
        display: block;
    }
    .list-2 .txt-block {
        display: block;
    }
    .list-2 .list-title {
        font-size: 14px;
        margin: 2px 0;
    }
    .list-2 .txt {
        font-size: 13px;
    }
    .result-txt span {
        display: block;
    }
    .top-main-wrap {
        border-top: 0;
        border-bottom: 0;
        padding: 0;
        background: none;
    }
    .top-main-inner {
        max-width: none;
        margin: 0 auto;
        padding: 10px 10px 0 10px;
        border: 0;
        display: block;
    }
    .top-main-inner .top-pic {
        width: auto;
        max-width: none;
        padding-right: 0;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .top-main-inner .top-pic p {
        text-align: left;
    }
    .top-topics {
        display: block;
    }
    .menubnr-list {
        list-style: none;
        margin: 0 -5px 10px;
        padding: 0;
        overflow: hidden;
    }
    .menubnr-list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .menubnr-list li a {
        height: 40px;
        padding: 4px 5px 0 5px;
    }
    .menubnr-list li.menu1 a {
        /*padding-right: 50px;
    background-size: auto 35px;*/
    }
    .menubnr-list li.menu4 a {
        background-size: auto 40px;
    }
    .menubnr-list li.txt-line1 a {
        padding-top: 0;
        line-height: 40px;
    }
    .search-list-wrap {
        display: block;
    }
    .area-select-block {
        display: block;
        width: auto;
        max-width: none;
    }
    .area-select-block dl {
        margin: 0 0 10px 5px;
    }
    .area-select-block dl dt {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .area-select-block dl dd {
        font-size: 12px;
    }
    .area-select-block dl dd:after {
        margin: 0 5px;
    }
    .info-list {
        display: block;
        width: auto;
        min-width: 0;
    }
    .info-list ul li {
        width: auto;
        float: none;
    }
    .info-list ul li:first-child {
        margin-right: 0;
    }
    .info-list ul li .thum {
        text-align: center;
    }
    .info-list ul li i {
        font-size: 12px;
    }
    .info-list ul li i.none {
        display: none;
    }
    .info-list ul li .btn a {
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-bnr-list ul {
        padding: 10px 5px 0;
    }
    .footer-bnr-list ul li {
        width: 50%;
        padding: 0 5px 10px;
        margin-bottom: 10px;
    }
    .footer-bnr-list ul li:nth-child(2n+1) {
        text-align: right;
        clear: both;
    }
    .footer-bnr-list ul li a {
        display: inline-block;
        max-width: 200px;
        margin: 0 auto;
    }
    footer .inner {
        max-width: none;
        padding: 0;
    }
    .footer-1 ul {
        padding: 0;
    }
    .footer-1 ul li {
        font-size: 12px;
        float: none;
        text-align: center;
        border-bottom: 1px solid #555;
    }
    .footer-1 ul li:last-child {
        border-bottom: 0;
    }
    .footer-1 ul li a {
        display: block;
        line-height: 38px;
    }
    .footer-1 ul li:after {
        content: '';
        display: none;
    }
    .footer-2 {
        padding: 0 10px 30px;
        font-size: 11px;
    }
    .footer-2 small {
        padding: 5px 0;
    }
    .footer-2 p {
        margin: 0;
    }
    .footer-2 p span {
        padding-top: 5px;
        display: block;
    }
    .footer-2 .inner {
        min-height: 0;
    }
    .form-control {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .input-group .input-group-addon.txt-search {
        width: 65px;
    }
    .radiobtn,
    .checkbox {
        padding: 5px 0;
    }
    .radiobtn input[type=radio]+label,
    .radiobtn input[type=checkbox]+label,
    .checkbox input[type=radio]+label,
    .checkbox input[type=checkbox]+label {
        display: block;
        font-size: 12px;
        line-height: 34px;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
    .radiobtn input[type=radio]+label {
        padding: 0 0 0 30px;
    }
    .radiobtn input[type=radio]+label:before {
        display: none;
    }
    .radiobtn input[type=radio]+label:after {
        left: 8px;
    }
    .checkbox input[type=checkbox]+label {
        padding: 0 0 0 30px;
    }
    .checkbox input[type=checkbox]+label:before {
        display: none;
    }
    .checkbox input[type=checkbox]+label:after {
        left: 7px;
    }
}


body.id158 .main{background: #f4f6fe;}
body.id158 .page-title{background: #00549d;}

