@charset "UTF-8";
/* CSS Document */
body {
	-webkit-text-size-adjust;
}

.boxContainer {
    overflow: hidden;
}

.box {
    float: left;
    margin: 5px 5px 5px 0px;
}

.label {
    background-color: 2DA7E0;
    color: FFFFFF;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    border-radius: 20px;
    text-align: center;
    width: 70px;
}
select {
    border-color:#16288B;
}
.buttons{
    background-color: 172987;
    color: FFFFFF;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-style: none;
    width: 60px;
    font-size: 12.5px;
}
input[type="checkbox"]{
    border-color:16288B;
    background-color: FFFFFF;
}


.sakujo{
    background-color: red;
    color: FFFFFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-style: none;
    width: 20px;
    height:20px;
    font-size: 12.5px;
    padding:0;
}
