@charset "UTF-8";
/*
=====================================================================
*
*    index
*
* =================================================================== 
*/

#IndexPromo{
	width: 100%;
	height: 490px;
	overflow: hidden;
	position: relative;
	margin: 20px 0px;
}
	#IndexPromo .loading {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 980px;
		height: 450px;
		margin: auto;
	}
	#IndexPromo .promoContents {
		opacity: 0;
	}
	#IndexPromo .carouselWrapper{
		width: 980px;
		overflow: visible;
		margin: auto;
	}
		#IndexPromo .carouselWrapper .jPrev {
			background: url(../images/top/carousel-nav.png) no-repeat 0px 0px;
			background-size: 60px 140px;
		}
		#IndexPromo .carouselWrapper .jPrev:hover{
			background-position: 0px -70px;
		}
		#IndexPromo .carouselWrapper .jNext {
			background: url(../images/top/carousel-nav.png) no-repeat -30px 0px;
			background-size: 60px 140px;
		}
		#IndexPromo .carouselWrapper .jNext:hover {
			background-position: -30px -70px;
		}

		#IndexPromo .carouselWrapper .jPagenation {
			padding: 20px 0px 32px 0px;
		}
			#IndexPromo .carouselWrapper .jPagenation a {
				background: url(../images/top/carousel-dots.png) no-repeat 0px 0px;
				background-size: 8px 16px;
			}
			#IndexPromo .carouselWrapper .jPagenation a:hover,
			#IndexPromo .carouselWrapper .jPagenation a.selected{
				background-position: 0px -8px;
			}

	#IndexPromo .img{ 
		width: 2940px;
		height: 430px;
		overflow: hidden;
	}
		#IndexPromo .img div{
			width: 980px;
			float: left;
		}


/* お知らせ
======================================*/

#TopInfoSection{margin-bottom: 100px;}

	#TopInfoSection .title{
		border-bottom: #e6dcdc 1px solid;
	}
		#TopInfoSection .title h2{
			float: left;	
		}
		#TopInfoSection .title .moreBtn{
			float: right;
		}

	#TopInfoSection ul{}
		#TopInfoSection ul li{
			border-bottom: #e6dcdc 1px solid;
		}
			#TopInfoSection ul li a{
				display: block;
				line-height: 44px;
				color: #4c4948;
			}
			#TopInfoSection ul li a:hover{
				background: #f5f3f3;	
			}
				#TopInfoSection ul li a .date{
					float: left;
					width: 100px;
					font-size: 12px;
					text-indent: 5px;
				}
				#TopInfoSection ul li a .text{
					float: left;
				}






