/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html
{
    line-height: 1.75; /* 2 */

        -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}
@font-face
{
    font-family: 'ArYuGothicM';
    font-weight: normal;

    src: local('YuGothic-Medium'),  local('Yu Gothic Medium'),  local('YuGothic-Regular');
}
@font-face
{
    font-family: 'ArYuGothicM';
    font-weight: bold;

    src: local('YuGothic-Bold'),  local('Yu Gothic');
}
body
{
    font-family: ArYuGothicM, YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

    margin: 0;

    color: #272727;
}

/* ie向け */
@media all and (-ms-high-contrast:none)
{
    body
    {
        font-family: 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
}
body.ie9,
body.ie8,
body.ie7,
body.ie6,
body.ie5
{
    font-family: 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
/* 1 */ figcaption,
figure,
footer,
header,
main,
/* 2 */ menu,
nav,
section,
summary
{
    /* 1 */
    display: block;
}
/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video
{
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls])
{
    display: none;

    height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress
{
    vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
/* 1 */ [hidden]
{
    display: none;
}
/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a
{
    text-decoration: none;

    color: #272727;
    background-color: transparent; /* 1 */

    -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover
{
    text-decoration: underline;

    color: #c51a28;
    outline-width: 0;
}

a img
{
    cursor: pointer;
    transition: .3s ;
    text-decoration: none;
}
a:hover img
{
    text-decoration: none;

    opacity: .9;
    color: #c51a28;
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title]
{
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */

    border-bottom: none; /* 1 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong
{
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong
{
    font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */

dfn
{
    font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/**
 * Add the correct background and color in IE 9-.
 */

mark
{
    color: #000;
    background-color: #ff0;
}
/**
 * Add the correct font size in all browsers.
 */

small
{
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img
{
    border-style: none;
    /*display: block;*/
}
/**
 * Hide the overflow in IE.
 */

svg:not(:root)
{
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */

figure
{
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr
{
    overflow: visible; /* 2 */

    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
}
/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea
{
    font: inherit; /* 1 */

    margin: 0; /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */

optgroup
{
    font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input
{
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select
{
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type='button'],
/* 1 */ [type='reset'],
[type='submit']
{
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring
{
    outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend
{
    display: table; /* 1 */

    box-sizing: border-box; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */

    white-space: normal; /* 1 */

    color: inherit; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */

textarea
{
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type='checkbox'],
[type='radio']
{
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search']
{
    outline-offset: -2px; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder
{
    opacity: .54;
    color: inherit;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button
{
    font: inherit; /* 2 */

    -webkit-appearance: button; /* 1 */
}
/* ----------------------------------------------------------------------
 Common
---------------------------------------------------------------------- */
.mainInner img
{
    /*margin: 5px;
	padding: 1px;
	border: 1px solid #ccc;*/
    box-shadow: 0 12px 15px -12px #333;
}
.no-shadow
{display: inline;

    box-shadow: none !important;
}
a:hover .mainInner img
{
    padding: 1px;

    opacity: .7;
    border: 1px solid #fff;
}
.dateTime
{
    margin-right: 5px;

    text-indent: 12px;

    background: url(/common/rn/images/time.gif) 0 30% no-repeat;
}
.category
{
    margin-right: 5px;

    text-indent: 12px;

    background: url(/common/rn/images/cate.gif) 0 30% no-repeat;
}
/* 回り込み解除設定 */
.clearfix:after
{
    display: block;
    clear: both;

    content: ' ';
}
* html .clearfix
{
    zoom: 1;
} /* IE6 */
*:first-child + html .clearfix
{
    zoom: 1;
} /* IE7 */
/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0
{
    margin: 0 !important;
}
.mt0
{
    margin-top: 0 !important;
}
.mr0
{
    margin-right: 0 !important;
}
.mb0
{
    margin-bottom: 0 !important;
}
.ml0
{
    margin-left: 0 !important;
}
.m5
{
    margin: 5px !important;
}
.mt5
{
    margin-top: 5px !important;
}
.mr5
{
    margin-right: 5px !important;
}
.mb5
{
    margin-bottom: 5px !important;
}
.ml5
{
    margin-left: 5px !important;
}
.m10
{
    margin: 10px !important;
}
.mt10
{
    margin-top: 10px !important;
}
.mr10
{
    margin-right: 10px !important;
}
.mb10
{
    margin-bottom: 10px !important;
}
.ml10
{
    margin-left: 10px !important;
}
.m15
{
    margin: 15px !important;
}
.mt15
{
    margin-top: 15px !important;
}
.mr15
{
    margin-right: 15px !important;
}
.mb15
{
    margin-bottom: 15px !important;
}
.ml15
{
    margin-left: 15px !important;
}
.m20
{
    margin: 20px !important;
}
.mt20
{
    margin-top: 20px !important;
}
.mr20
{
    margin-right: 20px !important;
}
.mb20
{
    margin-bottom: 20px !important;
}
.ml20
{
    margin-left: 20px !important;
}
.m25
{
    margin: 25px !important;
}
.mt25
{
    margin-top: 25px !important;
}
.mr25
{
    margin-right: 25px !important;
}
.mb25
{
    margin-bottom: 25px !important;
}
.ml25
{
    margin-left: 25px !important;
}
.m30
{
    margin: 30px !important;
}
.mt30
{
    margin-top: 30px !important;
}
.mr30
{
    margin-right: 30px !important;
}
.mb30
{
    margin-bottom: 30px !important;
}
.ml30
{
    margin-left: 30px !important;
}
.m35
{
    margin: 35px !important;
}
.mt35
{
    margin-top: 35px !important;
}
.mr35
{
    margin-right: 35px !important;
}
.mb35
{
    margin-bottom: 35px !important;
}
.ml35
{
    margin-left: 35px !important;
}
.m40
{
    margin: 40px !important;
}
.mt40
{
    margin-top: 40px !important;
}
.mr40
{
    margin-right: 40px !important;
}
.mb40
{
    margin-bottom: 40px !important;
}
.ml40
{
    margin-left: 40px !important;
}
.m45
{
    margin: 45px !important;
}
.mt45
{
    margin-top: 45px !important;
}
.mr45
{
    margin-right: 45px !important;
}
.mb45
{
    margin-bottom: 45px !important;
}
.ml45
{
    margin-left: 45px !important;
}
.m50
{
    margin: 50px !important;
}
.mt50
{
    margin-top: 50px !important;
}
.mr50
{
    margin-right: 50px !important;
}
.mb50
{
    margin-bottom: 50px !important;
}
.ml50
{
    margin-left: 50px !important;
}
.m55
{
    margin: 55px !important;
}
.mt55
{
    margin-top: 55px !important;
}
.mr55
{
    margin-right: 55px !important;
}
.mb55
{
    margin-bottom: 55px !important;
}
.ml55
{
    margin-left: 55px !important;
}
.m60
{
    margin: 60px !important;
}
.mt60
{
    margin-top: 60px !important;
}
.mr60
{
    margin-right: 60px !important;
}
.mb60
{
    margin-bottom: 60px !important;
}
.ml60
{
    margin-left: 60px !important;
}
.m65
{
    margin: 65px !important;
}
.mt65
{
    margin-top: 65px !important;
}
.mr65
{
    margin-right: 65px !important;
}
.mb65
{
    margin-bottom: 65px !important;
}
.ml65
{
    margin-left: 65px !important;
}
.m70
{
    margin: 70px !important;
}
.mr70
{
    margin-right: 70px !important;
}
.mb70
{
    margin-bottom: 70px !important;
}
.ml70
{
    margin-left: 70px !important;
}
.m75
{
    margin: 75px !important;
}
.mt75
{
    margin-top: 75px !important;
}
.mr75
{
    margin-right: 75px !important;
}
.mb75
{
    margin-bottom: 75px !important;
}
.ml75
{
    margin-left: 75px !important;
}
.m80
{
    margin: 80px !important;
}
.mt80
{
    margin-top: 80px !important;
}
.mr80
{
    margin-right: 80px !important;
}
.mb80
{
    margin-bottom: 80px !important;
}
.ml80
{
    margin-left: 80px !important;
}
/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */
.p0
{
    padding: 0 !important;
}   /* padding-0px を指定するクラス */
.pt0
{
    padding-top: 0 !important;
}    /* padding-top0px を指定するクラス */
.pr0
{
    padding-right: 0 !important;
}  /* padding-right0px を指定するクラス */
.pb0
{
    padding-bottom: 0 !important;
} /* padding-bottom0px を指定するクラス */
.pl0
{
    padding-left: 0 !important;
}   /* padding-left0px を指定するクラス */
.p2
{
    padding: 2px !important;
}
.p5
{
    padding: 5px !important;
}
.pt5
{
    padding-top: 5px !important;
}
.pr5
{
    padding-right: 5px !important;
}
.pb5
{
    padding-bottom: 5px !important;
}
.pl5
{
    padding-left: 5px !important;
}
.p10
{
    padding: 10px !important;
}
.pt10
{
    padding-top: 10px !important;
}
.pr10
{
    padding-right: 10px !important;
}
.pb10
{
    padding-bottom: 10px !important;
}
.pl10
{
    padding-left: 10px !important;
}
/* ----------------------------------------------------------------------
 border - 
---------------------------------------------------------------------- */
.bd0
{
    border: none !important;
}
.bdt0
{
    border-top: none !important;
}
.bdl0
{
    border-left: none !important;
}
.bdr0
{
    border-right: none !important;
}
.bdb0
{
    border-bottom: none !important;
}
/* ----------------------------------------------------------------------
 height - 
---------------------------------------------------------------------- */
.h30
{
    height: 30px !important;
    ;
}
/* ----------------------------------------------------------------------
 width - 
---------------------------------------------------------------------- */
.w80
{
    min-width: 80px !important;
}
.w90
{
    width: 90px !important;
}
/* ----------------------------------------------------------------------
 fontColor設定
---------------------------------------------------------------------- */
.fWhite
{
    color: #fff;
}
.fRed
{
    color: #f00;
}
.fBlue
{
    color: #1d99ff;
}
.bg_white
{
    background: #fff !important;
}
.bg_black
{
    background: #272727 !important;
}
.bg_red
{
    background: #c51a28 !important;
}
.bg_blue
{
    background: #007dac !important;
}
.bg_yellow
{
    background: #fac600 !important;
}
.bg_green
{
    background: #a6b200 !important;
}
.bg_orange
{
    background: #eb9f25 !important;
}
.bg_pink
{
    background: #c12861 !important;
}
.bg_gray
{
    background: #fafafa !important;
}
.f_white
{
    color: #fff;
}
.f_black
{
    color: #272727;
}
.f_red
{
    color: #c51a28;
}
.f_blue
{
    color: #007dac;
}
.f_yellow
{
    color: #fac600;
}
.f_green
{
    color: #a6b200;
}
.f_orange
{
    color: #eb9f25;
}
.f_pink
{
    color: #c12861;
}
.f_gray
{
    color: #666;
}
.f_small
{
    font-size: 70%;
}
/* ----------------------------------------------------------------------
 fontsize設定
---------------------------------------------------------------------- */

.font_l
{
    font-size: 120%;
}
.font_s
{
    font-size: 90%;
}
.font_xs
{
    font-size: 70%;
}
/* ----------------------------------------------------------------------
 bgColor設定
---------------------------------------------------------------------- */
.bgWhite
{
    background: #fff;
}
.bgRed
{
    background: #f00;
}
.bgBlue
{
    background: #1d99ff;
}
/* ----------------------------------------------------------------------
 icon設定
---------------------------------------------------------------------- */
.icon
{
    display: inline-block;

    width: 1em;
    height: 1em;
    margin-right: .3em;
    margin-bottom: -2px;

    stroke-width: 0;
    stroke: currentColor;
}
.icon2
{
    display: inline-block;

    width: 2em;
    height: 1em;
    margin-right: .3em;
    margin-bottom: -2px;

    stroke-width: 0;
    stroke: currentColor;
}
.icon3
{
    display: inline-block;

    width: 1.5em;
    height: 1em;
    margin-right: .3em;
    margin-bottom: -2px;

    stroke-width: 0;
    stroke: currentColor;
}
.ico_small
{
    margin-bottom: -1px;
}
.ico_large
{
    margin-bottom: -3px;
}
.ico_white
{
    fill: #fff;
}
.ico_black
{
    fill: #272727;
}
.ico_red
{
    fill: #c51a28;
}
.ico_blue
{
    fill: #007dac;
}
.ico_yellow
{
    fill: #fac600;
}
.ico_green
{
    fill: #a6b200;
}
.ico_orange
{
    fill: #eb9f25;
}
.ico_pink
{
    fill: #c12861;
}
/* ----------------------------------------------------------------------
 画像設定
---------------------------------------------------------------------- */

.floatC
{
    text-align: center;
}
.floatL
{
    float: left;
}
.floatR
{
    float: right;
}
.floatC img
{
    float: none;

    margin: 0 auto;
}
.floatL img
{
    float: left;

    margin: 0 10px 10px 0;
}
.floatR img
{
    float: right;

    margin: 0 0 10px 10px;
}
.txtR
{
    text-align: right;
}
ul
{
    margin: 0;
    padding: 0;
}
/* 埋めこみ動画レスポンシブ */
.video
{
    position: relative;

    overflow: hidden;

    height: 0;
    padding: 30px 0 56.25%;

    background: #000;
}
.video iframe,
.video object,
.video video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
/* ----------------------------------------------------------------------
 table設定
---------------------------------------------------------------------- */


.tbl-scroll table
{
    margin-bottom: .5em;
}
.tbl-scroll
{
    overflow: auto;

    margin-bottom: 2em;
}
.tbl-scroll::-webkit-scrollbar
{
    height: 15px;
}
.tbl-scroll::-webkit-scrollbar-track
{
    background: #f1f1f1;
}
.tbl-scroll::-webkit-scrollbar-thumb
{
    background: #bcbcbc;
}
.tbl
{
    width: 100%;
}
.tbl
{
    font-size: 16px;

    margin: 0 0 10px;

    border-collapse: collapse;

    border: 1px solid #ccc;
}
.tbl th
{
    font-weight: bold;

    padding: 5px;

    text-align: center;

    color: #222;
    border: 1px solid #ccc;
    background: #e5e5e5;
}
.tbl td
{
    padding: 5px;

    border: 1px solid #ccc;
    background: none;
}
.tbl td
{
    vertical-align: middle !important;
}
.tbl tr:nth-child(odd)
{
    background: #fafafa;
}
.linkNEW
{
    display: inline-block;

    width: 32px;
    margin-bottom: 0 !important;
    padding-left: 0 !important;

    background: url(/common/images/icon/iconNew.gif) right center no-repeat;
}
.pdf
{
    display: inline-block;

    padding-right: 20px;

    background: url(/common/images/icon/iconPdf.gif) right center no-repeat;
}
.linkEX
{
    display: inline-block;

    padding-right: 20px;

    background: url(/common/images/icon/iconLink.gif) right center no-repeat;
}
.linkMAIL
{
    display: inline-block;

    padding-right: 20px;

    background: url(/common/images/icon/iconMail.gif) right center no-repeat;
}
.news_box a.pdf
{
    background: url(/common/images/icon/iconPdf.gif) right 10px no-repeat;
}
.news_box a.linkEX
{
    background: url(/common/images/icon/iconLink.gif) right 10px no-repeat;
}
a.ArTitle
{transition: .3s ;

    color: #fff;
}
a.ArTitle:hover
{
    text-decoration: none;opacity: .9;
}
