﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#headertop
{
    background: url("../../../images/header_770.gif") no-repeat left bottom;
    height: 80px;
    text-indent: -9999px;
    width: 770px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#headertop
{
    background: url("../../../images/header_winter_no.jpg") no-repeat left bottom;
    height: 100px;
    text-indent: -9999px;
    width: 320px;
}

#headertop a
{
    background: url("../../../Images/logo_sp.png") no-repeat left bottom;
    display: block;
    height: 57px;
    left: 2px;
    position: relative;
    top: 2px;
    width: 143px;
}


.copyright
{
    border-bottom: 2px solid #ABABAB;
    border-top: 3px dotted #C3C3C3;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0;
    text-align: center;
}
}
