@charset "utf-8";
/* ---------------------------
art-work.css
--------------------------- */ 
#head{
	background: url("../images/bg-art-works.jpg") top center #fff no-repeat;
	width: 100%;
	background-size: cover;
}
#head h1 {
    bottom: 0;
}
.event-report{
	margin-bottom: 40px;
}
.event-report ul .col1-image{
	max-width: 980px;
	width: 100%;
}
.event-report ul .col1-image img{
	width: 100%;
	padding: 0 5px 10px ;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.event-report ul .col2-image{
	width: 50%;	
	float: left;
}
.event-report ul .col2-image img{
	width: 100%;
	padding:0 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
@media(max-width:540px){
.event-report ul .col2-image{
	width: 100%;
	float: inherit;
}
.event-report ul .col1-image img,
.event-report ul .col2-image img {
	padding: 0 0 20px 0 !important;
}.event-report {
    margin-bottom: 0; 
} 
}