@charset "UTF-8";

/*メインビジュアル*/
#main {
	width: 100%;
	height: auto;
	position: relative;
}

#main ul li {
	width: 100%;
	line-height: 0;
}

#main ul li img {
	width: 100%;
	height: auto;
}

.bx-pager {
  	width: 75px;
  	margin: 0 auto;
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 20px;
  	z-index: 99;
}

.bx-pager-item {
	width: 13px;
	margin: 0 6px;
	float: left;
	opacity: 1;
}

.bx-pager-item:hover {
	opacity: 0.7;
}

.bx-pager-link {
	display: block;
	width: 13px;
	height: 13px;
	background: url('../images/main-off.png') no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.active {
	background: url('../images/main-on.png') no-repeat center center !important;
}


/*コンテンツエリア*/
#contentsArea {
	margin: 0 auto;
	padding-top: 20px;
}


/*メインコンテンツ*/
#intro {
	width: 690px;
	height: 470px;
	background: url('../images/introBg.jpg') no-repeat left 50px;
}

#intro h3 {
	width: 65px;
	line-height: 0;
	float: right;
}

#introTxt {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-size: 95%;
	line-height: 190%;
	margin-right: 20px;
	padding-top: 50px;
	float: right;
}

#news {
	margin: 80px 0 35px;
}

#newsTtl {
	width: 690px;
	height: 26px;
	background: url('../images/newsBorder.png') no-repeat center bottom;
}

#news h3 {
	width: 95px;
	line-height: 0;
	float: left;
}

#newsTtl p {
	width: 135px;
	line-height: 0;
	float: right;
}

#news ul li {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	color: #000000;
	font-size: 90%;
	line-height: 180%;
	padding: 17px 0;
	border-bottom: 1px #c2c2c2 solid;
}

.day {
	display: block;
	width: 70px;
	margin-right: 10px;
	float: left;
}

.linkTtl {
	display: block;
	width: 610px;
	float: left;
}

.linkTtl a {
	color: #000000;
	text-decoration: underline;
}
