@charset "utf-8";

/* 営業時間インフォメーション
--------------------------------------------------------------------*/



/* 自動車税インフォメーション
--------------------------------------------------------------------*/
#common_zei_box{
    border: solid 4px #c20211;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    box-sizing: border-box;
}
#one_point_zei_comment span{
	background: #ffd0d4;
    font-size: 28px;
    color: #c20211;
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 1.7;
    display: block;
    margin: 0;
}
#common_zei_text{
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #be0622;
    padding: 1.3% 0 2%;
}
#common_zei_sub_text{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding-top: 15px;
}
#common_zei_box span.bg_yellow{
	background:#fffc00;
}