body{
    /* background-color: #004c83; */
    /* color: #fcf7b0; */
}


#start{
    background-color:#004c83;
    /* color: white; */
    color: #fcf7b0;
    width: 80%;
    margin:  0 auto;
    font-size: 20px;
}

#target{
    width: 80%;
    border: solid;
    margin:  5px auto;
    font-size: 20px;
}


body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
    /* margin: 0 auto; */
}

h1{
    padding-left: 15px;
    font-size: 16px;
    font-weight: normal; 
    width: 100%;
    text-align: left;
}

.second > li {
    margin-left: 10px;
}

#first {
    list-style: none;
    /* background-color: #004c83;
    color: #fcf7b0; */
    /* margin-top: 10px; */
}

#first > li{
    margin-left: -20px;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
}

td {
    text-align: center;
}

/* table tr:nth-child(odd) td {
	background: #fff;
} */

tr:nth-child(2n+1) {
    background:#dcdcdc;
}

#postor_wrap{
    width: 100%;
}
    
#caution{
    margin-top: 5px;
}

#main_description{
    font-size: 16px;
    width: 95%;
    /* text-align: center; */
    margin: 10px auto;
    /* color: #004c83; */
}

#detail_title{
    width: 100%;
    text-align: center;
    background-color:#008B8B;
    color:  #fcf7b0; ;
}

#cand{
    margin-top: 5px;
    width: 100%;
    text-align: center;
    background-color:#008B8B;
    color:  #fcf7b0; ;
}

#detail_description{
    width: 85%;
    /* text-align: center; */
    margin: 5px auto; 
    display: none;
}

#description{
    width: 95%;
    /* text-align: center; */
    margin: 5px auto;

}

#postor,#postor2{
    width: 100%;
}

#pupu_img{
    width: 80%;
}

.first_li{
    background-color: #004c83;
    color: #fcf7b0;
}
#roulette{
    margin-top: 5px;
    width: 100%;
    text-align: center;
    background-color:#008B8B;
    color:  #fcf7b0;
}

#roulette_detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#link_description{
    margin-top: 10px;
    margin-bottom: 5px;
    background-color:#008B8B;
    color:  #fcf7b0;
    text-align: center;
}

#showrooom_link{
    display: flex;
    width: 100%;
}

#ayari_room_wrap{
    width: 48%;
    margin-right: 5px;
}

#event_page_wrap{
    width: 48%;
    margin-right: 5px;
}

#ayari_room{
    /* width: 48%; */
    width: 100%;
    margin-right: 5px;
    /* height: auto; */
}

#event_page{
    /* width: 48%; */
    width: 100%;
    margin-left: 5px;
    /* height: auto; */
}

#stchan{
    width: 20px;
}
            
/* タブレット想定 */
@media screen and (min-width:760px) {
    /* 共通 */
    #ayari_room{
        height: auto;
    }
    #event_page{
        height: auto;
    }
}

@media screen and (min-width:1200px) {

}
