@charset "utf-8";
/* CSS Document スタイルcss*/

/********************************
トップページ
********************************/
#content-body .toppage {
	width:980px;
	margin:0 auto;
}
#content-body .toppage .goods {
	margin-bottom:90px;
	text-align:center;
}
/*スライド*/
#content-body .toppage .slide_area {
	margin-bottom:50px;
}
#content-body .toppage .slide_area .tit {
	float:left;
}
#content-body .toppage .slide_area .tit p {
	padding-left:14px;
	font-size:16px;
	line-height:41px;
}
#content-body .toppage .slide_area .slide {
	float:right;
	width:636px;
	height:423px;
	overflow:hidden;
}
/*ナビ*/
#content-body .toppage .top_nav_sp {
	display:none;
}
#content-body .toppage .top_nav {
	margin-bottom:65px;
}
#content-body .toppage .top_nav ul {
	display:table;
	width:980px;
}
#content-body .toppage .top_nav li {
	display:table-cell;
	vertical-align:middle;
	height:80px;
	border-right:solid 1px #202020;
	font-size:20px;
	line-height:1.2em;
	text-align:center;
}
#content-body .toppage .top_nav li:last-child {
	border-right:none;
}
#content-body .toppage .top_nav li span {
	font-size:15px;
}
#content-body .toppage .top_nav li img {
	width:160px;
	height:auto;
}
#content-body .toppage .top_nav li a {
	display:block;
	padding: 0 20px;
	text-decoration:none;
}
#content-body .toppage .top_nav li a:hover {
	text-decoration:underline;
}
/*コンテンツマップ*/
#content-body .toppage .map_sp {
	display:none;
}
#content-body .toppage .map {
	position:relative;
	margin-bottom:70px;
	text-align:center;
}
#content-body .toppage .map *:hover img {
	opacity:1.0;
	transform: scale(1.05,1.05);
}
#content-body .toppage .map .map_doki {
	position: absolute;
	left: 311px;
	top: 243px;
	margin-bottom: 70px;
	text-align: center;
}
#content-body .toppage .map .map_view {
	position: absolute;
	left: 368px;
	top: 100px;
	margin-bottom: 70px;
	text-align: center;
}
#content-body .toppage .map .map_twelve{
	position: absolute;
	left: 616px;
	top: 51px;
	margin-bottom: 70px;
	text-align: center;
}
#content-body .toppage .map .map_art {
	position: absolute;
	left: 655px;
	top: 334px;
	margin-bottom: 70px;
	text-align: center;
}
#content-body .toppage .map .map_deer {
	position: absolute;
	left: 513px;
	top: 450px;
	margin-bottom: 70px;
	text-align: center;
}
#content-body .toppage .map .map_note {
	position: absolute;
	left: 148px;
	top: 437px;
	margin-bottom: 70px;
	text-align: center;
}
#content-body .toppage .map .map_lego {
	position: absolute;
	left: 90px;
	top: 203px;
	margin-bottom: 70px;
	text-align: center;
}
/*お知らせ*/
#content-body .toppage .news {
	padding:18px 24px 8px 24px;
	border-top:solid 70px #ffffc3;
	border-bottom:solid 70px #ffffc3;
	border-right:solid 100px #ffffc3;
	border-left:solid 100px #ffffc3;
}
#content-body .toppage .news h2 {
	margin-bottom:14px;
	color:#6eb937;
	font-size:20px;
	text-align:center;
}
#content-body .toppage .news ul {
}
#content-body .toppage .news ul {
	background-color:#fff;
}
#content-body .toppage .news ul li {
	list-style:none;
	margin-left:14px;
	margin-bottom:14px;
	font-size:16px;
}
#content-body .toppage .news ul li:before {
	content:">";
	margin-right:4px;
	margin-left:-14px;
}
#content-body .toppage .news ul li a {
	text-decoration:none;
}
#content-body .toppage .news ul li a:hover {
	text-decoration:underline;
}
/*サイトマップ*/
#content-body .toppage .top_sitemap {
	width:770px;
	margin:64px auto 104px auto;
}
#content-body .toppage .top_sitemap td {
	width:50%;
	height:130px;
	vertical-align:text-bottom;
	font-size:16px;
}
#content-body .toppage .top_sitemap dl {
	margin-right:30px;
}
#content-body .toppage .top_sitemap td dl dt {
	margin-bottom:8px;
	border-bottom:solid 1px #6eb937;
	color:#6eb937;
	line-height:24px;
}
#content-body .toppage .top_sitemap td dl dd {
	float:left;
	width:50%;
	line-height:26px;
}
#content-body .toppage .top_sitemap dl dd.top_sitemap01 {
	width:36%;
}
#content-body .toppage .top_sitemap dl dd.top_sitemap02 {
	width:64%;
}
#content-body .toppage .top_sitemap ul dl dd:before {
	content:url(../common2017/images/icon_arrow01.png);
	margin-right:2px;
}
#content-body .toppage .top_sitemap ul dl dd a {
	text-decoration:none;
}
#content-body .toppage .top_sitemap ul dl dd a:hover {
	text-decoration:underline;
}

#content-body .toppage .slide_area .tit p.mainread {
    max-width: 300px;
    line-height: 30px;
    font-size: 15px;
}

.databan {
    display: block;
    text-align: center;
    margin: 0px 0px 40px;
    font-size: 18px;
    line-height: 0em;
    padding: 0px;
}

#content-body .databan a img {
    border: 1px solid #ccc;
}
