@charset "utf-8";

/* -------------------------------------------------- */
/* お知らせ詳細ページ */
/* -------------------------------------------------- */


/* #blogSelect */
/* -------------------------------------------------- */
#blogSelect {
	width: 90%;
	margin: 0 auto 8%;
}

#blogSelect li {
    width: 100%;
    margin-bottom: 2%;
    display: table;
	vertical-align: middle;
}

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

#blogSelect p {
	width: 35%;
	display: table-cell;
	font-size: 108%;
	text-align: right;
	padding-right: 3%;
	vertical-align: middle;
}

.selectArea {
	width: 60%;
	overflow: hidden;
	display: table-cell;
	border: 3px solid #e5e5e5;
	text-align: left;
	vertical-align: middle;
}

#blogSelect select {
	width: 110%;
	padding: 3% 2%;
	font-size: 108%;
	border: none;
	background: url(../img/pc_zisseki_img1.png) 85% 50% no-repeat transparent;
	-webkit-background-size: 7px 6px;
	background-size: 7px 6px;
	color: #666666;
}

/* slider */
/* -------------------------------------------------- */
#blogSe1L {
	margin-bottom: 3%;
}

#contL button.slick-prev,
#contL button.slick-next {
	width: 34px;
	height: 44px;
	position: absolute;
	top: 75px;
	z-index: 5;
	margin: 17px 0 0 0;
	border: none;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
	cursor: pointer;
}

#contL button.slick-prev {
	left: -1%;
	background-image: url(../img/sp_slider1_pre.jpg);
}

#contL button.slick-next {
	right: -1%;
	background-image: url(../img/sp_slider1_next.jpg);
}

/* #blogSe1 */
/* -------------------------------------------------- */
#blogSe1 {
	width: 90%;
	margin: 0 auto 10%;
	color: #666666;
}

#singleCateWrap {
	padding-bottom: 10px;
}

.blogImg {
	padding-bottom: 10px;
}

#singleCateWrap span {
	display: inline-block;
	padding: 3px 10px;
	margin: 0 2px 2px 0;
	font-size: 100%;
	color: #0A7C25;
	border: 1px solid #0A7C25;
}

#blogDate {
	padding-bottom: 1%;
	margin-bottom: 5%;
	border-bottom: 1px solid #CCCCCC;
}

#blogSe1R h2 {
	margin-bottom: 3%;
	font-size: 116%;
	font-weight: bold;
}

#blogTxt {
	padding-bottom: 30px;
}




