﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#DHeader
{
   background: #ffffff;
    min-height: 140px;
    position: relative;
    width: 960px;
}

#DHeader .logo
{
    left: 20px;
    position: absolute;
    top: 20px;
}


#DHeader h1
{
    color: #000000;
    font-size: 300%;
    font-weight: bold;
    left: 240px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
}


#DHeader .header_text2
{
    border: 1px solid;
    bottom: 10px;
    display: inline-block;
    position: absolute;
    right: 10px;
}


#DHeader .header_text2 a
{
    display: block;
    padding: 10px;
    text-decoration: none;
}
}
