﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.EventList_Standard
{
}

.EventList_Standard .ModuleReference
{
}

.EventList_Standard .Term h2
{
    padding: 15px 100px 15px;
    position: relative;
    text-align: center;
    z-index: 0;
    background: #007538;
}

.EventList_Standard .Prev span
{
    background: #ffffff url("../../../Images/LastMonth.png") no-repeat left 5px;
    border-radius: 1px;
    display: block;
    left: 10px;
    padding: 5px 10px 5px 20px;
    position: absolute;
    top: 10px;
    z-index: 1;
}

.EventList_Standard .Next span
{
    background: #ffffff url("../../../Images/NextMonth.png") no-repeat right 5px;
    border-radius: 1px;
    display: block;
    padding: 5px 20px 5px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.EventList_Standard .CDate
{
}

.EventList_Standard .Event_box_content
{
}

.EventList_Standard .Title
{
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 0 5px 10px;
    padding: 0;
}

.EventList_Standard .Summary span
{
}


/* 左右領域 */
#LeftPane .EventList_Standard .Term h2,
#RightPane .EventList_Standard .Term h2
{
    padding: 50px 10px 8px;
    position: relative;
    text-align: center;
    z-index: 0;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.EventList_Standard
{
}

.EventList_Standard .ModuleReference
{
}

.EventList_Standard .Term h2
{
    padding: 15px 100px 15px;
    position: relative;
    text-align: center;
    z-index: 0;
    background: #007538;
}

.EventList_Standard .Prev span
{
    background: #ffffff url("../../../Images/LastMonth.png") no-repeat left 5px;
    border-radius: 1px;
    display: block;
    left: 10px;
    padding: 5px 10px 5px 20px;
    position: absolute;
    top: 10px;
    z-index: 1;
}

.EventList_Standard .Next span
{
    background: #ffffff url("../../../Images/NextMonth.png") no-repeat right 5px;
    border-radius: 1px;
    display: block;
    padding: 5px 20px 5px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.EventList_Standard .CDate
{
}

.EventList_Standard .Event_box_content
{
}

.EventList_Standard .Title
{
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    margin: 0 5px 10px;
    padding: 0;
}

.EventList_Standard .Summary span
{
}


/* 左右領域 */
#LeftPane .EventList_Standard .Term h2,
#RightPane .EventList_Standard .Term h2
{
    padding: 50px 10px 8px;
    position: relative;
    text-align: center;
    z-index: 0;
}
}
