@charset "utf-8";

/* mobile----------------------------------------------------*/
@media screen and (max-width: 480px) {



.top_title{
    margin: 20px auto;
    font-size: 1.6em;
    padding-bottom: 5px;
    color: #663300;
     font-family:serif;
    border-bottom:thin solid #ccc;
}



.lead{
    margin: 20px auto;
    width: 96%;
    height: 500px;
}
    
}/* Tablet---------------------------------------------------*/
@media (min-width: 481px) and (max-width: 768px) {




}/* PC-------------------------------------------------------*/
@media screen and (min-width: 769px) {


.top_title{
    margin: 20px auto;
    font-size: 160%;
    padding-bottom: 5px;
    color: #663300;
     font-family:serif;
    border-bottom:thin solid #ccc;
}



.lead{
    margin: 20px auto;
    width: 1040px;
    height: 500px;
}


  
} 


