/* カスタム CSS をここに入力してください */

.good.alignleft {
    margin-right: 10px !important;
}

.clear{
clear:both;
}

.good.alignright{
margin-left: 8px !important;
}

.navu{
color:#000086;

}
span.y_line{
background-color:#ffff00;
}


.totop {
    position: fixed;
    right: 13px;
    bottom: 70px;
     z-index: 9999;
     }



@media screen and (max-width: 479px) {
	/* 479px以下用（スマートフォン用）の記述 */
.totop {
    right: 6px;
       }
}
