@charset "utf-8";

/* height 100% 設定 */
html,body {height: 100%;}
#layout {height: 100%;min-height: 100%;}
body > #layout {height: auto;}

#infomartion       a:link{color:#fb3446;text-decoration: none;}
#infomartion     a:active{color:#fb3446;text-decoration: none;}
#infomartion    a:visited{color:#fb3446;text-decoration: none;}
#infomartion a:hover{color:#fb3446;text-decoration: underline;}

/* メインビジュアルカルーセル */

#mainVisual {
	position: relative;
}

#mainVisual .slider-wrap {
	position: absolute;
	left: 30px;
	top: 0;
	z-index: 5;
}

#mainVisual .slider-wrap li {
	float: left;
	display: block;
}

#mainVisual #btn_prev{
	position: absolute;
	left: 10px;
	top: 185px;
	width: 40px;
	height: 40px;
	display: block;
	background: url(../img/btnPrev.png) no-repeat 0 0;
	z-index: 10;
}

#mainVisual #btn_next{
	position: absolute;
	left: 930px;
	top: 185px;
	width: 40px;
	height: 40px;
	display: block;
	background: url(../img/btnNext.png) no-repeat 0 0;
	z-index: 11;
}

#mainVisual a:hover#btn_next,
#mainVisual a:hover#btn_prev{
	background-position: -40px 0;
}

.pagination {
	position: absolute;
	left: 0;
	top:405px;
	width: 980px;
	text-align: center;
}
.pagination a {
	background: url(../img/btn_pagination.png) no-repeat 0 0;
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -12px 0;
	cursor: default;
}
.pagination a span {
	display: none;
}

/* TOPICS */

#infomartion a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	zoom:1;
}

#home {
	text-align: left;
}

#home.contentWrap {
	width: 980px;
	height: 440px;
	margin: 0 0 30px 0;
	padding: 12px 0 0 0;
	background: url(../img/bgContentsBottom.png) no-repeat center bottom;
}

#infomartion {
	position: relative;
	width: 960px;
	height: 437px;
	margin: 0 auto 30px;
	background: url(../img/bgTopTopics2.png) no-repeat left top;
}

#infomartion h2.topicsTit {
	position: absolute;
	left: 20px;
	top:26px;}

#infomartion p.readMore {
	position: absolute;
	left: 385px;
	top:16px;}

#infomartion .topics {
	position: absolute;
	left: 30px;
	top:73px;
	width: 435px;
	border-top: 1px #74340c dashed;
}

#infomartion .topics li {
	height: 26px;
	padding: 14px 0 0 10px;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #702f06;
	border-bottom: 1px #74340c dashed;
}

#infomartion .topics li span{
	font-size: 12px;
	line-height: 1;
	color: #a67455;
	font-weight: normal;
}

#infomartion .topics li a {
	color: #74340c;
}

#infomartion .banner {
	position: absolute;
	left: 495px;
	top:30px;
	display: block;
	width: 465px;
	height: 285px;
	overflow: hidden;
}

#infomartion .banner li {
	float: left;
	display: block;
	width: 210px;
	height: 80px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#infomartion .banner li img {
	border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#infomartion .banner li.banLeft {
}

#infomartion .snsLink {
	position: absolute;
	left: 495px;
	top:315px;
}

#infomartion .snsLink li {
	float: left;
	display: inline;
}

#infomartion .snsLink .club {
	margin-right: 15px;
}

#infomartion .snsLink .Twitter {
	margin-right: 15px;
}

#infomartion .snsLink .Facebook {
}

#infomartion .topFooterNav {
	position: absolute;
	left: 30px;
	top: 404px;
}

#infomartion .topFooterNav .howto{
	position: absolute;
	left: 586px;
	top: 0;
}

#infomartion .topFooterNav .company{
	position: absolute;
	left: 704px;
	top: 0;
	padding-left: 19px;
	background: url(../img/bgTopTopicsNavList.png) no-repeat left 3px;
}

#infomartion .topFooterNav .privacy{
	position: absolute;
	left: 780px;
	top: 0;
	padding-left: 19px;
	background: url(../img/bgTopTopicsNavList.png) no-repeat left 3px;
}