@charset "utf-8";

#header .desc{
	display:none;
}
.works_list .item{
	padding-bottom:15px;
}
.works_list .item .image{
	float:none;
	max-width:none;
	width:100%;
	text-align:center;
	background:#000;
	box-sizing:border-box;
}
.works_list .item .image img{
	width: 320px;
	height: auto;
	border:none;
	box-sizing:border-box;

}
.works_list .item .data{
	margin-left:0;
}
.works_list .date{
	float:none;
}
.works_list .item .title{
	text-align:center;
	margin:1em 0 0.6em;
	white-space:normal;
}
.works_list .item .explain{
	margin-bottom:1em;
	text-align:center;
}

.share{
	margin-top:5px;
	text-align:center;
}
.share a{
	padding:1em 1.6em;
	display:block;
	margin-bottom:0.4em;

}
.works_list .credit .c_list{
	float:none;
}

.works_list .item .link{
	text-align:center;
}

.works_list .item .link .box{
	padding:1em;
	display:block;
	margin-bottom:0.4em;
}

