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

/*--------------------------------------------
top
---------------------------------------------*/
#top_carousel_slider {
	position: relative;
	margin: 10px auto 40px auto;
	width: 100%;
}

#carousel_wrapper {
	width: 99%;
	height: auto;
	left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #DF5286;
	border-radius: 7px;
}

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

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

.carouse_date{
	width: 90%;
	margin: 0 auto 0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #FE7F9C;
	color: #009999;
	font-size: 12px;
}

.carousel_prof_box{
	width: 91%;
	height:auto;
	margin: -10px auto 0 auto;
	padding-bottom: 4px;
	text-align: center;
	background: #fff;
	border: 1px solid #FE7F9C;
	color: #FE7F9C;
	font-size: 10px;
}

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

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

.carouse_comment {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 9px;
	width: 100%;
	color: #d05a9c;
}

#carousel li img {
	margin: 2px auto 2px auto;
	-webkit-border-radius: 2px;
	border: solid 1px #FE7F9C;
	padding: 1px;
	background: #fff;
	width: 90%;
	height: 83%;
}

#carousel li a{	
	width: 100px;
	height: auto;
	margin: 0 auto;
	color: #000;
}

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

#prev_ {background-color: #178ABA;left: 6px;}
#next_ {background-color: #178ABA;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;}





#top_carousel_slider2 {
	position: relative;
	margin: 10px auto 40px auto;
	width: 100%;
}

#carousel_wrapper2 {
	width: 99%;
	height: auto;
	left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #FE7F9C;
	border-radius: 7px;
}

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

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

#carousel2 li img {
	margin: 2px auto 2px auto;
	-webkit-border-radius: 2px;
	border: solid 1px #FE7F9C;
	padding: 1px;
	background: #fff;
	width: 90%;
	height: 83%;
}

#carousel2 li a{	
	width: 100px;
	height: auto;
	margin: 0 auto;
	color: #000;
}

#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: #DF5286;left: 6px;}
#next_2 {background-color: #DF5286;right: 6px;}
