@charset "UTF-8";

/* |||||||||||||||||||||||||||||||||||||||||||||||||||| *
 * ||||||||||||||||||Global Setting|||||||||||||||||||| *
 * |||||||||||||||||||||||||||||||||||||||||||||||||||| */

/* ===================== initialize =================== */

* {
    margin: 0;
    padding: 0;
}
/* ==================== body ==================== */

body {
    background-color: #ffffff;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    word-break: normal;
    word-wrap: break-word;
    min-width: 640px;
    text-align: justify;
}
/* ================ p ================= */

p {
    margin-top: 1em;
    margin-bottom: 1.2em;
    font-size: 16px;
    line-height: 2.0em;
}
/* ================ a ================= */

a {
    font-size: 11pt;
    color: #fff;
    text-decoration: none;
}
a.text {
    font-size: 11pt;
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    filter: alpha(opacity=70);
    /* IE */
    -moz-opacity: 0.70;
    /* Firefox CSS3以前 */
    opacity: 0.70;
    /* CSS3 */
}
/* ================ list ================= */

ul {
    list-style: none;
    margin-left: 1em;
    margin-bottom: 2em;
}
li {
    width: 100%;
    display: block;
    text-align: justify;
    padding: 0.1em 0;
    line-height: 2em;
}
/* ================== caption =================== */

ul.caption {
    margin-left: 0;
}
ul.caption li {
    display: list-item;
}
div.contents {
    margin-left: 25px;
    margin-right: 25px;
}
/* =================== wrapper ==================== */

#wrapper {
    position: relative;
    margin: auto;
    width: 80%;
    height: auto;
}
iframe {
    border: none;
    width: 100%;
    height: 0;
}
/* ====================== top image ====================== */

img.topimage {
    width: 100%;
    height: auto;
    display: block;
    -webkit-box-shadow: 0 1px 1px #c1c1c1;
    -moz-box-shadow: 0 1px 1px #c1c1c1;
    box-shadow: 0 1px 1px #c1c1c1;
    margin-bottom: 50px;
}
/* =================== spacer ==================== */

.space10 {
    margin-bottom: 10px;
}
.space20 {
    margin-bottom: 20px;
}
.space30 {
    margin-bottom: 30px;
}
.space50 {
    margin-bottom: 50px;
}
/* ====================== sub page setting ====================== */

div.subpage_header {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 25px;
}
div.subpage_header h2 {
    float: left;
}
/* =========================== header's ============================ */

h2 {
    margin-bottom: 50px;
}
h2 img {
    display: block;
}
h3 {
    font-size: 16px;
    font-weight: normal;
}
h3 img {
    display: block;
}
h4 {
    font-weight: normal;
    margin: 0px;
}
h5 {
    font-weight: normal;
    font-size: 16px;
}
/* ---------------- link setting ---------------- */

a.close {
    float: right;
}
/* ====================== sub page contents ===================== */

/* ------------ sub sub title -------------- */

/* ----------- sentence --------------- */

.text {}
/* ====================== button setting ======================= */

div.btn {
    padding: 30px;
    padding-top: 14px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #333333;
    margin-bottom: 20px;
}
div.btn2 {
    padding-top: 14px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #333333;
}
/* ===================== youtube setting ======================== */

.YoutubeWrapper {
    position: relative;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-top: 69px;
    padding-bottom: 50%;
    overflow: hidden;
}
.YoutubeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/* ================= reference setting ==================== */

cite {
    font-style: normal;
}
/* ================================== horizonal line ===== */

hr {
    margin-bottom: 30px;
    border: solid #000;
    border-width: 1px 0 0 0;
    height: 1px;
    clear: both;
}
/* ======================== clear =================== */

div.clear {
    clear: both;
}
/* ===================== navigation bar =================== */

div.nav {
    text-align: center;
    display: block;
    background-color: #333;
}
div.nav ul {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}
div.nav ul li {
    line-height: 80%;
    margin-left: 25px;
    margin-right: 25px;
    list-style: none;
    display: inline-block;
    float: left;
    width: auto;
}
/* ===================== navigation bar =================== */

footer {
    width: 100%;
    padding: 30px 0;
    margin-top: 20px;
    text-align: center;
    font-size: 80%;
    color: #2d2d2d;
}