@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: 13px;
	margin-bottom: 24px;
	line-height: 64px;
}
.exLst {
	font-size: 12px;
	margin-bottom: 60px;
	margin-left:1.6em;
}
.exLst li {
	line-height: 2em;
}
.exLst li a {
	color: #000;
}
	/*.exLst li:before {
		content: '- ';
	}*/

.thisItem {
/*font-weight:bold;*/
}
/*****************************************************

MAIN / ENTRY TOP

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

.main {
	width: 668px;
	float: right;
}
.entryLst {
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #ccc;
}
.entryThumb {
	width: 200px;
	float: right;
}
.entryThumb img {
	width: 100%;
}
.entryTxt {
	width: 434px;
	float: left;
}
.entryLst .entryTtl, .entryLst .entryTtl a {
	font-size: 16px;
	line-height: 1;
	color: #000;
	margin-bottom: .6em;
}
/*****************************************************

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;
}
.entryBody {
	line-height: 1.8;
	font-size: 13px;
}
.entryBody h3 {/*lib*/
	font-size: 16px;
	/*font-weight: normal;*/
	line-height: 1;
	margin-bottom: 1em;
	border-left:4px solid #000;
	padding-left:13px;
}
.worksImgWrp {
	width: 100%;
	margin-bottom: 30px;
}
.worksImgWrp td {
	padding-bottom: 30px;
}
.entry ol {
	margin-left: 1.2em;
	margin-bottom: 2.4em;
}
.entry blockquote {
	font-style: italic;
	font-size: 11px;
}
.libImgR {
	float: right;
	margin: 0 0 30px 30px;
}
.historyTbl {
	width: 100%;
	margin: 10px 0;
}
.historyTbl td {
	padding: 20px 10px;
	border: #ccc solid 1px;
	background: #f9f9f9;
}
.historyTbl td.historytpc {
	background: #fff;
}
.historyTbl td.historyYear {
	width: 20%;
	background-color: rgba(245,246,213,1.00);
}
ol.flowLst {
	margin-left: 2em;
	list-style: decimal;
}

@media screen and (max-width: 639px) {
.pageCont.worksCont {
	width: 100%;
	padding-top: 31px;
}
.exWrp, .main, .entryThumb, .entryTxt {
	float: none;
	width: 100%;
}
.entryThumb {
	margin-bottom: 20px;
}
.entryLst {
	width: 100%;
	margin: 0 0 60px 0;
}
.entryLst:nth-child(odd) {
	padding-right: 0;
}
.entryLst:nth-child(even) {
	padding-left: 0;
}
.entry {
	width: 100%;
	float: none;
}
.entryThumb img,
.worksImgWrp img,
.entryBody img {
	width: 100%;
}
}
/*****************************************************

PAGEBUTE

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

.pageNav {
	text-align: center;
	font-size: 12px;
	margin-bottom: 40px;
}
.pageNav span a, .pageNav span a:visited {
	color: #111;
	border: 1px solid #ddd;
	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;
	border-radius: 50%;
	background: #fff;
	color: #000;
}
a.link_page:hover {
	background: none;
	color: #111;
	opacity: 1;
	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;
}
}
