@charset "utf-8";
/* CSS Document */

.anniversary .contents{
	margin-top: 25px;
}

.anniversary .content .main {
    width: 100%;
    float: none;
}
.anniversary .content .main > section {
    width: 100%;
    margin-left: 0;
}
.anniversary .matchInfo .matchList {
    z-index: 111;
}

.mainNav ul{
    display: table;
    width: 100%;
    border-bottom: solid 3px #007f41;
    margin-bottom: 20px;
}
.mainNav ul li{
    display: table-cell;
    width: 25%;
    background: #ccc;
    color: #000;
    text-align: center;
    border: none;
    border-right: solid 1px #fff;
    vertical-align: middle;
}
.mainNav ul li:last-child{
    border-right: none;
}
.mainNav ul li a{
    padding: 8px 0;
    box-sizing: border-box;
    background: #e8e8e8;
/*    font-size: 13px;*/
    text-align: center;
    display: table-cell;
    color: #555;
	height: 52px;
	width: 500px;
	vertical-align: middle;
}
.mainNav ul li a:hover{
    text-decoration: none;
	
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
.mainNav ul li > span{
    color: #a5a5a5;
}
.mainNav ul li > span > i,
.mainNav ul li > a > i{
    display: block;
    font-style: normal;
}

.famous_scene .nav_famous_scene a,
.message .nav_message a,
.pastmatch .nav_pastmatch a,
.pastphoto .nav_pastphoto a,
.sns .nav_sns a{
    background: #007f41;
    color: #fff;
}

.tweetlist {
    display: block;
    font-size: 0;
}
.tweetlist > li {
    display: inline-block;
    letter-spacing: normal;
/*    width: 320px;
*/    vertical-align: top;
    padding-right: 10px;
}
.tweetlist > li:nth-child(3) {
    padding-right: 0;
}

/*message*/
.photoList{
	font-size: 0;
}
.photoList li{
    display: inline-block;
/*    width: 320px;
*/    padding-right: 10px;
    padding-bottom: 15px;
    vertical-align: top;
}
.photoList li:nth-child(3n){
    padding-right: 0;
}
.photoList li img{
/*    width: 320px;
*/}
.photoList li figure figcaption{
    font-size: 14px;
    text-align: center;
}
.anniversary .lb-nav{
    height: 50%;
}
.anniversary .lb-caption{
    display: block;
    padding: 0 0 10px;
    line-height: 1.6em;
}

/*pastmatch*/
.videoList{
    font-size: 0;
}
.videoList li{
    display: inline-block;
/*    width: 320px;
*/    padding-right: 10px;
    padding-bottom: 15px;
    vertical-align: top;
}
.videoList li:nth-child(3n){
    padding-right: 0;
}
/*.videoList li img{
    width: 320px;
}
*/.videoList li figure div{
    position: relative;
}
.videoList li figure div:after{
    position: absolute;
    font-size: 54px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -27px;
    font-family: "icomoon3";
    content: "\ec601";
    color: #FFF;
    line-height: 100%;
    opacity: 0.7;
}
.videoList li figure figcaption{
    font-size: 14px;
    text-align: center;
}



.photoList {
	border-top : solid 1px #CCC;
	padding-top : 30px;
}

.videoList li,
.photoList li,
.tweetlist li{
	display: block;
	padding-right: 0;
	padding-bottom: 25px;
}
.photoList li figure figcaption,
.videoList li figure figcaption {
	padding-top: 5px;
}
.tweetlist li{
	padding-bottom: 0;
}