@charset "utf-8";

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


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

#blogSelect li {
	width: 100%;
	margin-bottom: 3%;
}

#blogSelect p {
	width: 35%;
	display: block;
	float: left;
	padding-top: 3%;
	font-size: 117%;
	text-align: right;
}

.selectArea {
	width: 60%;
	overflow: hidden;
	float: right;
	border: 3px solid #e5e5e5;
	text-align: left;
}

#blogSelect select {
	width: 120%;
	padding: 1% 2%;
	font-size: 134%;
	border: none;
	background: url(../img/pc_zisseki_img1.png) 79% 50% no-repeat transparent;
}

/* slider */
/* -------------------------------------------------- */
#kyoukaSe1L {
	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);
}

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

#kyoukaCate {
	display: block;
	padding: 0 0 2% 0;
	margin-bottom: 5%;
	border-bottom: 1px solid #CCCCCC;
	font-size: 125%;
	font-weight: bold;
	color: #da2805;
}

#contR h1 {
	margin-bottom: 3%;
	font-size: 116%;
	font-weight: bold;
}


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



/**/
#pager2 {
	width: 90%;
	margin: 20% auto 10%;
	text-align: center;
}

#pager2 li {
	display: inline-block;
}

#pager2 span {
	padding: 15px 20px;
	border: 1px solid #da2805;
	font-size: 109%;
	color: #da2805;
}





