@charset "utf-8";

body {
    width: 100%;
    background-color: #FFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    font-size: 62.5%;
    background-image: url("../img/grid.png");
    overflow: hidden;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
}

#hiddenLink,
#selfile,
#selfile2 {
    display: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

/* ログイン */
#login_header {
    width: 100%;
    height: 170px;
    background-color: #FFF000;
    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%;


}

#login_titile {
    text-align: center;
    margin-bottom: 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;
}

/* 検索サイズ */
.txt {
    width: 450px;
}

#main_body_login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 20;
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cover2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 20;
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#kinkyu{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#sendImg{
    width:30%;
}

#kinkyu p{
    margin: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
}

#send_btn{
    margin: 20px;
}

.mini_window {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 750px;
    height: 500px;
    background-color: #fff;
}

.mini_window p {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 20px;
}

.menu_bar {
    display: flex;
    width: 750px;
    height: 46px;
    background-color: #19beb0;
}

.menu_bar img {
    margin: 0 0 0 auto;
}

#drag_area {
    margin-top: 30px;
}

.box_1000 {
    display: flex;
    width: 1000px;
    align-items: center;
}

.box_600 {
    display: flex;
    width: 600px;
    align-items: center;
}



.box {
    display: flex;
    align-items: center;

}

.box_column {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.main_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;

}

.midashi {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.m_bold {
    color: #000;
    font-size: 1.2rem;
    font-weight: 900;
    padding: 5px 5px;
    border-left: 10px solid #19beb0;
}

.midashi_menu {
    display: flex;
    align-items: center;
    width: 750px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.midashi_menu p {
    color: #000;
    font-size: 1.0rem;
    font-weight: 500;
    padding: 5px 5px;
    border-left: 10px solid #FFF;
}


/* ヘッダー */
.header_bar {
    width: 100%;
    height: 40px;
    background-color: #19beb0;
    z-index: 10;
}

.header_main {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 1000px;
    height: 100%;

}

#close {
    margin: 0 0 0 auto;
}

#menu_box {
    margin-top: 20px;
    margin-left: 50px;
}

#list_box {
    height: 100%;
    background-color: #fff;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: auto;

}

#list_box p {
    margin: 0 auto;
    font-size: 18px;
    margin-top: 40px;
}

.del_btn {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 10;
}

.thum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
    width: 170px;
    height: 170px;
    border: 1px solid #333;
    background-color: #EEE;
    position: relative;

}

#btn_box {
    margin-top: 20px;
    margin-bottom: 50px;
    justify-content: center;
}

#select_page {
    margin-left: 0px;
    margin-bottom: 0px;
}



.top_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40px;

    width: 100%;
    height: 70px;
    background-color: #434343;
    z-index: 5;
}


.footer_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;

    width: 100%;
    height: 90px;
    background-color: #434343;
    z-index: 5;
}

#footer_set img {
    margin-right: 30px;
}

.top_menu img {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
}

.canvas_sheet {
    position: absolute;
    display: none;
    top: 0px;

    width: 1080px;
    height: 1920px;
    background-color: #fff;
    transform-origin: top center;

}

#main_img_bg {
    position: relative;
    width: 100%;
    height: 100%;
}

#main_img p {

    font-weight: 800;
    /* font-family: YuMincho, 'Yu Mincho'; */
    font-family: 'YuGothicM';
    text-align: center;
    font-size: 30px;
    overflow: hidden;
    user-select: none;
    word-break: break-all;
    line-height: 1.0;
    padding-top: 5px;
    z-index: 10;
}



#text_edit {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 300px;
    height: 180px;
    display: none;
    font-weight: 800;
    font-family: 'YuGothicM';
    text-align: center;
    font-size: 30px;
    overflow: hidden;
    user-select: none;
    word-break: break-all;
    line-height: 1.0;

}

#close_btn {
    position: absolute;
    right: -65px;
    top: -10px;
    z-index: 400;
    cursor: pointer;
}


#font_edit {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 780px;
    height: 90px;
    border-radius: 10px;
    background-color: #aaa;
    box-shadow: 2px 2px 4px;
    z-index: 400;
}

#bold_type {
    margin-left: 15px;
}

#align_set {
    margin-left: 15px;
}

#align_set img {
    margin-left: 5px;
}

/* 720px以下 */
@media only screen and (min-width: 720px) {}
