#contents .wideslider ul {
	display: block;
	height: 490px;
	width: 100%;
	overflow: hidden;
}
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

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

.wideslider ul li img {
    width: 100%;
    display: none;
}

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

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../images/prev.png) no-repeat center -25px;}
.slider_next {background: #fff url(../images/next.png) no-repeat center -25px;}

.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
    display:none;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}


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

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}
#contents .inner {
}
#contents .inner .section .section_title {
    display: block;
    text-align: right;
    padding-top: 20px;
}
#contents .inner .section .breadcrumb {
    padding-bottom: 30px;
}
.section .news h3 {
    display: block;
    float: left;
    height: 115px;
    width: 120px;
}
.section .news ul {
    display: block;
    float: left;
    width: 850px;
}
.section .news ul li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
#contents .inner .section {
    padding-bottom: 40px;
    clear: both;
}
.section.pickup .box_left {
    float: left;
    width: 300px;
    padding-top: 20px;
}
.section.pickup h3 {
    padding-bottom: 20px;
}
.section.pickup .excerpt {
    display: block;
    text-align: justify;
}
.section.pickup .box_right {
    float: right;
    width: 600px;
    text-align: right;
}
.section.recommend h3 {
	padding-top: 15px;
	padding-right: 75px;
	display: block;
	width: 130px;
	height: 220px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	float: left;
}
.section.recommend ul {
	display: block;
	width: 760px;
	float: right;
	height: 185px;
}
.section.recommend ul li {
	display: block;
	width: 227px;
	height: 220px;
	float: left;
	padding-left: 20px;
	font-weight: bold;
	text-align: center;
}
.section.pickup02 .box_left {
	float: left;
	height: 306px;
	width: 580px;
}
.section.pickup02 .box_right {
	width: 300px;
	float: right;
	padding-top: 30px;
}
.section.pickup02 .box_right h3 {
	padding-bottom: 30px;
}
.news li .date {
	display: inline-block;
	width: 100px;
}
#sitemap ol li {
	line-height: 40px;
	display: block;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#recommend li .item_name {
	padding-top: 10px;
	display: block;
}
