@charset "UTF-8";

/* COMMON */

#mv.mv-media {
	position: relative;
	background: #f9f5f1 url(../../keiseikai/images/mv-media.jpg) 65% 0;
	background-size: cover;
	color: #fff;
}



/* CATEGORY */

#media .article-lists li {
	border-width:0 0 1px 0;
	margin-bottom: 0;
}

#media .article-lists li p {
	font-size: 1.6rem;
}

#media .article-lists li h3 {
	font-size: 1.8rem;
	line-height: 1.8;
}



/* SINGLE */

#media-detail > .label {
	display: inline-block;
	line-height: 1.0;
	margin-bottom: 10px;
	padding: 5px 10px 7px;
}

#media-detail > .media-name {
	font-size: 1.7rem;
}

/* SIDEBER 202004 add */
.media-sidebar-box{
    background: #80c3c0;
    border: solid 1px #80c3c0;
    color: #FFF;
    height: 50px;
    line-height: 1.8;
    margin: 0 auto 30px;
    padding: 10px 5px;
    text-align: center;
}

.media-sidebar-box:hover{
    background: #fff;
    color: #80c3c0;
    height: 50px;
    transition: all .3s ease-out;
}

.media-sidebar-box h3{
    font-size: 1.6rem;
    padding-bottom: 1.2%;   
}

@media screen and (max-width: 834px) {
	
	#main-contents.media-top {
		margin-top: 0 !important;
	}

	#main-contents, #media-other, #media-other .icon-gold-ti-box {
		margin-bottom: 0;
	}

	#mv.mv-media {
		background-size: cover;
	}
	
}

