@charset "utf-8";
/* ===================================================================

 file name  :blog-common.css
 style info :スタッフブログ、現場ブログ共通

=================================================================== */

/* =============================

	overwrite

=============================== */
#main{
	padding:0 0 100px;
}


/* =================================== */
#post-area{
	width:79.5%;
	float:left;
}
#post-area #blog-list,
#post-area #blog-detail{
	padding:0 5.76519916143% 0 0;
	border-right:solid 1px #c7c7c7;
}

#post-area .page-title{
	font-size:14px;
	margin:0 0 24px;
}
#entry-author-info {
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0 30px;
	overflow: hidden;
	padding: 18px 20px;
	border:solid 1px #c7c7c7;
}

#entry-author-info #author-avatar {
	float: left;
	width:54px;
	height: 54px;
	border-radius:50%;
	overflow:hidden;
}

#entry-author-info #author-description {
	width:calc(100% - 74px);
	float: right;
}

#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}


#post-area #blog-list .post{
	margin:0 0 80px;
	padding:0 0 60px;
	border-bottom:solid 1px #c7c7c7;
}
#post-area #blog-list .post .txt-block{
	margin:0 0 10px;
	width:62%;
	float:right;
}
#post-area #blog-list .post .txt-block .ttl{
	margin:0 0 20px;
	font-size:20px;
	font-weight: bold;
}
#post-area #blog-list .post .txt-block .txt{
	font-size:16px;
	line-height:1.6;
}

#post-area #blog-list .post .txt-block .author{
	margin:26px 0 0;
}
#post-area #blog-list .post .txt-block .author:before{
	content:"";
	display:block;
	width:30px;
	height:1px;
	margin:0 0 22px;
	background:#434343;
}
#post-area #blog-list .post .txt-block .author dt,
#post-area #blog-list .post .txt-block .author dd{
	display:inline-block;
	vertical-align:middle;
}
#post-area #blog-list .post .txt-block .author dt{
	padding:0 15px 0 0;
	font-size:14px;
}
#post-area #blog-list .post .txt-block .author dt a{
	text-decoration:none;
	color:#000;
}
#post-area #blog-list .post .txt-block .author dt a:hover{
	text-decoration:underline;
}
#post-area #blog-list .post .txt-block .author dt span.ico{
	display:inline-block;
	margin:0 15px 0 0;
	width:54px;
	height:54px;
	border-radius:50%;
	vertical-align:middle;
	overflow:hidden;
}

#post-area #blog-list .post .txt-block .author .time{
	width:calc(100% - 200px);
	padding:5px 0 5px 25px;
	border-left:solid 1px #000;
	font-size:11px;
}
#post-area #blog-list .post .txt-block .author .category{
	margin:5px 5px 0 0;
	padding:0.2em 1em;
	background:#282828;
	color:#fff;
	font-size:12px;
}

#post-area #blog-list .post .btn-eft03{
	clear:both;
	width:300px;
	margin:0 0 0 auto;
}


#post-area #blog-list .post .eyecatch{
	width:33.5%;
	float:left;
}
#post-area #blog-list .post .eyecatch img{
	width:100%;
	height:auto;
}



#archives{
	width:20.5%;
	float:right;
}
#archives > ul{
	width:87.398373984%;
	margin:0 0 0 auto;
}
#archives > ul > li{
	margin:0 0 27px;
}
#archives > ul > li > a{
	display:block;
	padding:10px 14px;
	border:solid 1px #c2c2c2;
	font-size:16px;
	text-decoration:none;
	color:#000;
	position:relative;
}
#archives > ul > li > a:before{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-top:solid 1px #7d7d7d;
	border-right:solid 1px #7d7d7d;
	transform:rotate(45deg);
	position:absolute;
	top:0;
	right:13px;
	bottom:0;
	margin:auto 0;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
#archives > ul > li > a:after{
	content:"";
	display:block;
	width:0;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background:#c2c2c2;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
#archives > ul > li.active > a,
#archives > ul > li > a:hover{
	color:#fff;
}
#archives > ul > li.active > a:before,
#archives > ul > li > a:hover:before{
	border-top:solid 1px #fff;
	border-right:solid 1px #fff;
	transform:rotate(135deg);
}
#archives > ul > li.active > a:after,
#archives > ul > li > a:hover:after{
	width:100%;
}
#archives > ul > li > ul{
	padding:1em 0 1em 1.5em;
}
#archives > ul > li > ul > li{
	margin:0 0 8px;
}
#archives > ul > li > ul > li a{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
#archives > ul > li > ul > li a:hover{
	text-decoration:underline;
}
#archives > ul > li > ul > li{
	margin:10px 0 0;
}
#archives > ul > li > ul > li > ul > li{
	margin:5px 0 0 1.5em;
}



