@CHARSET "UTF-8";
@media (min-width:491px) {
#past_comp{
    display: none;
    z-index: 9999;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 20px;
    width: 406px;
    height: 384px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: auto;
    text-align: center;
    color:#000;
}
}
@media (max-width:490px) {
#past_comp{
    display: none;
    z-index: 9999;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 20px;
    width: 100%;
    height: 328px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: auto;
    text-align: center;
    color:#000;
}
}
#past_comp h4{
    margin-top:0px;
}
#past_comp h3{
    margin-bottom:0px;
    margin-top:10px;
}
#compTable{
    margin:0 auto;
    max-width:344px;
}
table#pastcomp {
    border:1px #000000 solid;
    border-collapse:collapse;
    margin:0 0 30px;
    width:100%;
    font-size: 18px;
}

table#pastcomp th{
    background: #27386e;
    color: #ffffff;
}

table#pastcomp td{
    border-collapse:collapse;
    border:1px #000000 solid;
}
table#pastcomp .win{
    background: #e78144;
}
table#pastcomp .hoshi{
    width:40px;
}
table#pastcomp .hoshi2{
    width:40px;
}
table#pastcomp .east{
    /*width:80px;*/
    text-align: left;
    font-size:25px;
    padding: 12px 10px;
}
table#pastcomp .west{
    /*width:80px;*/
    text-align: right;
    font-size:25px;
    padding: 12px 10px;

}
table#pastcomp .bashoName{
    width: 129px;
}

#pop-close button{
    width: 329px;
    height: 30px;
    font-size: 18px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 312px;
    margin: auto;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 20px;
    cursor:pointer;
    box-shadow: 2px 2px 2px #555;
    background-image: -moz-linear-gradient( top, #e2e1e1 0%, #c3c1c1 40%, #bbbbbb 52%, #9a9898);
    background-image: -webkit-gradient( linear,left top,left bottom, from(#e2e1e1), color-stop(0.49,#c3c1c1), color-stop(0.52,#bbbbbb), to(#9a9898));
}
@media (max-width:490px) {
    #pop-close button{
        width: 300px;
        top: 265px;
    }
}