@charset "utf-8";


/* art01 */
.art01 {
	background-color:#F3F4F3;
	padding:30px 3% 40px;
	font-size:0;
	text-align:center;
}
.art01 > .in{
	max-width:1080px;
	margin:auto;
}
@media print, screen and (max-width:640px) {
	.art01 {
		padding:6% 3% 8%;
	}
}


.commontitle01{
	background-image:url(../img/cover_img.jpg);
	background-position:center 50%;
	background-size:cover;
}
.commontitle01 p{
	color:#fff;
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:4.0px;
	padding-top:0;
}


/* content */
.art01 .event {
	font-size:14px;
	padding:0;
}
.art01 .event:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}


/* content01 */
.art01 .content01 {
	background-color:#fff;
	margin:0 0 80px 0;
	padding:0 0 40px 0;
}
.art01 .content01 .img {
	height:290px;
	background-size:cover;
	-webkit-background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom:40px;
}
.art01 .content01 figure {
	width:1080px;
	height:290px;
	margin:0 0 40px 0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
	position:relative;
}
.art01 .content01 figure img {
	position:absolute;
	width:100%;
	height:auto;
	left:50%;
	top:50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
}
.art01 .content01 .title01 {
	margin-bottom: 20px;
	padding: 0 3%;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
	color: #000;
}
.art01 .content01 .caption01 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	line-height: 3.2rem;
	color: #434343;
}


/* eventbox ul */
.art01 .eventbox {
	width:1140px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	overflow:hidden;
}
.art01 .eventbox li {
	float:left;
	width:320px;
	margin:0 60px 60px 0;
	padding:0;
}
.art01 .eventbox li a{
	display:block;
	width:320px;
	margin:0;
	padding:0;
}
.art01 .eventbox li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
	transition:0.3s ease;
}
.art01 .eventbox li figure {
	width:320px;
	height:148px;
	background:#ffffff;
	border:1px solid #424242;
	margin:0 0 10px 0;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
	position:relative;
}
.art01 .eventbox li figure img {
	position: absolute;
	width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}
.art01 .eventbox .date {
	display: block;
	font-size:13px;
	font-size:1.3rem;
	color:#424242;
	margin:0 0 8px 0;
}
.art01 .eventbox h2 {
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	color:#424242;
	line-height:20px;
	line-height:2.0rem;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.art01 .eventbox .title01 {
	font-size:16px;
	font-size:1.6rem;
	font-weight:normal;
	color:#212121;
	line-height:25px;
	line-height:2.5rem;
	margin:0 0 8px 0;
}
.art01 .eventbox .caption02 {
	font-size:13px;
	font-size:1.3rem;
	color:#424242;
	line-height:20.8px;
	line-height:2.08rem;
	margin:0 0 10px 0;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media print, screen and (max-width:640px) {
	.art01 .content01 {
		padding-bottom: 8%;
		background-color: #fff;
		margin:0 0 30px 0;
	}
	.art01 .content01 figure {
		width:100%;
		height:160px;
		margin:0 0 20px 0;
		padding:0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow:hidden;
		position:relative;
}
	.art01 .content01 figure img {
		position: absolute;
		width: 120%;
		min-height: 100%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate(-50%, -50%);
		transform: translate3d(-50%, -50%, 0);
}
	.art01 .content01 .title01 {
		margin-bottom: 4%;
		font-size: 1.8rem;
	}
	.art01 .content01 .title01 img {
		height: auto;
	}
	.art01 .content01 .caption01 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8em;
		text-align: left;
		width:90%;
		margin:0 auto; 
}
	.art01 .eventbox {
		width:100%;
		padding:0;
		text-align:left;
		list-style-type:none;
		overflow:hidden;
}
	.art01 .eventbox li {
		float:none;
		width:100%;
		margin:0 0 30px 0;
		padding:0;
}
	.art01 .eventbox li a {
		display:block;
		width:100%;
		margin:0;
		padding:0;
}
	.art01 .eventbox li figure {
		width:100%;
		height:148px;
		border:1px solid #424242;
		margin:0 0 10px 0;
		padding:0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow:hidden;
		position:relative;
}
	.art01 .eventbox li figure img {
		position: absolute;
		width:100%;
		min-width:100%;
		height:auto;
		min-height:100%;
		left:50%;
		top:50%;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-moz-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate(-50%, -50%);
		transform: translate3d(-50%, -50%, 0);
}
	.art01 .eventbox .date {
		display: block;
		font-size:13px;
		font-size:1.3rem;
		color:#424242;
		margin:0 0 4px 0;
}
	.art01 .eventbox h2 {
		font-size:16px;
		font-size:1.6rem;
		font-weight:bold;
		color:#212121;
		line-height:25px;
		line-height:2.5rem;
		margin:0 0 4px 0;
		width:100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
	.art01 .eventbox .title01 {
		font-size:16px;
		font-size:1.6rem;
		font-weight:bold;
		color:#212121;
		line-height:25px;
		line-height:2.5rem;
		margin:0 0 4px 0;
}
	.art01 .eventbox .caption02 {
		font-size:14px;
		font-size:1.4rem;
		color:#424242;
		line-height:20.8px;
		line-height:2.08rem;
		margin:0 0 10px 0;
		width:100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
}



.art01 .content02 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.art01 .content02:after{}

.art01 .content02 li.box{
	float: left;
	padding: 12px;
	width: 336px;
}
.art01 .content02 li.boxw{
	width: 696px;
}

@media print, screen and (max-width:640px) {
.art01 .content02 li.box,
.art01 .content02 li.boxw{
	float: none;
	width: 100%;
	padding: 12px 0px;
	}
}

.art01 .content02 li.box img{
	width: 100%;
	height: auto;
}

.art01 .content02 li.box p{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6em;
	height: 47px;
	text-align: left;
	color: #424242;
	padding-top: 5px;
}
@media print, screen and (max-width:640px) {
	.art01 .content02 li.box p{
		min-height: 0;
		height: auto;
		line-height: 1.6em;
	}
}




.art01 .content03 {
	clear: both;
	padding-bottom: 40px;
	padding-top: 40px;
	
}

.art01 .content03:after{
	content: ""; 
  display: block; 
  clear: both;
}

.art01 .content03 ul{
	border-top: solid 1px #19311d;
	padding-top: 20px;
}

.art01 .content03 .nav_left{
	float: left;
	text-align: left;
	width: 33%;
}
.art01 .content03 .nav_center{
	float: left;
	text-align: center;
	width: 34%;
}
.art01 .content03 .nav_right{
	float: right;
	text-align: right;
	width: 33%;
}

.art01 .content03 .nav_left a,
.art01 .content03 .nav_center a,
.art01 .content03 .nav_right a{
font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8em;
	color: #424242;}

@media print, screen and (max-width:640px) {
	.art01 .content03 .nav_left,
	.art01 .content03 .nav_right{
		width:32%;}
.art01 .content03 .nav_center{
	width: 32%;
	padding:0 2%;}
	
.art01 .content03 .nav_left a,
.art01 .content03 .nav_center a,
.art01 .content03 .nav_right a{
font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.4em;
	color: #FFFFFF;
	background-color:#000;
	display:block;
	}
.art01 .content03 .nav_center a{
	display:block;
	margin:0 auto;
	padding:3px 2px;}
.art01 .content03 .nav_left a,
.art01 .content03 .nav_right a{
	padding:12px 3px;}
}



@media print, screen and (max-width:640px) {}




/*tablet*/
@media print, screen and (max-width:1024px) and (min-width:641px) {
}

/*smart*/
@media print, screen and (max-width:640px) {
}