@charset "SHIFT_JIS";

@media screen and (max-width: 736px){

#bohr-contest h1,#bohr-contest h2{
text-align: center;
}

#bohr-contest .status {
border-color: #FFAE29;
}

#bohr-contest .status h2{
margin: 0;
background-color: #FFAE29;
}

#bohr-contest ul.other-lnavi{
display: block;
border: none;
font-size: 1rem;
}


#contest-index-list>li{
background-color: #f4f4f4;
clear: both;
overflow: hidden;
padding: 20px 15px;
border-radius: 5px;
}

#contest-index-list li h2{
text-align: left;
font-size: 1.8rem;
margin: 0 0 1rem;
}

#contest-index-list li ul{
display: flex;
justify-content: space-evenly;
}

.contest-btn-orange{
background-color: #ffa500;
border: solid 2px #ffa500;
color: #fff;
font-weight: bold;
padding: 3px 20px;
display: block;
border-radius: 50px;
}

.contest-btn-blue{
background-color: #00abff;
border: solid 2px #00abff;
color: #fff;
font-weight: bold;
padding: 3px 20px;
display: block;
border-radius: 50px;
}










}