@charset "utf-8";
/* CSS Document */

/* calrse */
#myRoundabout {padding: 0;}
#myRoundabout ul {
	width:1150px;
	height:324px;
}
	

#myRoundabout li {
    list-style-type: none;
}
.roundabout-holder {/*全体表示幅*/
	list-style: none;
	width: 48.8em;
	height: 22.6em;
	margin: 0 auto;
}

.roundabout-moveable-item {/*アイテムの大きさ*/
    height: 324px;
    width: 580px;
    cursor: pointer;
	background-color:#FFF;
}

.roundabout-moveable-item img {/*画像の大きさ*/
    height: 100%;
    width: 100%;
    border: none;
}
.roundabout-in-focus { cursor: auto; };

