@charset "utf-8";
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
z-index: 2;
overflow: hidden;
position: relative;
    margin: 0;
    padding: 0;
}

.jcarousel-list {
z-index: 1;
overflow: hidden;
position: relative;top: 0;left: 0;
    margin: 0;
    padding: 0;
}

	#gt_recommend .jcarousel-list {
   		width:  218px;
		min-height:225px;
		_height:225px;
	}
	
	.side_left .jcarousel-list {
    	width:  217px;
		min-height:300px;
		_height:300px;
	}

	#books .side_left .jcarousel-list {
		width:  217px;
		min-height:330px;
		_height:330px;
	}


#gt_recommend .jcarousel-item {
float: left;
list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width:218px;
	height:225px;
	margin:0;
	padding:0;
}

.side_left .jcarousel-item {
float: left;
list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	width:217px;
	height: 300px;
	margin:0;
	padding:0px;
	border:0;
}

	#books .side_left .jcarousel-item {
		height: 330px;
	}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
z-index: 3;
    display: none;
}

.jcarousel-prev {
z-index: 3;
    display: none;
}

/*skin.css*/
.jcarousel-skin-tango .jcarousel-container {
    background: transparent;
}

#gt_recommend .jcarousel-skin-tango.jcarousel-container-horizontal {
overflow:hidden;
    width:218px;
	height:225px;
	margin:0;
	padding:0;
}

.side_left .jcarousel-skin-tango.jcarousel-container-horizontal {
overflow:hidden;
	width:217px;
	height: 300px;
	margin:0;
	padding:0;
}

	#books .side_left .jcarousel-skin-tango.jcarousel-container-horizontal {
		height: 330px;
	}

/*.jcarousel-skin-tango.jcarousel-container-vertical {
    width:  640px;
    height: 470px;
    padding: 20px;
}*/


#gt_recommend .jcarousel-skin-tango .jcarousel-clip-horizontal {/*この幅で写真が見える掲載枚数が変わる*/
    width:  218px;
    height: 225px;
}

.side_left .jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:217px;
	height: 295px;
}

	#books .side_left .jcarousel-skin-tango .jcarousel-clip-horizontal {
		height: 325px;
	}


/*.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  640px;
    height: 470px;
}*/

#gt_recommend .jcarousel-skin-tango .jcarousel-item {
overflow:hidden;
position:relative;
    width: 218px;
    height: 225px;
}

.side_left .jcarousel-skin-tango .jcarousel-item {
overflow:hidden;
position:relative;
	width:217px;
	height: 295px;
}

	#books .side_left .jcarousel-skin-tango .jcarousel-item {
		height: 325px;
	}


.jcarousel-skin-tango .jcarousel-item-horizontal {/*写真と写真の隙間*/
    margin:0;
	padding:0;
}

/*.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}*/

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: transparent;
    color: #333333;
}

/**
 *  Horizontal Buttons
 */
 
  /*center_block
 ----------------------------------------------------------------------------------*/
#gt_recommend .jcarousel-skin-tango .jcarousel-next-horizontal {
z-index:3;
position: absolute;
top: 153px;
left: 147px;
    width: 14px;
    height: 14px;
	padding:0 36px 0 20px;
    cursor: pointer;
    background: #ffffff url(/user_data/packages/default/img/common_img/arw_next.jpg) no-repeat 20px 0;
	
}

	#gt_recommend .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
	#gt_recommend .jcarousel-skin-tango .jcarousel-next-horizontal:active  {
		background-position: 20px -14px;	
	}
	
	
	#gt_recommend .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
	#gt_recommend .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
	#gt_recommend .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
		cursor: default;
		background-position: 20px -28px;
		/*background:none;*/
	}

#gt_recommend .jcarousel-skin-tango .jcarousel-prev-horizontal {
z-index:3;
position: absolute;
top: 153px;
left: 0px;
    width: 14px;
    height: 14px;
	padding:0 20px 0 36px;
    cursor: pointer;
    background: #ffffff url(/user_data/packages/default/img/common_img/arw_prev.jpg) no-repeat 40px 0;
}

	#gt_recommend .jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
	#gt_recommend .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
		background-position: 40px -14px;	
	}
	
	#gt_recommend .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
	#gt_recommend .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
	#gt_recommend .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
		cursor: default;
		background-position: 40px -28px;
		/*background:none;*/
	}
 
 /*side_left
 ----------------------------------------------------------------------------------*/
.side_left .jcarousel-skin-tango .jcarousel-next-horizontal {
z-index:3;
position: absolute;
top: 216px;
left: 147px;
    width: 14px;
    height: 14px;
	padding:0 36px 0 20px;
    cursor: pointer;
    background: #ffffff url(/user_data/packages/default/img/common_img/arw_next.jpg) no-repeat 20px 0;
	
}

	.side_left .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
	.side_left .jcarousel-skin-tango .jcarousel-next-horizontal:active  {
		background-position: 20px -14px;
	
	}
	
	
	.side_left .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
	.side_left .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
	.side_left .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
		cursor: default;
		background-position: 20px -28px;
		/*background:none;*/
	}

.side_left .jcarousel-skin-tango .jcarousel-prev-horizontal {
z-index:3;
position: absolute;
top: 216px;
left: 0px;
    width: 14px;
    height: 14px;
	padding:0 20px 0 36px;
    cursor: pointer;
    background: #ffffff url(/user_data/packages/default/img/common_img/arw_prev.jpg) no-repeat 40px 0;
}

	.side_left .jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
	.side_left .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
		background-position: 40px -14px;
	
	}
	
	.side_left .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
	.side_left .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
	.side_left .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
		cursor: default;
		background-position: 40px -28px;
		/*background:none;*/
	
	}

