@charset "utf-8";

body {
    background-image: url("../images/main.gif");
    background-size: cover;
    /* filter: blur(6px); */
}

#openning{
    margin: 0 auto;
    /* border: 2px solid black; */
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 100px;
    text-align: center;
    /* background-color: rgba(255, 255, 255, 0.7); */
    transform: translate(-250px , -50px);
}


#openning h1{
    text-shadow: 1px 1px 1px #ccc ;
    font-size: 90px;
}

#openning button{
    box-shadow: 1px 1px 1px #ccc ;
    width: 200px;
    height: 30px;
}




/* .onloadpage{
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 1s;
} */

#container {
    margin: 0 auto;
    /* border: 2px solid black; */
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
}


button {
    margin-left: 5px;
}

.container_start {
    width: 500px;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.7);
    transform: translate(-250px , -250px);
}

.container_load {
    width: 1200px;
    height: 700px;
    background-color: rgba(255, 255, 255, 0.9);
    transform: translate(-600px , -350px);
}

#container h1 {
    /* border: 1px solid red; */
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 40px;
}

#container p {
    /* border: 1px solid red; */
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 20px;
}

#container input {
    /* border: 1px solid red; */
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 15px;
    display: block;
}

#container button {
    /* border: 1px solid red; */
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 150px;
    height: 40px;
    font-size: 20px;
    float: right;
    cursor: pointer;
}

.saveButton_start {
    display: none;
}

.saveButton_load {
    display: block;
}

.writeButton_start {
    display: none;
}

.writeButton_load {
    display: block;
}

.listButton_start {
    display: none;
}

.listButton_load {
    display: block;
}

.boardsize {
    border: 1px solid red;
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    overflow-y: auto;
    margin-bottom: 20px;

}

#boardlist {
    position: relative;
    border: 2px solid #ccc;
    background-color: #fff;
    /* padding-top: 50px; */
}

#boardlist #list_head {
    position: sticky;
    top: 0;
    left: 0;
}

#boardlist #list_head th {
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 50px;
    background-color: #ccc;
    /* width: 100%; */
}

#boardlist #list,
#boardlist #list_head {
    /* border: 2px solid #ccc; */
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

#boardlist #list td {
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 40px;
    cursor: pointer;
    /* line-height: 30px; */
    /* width: 100%; */
}

#boardlist #list tr:hover {
    background-color: #ccc;
    /* border: 1px solid #fff; */
}

#boardlist #list td button {
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 1);
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    /* line-height: 30px; */
    /* width: 100%; */
}

#boardlist #list td button:hover {
    background-color: #ccc;
}

/* -------------------- */

#boardread {
    position: relative;
    border: 2px solid #ccc;
    background-color: #fff;
    /* padding-top: 50px; */
}

#boardread #list {
    /* border: 2px solid #ccc; */
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

#boardread #list th {
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 50px;
    background-color: #ccc;
}

#boardread #list td {
    /* border: 1px solid #ccc; */
    box-sizing: border-box;
    height: 350px;
}

/* -------------------- */

#boardwrite {
    position: relative;
    border: 2px solid #ccc;
    background-color: #fff;
    /* padding-top: 50px; */
}

#boardwrite #list {
    /* border: 2px solid #ccc; */
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

#boardwrite #list th {
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 50px;
    background-color: #ccc;
}

#boardwrite #list th input {
    margin: 0 0 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    width: 99%;
    height: 40px;
    background-color: #fff;
    padding-left: 10px;
}

#boardwrite #list td {
    /* border: 1px solid #ccc; */
    padding: 5px;
    box-sizing: border-box;
}

#boardwrite #list td textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 270px;
    padding: 10px;
    font-size: 20px;
}

#boardwrite button {
    margin: 0 10px 0 0;
}
