@charset "utf-8";
@import "/css/common/0-import.css";
/*------------------------------------------------------------
	5分で身につく 実践MRメソッド インデックス
------------------------------------------------------------*/
#conts .mainImage {
	margin-bottom: 20px;
	height: 130px;
	background: url(/img/knowledge/method_main_img.jpg) no-repeat;
}

#conts .mainImage h2 {
	padding: 25px 0 0 25px;
	color: #333;
	font-size: 28px;
	font-weight: bold;
/*	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
*/}

#conts .mainImage h2 span {
	color: #00A5AD;
}

#conts .mainImage .lead {
	padding: 0 0 0 25px;
}

#conts div.head .snsBtns {
	margin: 10px 15px 20px;
}

#conts.archive .mbM15 .snsBtns {
	margin-top: -5px!important;
	margin-bottom: -18px!important;
}

#conts h3.title02 span {
	color: #00A6AE;
}

#conts.archive .titleLead {
	margin-bottom: 20px;
}

#conts.archive .titleBox {
	margin-bottom: 7px;
	position: relative;
}

#conts.archive .titleBox .date {
	position: absolute;
	top: 12px;
	right: 13px;
	
	color: #FC6B67;
}

#conts.archive .infoBox {
	margin: 0 15px 15px;
	padding-bottom: 15px;
	background: url(/img/knowledge/line01.png) repeat-x left bottom;
}

#conts.archive .infoBox .img {
	float: right;
	margin-left: 15px;
	padding-top: 3px;
}

#conts.archive .infoBox .img a {
	display: block;
	padding: 1px;
	border: 1px solid #CCC;
}

#conts.archive .infoBox .title {
	margin-bottom: 3px;
	padding-left: 10px;
	background: url(/img/common/icon/03.gif) no-repeat 0 4px;
	
	zoom: 1;
}

#conts.archive .infoBox .title a {
	margin-right: 10px;
	font-weight: bold;
}

#conts.archive .infoBox .title .date {
	color: #999;
}

#conts.archive .infoBox .text {
}

#conts.archive .infoBox .text a {
	margin-left: 10px;
}

#conts.archive .pager {
	padding: 0 15px;
	text-align: right;
}

#conts.archive .pager span,
#conts.archive .pager a {
	margin-left: 5px;
}

#conts.archive .pager .current {
	color: #999;
	font-weight: bold;
}

#conts.archive .pager .next {
	margin-left: 10px;
}

#conts.archive .pager .prev {
	margin-right: 5px;
}

#conts div.foot .snsBtns {
	margin-left: 15px;
}

#conts.archive .backConts {
	text-align: center;
}

/*------------------------------------------------------------
	5分で身につく 実践MRメソッド 記事ページ
------------------------------------------------------------*/
#conts.single h2 {
	margin: 0;
}

#conts.single .titleLead {
	margin-bottom: 20px;
}

#conts.single .titleBox {
	height: 50px;
	margin-bottom: 7px;
	padding: 0 13px 0 18px;
	background: url(/img/knowledge/bg_h3.jpg) no-repeat;
	
	line-height: 40px;
}

#conts.single .titleBox h2 {
	float: left;

	color: #333;
	font-size: 1.33em;
	font-weight: bold
}

#conts.single .titleBox .date {
	float: right;
	
	color: #FC6B67;
}

#conts.single .article {
	margin-bottom: 15px;
	padding: 0 15px;
}

#conts.single .article p {
	margin-bottom: 18px;
	line-height: 1.6;
}

/* #conts.single .article h3, */
#conts.single .article h4 {
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom: 1px solid #00A6AE;

	font-size: 1.17em;
}

#conts.single .article .imgL {
	float: left;
	margin: 0 25px 25px 0;
	padding: 5px;
	border: 1px solid #F0F0F0;
}

#conts.single .article .imgR {
	float: right;
	margin: 0 0 25px 25px;
	padding: 5px;
	border: 1px solid #F0F0F0;
}

/* ページャー */

#conts.single .footLink {
	clear: both;

	margin: 0 24px;
	padding-top: 10px;
	border-top: 1px solid #F0F0F0;

	text-align: center;
}

#conts.single .footLink span {
	display: inline-block;
	vertical-align: top;
}

	* html #conts.single .footLink span {
		display: inline;
	}

#conts.single .footLink span.home {
	width: 36%;
}

#conts.single .footLink span.prev,
#conts.single .footLink span.next {
	width: 31%;
}

#conts.single .footLink span.prev {
	text-align: right;
}

#conts.single .footLink span.next {
	text-align: left;
}

#conts.single .footLink span.home a {
	margin: 0 3px;
}

/* 出典・サイカス社 */

#conts .scicus {
	margin: 30px 14px 2px;
	padding: 18px 20px 15px;
	background: #F7F7F7;
	border: 1px solid #F0F0F0;
}

#conts .scicus h3 {
	margin-bottom: 15px;
	padding-bottom: 7px;
	background: url(/img/knowledge/line02.png) repeat-x left bottom;

	font-size: 1.17em;
}

#conts .scicus .inner {
}

#conts .scicus .inner .img {
	float: right;
	line-height: 0;
}

#conts .scicus .inner h4 {
	margin-bottom: 12px;
	padding-left: 10px;

	font-weight: bold;
}

#conts .scicus .inner p {
	padding-left: 10px;
}

#conts .scicus .inner p.link {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(/img/knowledge/icon01.png) no-repeat 10px 3px;

	font-size: 0.92em;
	font-weight: bold;
	
	zoom: 1;
}

#conts .scicus .inner p.lastChild {
	margin-bottom: 0;
}

#conts .linkScicus {
	float: right;
	margin: 0 14px 40px;
	padding-left: 10px;
	background: url(/img/knowledge/icon01.png) no-repeat 0 5px;
	
	font-weight: bold;
}

	* html #conts .linkScicus {
		display: inline;
	}

#conts .wp-pagenavi {
	text-align: right;
	padding-right: 15px;
}

#conts .wp-pagenavi span,
#conts .wp-pagenavi a {
	margin-right: 5px;
}

#conts .wp-pagenavi .nextpostslink {
	margin-left: 5px;
	margin-right: 0;
}