@charset "utf-8";
/* =========================
           reset
========================= */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: bottom;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    overflow-y: scroll;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
input,
textarea {
    margin: 0;
    padding: 0;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th {
    text-align: left;
}
a:focus {
    outline: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}
.both {
    clear: both;
}
.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/* =========================
     helper classes
========================= */

.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.exTxt {
    font-size: 11px;
}
.txtL {
    text-align: left!important;
}
.txtC {
    text-align: center!important;
}
.txtR {
    text-align: right!important;
}
.res-bd-t {
    border-top: none!important;
}
.res-bd-r {
    border-right: none!important;
}
.res-bd-b {
    border-bottom: none!important;
}
.res-bd-l {
    border-left: none!important;
}
/* =========================
         contents
========================= */

.wrap {
    width: 100%;
    font-size: 14px;
}
.header {
    margin: 10px auto 30px;
    border-bottom: 3px solid #bf0000;
}
.header__siteID {
    margin: 0 10px 10px 10px;
}
.contents {
    width: 950px;
    margin: 0 auto;
}
.bottomInfo {
    margin-bottom: 5px;
    line-height: 1.5em;
    font-size: 12px;
    text-align: center;
}
.footer {
    border-top: 1px solid #cccccc;
}
.copyright {
    line-height: 3em;
    text-align: center;
    font-size: 12px;
    color: #cccccc;
}