#post-area .pagenation{
	margin:95px 0 0;
}
#post-area .pagenation ul {
	text-align:center;
}
#post-area .pagenation ul li{
	display:inline-block;
	height:40px;
	margin:0 2px;
	font-size:15px;
	line-height:2.5;
}
#post-area .pagenation ul li a,
#post-area .pagenation ul li.current span{
	display:block;
	padding:0 1em;
	height:40px;
	color:#9d9d9d;
	border:solid 1px #9d9d9d;
	text-decoration:none;
}
#post-area .pagenation ul li a:hover,
#post-area .pagenation ul li.current span{
	background:#9d9d9d;
	border:solid 1px #9d9d9d;
	color:#fff;
}
#post-area .pagenation ul .prev a,
#post-area .pagenation ul .next a{
	border:none;
}
#post-area .pagenation ul .prev a:hover,
#post-area .pagenation ul .next a:hover{
	color:#ccc;
	border:none;
	background:none;
}

#post-area .pagenation ul li .more{
	color:#9d9d9d;
}


/* 詳細ページ
------------------------------------------------------------------------------*/
#post-area #blog-detail .detail-inner{
	margin:0 auto;
}
#post-area #blog-detail .entry-head{
	margin:0 0 56px;
	padding:0 0 15px;
	position:relative;
}
#post-area #blog-detail .entry-head .time{
	margin:0 0 22px;
	font-size:16px;
}
#post-area #blog-detail .entry-head h1{
	margin:0 0 42px;
	padding:0 0 15px;
	font-size:28px;
	border-bottom:solid 1px #000;
}
#post-area #blog-detail .entry-head .shere{
	padding:0 200px 0 0;
}
#post-area #blog-detail .entry-head .shere dt,
#post-area #blog-detail .entry-head .shere dd{
	display:inline-block;
	vertical-align:middle;
}
#post-area #blog-detail .entry-head .shere dt{
	padding:0 20px 0 15px;
	color:#868686;
	border-left:solid 1px #bfbfbf;
}

#post-area #blog-detail .entry-head .shere dd div{
	display:inline-block;
	vertical-align:middle;
}

#post-area #blog-detail .entry-head .shere .sns .wsbl_twitter{
	width:84px !important;
}

#post-area #blog-detail .entry-head .shere .sns{
	width:calc(100% - 120px);
	padding:0;
}
#post-area #blog-detail .entry-head .shere .sns .wp_social_bookmarking_light{
	padding:10px 0 0 !important;
}

#post-area #blog-detail .entry-head .shere .category{
	margin:0 10px 0 0;
	padding:0.2em 1em;
	background:#282828;
	color:#fff;
	font-size:14px;
}

#post-area #blog-detail .entry-head .author{
	position:absolute;
	right:0;
	bottom:10px;
}
#post-area #blog-detail .entry-head .author dt,
#post-area #blog-detail .entry-head .author dd{
	display:inline-block;
	vertical-align:middle;
}
#post-area #blog-detail .entry-head .author dt{
	width:54px;
	height:54px;
	margin:0 12px 0 0;
	border-radius:50%;
	overflow:hidden;
}
#post-area #blog-detail .entry-head .author dd a{
	color:#000;
	text-decoration:none;
}

#post-area #blog-detail .entry-content h2{
	margin:1.5em 0;
	padding:0.3em 1em;
	font-size:20px;
	border-left:solid 4px #ea7722;
	background:#fff7f1;
}
#post-area #blog-detail .entry-content h3{
	margin:1.5em 0;
	padding:0.5em 0;
	font-size:18px;
	position:relative;
}
#post-area #blog-detail .entry-content h3:before{
	content:"";
	display:block;
	width:100%;
	height:2px;
	background:#000;
	border-left:solid 120px #ea7722;
	position:absolute;
	bottom:0;
	box-sizing:border-box;
}
#post-area #blog-detail .entry-content{
	font-size:16px;
	line-height:2.25;
}
#post-area #blog-detail .entry-content p{
	margin:1.5em 0;
}

#post-area #blog-detail .entry-content img{
	display:block;
	margin:1.5em auto;
}
#post-area #blog-detail .entry-content iframe{
	display:block;
	margin:0 auto;
}


#post-area #blog-detail .post-pager{
	margin:100px 0 0;
	position:relative;
	height:140px;
}
#post-area #blog-detail .post-pager li.btn-prev,
#post-area #blog-detail .post-pager li.btn-next{
	width:45%;
	position:absolute;
	bottom:0;
}
#post-area #blog-detail .post-pager li.btn-prev{
	left:0;
}
#post-area #blog-detail .post-pager li.btn-next{
	right:0;
}

