@charset "utf-8";
/* css document */

/*--------------------------------------------
top
---------------------------------------------*/
#top_carousel_slider {
	position: relative;
	margin: 10px auto 60px auto;
	text-align:center;
	width: 100%;
}

#top_carousel_slider2 {
	position: relative;
	margin: 10px auto 60px auto;
	text-align:center;
	width: 100%;
}

#carousel_wrapper {
	width: 100%;
	height: auto;
	left: 0;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

#carousel_wrapper2 {
	width: 100%;
	height: auto;
	left: 0;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

#carousel{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: x-small;
	margin: 0px auto 0px auto;
}

#carousel li{
	float: left;
	width: 98%;
	margin: 0 0 15px 0;
	padding-top: 15px;
	padding-bottom: 45px;
	line-height: 1.3;
	list-style: none;
	display: block;
	text-align: center;
	height: auto;
}

#carousel2{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: x-small;
	margin: 0px auto 0px auto;
}

#carousel2 li{
	float: left;
	width: 98%;
	margin: 0 0 15px 0;
	padding-top: 15px;
	padding-bottom: 45px;
	line-height: 1.3;
	list-style: none;
	display: block;
	text-align: center;
	height: auto;
}

.carouse_date {
	width: 279px;
	height: 50px;
	margin-top: -55px;
	text-align: center;
	background: rgba(109,91,151,0.5);
	font-size: 1.4em;
	line-height: 50px;
	position: absolute;
	color: #fff;
}

.carousel_prof_box{
	width: 95%;
	height:auto;
	margin: -10px auto 0 auto;
	padding-bottom: 4px;
	text-align: center;
	background: #413856;
	color: #ede6ff;
}

.carouse_name{
	font-size: 1.19em;
	padding: 8px;
}

.carouse_spec {
	font-size: 0.9em;
	padding-bottom: 4px;
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.carouse_comment {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 0.9em;
	width: 100%;
	color: #fff;
}

#carousel li img {
	width: 279px;
	height: 375px;
	overflow: hidden;
	
}

#carousel li a{	
	display: block;
	width: 279px;
	height: 470px;
	margin: 0 auto;
	box-shadow: 0 0 3px rgba(194,173,173,0.5);
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
	background: #413856;
}

#carousel li a:hover{
	transform: translateY(-15px);
}

#prev_, #next_ {
	position: absolute;
	top: 1;
	width: 130px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
}

#prev_ {background-color: #413856;left: 6px;}
#next_ {background-color: #413856;right: 6px;}

#pager {text-align: center;padding: 10px;}

#pager a {
	border: 2px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 0 0;
}

#pager a span {display: none;}
#pager a.selected {background-color: #ccc;}
#pager a:hover {background: #eee;}

#carousel li .topnewface_icon{
	position: relative;
	width: 100%;
	margin: 5px auto 0 auto;
	text-align: center;
}

#carousel li .topnewface_icon ul{
	width: 94%;
	margin: 0 auto 0 auto;
	text-align: center;
}

#carousel li .topnewface_icon ul li{
	width: auto;
	height: 20px;
	font-size: 60%;
	margin: 0 5px 0 0;
	padding: 3px 1% 1px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	background: #FF66FF;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
}

#carousel li .topnewface_icon li:last-of-type{
	margin: 0;
}





#carousel2 li img {
	width: 279px;
	height: 375px;
	overflow: hidden;
}

#carousel2 li a{	
	display: block;
	width: 279px;
	height: 470px;
	margin: 0 auto;
	box-shadow: 0 0 3px rgba(194,173,173,0.5);
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
	background: #413856;
}

#carousel2 li a:hover{
	transform: translateY(-15px);
}

#prev_2, #next_2 {
	position: absolute;
	top: 1;
	width: 130px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
}

#prev_2 {background-color: #413856;left: 6px;}
#next_2 {background-color: #413856;right: 6px;}

#carousel2 li .topnewface_icon{
	position: relative;
	width: 100%;
	margin: 5px auto 0 auto;
	text-align: center;
}

#carousel2 li .topnewface_icon ul{
	width: 94%;
	margin: 0 auto 0 auto;
	text-align: center;
}

#carousel2 li .topnewface_icon ul li{
	width: auto;
	height: 20px;
	font-size: 60%;
	margin: 0 5px 0 0;
	padding: 3px 1% 1px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	background: #FF66FF;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
}

#carousel2 li .topnewface_icon li:last-of-type{
	margin: 0;
}