@charset "utf-8";

/* ログイン */
#login_header {
    width: 100%;
    height: 170px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;

    align-items: center;
}

#login_header img {
    margin: 20px;
    margin-top: 50px;
}

#login_header p {

    text-align: center;

}

#login_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #d9d9d9;

}

#login_titile {
    text-align: center;
    margin: 50px;
}

.login_area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    width: 550px;
    margin-left: -50px;

}

.login_area p {
    display: block;
    margin: 0 auto;
    width: 100px;

    font-size: 1.0rem;
}


#login_box img {
    margin: 50px;
}


#btn_title {
    color: #3d3020;
    font-size: 0.9rem;
    font-weight: 600;
}

#dumy_bar {
    margin-top: 40px;
}

/* トップページ */
.top_page {
    background-color: #EEE;
}

#menu_box {
    margin-top: 15px;
}

#btn_set p {
    margin: 15px;
}



#btn {
    margin: 30px;
    margin-top: 50px;
}


#sub_menu {
    margin: 20px;
}

#sub_menu p {
    color: #19beb0;
    margin: 10px;
}

#txt_link {
    border-bottom: solid 2px #19beb0;
}




/* 端末登録 */

#stb_new {
    display: block;
    margin-right: 30px;
}

#stb_area,
#stb_shop {
    display: block;
    margin: 0 10px 0 auto;
}


#area_box {
    margin-bottom: 50px;
}

#kara {
    display: block;
    margin: 10px;
    font-size: 15px;
    font-weight: 600;
}

#add_btn {
    margin-left: 40px;
}

#spot_add_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#spot_add_btn img {
    margin: 0 auto;


}

#drag_area {
    margin-right: 20px;
}

#preVideo,
#preImg {
    width: 90px;
    height: 160px;
    margin: 0, auto;
    display: none;
}

#area_sort_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;

}

#area_sort_btn img {
    margin: 0 auto;

}

.chk {
    margin-left: 15px;
}

.time_parent p {
    margin-top: 15px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

.time_thum {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 90px;
    height: 160px;
    background-color: #e5e5e5;
    margin: 5px;
}

.img_time {

    height: 160px;
    width: 90px;
}

.icon_time {
    position: absolute;
    top: 0px;
    left: 0px;
}

.item {
    display: flex;
    flex-direction: column;
    width: 240px;
    height: 280px;
    background-color: #e5e5e5;
    margin: 10px;
}

.thum1,
.thum2,
.thum3,
.thum4 {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.thum_img {
    height: 160px;
    width: 90px;
}

.thum_up {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.thum3 {
    height: 60px;
}

.thum3 p {
    margin: 10px;
    font-size: 11px;
}

.thum_del {
    position: absolute;
    right: 10px;
    bottom: 01px;
}

#item_area {
    flex-wrap: wrap;
}

#day_box {
    justify-content: center;
    align-items: center;

}

#taisyo_p {
    margin: 20px;
    font-size: 16px;
    font-weight: 500;
}

#day_btn_box {
    justify-content: center;
    align-items: center;
    flex-direction: column;


}

#day_btn_box img {
    margin-top: 20px;
}

#mini_btn_area {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#moniter {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#moniter p {
    font-size: 16px;
    font-weight: 700;
}

#minitor_btn {
    display: flex;
}

#minitor_btn img {
    margin: 10px;
}

#log_day_box {
    display: flex;
    margin-top: 20px;
}

.timeline_btn {
    margin-top: 10px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline_btn img {
    margin: 10px;
}

.off_cell {
    background-color: #bfbfbf;
}

/*素材登録*/

/* 720px以下 */
@media only screen and (min-width: 720px) {}
