@charset "utf-8";
/* CSS Document

SET 2013/06/20

 */

#rightContentsArea {
	background:none;

}

/*** topVisual ***/

#topVisual {
	overflow:hidden;
	top:-41px;
	height:500px;
	min-width:1000px;
	margin-bottom:42px;
	background:url(../images/top/bg_top_slide.jpg) repeat-x center top;
}
#topVisual ul {
	width:1000px;
	margin:0px auto;
}
#topVisual ul.positionList li {
	position: absolute;
	z-index: 40;
	width: 111px;
	height: 155px;
}


/*** contentsBody ***/

#contentsBody {
	/*width:950px;
	padding:0px 25px;
	background:#FFF;*/
}

.categoryBlock {
	padding-left:10px;
}
.categoryBlock .leftBlock {
	width:160px;
	margin-right:60px;
	float:left;
	text-align:center;
}
.categoryBlock .rightBlock {
	width:160px;
	margin-right:20px;
	float:right;
	text-align:center;
}


/*** bnrArea ***/

.bnrArea {
	padding:0px 5px 0px 100px;
}
.bnrArea ul li {
	width:160px;
	float:left;
	margin-right:16px;
}

.rotationBnr {
	width:848px;
	height:413px;
	margin:0px auto;
	position:relative;
	padding-top:35px;
}
.rotationBnr .box-panel {
	position:absolute;
	width:848px;
	height:448px;
}
.imgNavN {
	position:absolute;
	left:-60px;
	top:50%;
	z-index:2;
}
.imgNavP {
	position:absolute;
	right:-60px;
	top:50%;
	z-index:2;
}
.selectBtn {
	position:absolute;
	bottom:-40px;
	left:50%;
	margin-left:-5px;
	text-align:center;
}
.selectBtn a {
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:10px;
	text-decoration:none;
	background:url(../images/top/btn_slide_navi.png) no-repeat left top;
}
.selectBtn a.current {
	background:url(../images/top/btn_slide_navi_on.png) no-repeat left top;
}

.categoryBlock a {
	font-weight:bold;
}
.top2column {
	margin-bottom:-140px;
}
.bannerBlockPc {
  padding-top: 15px;
}
.bannerBlockPc img {
  width: 100%;
}
.bannerBlockSp {
  display: none;
  padding-top: 15px;
}
.bannerBlockSp img {
  width: 100%;
}


@media screen and (max-width: 640px){

#topVisual {
	top:0px;
}

.whatsNew {
	width:100%;
}

.categoryBlock {
	padding-left:0px;
}
.categoryBlock .leftBlock {
	width:30.2%;
	margin-right:4.6%;
	float:left;
	text-align:center;
}
.categoryBlock .rightBlock {
	width:30.2%;
	margin-right:0px;
	float:right;
	text-align:center;
}
.categoryBlock img {
	width:100%;
}

#rightArea .spBtn {
	display:none !important;
}
#rightArea .spBtn.topVis {
	display:block !important;
}
.top2column {
	margin-bottom:0px;
}
.bannerBlockPc {
  display: none;
}
.bannerBlockSp{
  display: block;
}

}