﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
h3#bussan {
padding-top:  30px;
margin-top: 20px;
border-top: dotted 5px #DDC300;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
h3#bussan {
padding-top:  30px;
margin-top: 20px;
border-top: dotted 5px #DDC300;
}
}
