@charset "UTF-8";
.pageCont.worksCont {
	width: 100%;
	padding-top: 124px;
}
/******************************************************

EX

******************************************************/

.exWrp {
	float: left;
	width: 225px;
}
.exCap {
	border-top: 2px solid #000;
	border-bottom: 1px dotted #000;
	font-size: 14px;
	margin-bottom: 24px;
	line-height: 64px;
}
.exLst {
	font-size: 13px;
	margin-bottom: 60px;
}
.exLst li {
	line-height: 2em;
}
.exLst li a {
	color: #000;
}
.exLstBack{
	margin-top:2em;
}
.exLst li.exLstBack:before{
	content:none;
}
.exLstBack:last-child{
	margin:0;
}
.btnGoWorks{
	background:#000;
	border-radius:6px;
	padding:.4em 0 0 1em;
	transition: all 480ms;
	-webkit-transition: all 480ms;
	-ms-transition: all 480ms;
	-moz-transition: all 480ms;
}
.btnGoWorks a{
	color:#fff!important;
}
.btnGoWorks:hover{
	background:#666;
}

/*****************************************************

MAIN / ENTRY TOP

*****************************************************/

.main {
	width: 668px;
	float: right;
}
.entryLst {
	width: 200px;
	float: left;
	margin: 0 34px 34px 0;
}
.entryLst:nth-child(3n) {
	margin-right: 0;
}
.entryThumb {
	margin-bottom: 10px;
}
.entryThumb img {
	width: 100%;
}
.entryLst .entryTtl, .entryLst .entryTtl a {
	font-size: 13px;
	color: #000;
	font-weight:normal;
}


/*****************************************************

ENTRY

*****************************************************/

.entry {
	width: 668px;
	float: right;
	margin-bottom:60px;
}
.entry .entryHdr {
	margin-bottom: 45px;
}

.entry .entryTtl {
	font-size: 22px;
	line-height: 1;
	font-weight:normal;
	margin-bottom:.6em;
	letter-spacing:.1em;
}
.entryMeta{
	font-size:12px;
}
.entryBody {
	line-height: 2;
	font-size: 13px;
}
.worksImgWrp {
	width: 100%;
	margin-bottom:30px;
}
.worksImgWrp td {
	padding-bottom: 30px;
}
.lstWrp {
	background: #f9f9f9;
	padding: 80px 0;
}
.thisItem {
	opacity: .45;
}

.lstWrp .entryLst {
	width: 216px;
	float: left;
	margin: 0 32px 32px 0;
	text-align:center;
}
.lstWrp .entryLst:nth-child(4n) {
	margin-right: 0;
}
.lstWrp .entryThumb img{
	border:2px solid #fff;
}
.lstWrp .entryLst.thisItem img{
	border:2px solid #fff;
}
.works2cWrp{
	border-bottom:1px dotted #ccc;
}
.works2cWrp:last-child{
	border-bottom:none;
}

.works2cWrp img{
	float:right;
	margin:0 0 30px 30px;
}

@media screen and (max-width: 639px) {
.pageCont.worksCont {
	width: 100%;
	padding-top: 31px;
}
.exWrp, .main {
	float: none;
	width: 100%;
}
.entryLst,
.lstWrp .entryLst {
	width: 50%;
	margin: 0 0 34px 0;
}
.entryLst:nth-child(odd),
.lstWrp .entryLst:nth-child(odd){
	padding-right:10px;
}
.entryLst:nth-child(even),
.lstWrp .entryLst:nth-child(even){
	padding-left:10px;
}
.entry {
	width: 100%;
	float: none;
}
.worksImgWrp img{
	width:100%;
}

}


/*****************************************************

PAGEBUTE

*****************************************************/

.pageNav {
	text-align: center;
	font-size: 12px;
	margin-bottom: 40px;
}
.pageNav span a, .pageNav span a:visited {
	color: #111;
	text-decoration: none;
}
.current_page {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	color: #fff;
	background: #000;
	text-decoration: none;
}
.pageNav span a:hover {
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: none;
	color: #111;
	text-decoration: none!important;
}
a.link_page {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	background: #fff;
	color: #000;
	border:1px solid #000;
}
a.link_page:hover {
	background: none;
	color: #fff;
	opacity: 1;
	background: #000;
	text-decoration: none!important;
}
.link_before {
	margin-right: 5px;
}
a.link_next {
	margin-left: 5px;
	border: none!important;
}
.contentNav {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 12px;
	margin: 60px auto 0;
	clear: both;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
.contentNav a:link, .contentNav a:visited {
	color: #000!important;
}
.conNvIn {
	margin: 0 auto;
}
.btnPrev {
	float: left;
}
.btnNext {
	float: right;
}
.sns {
	margin-top: 60px;
}
.sns li {
	float: left;
	margin-right: 10px;
}
.archiveTtl {
	font-weight: bold;
}

@media screen and (max-width: 639px) {
.pageNav span a, .pageNav span a:visited, .current_page, .pageNav span a:hover, a.link_page, a.link_page:hover {
	padding: 0 6px;
	border-top: none;
	line-height: 2;
}
}
