@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
/*top*/
#mainCol {
	background: url(../images/keyword/bg_maincol.jpg) no-repeat center top;
	text-align: center;
	min-height: 500px;
}

#btnCol{
	position:relative;
	width:1100px;
	margin:0 auto;
}

#btnCol li{
	position:absolute;
}

li#kw_01 {
	top : 175px;
	left: 120px;
}

li#kw_02 {
	top : 314px;
	left: 523px;
}

li#kw_03 {
	top : -28px;
	left: 530px;
}

li#kw_04 {
	top : 178px;
	left: 703px;
}

li#kw_05 {
	top : 356px;
	left: 194px;
}

li#kw_06 {
	top : -28px;
	left: 269px;
}

/*詳細ページ*/
.detail #mainCol {
	background: url(../images/ss/bg_maincol.jpg) no-repeat center top;
}

#thumCol {
	width: 990px;
	margin: 0 auto;
}

#thumCol ul {
	position: absolute;
}

li#thum_01 {
	position: relative;
	left: 163px;
	bottom: 177px;
}

ul.double li {
	float: left;
}

ul.double li#thum_01 {
	position: relative;
	left: 30px;
	bottom: 177px;
}

ul.double li#thum_02 {
	position: relative;
	left: -30px;
	bottom: 177px;
}

#back {
	width: 990px;
	margin: 0 auto;
}

#back p{
	position: absolute;
	left: 900px;
	right: 60px;
	bottom: 60px;
}

.fancybox-next span{
	width:21px;
	height:76px;
	background: url(../js/fancybox/img_fb_arrow_right.png) right top no-repeat;
	right: -40px;
	visibility:visible;
}

.fancybox-prev span{
	width:21px;
	height:76px;
	background:url(../js/fancybox/img_fb_arrow_left.png) right top no-repeat;
	left: -40px;
	visibility:visible;
}