#post-area #blog-detail .post-pager li.btn-prev a,
#post-area #blog-detail .post-pager li.btn-next a{
	display:block;
	height:130px;
	font-size:15px;
	color:#000;
	text-decoration:none;
}
#post-area #blog-detail .post-pager li.btn-prev a:before,
#post-area #blog-detail .post-pager li.btn-prev a:after,
#post-area #blog-detail .post-pager li.btn-next a:before,
#post-area #blog-detail .post-pager li.btn-next a:after{
	content:"";
	display:block;
	height:1px;
	background:#b9b9b9;
	position:absolute;
}
#post-area #blog-detail .post-pager li.btn-prev a:before,
#post-area #blog-detail .post-pager li.btn-next a:before{
	width:200px;
	bottom:0;
}
#post-area #blog-detail .post-pager li.btn-prev a:before{
	right:0;
}

#post-area #blog-detail .post-pager li.btn-prev a:after,
#post-area #blog-detail .post-pager li.btn-next a:after{
	width:16px;
	transform:rotate(-45deg);
}
#post-area #blog-detail .post-pager li.btn-prev a:after{
	right:185px;
	bottom:6px;
}
#post-area #blog-detail .post-pager li.btn-next a:after{
	left:185px;
	bottom:-6px;
}
#post-area #blog-detail .post-pager li.btn-prev a{
	text-align:right;
}
#post-area #blog-detail .post-pager li .en{
	display:block;
	margin:0 0 14px;
}
#post-area #blog-detail .post-pager li .ja{
}

#post-area #blog-detail .post-pager .btn-list{
	padding:130px 0 0;
	text-align:center;
}

@media screen and (max-width: 1200px){
	#post-area #blog-list .post .txt-block .ttl {
		font-size: 1.6vw;
	}
	#post-area #blog-list .post .txt-block .txt{
		font-size:1.3vw;
	}
	#archives > ul > li > a{
		font-size:1.3vw;
	}
	#archives > ul > li > a:before{
		width:4px;
		height:4px;
		right:8px;
	}
	#post-area #blog-detail .entry-content img{
		width:100%;
		height:auto;
	}
}

@media screen and (max-width: 1000px){
	#post-area #blog-list .post .txt-block .ttl {
		font-size: 16px;
	}
	#post-area #blog-list .post .txt-block .txt{
		font-size:13px;
	}
	#archives > ul > li > a{
		font-size:13px;
	}
}



/* ==========================================================================
   smartPhone
   ========================================================================== */
