@charset "utf-8";

@media print{
    
  #suntory_contents header.sbfinc {
        display: none;
    }
    footer.sbfinc {
        display: none;
    }
}

@media screen and (max-width:767px){
    /* SP */
    #suntory_contents #tittle2nd {
        background: #c1e2ee;
    }
    #suntory_contents #tittle2nd h1 a {
        color: #5fa8c9;
		font-size: 16px;
		font-weight: bold;
    }
    #suntory_contents #tittle2nd .logo {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    /* PC */
    #suntory_contents #sbf_main_cnt {
    padding-top: 33px;
    }
    
    
}


