@charset "UTF-8";

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	outline: none;
}
a {
	transition: .3s;
}
@media only screen and (min-width: 450px) {
	a:hover {
		opacity: .7;
	}
}
.main_contents_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}
#container section {
	margin-bottom: 100px;
}
#main_top_slider {
	margin-bottom: 30px;
}
.slider_dots_true {
	margin-bottom: 25px;
}


.accbox_info {
	margin: 0 auto;
	width: 98%;
	text-align: center;
}
.accbox_info .label {
	padding: 10px 5px 5px 20px;
	line-height: 1.2em;
	background-size: 5px;
	background-position: 8px 11px;
	font-weight: normal;
	display: inline-block;
	text-align: left;
}
.accbox_info .label a {
	display: block;
}
.accbox_info .label:before {
	content: "";
	padding-right: 0;
}






form button#searchButton {
	background: transparent;
}



#newarrival_hotword {
	margin-bottom: 50px;
	text-align: center;
	font-size: 0;
}
.newarrival_hotword_title {
	display: inline-block;
	margin-right: 1%;
	margin-left: 1%;
	font-size: 12px;
	margin-bottom: 10px;
	box-sizing: border-box;
	max-width: 14%;
	padding: 10px 10px 8px 10px;
	vertical-align: top;
}
.newarrival_hotword_wordlist {
	display: inline-block;
	font-size: 0;
	max-width: 84%;
	text-align: left;
}
.newarrival_hotword_wordlist li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.newarrival_hotword_wordlist li a {
	display: block;
	font-size: 12px;
	padding: 10px 25px 8px 10px;
	background: #f5f5f5 url(../images/common/next_arrow_bk.png) no-repeat;
	background-size: 6px;
	background-position: center right 8px;
}




#container section#main_contents_section_toppage_category {
	margin-bottom: 20px;
	max-width: 300px;
	width: 100%;
	margin: 20px auto;
	position: relative;
	border-radius: 0;
	cursor: pointer; /* IEでcursorがチラついたので */
	text-align: center;
	border: 1px solid #000;
}
#toppage_category select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	cursor: pointer;
	width: 100%;
	border: none;
	padding: 12px;
	opacity: 0;
	/* position: relative; */
	z-index: 2;
	line-height: 1em;
}
#toppage_category select option {
	text-align: center;
}
#toppage_category_label {
	position: absolute;
	width: 100%;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background: url(../images/common/open_arrow_bk.png) no-repeat;
	background-size: 13px;
	background-position: right 10px center;
	font-size: 14px;
}
#toppage_category select:focus {
	z-index: -1;
}

@media only screen and (max-width: 769px) {
	#container section#main_contents_section_toppage_category {
		max-width: 90%;
	}
}


@media only screen and (max-width: 769px) {
	.fRgiht  {
		display: inline-flex;
		justify-content: flex-end;
		align-items: flex-start ;
	}
	#spheadArea div .fRgiht {
		width: 70px;
		position: absolute;
		right: 2%;
		top: 18px;
	}
	#spheadArea div .fRgiht > div {
		width: 100%;
	}
}