@charset='UTF-8';

.entry{
    margin-top: 0;
}
.entry a{

    color:#5380c4;

}
table th,
table td{
    font-size: 100%;
    padding-left: 3px;
    box-sizing: border-box;
}
table th{
    height: 34px !important;
}
table.block td div{
    font-size: 80%;
}
table.block td div:before{
    content:"※";
    font-size: 100%;
}


.item{
    font-size: 14px;
    margin-bottom: 28px;
}

.item_title{
    background-color: #e1efe3;
/*     width: 115%; */
/*     margin-left: -10px; */
/*     overflow: hidden; */
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: border-box;
/*     margin-bottom: 8px; */

    margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.notes{
    padding-left: 5px;
}

.input_block{
	margin-top: 5px;
}
