@charset "utf-8";

#contents .main_contents h1 img {
	width: 110px;
}
.shared_research {
	padding-top: 20px;
}
#contents .info_area h2 {
	margin-bottom: 50px;
}


/* box01 */
.box01{
	background: #f2f2f2;
	padding: 30px;
}
.box01 .date{
	font-size: 13px;
}
.box01 h3{
	padding: 5px 0 10px;
	font-size: 18px;
}
.box01 .btn ul{
	overflow: hidden;
}
.box01 .btn ul li{
	float: left;
	background: #FFF;
}
.box01 .btn ul li:first-child{
	margin-right: 22px;
}
.box01 .btn ul li a{
	display: block;
	box-sizing: border-box;
	width: 298px;
	height: 50px;
	line-height: 50px;
	/* padding: 0 0 0 50px; */
	/* background: url(/base/corp/ir/movie/img/icon_movie.png) no-repeat left 20px center; */
	border: 2px solid #bb8d59;
	color: #bb8d59;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.box01 .btn ul li a span {
	font-size: 70%;
	font-weight: normal;
}
