@charset "utf-8";
/* CSS Document */

.carousel {
padding-top: 10px;
background-color: #01490C;/*カルーセル部分の背景色設定*/
}

.jCarousel {
width: 100%;
}

.jCarousel li {
text-align: center;
width: 100%;
margin: 0px auto;
line-height: 0px;
overflow: hidden;
}

.jCarousel img {
padding-top: top;
margin: 0 1%;
width: 90%;/*カルーセル部分の画像サイズ設定*/
}

/*カルーセル上下ライン*/
.carousel_line {
	text-align: center;
}

.carousel_line img {
	width:98%;
	margin: 0px;
}
