@charset "utf-8";

/*MV*/

#mv {
	display: table;
	width: 100%;
    background: url(../images/mv.png) no-repeat center bottom;
	background-size: cover;
	height: 480px;
}

#mv .mv {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


/*Toppage*/
#toppage .row{
	margin: 0 -8px;
}
#toppage .outer{
	margin: 0 8px 30px;
}
#toppage .photo{
	position: relative;
	text-align: center;
}
#toppage .photo img{
	width: 100%;
}
#toppage .photo .category{
	position: absolute;
	top: 0;
	left: 0;
	background: #c80010;
	color: #fff;
	border-radius: 0 0 10px 0;
	padding: 10px 16px;
	line-height: 1;
}
#toppage .inner {
	background: #f2f2f2;
	padding: 18px 15px 10px;
}
#toppage .inner .ttl {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: underline;
}
#toppage .inner .tag_list {
	margin-bottom: 5px;
}
#toppage .inner .tag_list ul{
	overflow: hidden;
	margin-right: -5px;
}
#toppage .inner .tag_list li{
	float: left;
	margin: 0 5px 5px 0;
}
#toppage .inner .tag_list li a{
	display: block;
	text-align: center;
	background-color: #fff;
	background-image: url(../common_img/ico_category_tag.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 0 18px 0 30px;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	font-size: 1.1rem;
	line-height: 23px;
}
#toppage .inner .date {
	text-align: right;
	font-size: 1.7rem;
	font-weight: bold;
	color: #959595;
}

@media screen and (max-width:639px) {
    #mv {
		position: relative;
		height: 0;
		padding-top: 52.44%;
    }
	#mv .mv {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80%;
		transform: translate(-50%,-50%);
	}
}
