@charset "Shift_JIS";

/*東北応援バスページ*/
#kv p{
	background:url(../img/kv_img.jpg)  no-repeat top right;
}

.korekaramobox {
    margin-bottom:40px;
    border-radius:12px;
    padding:20px;
}

.korekaramobox img {
    float:right;
    padding-left:10px;
}

.korekaramobox b {
    font-size:115%;
    color:#f35f17;
}

.korekaramobox span {
    display:block;
    border-bottom:1px solid #f35f17;
    margin-bottom:10px;
    margin-right:10px;
}

.korekaramobox:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    margin: 0px !important;
}