@charset "UTF-8";
/* CSS Document */
.taxonomy-description{
padding: 10px 0;
    font-size: 17px;
}

.taxonomy-description p{
	margin:0;
}

.page_read{
	margin:0;
}

.post_title {
    line-height: 1.8em;
    border-top: 2px #939393 dotted;
    border-bottom: 2px #939393 dotted;
    margin-bottom: 20px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    width: 100%;
	padding:45px 0;
}

.post_title h1{
	    font-size: 20px;
		color:#000;
		padding: 0;
    	margin: 0;
		width:70%;
}

.author{
	text-align:right;
}

ul.postsns {
    display: flex;
    display: -webkit-box;
    justify-content: flex-end;
    float: right;
    margin-top: -20px;
    float: right;
	position:absolute;
	right:0;
}

ul.postsns li {
    margin-right: 10px;
}

#eye_catch{
	margin:20px 0;
}

.post_content{
	width:600px;
	font-size:13px;
	line-height:1.8;
}

.recomendpost {
    display: inline-block;
    float: left;
    width: 45%;
    position: relative;
    margin: 0 5% 5% 0;
}

ul.recomendpost2 {
	float: left;
    position: relative;
    font-size: 80%;
    width: 50%;
}

.recomendpost img {
    float: left;
    margin-right: 10px;
    vertical-align: top;
}

ul.recomendpost2 li:first-child {
    color: #666;
    font-weight: bold;
    margin-bottom: 10px;
}

.author{
	font-size:12px;
}

@media screen and (max-width: 1000px) {



.has-sidebar:not(.error404) #primary {
    float: none;
    width: 100%;
}

.has-sidebar:not(.error404) #primary {
    border-right: none;
    padding: 0;
}

.single #page .post_content {
    width: 100%;
    font-size:18px !important;
    line-height: 1.8;
}

.author{
	text-align:left;
	font-size:18px;
}

.entry-content	p{
	font-size:18px !important;}	
}

.entry-content	p span{
	font-size:18px;}	
}

@media screen and (max-width: 640px) {
ul.postsns {
    float: none;
    position: static;
    right: 0;
}

.post_title h1 {
    font-size: 150%;
	width:100%;
}

.alignleft {
    float: none;
}

h5{
	font-size:1.0em;
}

.recomendpost {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 5% 0;
}

.recomendpost2 li{
	font-size:20px;
}

ul.recomendpost2 {
    width: 70%;
}

ul.recomendpost2 li:first-child {
    margin-bottom: 0px;
}

}