/* カスタマイズ用CSS */
.txt_red {
	color:#F06;
}

.osusume_box {
    margin-top: 1em;
    padding: 1em 0 0 0;
    border-radius: 3px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.35);
}

.txt_boxtitle {
    font-size: 140%;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.osusume_txt{
    margin: 1em;
    font-size: 110%;
    line-height: 1.5;
}
.osusume_box_bottom{
    background-color:#ccc;
    padding: 0.5em 1em;
}
.osusume_box_bottom p {
   text-align: center;
   font-size: 90%;
}