@charset "utf-8";

/* top_main
------------------------------------------------ */
#top_main {
	position: relative;
}

	#top_main .frame {
		position: relative;
		height: 450px;
		overflow: hidden;
		z-index: 1;
	}

		#top_main .move {
		}

			#top_main .move li {
				position: relative;
				float: left;
				background-position: left top;
				background-repeat: no-repeat;
				background-size: 100%;
				text-align: center;
			}
			#top_main .move .list0 { background-image: url(../../img/top/main1.jpg); }
			#top_main .move .list1 { background-image: url(../../img/top/main2.jpg); }
			#top_main .move .list2 { background-image: url(../../img/top/main3.jpg); }

				#top_main .move li img { width: 85%; }

	#top_main .thumb {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100vw;
		height: 30px;
		background: rgba(255,255,255,.7);
		z-index: 2;
	}

		#top_main .thumb a {
			position: absolute;
			top: 8px;
			display: block;
			width: 10px;
			height: 16px;
			background-position: left top;
			background-repeat: no-repeat;
			background-size: 100%;
		}
		#top_main .thumb .prev { left: 6.2%; background-image: url(../../img/share/slide_prev1.png); }
		#top_main .thumb .next { right: 6.2%; background-image: url(../../img/share/slide_next1.png); }
