/* Slide Show */

div.mainImage {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    border-bottom: 2px solid #222222;
}

div#MainImageSlider {
    width: 100%;
}

div.sp-slides {
    width: 100%;
}

/* Messages*/

section.messages {
    padding-top: 10px;
}

section.messages p {
    background-color: #3b3b3b;

    margin: 0 10px 0 10px;
    border-top: 1px solid #444;
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 16px;
}

/* Information */

section.informations {
    padding-top: 10px;
}

section.informations h2 {
    margin: 5px 10px 5px 10px;

    background-color: #39171d;
    border-top: 1px solid #572b00;
    border-right: 1px solid #572b00;
    border-bottom: 1px solid #572b00;
    border-left: 1px solid #572b00;

    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;

    font-size: 15px;
    font-weight: normal;
}

section.informations article {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px dotted #B4A3A3;
    font-size: 14px;
}

section.informations article p {
    margin-top: 5px;
    margin-bottom: 5px;
}

section.informations article p.informationTitle {
    margin-left: 10px;
}

section.informations article p.informationTitle time {
    margin-right: 20px;
}

section.informations article p.informationTitle em {
    color: #ffcccc;
    font-style: normal;
}

section.informations article p.informationContext{
    margin-left: 20px;
}


/* Menu PanelButton */

section.panelButtons {
    padding-top: 20px;
}

section.panelButtons ul  {
    overflow: hidden;
    list-style-type:none;
    margin:  0;
    padding: 0;
}

section.panelButtons ul li {
    float: left;
    margin-bottom: 20px;
    padding: 0;
    width: 33.3%;
    text-align: center;

}

section.panelButtons ul li a {

    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #444444;
    width: 90%;
    overflow: hidden;
}

section.panelButtons ul li a img {

    display: block;
    background-color: #ffffff;
    vertical-align: bottom;
    width: 100%;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

section.panelButtons ul li a:hover {
}

section.panelButtons ul li a img:hover {

    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: “alpha(opacity=80)”;
}

/* Facebook pageplugin */

div.pageBodyFaceBook {
    background-image: url(../img/1114g.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

    border-top: 1px solid #323232;
}

div.pageBodyFaceBookInner {
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
}

div.pageBodyFaceBookInner p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 15px;
    font-size: 24px;
    font-weight: bold;
}

div.pageBodyFaceBookInner p img {
    vertical-align: top;
    padding-right: 5px;
}


table.tblCondition {
    margin: 5px auto;
    vertical-align: middle;
    font-size: 16px;
	width: 96%;
}

table.tblCondition th {
    background-color: #333;
    border: 1px solid #555;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: normal;
}

table.tblCondition td {
    background-color: #444;
    border: 1px solid #555;
    padding-top: 10px;
    padding-bottom: 10px;
    height:60px;
    text-align: center;
}


.information a {
	text-decoration: none;
    color: #ffcccc;
}


/*************************************************************/
/* レスポンシブ用 */
/*************************************************************/

@media screen and ( max-width: 1024px )
{
    section.panelButtons ul li {
    }

    section.panelButtons ul li a {
    }

}

@media screen and ( max-width: 480px )
{
    section.messages p {
        font-size: 14px;
    }

    section.panelButtons ul li {
        width: 100%;
    }

    section.panelButtons ul li a {
    }

    section.informations h2 {
        padding-left: 0px;
        padding-right:  0px;
        text-align: center;
    }

    table.tblCondition {
        font-size: 14px;
    }

    table.tblCondition td {
        font-size: 12px;
    }
}

