@charset "utf-8";

/*　pageKv
--------------------------------------------------------------- */
#pageKv {
	background: url(../../img/blog/pic_main.jpg) no-repeat 50% 0;
	background-size: cover;
}

/*  contentWrap
--------------------------------------------------------------- */
.listBox li {
	padding: 33px 0px 33px 0px;
	background: url(../../img/blog/icn_arrow_right.png) no-repeat 97% center;
	background-size: 11px 12px;
	box-sizing: border-box;
}


.listBox li a {
	/*
	padding: 33px 60px 33px 30px;
	background: url(../../img/blog/icn_arrow_right.png) no-repeat 97% center;
	background-size: 11px 12px;
	box-sizing: border-box;
	*/
}

.listBox li:nth-child(even) {
	background-color: #fff;
}

.listBox li .nlImgWrap {
	float: left;
	width: 120px;
	margin-right: 40px;
}

.listBox li .nlImgWrap img {
	width: 100%;
}

.nlDetail {
	overflow: auto;
}

.nlDetail .date {
	height: 20px;
	line-height: 20px;
	font-size: 130%;
}

.nlDetail .label {
	display: inline-block;
	width: 86px;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	background-color: #c96;
	text-align: center;
	font-size: 90%;
	color: #fff;
}

.nlDetail .nlTtl {
	margin-top: 20px;
	line-height: 1.3;
	letter-spacing: -.09em;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif !important;
	font-size: 200%;
}

/*　pageNavi
--------------------------------------------------------------- */

/*
#pageNavi {
	position: relative;
	text-align: center;
}

.wpPagenavi a,
.wpPagenavi span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 62px 3px 0;
	border: solid 1px #666;
	text-align: center;
	font-size: 140%;
}

.pages {
	min-width: 76px;
	border-color: #666;
	color: #404040;
}

.current {
	min-width: 40px;
	border-color: #00acc0 !important;
	color: #fff;
}

.wpPagenavi a {
	min-width: 40px;
	border-color: #666;
	color: #404040;
}

.toTop {
	position: absolute;
	top: 25px;
	left: 0;
}

.toTop a {
	padding-left: 27px;
	background: url(../../img/common/ico_d_arrow_left.png) no-repeat;
	background-position: left center;
	background-size: 10px 11px;
	font-size: 140%;
	color: #3f3d3c;
}

.navigation {
	width: 320px;
	padding-top: 25px;
	text-align: center;
}

.navigation a {
	display: inline-block;
	width: 145px;
	height: 48px;
	line-height: 48px;
	border: solid 2px #a7a7a7;
	text-align: center;
	font-size: 140%;
	color: #3f3d3c;
	cursor: pointer;
	box-sizing: border-box;
}

.previous {
	background: url(../../img/common/ico_d_arrow_left.png) no-repeat;
	background-position: 15px center;
	background-size: 10px 11px;
	text-indent: 1em;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif !important;
}

.next {
	background: url(../../img/blog/icn_arrow_right.png) no-repeat;
	background-position: 115px center;
	background-size: 10px 11px;
	text-indent: -1em;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif !important;
}
*/



/*　detail
--------------------------------------------------------------- */

.headStyle {
	margin-bottom: 38px;
	padding-bottom: 20px;
	border-bottom: solid 2px #666;
}

.imgDetail {
	float: right;
	width: 482px;
	margin-bottom: 30px;
}
.imgDetail img {
	width: 100%;
	height: auto;
}

.txtDetail {
	font-size: 120%;
	float: left;
	width: 482px;
}
.noImg .txtDetail {
	width: 100%;
	float: none;
}


.txtDetail img {
	max-width: 100%;
	height: auto;
}

.bodyStyle {
	padding-bottom: 30px;
	border-bottom: solid 2px #a7a7a7;
	margin-bottom: 30px;
}
