@charset "UTF-8";

/*------------------------------------------------------------
	TOP
------------------------------------------------------------*/
#topImg01 {
	/*border-top: 5px solid #333;
	border-bottom: 5px solid #333;*/
	padding: 0;
	margin: 1px 0 0 0;
	/*background: url(../../images/top_img01.jpg) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	height: 250px;*/
}

#topImg01 img{
	width:100%;
	margin: 0 auto;
	padding-bottom: 1px;
	vertical-align: bottom;
}

#topBanBox {
	margin: 10px auto;
	width: 95%;
}

#topBanBox img {
	width: 100%;
}

#topNavi {
	width: 95%;
	margin: 10px auto 30px auto;
}

#topNavi li{
	background: url(../images/top_link_bg.png) 95% 50% no-repeat;
	background-color: #fff;
	background-size: 18px 20px;
	border: 2px solid #547bf3;
	border-radius: 4px;
	margin-bottom: 15px;
	height: 50px;
} 

#topNavi li h2 a{
	display: block;
	padding: 0 17px;
	color: #3f6bf2;
	text-decoration: none;
	font-size: 1.2em;
	/*line-height: 3.3;*/
	line-height: 2.8;
}

#topNavi li.topNaviList01Left, #topNavi li.topNaviList01Right {
	width: 47%;
}

#topNavi li.topNaviList01Left h2 a, #topNavi li.topNaviList01Right h2 a {
	padding: 0 17px;
	font-size: 1.15em;
	/*line-height: 3.8;*/
	line-height: 3.2;
}

#topNavi li.topNaviList01Left {
	float: left;
}

#topNavi li.topNaviList01Right {
	float: right;
}

#topNavi li.topNaviList02 {
	width: 100%;
	clear: both;
	box-sizing: border-box;
}

#topNavi li img {
	width: 100%;
	/*width: 90%;*/
}


#topTopicsTitle {
    /*background: url("../../images/top_topics_tit.gif") no-repeat left 13px;
    border-bottom: 2px solid #666;*/
    clear: both;
    height: 30px;
    margin: 5px 5px 15px 5px;
    padding-bottom: 3px;

}
#topTopicsTitle h2 {
    /*float: left;*/
    padding: 15px;
    color: #fff;
	background: -moz-linear-gradient(top, #3f6af2, #5b7ff4);/* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#3f6af2), to(#5b7ff4)); /* Safari,Google Chrome */
	border:2px solid #416cf2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#topTopicsTitle p {
    float: right;
    padding: 9px;
    margin-top: 8px;
}

#topSlideBoxTitle {
    margin: 5px;
	background: -moz-linear-gradient(top, #3f6af2, #5b7ff4);/*Firefox?p*/
	background: -webkit-gradient(linear, left top, left bottom, from(#3f6af2), to(#5b7ff4));?@/* Safari,Google Chrome?p */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    margin-bottom: 10px;
}

#topSlideBoxTitle h2 {
    padding: 10px 10px 10px 60px;
    color: #fff;
	background: url(../../images/top_slide_title_bg.png) 15px center no-repeat;
	/*border:2px solid #416cf2;*/
}

#topLineupLink {
	margin: 0 auto;
	width: 90%;
	z-index: 2;
	position: relative;
	top: -30px;
}

#topLineupLink li {
	float: left;
	width: 50%;
}

#topLineupLink img {
	display: block;
	margin: 0 auto;
	width: 95%;
}


.flickslideImg {
	border:2px solid #416cf2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 10px 25px 10px;
	clear:both;
}

.SlickImages img {
	margin: 10px auto;
	width: 80%;
}

.flickslideImg #mainImages img {
	border: 1px solid #d9d9d9;
	padding: 2px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 2px 2px 2px #f0f0f0;
	display: block;
	/*width:225px;*/
	height:auto;
	/*margin: 0 auto;*/
}

/*
.flickslideImg #mainImages img {
	//border: 1px solid #d9d9d9;
	//padding: 2px;
	//border-radius: 4px 4px 4px 4px;
	//box-shadow: 2px 2px 2px #f0f0f0;
	display: block;
	width:225px;
	height:auto;
	margin: 0 auto;
}
*/

.slick-prev {
	margin: 0 3%;
}

.slick-next {
	margin: 0 3%;
}