#contents {
	clear : both;
	width : 90%;
	margin-left : auto;
	margin-right : auto;
	margin-top : 6%;
}

h2#ptitle {
	margin-bottom : 6%;
	font-size : 180%;
	font-weight : 900;
	text-align : center;
}

ul#works {
	overflow : hidden;
	list-style : none;
	width : 100%;
	margin-bottom : 1%;
}

ul#works li {
	position : relative;
	width : 100%;
	margin-bottom : 5%;
}

ul#works li a,ul#works li a:hover {
	display : block;
	padding : 12px 12px 14px 12px;
	color : #282828;
	background : #ffffff;
	border-radius : 10px;
	text-decoration : none;
}

.thumbnail {
	position : relative;
	width : 100%;
	background-size : cover;
	background-position : center center;
	padding-top: 60%;
}

p.btype {
	position : absolute;
	width : 95px !important;
	width /**/: 110px;
	padding : 6px 7px 8px 8px;
	font-size : 90%;
	text-align : center;
	color : #ffffff;
	background : #fa9600;
	top : 0;
	left : 0;
}

ul#works li dl {
	overflow : hidden;
	margin : 12px 10px 10px 10px;
}

ul#works li dl dt p {
	margin-bottom : 2px;
	letter-spacing : 1px;
}

ul#works li dl dt h3 {
	margin-bottom: 12px;
	padding-bottom : 12px;
	border-bottom : solid 6px #c8b9b4;
	font-weight : 700;
	font-size : 120%;
	line-height : 1.2em;
}

ul#works li dl dd {
	text-align : left;
	line-height : 1.4em;
	display : -webkit-box;
    -webkit-box-orient : vertical;
    -webkit-line-clamp : 3;
}

/*----------PAGE_NAVI----------*/

ul#pnavi {
	clear : both;
	margin-bottom : 9%;
	text-align : center;
}

ul#pnavi li {
	list-style : none;
	display : inline;
	font-size : 110%;
	text-align : center;
}

ul#pnavi li a,ul#pnavi li a:hover {
	display : inline-block;
	width : 36px;
	height : 36px;
	line-height : 34px;
	border-radius : 50%;
	color : #ffffff;
	background : #2db47d;
	text-decoration : none;
}

ul#pnavi span.current_page {
	display : inline-block;
	width : 36px;
	height : 36px;
	line-height : 34px;
	border-radius: 50%;
	color : #191919;
	background-color : #ffffff;
}

/*----------UNDERCONSTRUCTION----------*/

dl#ucinfo {
	overflow : hidden;
	margin-bottom : 15%;
	text-align : center;
}

dl#ucinfo dt {
	margin-bottom : 4%;
	color : rgba(0,0,0,0.25);
	font-family : neuzeit-grotesk,sans-serif;
	font-weight : 700;
	font-style : normal;
	font-size : 170%;
	letter-spacing : 1px;
}

dl#ucinfo dd {
	line-height : 1.4em;
}