@charset "Shift_JIS";

/*----------------------------------------
	main
-----------------------------------------*/

#main {
	padding-bottom: 10px;
}

/* title */
#title {
	position: relative;
}

#title .pager a.bx-prev {
	position: absolute;
	display: none;
	top: 50%;
	margin-top: -31px;
	left: 0;
	width: 32px;
	height: 64px;
	text-indent: -9999px;
	outline: 0;
	background: url(../img/index_title_pager.png) left top no-repeat;
	z-index: 100;
}

#title .pager a.bx-next {
	position: absolute;
	display: none;
	top: 50%;
	margin-top: -31px;
	right: 0;
	width: 32px;
	height: 64px;
	text-indent: -9999px;
	outline: 0;
	background: url(../img/index_title_pager.png) right top no-repeat;
	z-index: 100;
}

/* mens */

#mens {
	margin-top: 10px;
}

/* box01 */

#box01 {
	margin-top: 10px;
	padding-bottom: 31px;
	text-align: center;
	background-color: #f5f5f5;
}

#box01 h2 {
}

#box01 li + li {
	margin-top: 6px;
}

/* box02 */

#box02 {
	position: relative;
	margin-right: -10px;
}

#box02 li {
	float: left;
	margin-top: 10px;
}

#box02 li.sp {
	padding-right: 10px;
}

#box02 li.sp02 {
	margin-top: 9px;
}