@charset "utf-8";


/*
.worksList li .imgArea .dispArea{
	position: relative;
	
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	
	opacity: 1;
	background-color: transparent;
}

.worksList li .imgArea .dispArea .disp{
	color: #000;

	position: relative;
	left: auto;
	top: auto;
	text-align: left;
	width: auto;
	height: auto;


	-webkit-transform: translate(-0%,-0%);
	-ms-transform: translate(-0%,-0%);
	transform: translate(-0%,-0%);	

}
*/


header{
	display: none;
}

section{
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.btnArea{
	display: none;
}

.profileBox .right .job{
	margin-bottom: 20px;
	font-size: 11px;
}

.profileBox{
/*
	margin-left: 0;
	margin-right: 0;
*/
	margin-bottom: 60px;
}

.worksList{
display:table;
width: 100%;
table-layout:fixed;
	vertical-align: top;
}

.worksList li{
	margin-bottom: 20px;
	height: auto !important;
	display:table-cell;
/*
	width: 25%;
	margin-left: 0;
	margin-right: 0;
*/

/* 	float: none; */
/*
	width: 25% !important;

*/
	vertical-align: top;
}

.worksList li:nth-child(4n+1){
	clear: both;
}

.worksList li .ttl{
	line-height: 160%;
	font-size: 11px;
}

.break{
	page-break-after: always;
/*
	background-color: red;
	width: 100%;
	height: 10px;
	clear: both;
*/
}

footer{
	display: none;
}

.worksList li .imgArea .dispArea{
	display: none;
}

.single .profileBox .left{
	width: 180px;
}

.profileBox .right{
	padding-left: 240px;
}






