@charset "UTF-8";
#wrapper .contents { }
.sanrio { float: right; }
.sanrio_box { width: 550px; }
.contents_right { font-family: sans-serif; font-size: 12px; }

#ui-tab ul { display:flex; justify-content: flex-start; align-items: stretch; background-image: url(../images/plan_off.jpg); }
#ui-tab ul li { width:11.111%; }
#ui-tab ul li:nth-child(1) { width:18.57806989%; }
#ui-tab ul li:nth-child(2) { width:25.38826613%; }
#ui-tab ul li a,
#ui-tab ul li a span { height: 100%; display: block; }
#ui-tab ul li a:hover,
#ui-tab ul li a:hover span,
#ui-tab ul li.current a,
#ui-tab ul li.current a span { display: block; background-image: url(../images/plan_on.jpg); }

.entry_body h4 a { background-color: #815106; color:#fff; text-align: center; font-size: 1.1em; line-height: 1.5em; padding:0.5em 0; border-radius: 2em; display:block; margin:1em 0 2em 0; }
.entry_body h4 a:hover { background-color: #333; color:#fff; }

@media screen and (max-width: 900px) {
#ui-tab ul { flex-wrap: wrap; }
#ui-tab ul li { width:calc(1.5 * 11.111%); }
#ui-tab ul li:nth-child(1) { width:calc(1.5 * 18.57806989%); }
#ui-tab ul li:nth-child(2) { width:calc(1.5 * 25.38826613%); }
}
