/* CSS Document */
/*====================================================================

index.css

======================================================================

01.index

=====================================================================*/
/*====================================================================/
   smp Layout
/====================================================================*/
/* h2
----------------------------------------------------------------*/
/* news,column
----------------------------------------------------------------*/
.news_box h3
{
    position: relative; 

    padding: 10px 10px 8px;

    letter-spacing: 1px;

    color: #fff;
    background: #82705e url('../img/top_news_box_bg.jpg');
}
.news_box h3 span
{
    font-family: 'Buenard', sans-serif;
    font-weight: 700;

    margin-left: 5px;

    color: #000;
}

.news_box article
{
    margin-bottom: 20px;
    padding: 1px; 

    background: url('../img/top_news_line.png') bottom repeat-x;
}

.news_box article div
{
    overflow: hidden;
    overflow-y: scroll;

    height: 100px;
    padding-top: 10px;

    background-color: #f6f3ee;
}

.news_box dl
{
    padding-right: 2%; 
    padding-left: 2%;
}

.news_box dt
{
    color: #43871a;
}

.news_box dt,
.news_box dd
{
    font-size: 95%; 
    line-height: 1.4;

    text-align: left;
    letter-spacing: 1px;
}

.news_box dd
{
    font-weight: normal; 

    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid #c8c8c8;
}

.news_box dd a:link,
.news_box dd a:visited
{
    color: #333;
}

/* news */
/* blog */
div#page_title
{
    height: auto;
    margin-bottom: 20px;
    padding: 10px 0;

    background: url('../img/h2_bg.jpg');
}
div#page_title h2
{
    width: 100%;
    height: auto;
}

/*====================================================================/
   tablet
/====================================================================*/
/*====================================================================/
   smallPC
/====================================================================*/
@media screen and (min-width: 750px)
{
    /* news,column
  ----------------------------------------------------------------*/
    .news_box
    {
        width: 100%; 
        margin-bottom: 30px;
    }

    .news_box h3
    {
        font-size: 16px; 

        letter-spacing: 2px;
    }

    .news_box article
    {
        width: 48%;
    }

    .news_box article div
    {
        overflow: hidden;
        overflow-y: scroll;

        height: 175px; 
        padding-top: 15px;

        border-top: none;
    }

    .news_box dl
    {
        width: 92%; 
        margin: 0 auto;
    }

    .news_box dt,
    .news_box dd
    {
        font-size: 12px; 
        line-height: 1.5;

        text-align: left;
        letter-spacing: 1px;
    }

    .news_box dt
    {
        margin-bottom: 5px;
    }

    .news_box dd
    {
        font-weight: normal; 

        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    /* news */
    #news
    {
        float: left;
    }

    /* blog */
    #blog
    {
        float: right;
    }

    div#page_title
    {
        margin: 0 0 20px;
        padding: 20px 0; 

        background-repeat: repeat-x;
        background-position: left bottom;
    }
}
/*====================================================================/
   PC
/====================================================================*/
@media screen and (min-width: 980px)
{
    div#page_title
    {
        width: 100%;
        height: 320px;
        margin-bottom: 24px; 

        text-align: left;
    }
    div#page_title h2
    {
        width: 960px;
        margin: 0 auto;
    }
}
