p {
  cursor: pointer;
}

img {
	    border-style:none;
	}


.bb {
	text-align: center;
	width: 100%;
	height: auto;
}
.container {
	margin: 30px;
	width: auto;
	background-color: #FFF;
	height: auto;
	padding: 10px;
}
.container_round {
	width: 800px;
	background-color: #FFF;
	height: auto;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	float: left;
	clear: none;
}
ol, ul {
	list-style: none;
}
/* calrse */
#myRoundabout {padding: 0;}
#myRoundabout ul {
list-style: none;
    margin: 0;
}
#myRoundabout li {
	list-style-type: none;
}

.roundabout-holder {/*全体表示幅*/
	list-style: none;
	width: 40em;
	height: 11em;
	margin: auto;
}
.roundabout-moveable-item {
	height: 11em;
	width: 23em;
	cursor: pointer;
}
.roundabout-moveable-item img {/*画像の大きさ*/
	height: 11em;
	width: 18.75em;
	border: none;
}
.roundabout-in-focus { cursor: auto; }
