@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
    margin: 0px;
    padding: 0px;
    color: #666; /*全体の文字色*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /*フォント種類*/
    font-size: 15px; /*文字サイズ*/
    line-height: 2; /*行間*/
    background: #fff; /*背景色*/
    -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form, textarea, input {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

ol {
    padding-left: 40px;
    padding-bottom: 15px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
}

iframe {
    width: 100%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearfix {
    zoom: 1; /*for IE 5.5-7*/
}

.clearfix:after { /*for modern browser*/
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clr {
    clear: both;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
    color: #238FC1; /*リンクテキストの色*/
    transition: 0.5s; /*同上*/
    text-decoration: none; /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

a:hover {
    color: #238FC1; /*マウスオン時の文字色*/
    text-decoration: underline; /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

input[type="button"] {
    border: 1px solid #808080; /* 枠線 */
    border-radius: 0.3em;      /* 角丸 */
    padding: 0.2rem 0.5rem;
}
input[type="submit"] {
    border: 1px solid #808080; /* 枠線 */
    border-radius: 0.3em;      /* 角丸 */
    padding: 0.2rem 0.5rem;
}
/*container（全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
    max-width: 100%; /*サイトの最大幅*/
    margin: 0 auto;
    padding: 0 2%; /*上下、左右へのブロック内の余白*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
    height: 50px; /*高さ*/
    background-color: #062b61;
}

/*ロゴ画像*/
header #logo {
    float: left; /*左に回り込み*/
    margin-top: 5px; /*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
    margin-left: 1%; /*ロゴの左にあける余白。*/
}

/*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
    clear: both;
    overflow: hidden;
    border: 1px solid #dcdcdc; /*枠線の幅、線種、色*/
    border-top: none; /*上の線だけ消す*/
/*    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); /*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2が透明度20%の事。*/
/*    border-radius: 10px 10px 0px 0px; /*角丸のサイズ。左上、右上、右下、左下への順番。*/
}
#contents .topimage {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
    overflow: hidden;
    float: left; /*右に回り込み*/
    padding: 0.3rem 2% 0 2%; /*上、右、下、左側へのボックス内の余白*/
    width: 96%; /*幅*/
    margin-bottom: 30px;
}

/*メインコンテンツのh1タグの設定*/
#main h1 {
    clear: both;
    width: 100%;
    font-size: 1.4rem; /*文字サイズ*/
    line-height: 2; /*行間*/
    margin-bottom: 1.4rem;
}

/* お知らせ等の日付 */
#dataDT {
    float: right;
    font-size: 15px;
    padding-top: 28px;
}

#main h2 {
    clear: both;
    width: 70%;
    font-size: 1.1rem; /*文字サイズ*/
    line-height: 1.6; /*行間*/
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-top: 1px solid #dcdcdc; /*メニュー下の線の幅、線種、色*/
    border-bottom: 1px solid #dcdcdc; /*メニュー下の線の幅、線種、色*/
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); /*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
    background-color: #9ed7a5;
}

/*メインコンテンツのh3タグの設定*/
#main h3 {
    clear: both;
    font-size: 18px; /*文字サイズ*/
    margin-bottom: 20px;
    padding: 2px 20px; /*上下、左右への余白*/
    border: 1px solid #dcdcdc; /*線の幅、線種、色*/
    background: linear-gradient(#fff, #eee); /*グラデーション*/
}

/*メインコンテンツの段落タグ設定*/
#main p {
    padding: 5px 0px 5px; /*上、左右、下への余白*/
}

#main h2 + p,
#main h3 + p {
    margin-top: -10px;
}
.username {
    font-size: 1.2rem;
    font-weight: bold;
}

.ulHorizontal {
    text-decoration: none;
    width:100%;
}
.ulHorizontal li {
    display: inline-block;
}

.ulThumbnail {
    text-decoration: none;
    width:100%;
    background:#fff;
    border:1px solid #9eaaaa;
}
.ulThumbnail li {
    width: 240px;
    display: inline-block;
}

#main input[type="text"] {
    height: 1.4rem;
}
#main input[type="password"] {
    height: 1.4rem;
}
#main textarea {
    padding: 8px;
}

ul.imageHorizontalList {
    overflow-x: auto;
    display: flex;
    flex-wrap:wrap;
}

ul.imageHorizontalList li {
    display: inline-block;
    width: 250px;
    padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
    box-sizing:border-box;
}
ul.horizontalList {
    overflow-x: auto;
    display: flex;
    flex-wrap:wrap;
}

