@charset "UTF-8";
.pageWrap {
	overflow: hidden;
}
.postArea {
	overflow: hidden;
	width: 700px;
	float: left;
}
.post {
	border-bottom: 1px dotted #dadada;
	padding: 55px 0;
	position: relative;
}
.post > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}
.post:first-child {
	padding-top: 0;
}
.thumbnail {
	display: block;
	width: 250px;
	height: 200px;
}
.thumbnail span {
	background-size: cover;
	background-position: center center;
	width: 100%;
	display: block;
	height: 200px;
}
figure.noimage {
	width: 250px;
}
figure.noimage img {
	width: 100%;
	height: auto;
}
.postInfo {
	width: 405px;
	padding-left: 45px;
	overflow: hidden;
}
.postLinkArea {
	position: relative;
}
.postLinkArea a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.postInfo ul.post-categories {
	float: left;
}
ul.post-categories li a {
	font-size: 14px;
	color: #00c1ae;
}
.postInfo time {
	float: right;
	font-size: 12px;
}
.postInfo h2 {
	clear: both;
	text-align: left;
	padding-top: 25px;
	margin-bottom: 23px;
	padding-bottom: 0px;
}
.postTxt {
	font-size: 15px;
	line-height: 2.0;
}
.postTxt p {
	margin: 0;
}
.sidebar {
	width: 250px;
	display: block;
	float: right;
	padding-left: 50px;
}
.widget h3 {
	font-size: 15px;
	line-height: 1.0;
	margin-bottom: 27px;
	letter-spacing: 0.1em;
}
.widget h3 span {
	border-bottom: 3px solid #00c1ae;
	padding-bottom: 13px;
}
.widget ul li {
	border-bottom: 1px dotted #dadada;
}
.widget ul li a {
	font-size: 14px;
	color: #3d3d3d;
	padding: 13px 0;
	display: block;
}
.archive {
	margin-top: 40px;
}
/*Pagenation*/
.pagenation {
    padding: 60px 0 80px;
    clear: both;
    text-align: center;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
    display: inline-block;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin: 0 5.5px;
    display: inline-block;
    cursor: normal;
}


.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #00c1ae;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    color: #333;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #00c1ae;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: ease;
}
h2.noPost {
	text-align: left;
	margin-bottom: 40px;
}
@media screen and (max-width: 375px) {
	.postArea {
		overflow: hidden;
		width: 100%;
		float: none;
	}
	.post {
		border-bottom: 1px dotted #dadada;
		padding: 10px 0;
		-webkit-flex-wrap: wrap; /* Safari */
  		flex-wrap: wrap;
  		-webkit-align-items: flex-start; /* Safari */
  		align-items: flex-start;
  		position: relative;
	}
	.post > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		z-index: 10;
	}
	.post:first-child {
		padding-top: 0;
	}
	figure.noimage {
		width: 105px;
		height: 84px;
	}
	.thumbnail {
		display: block;
		width: 105px;
		height: 84px;
	}
	.thumbnail span {
		width: 105px;
		height: 84px;
	}
	.sidebar {
		display: none;
	}
	.postInfo {
		width: 57%;
		padding-left: 0;
	}
	.postInfo h2 {
		line-height: 1.5;
		font-size: 14px;
		padding-top: 10px;
		margin-bottom: 0;
	}
	.postTxt {
		display: none;
	}
	.postInfo time,
	.widget h3 span,
	.widget ul li a {
	}

}
