#list_carousel {
	position: relative;
	clear: both;
	width: 100%;
	height: 727px;
	//margin-bottom: 15px;
	min-width:1000px;
}
#list_carousel ul {
	list-style: none;
	width: 100%;
	height: 727px;
	margin: 0;
}
#list_carousel li {
	float:left;
	width: 1000px;
	height: 727px;
	margin: 0;
}

#list_carousel li img{
	width: 1000px;
}

#slide-next{
	position:absolute;
	right: 20px;
}
#slide-prev{
	position:absolute;
	left: 20px;
}
#pager a.selected span {
	background: #f19500;
}
#pager a {
	display: inline-block;
	margin: 4px;
}
#pager span {
	overflow: hidden;
	display: inline-block;
	width: 312px;
	height: 3px;
	line-height: 0;
	background: #ccc;
	text-indent: -9999em;
}


/*文字*/

#ichikoi_mozi{
	width: 900px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: -138px;
	z-index: 1000;
}

/*スマホ用レイアウト*/
@media screen and (max-width: 640px) {
}