@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
    background: url(bg_h30.png); color: navy;
    font-size:14px;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height:1.6;
}

header {
    width:100%;
    height:400px;
    margin-bottom:50px;
}

#contents {
    width:980px;
    margin:0 auto;
}

a {
    color:#043771;
}
a:hover {
    color:#144d8d;
}

h1 {
    font-size:28px;
}

h2 {
    background: deepskyblue;
    margin-bottom:1em;
    font-size:24px;
font-weight:bold;
    font-style: italic;
    color: white;
    text-align:center;
}

h3 {
    margin-bottom:0.5em;
    font-size:18px;
}

h4 {
    margin-bottom:0.25em;
    font-size:16px;
}

h5 {
    margin-bottom:0.25em;
    padding-left:25px;
    font-size:16px;
    background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
    margin-bottom:0.25em;
    padding-left:5px;
    font-size:16px;
    font-weight:bold;
}

p {
    margin:0 0 1em 0;
}

img {
    vertical-align:bottom;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#ff0000;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
    list-style:disc;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
}

dt {
    margin-bottom:0.5em;
    border-bottom:1px dotted #ddd;
}
dd {
    margin-bottom:1em;
}

table, td, th { border-width: 2px; border-style: solid; border-color: lightsalmon; }
th { background: aquamarine; font-weight:bold;
    color:#ff0000;}
td { background: honeydew; }
}

/*
table {
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
    border:1px solid #ddd;
}
th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ddd;
    background:#f1f1f1;
}
td {
    padding:10px;
    text-align:left;
    border:1px solid #ddd;
}

*/



/*================================================
 *  汎用クラス
 ================================================*/
.imgC {
    overflow:hidden;
    margin-bottom:50px;
    text-align:center;
}
.imgC img {
    border-radius:5px;
}

.imgL {
    overflow:hidden;
    margin-bottom:50px;
}
.imgL img {
    float:left;
    margin:0 20px 20px 0;
    border-radius:5px;
}

.imgR {
    overflow:hidden;
    margin-bottom:50px;
}
.imgR img {
    float:right;
    margin:0 0 20px 20px;
    border-radius:5px;
}

.twoCol {
    overflow:hidden;
    margin:0 -2% 50px 0;
}
.twoCol div {
    width:48%;
    float:left;
    margin-right:2%;
}
.twoCol img {
    width:100%;
    margin-bottom:5px;
    border-radius:5px;
}

.threeCol {
    overflow:hidden;
    margin:0 -3% 50px 0;
}
.threeCol div {
    width:31%;
    float:left;
    margin-right:2%;
}
.threeCol img {
    width:100%;
    margin-bottom:5px;
    border-radius:5px;
}

.btn01 a {
    display:block;
    padding:20px 20px 20px 50px;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    background:#1b1b1b url('../images/bg_arrow_white.png') 20px 50% no-repeat;
    transition:all 0.2s ease 0s;
}
.btn01 a:hover {
    background:#2e2e2e url('../images/bg_arrow_white.png') 20px 50% no-repeat;
    transition:all 0.2s ease 0s;
}

.btn02 a {
    display:block;
    padding:20px;
    color:#1b1b1b;
    text-decoration:none;
    border-radius:5px;
    border:1px solid #1b1b1b;
    background:#fff;
    transition:all 0.2s ease 0s;
}
.btn02 a:hover {
    color:#fff;
    background:#1b1b1b;
    transition:all 0.2s ease 0s;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
}

header h1 {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:200px;
    height:200px;
    z-index:10;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
    width:100%;
    position:fixed;
    top:0;
    left:0;
    padding:5px 0;
    opacity:0.8;
    background:#0000cd;
    z-index:10;
}
nav ul {
    position:relative;
    float:left;
    left:50%;
    margin:0;
}
nav li {
    position:relative;
    left:-50%;
    float:left;
    list-style:none;
    margin:0;
    padding:0 20px;
}
nav li a {
    color:#fff;
    text-decoration:none;
}
nav li a:hover {
    color:#dfdfdf;
    text-decoration:underline;;
}

/*================================================
 *  メイン
 ================================================*/
main {
    width:100%;
}

section {
    margin-bottom:100px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
    clear:both;
    padding:20px 0;
    font-size:11px;
    text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#000;
}
.totop img:hover {
    background:#333;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
    overflow:hidden;
    position:relative;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}
.slideInner li {
    position:absolute;
    width:100%;
    margin:0;
    padding:0;
    background-color:#fff;
    background-position:50% 0;
    background-repeat:no-repeat;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
    #contents {
        box-sizing:border-box;
        width:100%;
        padding:0 10px;
    }

    .imgC img {
        max-width:100%;
    }

    .imgL img {
        float:none;
        max-width:100%;
        margin:0 0 5px 0;
    }

    .imgR img {
        float:none;
        max-width:100%;
        margin:0 0 5px 0;
    }

    .twoCol {
        margin-right:0;
    }
    .twoCol div {
        float:none;
        width:100%;
    }

    .threeCol {
        margin-right:0;
    }
    .threeCol div {
        float:none;
        width:100%;
    }

   .totop {
        display:none !important;
    }
}