ul.horizontalList li {
    display: inline-block;
    padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
    box-sizing:border-box;
}
/* ボタン
---------------------------------------------------------------------------*/
#main div a.btn-flat-border {
    display: inline-block;
    padding: 0 1rem;
    text-decoration: none;
    color: #4c9755;
    border: solid 2px #4c9755;
    border-radius: 3px;
    transition: .4s;
}

#main div a.btn-flat-border:hover {
    background: #4c9755;
    color: white;
}


/* フォント色等 */
span.txtBold {
    font-weight: bold;
}

span.txtItalic {
    font-style: italic;
}

span.txtRed {
    color: red;
}

span.txtGreen {
    color: green;
}

.attentionTxt{
    color:#bc253e;
}

.errorMessage{
    color:#ff0000;
    font-weight: bold;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
    clear: both;
    background: #69b371; /*背景色*/
    color: #fff; /*文字色*/
    font-size: 85%; /*文字サイズ*/
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer .pr {
    display: block;
    font-size: 80%;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
    clear: both;
    text-align: center;
    background: #333; /*背景色*/
}

#copyright a {
    text-decoration: none;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
    clear: both;
    margin-right: 2%;
}

#pagetop a {
    color: #fff; /*文字色*/
    font-size: 16px; /*文字サイズ*/
    background: #69b371; /*背景色*/
    text-decoration: none;
    text-align: center;
    display: block;
    float: right;
    width: 50px; /*幅*/
}

/*マウスオン時*/
#pagetop a:hover {
    background: #4c9755; /*背景色*/
    color: #fff; /*文字色*/
}

table.noWrap {
    width: 100%;
}
.noWrap>tbody th {
    white-space: nowrap;
}
table.borderTable {
    width: 100%;
    border: 1px solid #dcdcdc;
}

.borderTable>thead th {
    border: 1px solid #dcdcdc;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #9ed7a5;
    color: #333;
}

.borderTable>tbody th {
    border: 1px solid #dcdcdc;
    background-color: #9ed7a5;
    padding-left: 4px;
    padding-right: 4px;
    color: #333;
}

.borderTable>tbody td {
    border: 1px solid #dcdcdc;
    padding-left: 4px;
    padding-right: 4px;
}
.borderTable>thead th.swidth {
    width: 6em;
}
.borderTable>thead th.lwidth {
    width: 12em;
}


/*その他
---------------------------------------------------------------------------*/
.look {
    background: #e5e5e5;
    padding: 5px 10px;
    border-radius: 4px;
}

.mb15, .mb1em {
    margin-bottom: 15px;
}

.clear {
    clear: both;
}

ul.disc {
    padding: 0em 25px 15px;
    list-style: disc;
}

.color1, .color1 a {
    color: #69b371;
}

.bg1 {
    background: #f6f5f2;
}

.pr {
    font-size: 10px;
}

.wl {
    width: 96%;
}

.ws {
    width: 50%;
}

.c {
    text-align: center;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

img.fr {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

img.fl {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.big1 {
    font-size: 24px;
    letter-spacing: 0.2em;
}

.mini1 {
    font-size: 11px;
    display: inline-block;
    line-height: 1.5;
}

.sh {
    display: none;
}

/*画面幅640px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {

    /*全体の設定
    ---------------------------------------------------------------------------*/
    body {
        font-size: 10px; /*文字サイズ*/
        line-height: 1.2; /*行間*/
    }
    #container {
        padding: 0;
        width: 100%;
    }

    #main {
        padding-left: 2px;
    }

    #contents {
        border: none;
    }
    #main h2 {
        font-size: 12px; /*文字サイズ*/
        margin-bottom: 4px;
    }
    .username {
        font-size: 12px; /*文字サイズ*/
    }

    /*ヘッダー（ロゴが入った最上段のブロック）
    ---------------------------------------------------------------------------*/
    /*ヘッダーブロック*/
    header {
        height: 30px; /*高さ*/
    }

    /*ロゴ画像*/
    header #logo {
        width: 320px; /*ロゴ画像の幅*/
        margin-top: 5px; /*ロゴの上にあける余白。上下のバランスをここで調整して下さい。*/
    }


    table.borderTable>thead th.swidth {
        width: 3em;
    }
    table.borderTable>thead th.lwidth {
        width: 7em;
    }
}
