@charset "UTF-8";
.mainvisual {
    background: url("../../../common/img/mv-supporters-bg.png")  no-repeat center bottom;
	background-size:  cover;
}
.page-title{
    background: url("../../../common/img/news/mv-news.png")no-repeat center;
}
/*
=================================================*/
.sidebar-contents {
    width: 230px;
    text-align: center;
    margin-right: 5%;
    display: block;
}
.box-supporters-news h2 {
    margin-bottom: 15px;
}
.box-supporters-news p {
    margin: 1em 0;
}
.supporters-date {
    margin: 0 0 1em;
    text-align: right;
}
.supporters-news-contents {
    margin: 0 auto 0;
    max-width: 690px;
}
/*装飾
=================================================*/
.text_red{
	color: #FF0004;
}
.center , td.t-cen{
  text-align:center;
}

/*table
=================================================*/
table {
    width: 100%;
}
tr {
    border: solid 1px #161B59;
}
th {
    background: #D2D4E2;
    border: solid 1px #161B59;
    padding: 7px 10px;
    text-align: center;
}
td {
    border: solid 1px #161B59;
    padding: 7px 10px;
}

/*
responsive
=======================================================================================================*/
@media screen and (max-width: 1025px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 140px;
}
}





