@charset "utf-8";

/****************************************************************************************************************************
	記念の案について
****************************************************************************************************************************/

article.under section.about .mv{
	background-image: url(../../img/tabata/about/mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width:100%;
	height:560px;
}

article.under section.about > .w1000{
	padding-bottom:90px;
}

article.under section.about p{
	margin-bottom:30px;
}

article.under section.artists_introduction{
	background: #fff;
	padding-bottom:90px;	
}

article.under section.artists_introduction .more_btn{
	margin-top:30px;
}

article.under section.artists_introduction .more_btn a{
	font-size:14px;
	}

article.under section.memorial_magazine{
	padding-bottom:90px;
}

article.under section.memorial_magazine img{
	display: block;
	margin:30px auto;
	border:1px solid #505050;
	max-width: 100%;
}

article.under section.memorial_magazine .pdf{
	margin-top:30px;
}
article.under section.memorial_magazine .pdf a{
	background:#004066;
	color:#fff;
	font-size:15px;
	line-height: 1.2em;
	padding:15px 0 15px 60px;
	position:relative;
}

article.under section.memorial_magazine .pdf a:before{
	content: url(../../img/tabata/pdf_icon_s.png);
	position:absolute;
	left:20px;
}

/****************************************************************************************************************************
  レスポンシブ　1000px
****************************************************************************************************************************/

@media screen and (max-width: 1120px) {

article.under section.about .mv{
background-size: cover;	
height:300px;
}

article.under h2{
	line-height: 1.5em;
}

article.under section.memorial_magazine p.txt_center {
	text-align: left;
}

}