@charset "utf-8";


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

/* =========================
   article
========================= */
.ttlArc {
	font-size: 180%;
	margin-bottom: 5px;
}

#main {
	float: left;
	width: 760px;
	margin-bottom: 70px;
}

.contents {
	border-top: solid 1px #bebebe;
}

.listBox a {
	display: block;
	padding: 30px 0;
	border-bottom: dotted 1px #bebebe;
	cursor: pointer;
}

.listBox a:hover .date,
.listBox a:hover .nlTtl {
	text-decoration: underline;
}

.nlImgWrap {
	float: right;
	width: 190px;
	height: 120px;
	margin-left: 40px;
	overflow: hidden;
}

.nlImgWrap img {
	width: 100%;
}

.nlDetail .date {
	line-height: 1;
	font-size: 120%;
}

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

/* detail */

.headStyle {
	padding: 30px 0;
	border-top: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
}

.txtDetail {
	padding: 35px 0;
	font-size: 120%;
}

.txtDetail p {
	margin-bottom: 15px;
}

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

/* sns */

#articleSns {
	padding: 35px 0 30px;
	text-align: center;
}

#articleSns a:hover {
	text-decoration: none;
}

#articleSns img {
	margin: 0 6px;
	width: 40px;
	height: auto;
}

/* pagenavi */

#pageNavi {
	position: relative;
	margin-top: 25px;
	text-align: center;
}

.wpPagenavi a,
.wpPagenavi span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	border: solid 1px #bebebe;
	text-align: center;
	font-size: 130%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
}

.pages {
	min-width: 96px;
	background-color: #fff;
	border-color: #bebebe;
	color: #404040;
}

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

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

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

.toTop a {
	padding-left: 30px;
	background: url(../../img/hpk_blog/icn_pageback.png) no-repeat 12px 12px;
	background-position: left center;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 120%;
	color: #7e7e7e;
}

.navigation {
	padding-top: 25px;
	border-top: solid 1px #bebebe;
	text-align: center;
}

.navigation a {
	float: none;
	display: inline-block;
	width: 95px;
	height: 40px;
	line-height: 40px;
	margin: 0 13px;
	border: solid 1px #bebebe;
	text-align: center;
	font-size: 130%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	color: #404040;
	cursor: pointer;
}


/* =========================
   aside
========================= */

#sideR {
	float: right;
	width: 200px;
}

.archiveTtl {
	padding: 15px 0;
	border-top: solid 2px #00acc0;
	border-bottom: solid 1px #bebebe;
	font-size: 120%;
	font-weight: bold;
	color: #00acc0;
}

.archiveBox {
	padding-top: 13px;
}

.toggleBtn {
	height: 25px;
	line-height: 25px;
	padding-left: 45px;
	background: url(../../img/common/list_icon.png) no-repeat 12px 12px;
	background-position: 30px center;
	font-size: 120%;
	color: #bebebe;
	cursor: pointer;
}

.toggleContent {
	display: none;
}

.toggleContent.db {
	display: block;
}

.toggleContent li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 75px;
	background: url(../../img/hpk_blog/arrow_right.png) no-repeat 5px 6px;
	background-position: 63px center;
	font-size: 120%;
	color: #bebebe;
	cursor: pointer;
}

/* 220726 */
.imgDetail img {
	max-width: 100%;
}
