@charset "utf-8";

body {
    width: 100%;
    background-color: #d9d9d9;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    font-size: 62.5%;
    overflow: auto;
}

a {

    color: #000;
    text-decoration: none;
}

a:hover {
    color: #333;

}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;

}

#selfile {
    display: none;
}

#cover_loder {
    display: none;
    position: absolute;
    z-index: 30;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
}


.title {
    color: #3d3020;
    font-size: 1.4rem;
    font-weight: 800;
}

.sub_title {
    color: #3d3020;
    font-size: 1.2rem;
    font-weight: 600;
}

#home_p {
    margin-top: 50px;
    margin-bottom: 30px;
}

#home_mm {
    margin-top: 15px;
    margin-bottom: 30px;
}

.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 2;
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}



.box_800 {
    display: flex;
    width: 800px;
    align-items: center;
}

.box_500 {
    display: flex;
    width: 500px;
    align-items: center;
}

.sub_btn {
    margin-right: 5px;
}


.box {
    display: flex;
    align-items: center;

}

.box_column {
    display: flex;
    flex-direction: column;
    align-items: center;

}

#top_menu {
    margin-bottom: 30px
}

#top_menu_center {
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 30px
}

.mini_window {
    display: block;
    width: 800px;
    height: 65%;
    margin-bottom: 150px;
    background-color: #fff;
}

.cnt_window {
    display: block;
    width: 500px;
    height: 200px;
    margin-bottom: 150px;
    background-color: #fff;
}


#page {
    height: auto;
    background-color: #d9d9d9;
}

.midashi {
    display: flex;
    align-items: center;
    width: 700px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 5px;
}

.m_bold {

    color: #000;
    font-size: 1.2rem;
    font-weight: 900;
    padding: 5px 5px;
    border-left: 10px solid #19beb0;
}

.m_nomal {
    margin-top: 4px;
    color: #000;
    font-size: 0.9rem;
    font-weight: 300;
}

.m_caption {
    display: block;
    margin-top: 4px;
    color: #000;
    font-size: 1.0rem;
    font-weight: 700;
    width: 150px;
}

#form_block {
    margin-top: 30px;
}

#bar {

    height: 40px;
    background-color: #dcdcdc;
}

#bar a {
    display: block;
    margin: 0 10px 0 auto;
}




.scroll_tb {
    overflow: scroll;
    height: 100%;
    background-color: #fff;
}

.btn_window {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    height: 80px;

}

.page_window {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #d9d9d9;
}

.btn_window img,
.page_window img {
    margin: 10px;
}

#caption_box {
    margin-top: 20px;
    margin-bottom: 10px;

}

#caption_box p {
    color: #000;
    font-size: 1.0rem;
    font-weight: 500;
}

.main_body {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #EEE;

}


.sub_body {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #d9d9d9;

}




.contents {
    display: flex;

    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 800px;


}

/* 検索サイズ */
.txt,
.pass,
.user {
    width: 450px;
}

.sherch_box {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}

#sehach {
    width: 280px;
    height: 35px;
    margin-left: 5px;
}

/* ヘッダー */
.header_bar {


    width: 100%;
    height: 32px;
    background-color: #19beb0;
}

.header_main {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 800px;
    height: 100%;

}





.header_main p {

    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
}

.user_data {
    display: flex;
    align-items: center;

    height: 32px;

    margin: 0 0 0 auto;
}



#user_name p,
.logout p {
    margin-left: 5px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 300;
}

.logout a {
    display: block;
    margin-left: 15px;
    border-bottom: solid 2px #FFF;
    color: #FFF;

}

.header_menu {
    width: 100%;
    height: 32px;
    background-color: #EEE;
}

.header_menu p {
    margin-left: 5px;
    color: #000;
    font-size: 0.9rem;
    font-weight: 300;
}

#now_page {
    margin-left: 15px;
}
