/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
@charset "UTF-8";

/* ==========================================================================
news
========================================================================== */

.news dl {
	width: 100%;
	height:auto;
	margin: 40px 0 0 0;
	padding: 0 0 40px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	border-bottom: solid 1px rgba(229,0,18,0.7);
}
.news dl:first-child {
	margin: 0;
}
.news dl dt {
	margin: 0;
	padding: 0 0 10px 0;
}
.news dl dt span {
	font-size: 18px;
	font-weight: 400;
	display: block;
	padding: 0 0 20px 0;
}
.news dl dd {
	margin: 0;
}
.news dl dd:last-child {
	border-bottom: none;
}

.news dd span{
	font-size: 17px;
	font-weight: 500;
}
.news dd span.indent{
	font-size: inherit;
	font-weight: inherit;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	font: inherit;
}
.news dd a{
	text-decoration: underline;
}

.news dl .table table {
	width: 100%;
	height:auto;
	text-align: center;
	box-sizing: border-box;
}
.news dl .table table th,
.news dl .table table td{
	border:#ccc solid 1px;
	text-align: center;
	padding: 5px;
}
.news dl .table table th {
	background: #ccc;
}
.news dl img.news_i {
	background: url(../img/20180528.jpg) no-repeat;
	background-size: 100% auto;
	
}
p{
	margin-bottom:1em;
}


@media screen and (max-width:640px) {
	.news dl .table table {
		max-width: 350px;
		font-size: 10px;
	}
	/*.news dl table th{
		display:none;
	}
	.news dl table td{
		display:block;
		border:none;
		text-align:left;
		padding:0;
		line-height:1.75;
	}
	.news dl table tr{
		border-bottom:#ccc solid 1px;
	}*/
}
.img_box{
	width:100%;
	margin:0 auto;
}

.img_logo{
	float:left;
	margin-left:25px;
}

.img_poster{
	float:left;
	margin-left:25px;
}

.news img {
	width:100%;
	max-width:600px;
	height:auto !important;
}

.news img.size_s {
	max-width:400px;
}

.news img.size_ss {
	width: 100%;
	max-width: 250px;
	vertical-align:bottom;
	margin: 0 auto;
}

.news .button_cg{
	max-width: 150px;
	margin: 0 auto;
	padding: 0;
}

.news .button_cg a{
	margin: 0 auto;
	padding: 0;
	display: block;
}

.news .button_cg img{
	margin: 0 auto;
	padding: 0;
	display: block;
}


.news .top_link{
	text-align: center;
	display: block;
	width: 150px;
	margin: 0 auto;
}

.news .top_link img{
}


.fancybox-inner {
     overflow:hidden !important;
}


.news.furutachi{
	padding: 30px 0 0;
}

.news.furutachi a{
    display: block;
    margin: 50px auto 100px;
    font-family: 'Roboto Slab', serif;
    text-decoration: none;
    color: #fff;
    width: 200px;
    background: #e60012;
    line-height: 40px;
    border-radius: 5px;
    transition-duration: 0.2s;
	text-align: center;
}
.news img.furutachi {
	width:100%;
	max-width:1200px;
	margin: 0 auto;
	display: block;
	height:auto !important;
}