@media screen and (max-width: 640px){
	/* =============================
	
		overwrite
	
	=============================== */
	#main{
		padding:0 0 30px;
	}
	
	/* =================================== */
	#post-area{
		width:100%;
		float:none;
		padding:0 15px;
	}
	#post-area #blog-list,
	#post-area #blog-detail{
		padding:0;
		border-right:none;
	}
	#post-area .page-title{
		font-size:10px;
		margin:0 0 24px;
	}
	#entry-author-info {
		font-size: 11px;
		line-height: 1.6;
		margin: 24px 0 30px;
		padding: 10px 15px;
		border:solid 1px #c7c7c7;
	}
	
	#entry-author-info #author-avatar {
		width:40px;
		height: 40px;
	}
	
	#entry-author-info #author-description {
		width:calc(100% - 50px);
		float: right;
	}
	
	#entry-author-info h2 {
		font-size: 14px;
	}
	
	
	#post-area #blog-list .post{
		margin:0 0 40px;
		padding:0 0 30px;
	}
	#post-area #blog-list .post .txt-block{
		width:100%;
		float:none;
	}
	#post-area #blog-list .post .txt-block .ttl{
		margin:0 0 20px;
		font-size:16px;
	}
	#post-area #blog-list .post .txt-block .txt{
		font-size:12px;
	}
	#post-area #blog-list .post .txt-block .author{
		margin:20px 0;
	}
	#post-area #blog-list .post .txt-block .author:before{
		width:15px;
		height:1px;
		margin:0 0 20px;
	}
	#post-area #blog-list .post .txt-block .author dt{
		padding:0 5px 0 0;
		font-size:11px;
	}
	#post-area #blog-list .post .txt-block .author dt span.ico{
		margin:0 5px 0 0;
		width:30px;
		height:30px;
	}
	#post-area #blog-list .post .txt-block .author .time{
		padding:2px 0 2px 10px;
		font-size:10px;
	}
	#post-area #blog-list .post .txt-block .author .category{
		margin:0 0 0 5px;
		padding:0.2em 0.5em;
		font-size:10px;
		letter-spacing:-0.04em;
	}
	#post-area #blog-list .post .btn-eft03{
		width:100%;
		margin:20px 0 0;
	}
	
	#post-area #blog-list .post .eyecatch{
		width:100%;
		float:none;
	}
	
	
	#archives{
		width:100%;
		float:none;
		padding:0 15px;
	}
	#archives ul{
		width:100%;
		margin:0;
	}
	#archives > ul > li{
		margin:0 0 10px;
	}
	#archives > ul > li > a{
		font-size:14px;
	}
	#archives > ul > li > a:before{
		width:6px;
		height:6px;
	}
	
	
	#post-area .pagenation{
		margin:50px 0;
	}
	#post-area .pagenation ul {
		text-align:center;
	}
	#post-area .pagenation ul li{
		height:35px;
		margin:0;
		font-size:12px;
		line-height:2.7;
	}
	#post-area .pagenation ul li a,
	#post-area .pagenation ul li.current span{
		display:block;
		padding:0 1em;
		height:33px;
		color:#9d9d9d;
		border:solid 1px #9d9d9d;
		text-decoration:none;
	}
	#post-area .pagenation ul li a:hover,
	#post-area .pagenation ul li.current span{
		background:#9d9d9d;
		border:solid 1px #9d9d9d;
		color:#fff;
	}
	
	
	/* 詳細ページ
	------------------------------------------------------------------------------*/
	#post-area #blog-detail .detail-inner{
		width:100%;
		margin:0 auto;
	}
	#post-area #blog-detail .entry-head{
		margin:0 0 20px;
		padding:0;
	}
	#post-area #blog-detail .entry-head .time{
		margin:0 0 10px;
		font-size:12px;
	}
	#post-area #blog-detail .entry-head h1{
		margin:0 0 10px;
		padding:0 0 10px;
		font-size:16px;
	}
	#post-area #blog-detail .entry-head .shere{
		padding:0;
	}
	#post-area #blog-detail .entry-head .shere dt,
	#post-area #blog-detail .entry-head .shere dd{
		display:inline-block;
		vertical-align:middle;
	}
	#post-area #blog-detail .entry-head .shere dt{
		display:none;
	}
	#post-area #blog-detail .entry-head .shere .sns .wsbl_twitter{
		width:84px !important;
	}
	#post-area #blog-detail .entry-head .shere .sns{
		width:100%;
	}

	#post-area #blog-detail .entry-head .shere .category{
		margin:0 5px 0 0;
		padding:0.2em 0.5em;
		font-size:10px;
		letter-spacing:-0.04em;
	}
	
	#post-area #blog-detail .entry-head .author{
		position:static;
		right:0;
		bottom:0;
		margin:10px 0 0;
	}
	#post-area #blog-detail .entry-head .author dt{
		width:35px;
		height:35px;
		margin:0;
	}
	
	#post-area #blog-detail .entry-content h2{
		font-size:15px;
		line-height:1.4;
		border-left:solid 2px #ea7722;
	}
	#post-area #blog-detail .entry-content h3{
		padding:0.5em 0;
		font-size:14px;
		position:relative;
	}
	#post-area #blog-detail .entry-content h3:before{
		border-left:solid 60px #ea7722;
	}
	#post-area #blog-detail .entry-content{
		font-size:12px;
		line-height:1.8;
	}
	#post-area #blog-detail .entry-content iframe{
		width:100%;
		height:350px;
	}
	#post-area #blog-detail .post-pager{
		margin:50px 0;
		padding:0;
		height:auto;
	}
	#post-area #blog-detail .post-pager li.btn-prev,
	#post-area #blog-detail .post-pager li.btn-next{
		width:100%;
		position:static;
	}
	#post-area #blog-detail .post-pager .btn-prev{
		margin:0 auto 15px 0;
	}
	#post-area #blog-detail .post-pager .btn-next{
		margin:0 0 0 auto;
	}

	#post-area #blog-detail .post-pager li.btn-prev a,
	#post-area #blog-detail .post-pager li.btn-next a{
		padding:15px 0;
		height:auto;
		font-size:14px;
		position:relative;
	}
	#post-area #blog-detail .post-pager li.btn-prev a:before,
	#post-area #blog-detail .post-pager li.btn-next a:before{
		width:100px;
	}
	
	#post-area #blog-detail .post-pager li.btn-prev a:after,
	#post-area #blog-detail .post-pager li.btn-next a:after{
		width:10px;
	}
	#post-area #blog-detail .post-pager li.btn-prev a:after{
		right:90px;
		bottom:4px;
	}
	#post-area #blog-detail .post-pager li.btn-next a:after{
		left:90px;
		bottom:-4px;
	}
	#post-area #blog-detail .post-pager li .en{
		margin:0 0 5px;
		font-size:12px;
	}
	#post-area #blog-detail .post-pager li .ja{
		font-size:10px;
	}
	#post-area #blog-detail .post-pager .btn-list{
		width:12px;
		margin:0 auto;
		padding:0;
	}
	
	
}
