@charset "utf-8";

/* -------------------------------------------------- */
/* お知らせ詳細 */
/* -------------------------------------------------- */
/* メインイメージ */

#blogMain {
	background: url(../img/pc_blog_fv.jpg) center center no-repeat;
}


/* blogSelect */
/* -------------------------------------------------- */
#blogSelect {
	width: 980px;
	display: block;
	margin: 0 auto 10px;
}

#blogSelect ul {
	width: 540px;
	float: right;
	text-align: right;
}

#blogSelect li {
	display: inline-block;
}

#blogSelect li:first-child {
	margin-right: 15px;
}

#blogSelect p {
	margin-bottom: 4px;
	font-size: 117%;
	text-align: left;
}

.selectArea {
	width: 250px;
	overflow: hidden;
	border: 3px solid #e5e5e5;
	text-align: left;
}

#blogSelect select {
	width: 270px;
	padding: 10px 15px;
	font-size: 134%;
	border: none;
	background: url(../img/pc_zisseki_img1.png) 230px 15px no-repeat transparent;
}

#blogSelect select {
	width: 284px\9;
}

#blogSelect select:not(:target) {
	width: 284px\9;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #blogSelect select {
		width: 284px;
	}
}

/* #blogSe1 */
/* -------------------------------------------------- */
#blogSe1 {
	width: 980px;
	margin: 0 auto 100px;
	line-height: 1.4;
}

#blogSe1 h2 {
	display: block;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 0 0 30px 0;
}

#blogSe1 #blogTxt {
	font-size: 133%;
	line-height: 1.6;
}

#blogSe1L {
	width: 470px;
	margin: 0;
	float: left;
}

#contL {
	position: relative;
}

.blogImg {
	margin: 0 0 20px 0;
}

/* Right */
#blogSe1R {
	width: 470px;
	margin: 0 0 0 40px;
	float: left;
}

#contR {
	position: relative;
	padding: 0;
	margin: 0;
}

#blogDate {
	font-size: 133%;
	text-align: right;
	border-bottom: 1px solid #eeeeee;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
}

#blogDate #date {
	float: right;
}

#singleCateWrap {
	width: 320px;
	float: left;
}

.singleCate {
	color: #da2805;
	border: 1px solid #da2805;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0 5px;
}

/* ページャー */
#pager2 {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	font-size: 134%;
	color: #da2805;
	padding-top: 120px;
}

#pager2 li {
	display: inline-block;
	margin-right: 7px;
}

#pager2 li:last-child {
	margin-right: 0;
}

#pager2 span {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #da2805;
	color: #da2805;
}

#pager2 .active span,
#pager2 a:hover span {
	background-color: #da2805;
	color: #FFFFFF;
}

#pager2 img {
	vertical-align: middle;
}

/*20200424 h2/h3タグ装飾*/
.blog-h3{
	padding: 0.5em 0;
    font-size: 20px;
    background: #ffeaea;
    border-bottom: solid 3px #da2903;
    font-weight: 700;
    margin-bottom: 3%;
}

.blog-h4{
	color: #d5543c;
    border: solid 1.5px #df3819;
    padding: 0.5em;
    border-radius: 0.5em;
    margin: 10px 0px 15px 0px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}
/*20200424 ここまで*/