@charset "euc-jp";

.news_h2 {
    color: #fff;
    margin: 0;
    padding: 20px;
    /*border-bottom: 3px solid #ddd;*/
    font-size: 16px;
    background-color:#f7b52c;
    border-radius: 2px;        /* CSS3Áð°Æ */  
    -webkit-border-radius: 2px;    /* Safari,Google ChromeÍÑ */  
    -moz-border-radius: 2px;   /* FirefoxÍÑ */  
}

.news_h2 a.list_info {
    font-size: 12px;
    font-weight: normal;
    background-color: #000;
    color: #fff;
    margin: 3px 5px 0 0;
    padding: 1px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    text-decoration: none;
}

.sche_h2 {
    color: #fff;
    margin: 0;
    padding: 20px;
    /*border-bottom: 3px solid #ddd;*/
    font-size: 16px;
    background-color:#ff5c5b;
    border-radius: 2px;        /* CSS3Áð°Æ */  
    -webkit-border-radius: 2px;    /* Safari,Google ChromeÍÑ */  
    -moz-border-radius: 2px;   /* FirefoxÍÑ */  
}


