/*////////////////////////////////////////

 トップイメージ設定

/////////////////////////////////////// */

.topImg {
	text-align:center;
}

/*////////////////////////////////////////

 トップテキスト設定

/////////////////////////////////////// */

.topTxt {
	background-image:url(../img/kiwaku.gif);
	background-repeat:no-repeat;
	width:414px;
	height:89px;
	padding:20px;
	text-align:left;
	line-height:120%;
	margin-bottom:10px;
}

.topTxt-bb {
	font-size:16px;
	font-weight:bold;
}
/*////////////////////////////////////////

 コンテンツ設定

/////////////////////////////////////// */

#contentsToppage {
	text-align:center;
	float:right;
	width:470px;
}
/*////////////////////////////////////////

 コンテンツ設定

/////////////////////////////////////// */

.contentsTop {
	background-image: url(../img/contents_bace01.gif);
	background-repeat:no-repeat;
	width:422px;
	height:155px;
	padding:10px;
	margin:0 auto 13px auto;
	text-align:left;
	
}
.contentsTop2 {
	background-image: url(../img/contents_bace02.gif);
	background-repeat:no-repeat;
	width:193px;
	height:155px;
	padding:10px;
	margin-bottom:13px;
	text-align:left;
	float:left;
	margin-left:15px;
	/*\*/*margin-left:10px;/**/

	
}
*:first-child+html .contentsTop2 {
	background-image: url(../img/contents_bace02.gif);
	background-repeat:no-repeat;
	width:193px;
	height:155px;
	padding:10px;
	margin-bottom:13px;
	text-align:left;
	float:left;
	margin-left:15px;
	}

	
.contentsTop-title {
	background-image:url(../img/contentstop_border.gif);
	background-repeat:repeat-x;
	height:27px;
	margin-bottom:4px;
}
.contentsTop-title-txt {
	float:left;
	color:#52483E;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 0 5px;
}
.contentsTop-title-txt a {
	color:#52483E;
	font-weight:bold;
	text-decoration:none;
}

.contentsTop-det {
	float:right;
	margin-top:2px;
}
.contentsTop-photo {
	text-align:right;
	margin-top:7px;
	float:left;
	clear:both;
}
.contentsTop-photo2 {
	text-align:center;
	margin-top:10px;
}

.contentsTop-txt {
	margin:7px 7px 0 0;
	float:right;
	width:210px;
}
ul.contentsTop-list {
	list-style-image:url(../img/list_img.gif);
	line-height:150%;
	margin:5px 5px;
}
ul.contentsTop-list a {
	color:#454545;
	text-decoration:none;
}
ul.contentsTop-list a:hover {
	color:#009933;
	text-decoration:underline;
}


/*////////////////////////////////////////

スライダーセット

/////////////////////////////////////// */

.sliderBox{
    width:710px;
    margin: auto;
}
.sliderBox img {
opacity: 0.6;
transition: 1s cubic-bezier(.645, .045, .355, 1);
}
.slick-current img {
opacity: 1;
}