@charset "utf-8";

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

/* リセット */
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
}

/* ジャンル・ブランド・月別アーカイブのセレクター */
#achievementSelect {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
}

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

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

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

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

#achievementSelect select {
	width: 110%;
	padding: 3% 2%;
	font-size: 1.4rem;
	border: none;
	background: url(../img/pc_achievement_img1.png) 85% 50% no-repeat transparent;
	-webkit-background-size: 7px 6px;
	background-size: 7px 6px;
	color: #fff;
	background-color: #000;
}


/* 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;
}

.achievementImg {
	padding: 10px;
}

#contR {
	padding: 15px;
}

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

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

#contR h2 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}

#achievementTxt {
	padding-bottom: 30px;
	font-size: 1.2rem;
}

#achievementTxt p a>img {
	display: block;
	margin: 20px auto 0;
	width: 100%;
	max-width: 300px;
	height: auto;
}



