/* トップメニュー */
.toplist {font-weight:bold;}
.toplist a {position:relative; display: block; text-decoration:none; padding:0px 25px 10px 10px; margin-left:-10px; border-bottom:1px solid #ccc;}
.toplist a::after {position:absolute; top:50%; right:10px; display:block; content: ''; width:8px; height:8px; margin-top:-8px; border-top:1px solid #888; border-right:1px solid #888; -webkit-transform:rotate(45deg); transform:rotate(45deg);}
/* スマホで画像の回り込み無しに */
@media screen and (max-width: 480px) {
#content img.alignleft { float: none; }
#content img.alignright { float: none; }}
/* 回り込み解除 */
.clear {clear: both;}
/* 文字・色 */
.red{color:#ff0000;}
.green{color: #8ac13c;}
.bold{font-weight:bold;}
.orange{color:#dd9933;}
/* お知らせ */
#info li{border-bottom:#8ac13c 1px dashed;}
.line-o{border-top: 1px solid #dd9933;}
.line-g{border-top: 1px solid #8ac13c;}
/* マージン */
img.yohaku {margin-bottom:15px;}
/* 画像透過 */
a:hover img {opacity: 0.7; filter:alpha(opacity=70);}