@charset "UTF-8";
/* =========================================================
　TOP index.html
========================================================= */

/*メインwrapper
--------------------------------------------------------- */
.main_wrapper {
	margin: 0 auto;
	padding: 17px 0 45px;
	width: 940px;
}
/*TOPカテゴリー top_category
--------------------------------------------------------- */
.top_category_list {
	margin: 0 0 15px;
	padding: 0;
	width: 940px;
	list-style: none;
}
.top_category_list li {
	display: inline-block;
}
/*ie7対応*/
.ie7 .top_category_list li {
	float: left;
}

.category_list_center {
	margin:  0 5px;
}
/*facebook
--------------------------------------------------------- */
.facebook_article {
	width: 302px;
	float:  left;
	display: block;
}
.facebook_dummy {
	background: #AAA;
	width: 302px;
	height: 400px;
}
.fb-page {
	float: left;
}
/*新着情報部分
--------------------------------------------------------- */
.top_right_wrapper {
	float: right;
	width: 620px;
}
.news {
	background: #FFF;
	border: 1px solid #EADBB4;
}
.news h1 {
	margin: 0;
	padding: 12px;
	line-height: 1;
	color: #FFF;
	font-weight: 100;
	font-size: 120%;
	background: #CA938E;
	border-bottom: 2px solid #EBC8C8;
}
.news h1 span {
	margin-right: 5px;
	margin-bottom: -3px;
	width: 6px;
	height: 19px;
	background: #FFF;
	display: inline-block;
}
.news dl {
margin: 0;
padding: 16px 20px 0 20px;
font-size:14px;
height: 153px;
overflow: auto;
}
.news dl.dateList2 dt {
color:#444;
float:left;
width:140px;/* 日付の幅を指定 */
}
.news dl.dateList2 dd {
padding-left:150px;/* marginをpaddingに変更。日付の幅よりも多く取る */
padding-bottom:16px;
margin-left:0;/*ddのデフォルトCSSを解除 */
margin-bottom:16px;
border-bottom:1px solid #aaa;
}
.dateList2 dd a {
	text-decoration: underline;
}
.dateList2 dd a:hover {
	color: rgb(85, 26, 139);
}
/*バナーゾーン
--------------------------------------------------------- */
.bnr_wrapper {
	margin-top: 7px;
	padding: 20px 0;
	width: 620px;
	border: 1px solid #EADBB2;
	box-sizing: border-box;
	text-align: center;
	background: #F1DEB7;
}
.bnr2_wrapper {
	margin-top: 7px;
}
/*スライダー設定
--------------------------------------------------------- */
.wideslider {
	margin-top: 18px;
    width: 100%;
    height: 280px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
	margin: 0;
	padding: 0;
    float: left;
    display: inline;
    overflow: hidden;
}
 
.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: 50;
    cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.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;
}