﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
div.imgcenter
{
display:block;
width:306px;
text-align:center;
}

h3.imgcenter
{
background: url("/topimage/ac329.jpg") no-repeat left bottom;
padding: 2px 0 1px 8px;
font-weight:100;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
div.imgcenter
{
display:block;
width:306px;
text-align:center;
}

h3.imgcenter
{
background: url("/topimage/ac329.jpg") no-repeat left bottom;
padding: 2px 0 1px 8px;
font-weight:100;
}
}
