﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    TOP css
------------------------------------------------------------*/  

#header{
	background:url(../img/hdBg.png) repeat-x;
	position:relative;
	z-index:100;
}


/* slider */

#slider{
	width:100%;
	height:463px;
	background:#fff url(../common/img/loading.gif) no-repeat 50% 45%;
	overflow:hidden;
	position:relative;
	top:0;
}

.slide{
	position:absolute;
	width:100%;
	height:463px;
	background:no-repeat 50% 0;
	background-size:cover;
}

.visual1{ background-image:url(../img/visual1.png);}



/* slide  */

.wideslider {
	width: 100%;
	height: 463px;
	margin-top:-4px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background:url(../common/img/loading.gif) no-repeat 50% 50%;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul{
	display: inline-block;
	overflow: hidden;
}

.wideslider ul li{
	position:relative;
}

.link{
	width:310px;
	height:60px;
	position:absolute;
	right:167px;
	bottom:20px;
	z-index:100;
}

.link a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:60px;
	border-radius:5px;
	font-size:150%;
	color:#fff;
	font-weight:bold;
}

.plaza{ background:#1CBB9F;}
.convention{ background:#61B2DF;}
.meikan{ background:#89C45E;}


.wideslider_base{
	top: 0;
	position: absolute;
}
.wideslider_wrap{
	top: 0;
	position: absolute;
	overflow: hidden;
}

.slider_prev,
.slider_next{
	bottom: 0;
/*	height:365px!important;*/
	overflow: hidden;
	position: absolute;
	z-index: 100;
	background:#000;
}

.pagination{ display:none;}

.slideBtn{
	width:76px;
	height:76px;
	position:absolute;
	top:50%;
	margin-top:-38px;
	z-index:100;
	cursor:pointer;
	background:url(../img/slideBtn.png) no-repeat;
}

#prev{ left:10px;}
#next{ right:10px;}

#prev{ background-position:0 0;}
#next{ background-position:0 -76px;}

#prev:hover{ background-position:-76px 0;}
#next:hover{ background-position:-76px -76px;}

/* news */

.newsTtl{
	width:160px;
	height:160px;
	text-align:center;
	line-height:160px;
	background:#A5C7E6;
	color:#fff;
	font-size:134%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:5px;
}


.more{
	width:160px;
	height:62px;
}

.more a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:60px;
	background:url(../img/mroeBg.png) no-repeat;
	background-position:0 0;
	color:#fff;
	font-size:125%;
}

.more a:hover{ background-position:0 -62px;}

#newsList{
	width:780px;
	float:right;
	overflow:hidden;
	margin-top:25px;
}

.news{
	min-height:100px;
	padding:10px 0;
	overflow:hidden;
	margin-bottom:-1px;
	border-bottom:1px solid #ccc;
}

.newsHd{
	width:620px;
	float:left;
	margin-bottom:15px;
	overflow:hidden;
}

.newsHd h3{
	width:530px;
	float:right;
	font-size:134%;
	color:#666;
	font-weight:bold;
}

.newsHd a{
	color:#003366;
	font-weight:bold;
}

.date{
	width:90px;
	float:left;
	color:#666;
	font-size:117%;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
}

.img{
	width:132px;
	height:97px;
	border:1px solid #ccc;
	float:right;
}

.text{
	width:540px;
	padding-left:80px;
	float:left;
	font-size:117%;
}


/* content */


.content{
	width:100%;
	padding:50px 0;
	background:#F6F6F6;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
}

.contentBox{
	width:270px;
	height:370px;
	padding:0 15px 15px;
	border-top:7px solid;
	background:#fff;
	box-shadow:rgba(153, 153, 153, 0.65098) 0px 0px 8px 0px;
	-webkit-box-shadow:rgba(153, 153, 153, 0.65098) 0px 0px 8px 0px;
	-moz-box-shadow:rgba(153, 153, 153, 0.65098) 0px 0px 8px 0px;
	margin:4px;
}

.tabunka{
	border-top-color:#99CC66;
	float:left;

}

.convention{
	border-top-color:#66B2FF;
	float:left;
	margin:4px 27px;
}

.sports{
	border-top-color:#FF9966;
	float:right;
}

.contTtl{
	width:100%;
	height:73px;
	text-align:center;
	margin-bottom:5px;
	padding-bottom:10px;
	background:url(../img/contentBg2.png) no-repeat 50% bottom;
}

.contTtl a{
	display:table-cell;
	vertical-align:middle;
	width:270px;
	height:73px;
	color:#666;
	font-weight:bold;
	font-size:175%;
	line-height:1.2;
}

.contentBox li{
	width:auto;
	height:45px;
	padding-left:25px;
	position:relative;
	line-height:45px;
	border-bottom:2px dotted #ccc;
	color:#003366;
	font-size:117%;
	font-weight:bold;
}

.contentBox li:before{
	content:"";
	display:block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:-4px;
	top:16px;
	width:12px;
	height:12px;
	z-index:100;
	background:#fff;
}

.contentBox li:after{
	content:"";
	display:block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	left:0;
	top:16px;
	width:12px;
	height:12px;
	background:#99CC33;
}

.convention li:after{ background:#66B2FF!important;}
.sports li:after{ background:#FF9966!important;}

/*advertising */

.advertising{
	width:970px;
	margin:0 auto;
	padding-top:40px;
	overflow:hidden;
}

.adTtl{
	color:#666;
	font-size:134%;
	text-indent:20px;
	line-height:40px;
	margin-bottom:25px;
	border-left:4px solid #465EA6;
}

.adList{
	width:996px;
	overflow:hidden;
}

.adList li{
	width:220px;
	height:80px;
	float:left;
	margin-right:27px;
	border:1px solid #ccc;
}

.guide{
	height:16px;
	margin-top:25px;
}

.guide a{
	display:block;
	height:16px;
	line-height:16px;
	text-indent:20px;
	font-size:134%;
	color:#666;
	background:url(../img/icon_banner.png) no-repeat left;

}