@charset "UTF-8";
/* =======================================

	CommonElements
	2016/03/11
	.wideslider継承なしのスタイルを変更
	.wideslider継承に
	bodyのフォントスタイル削除

======================================= */
/*
body {
	font-family:'ＭＳ Ｐゴシック','MS P Gothic',sans-serif
}
*/
.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 .wideslider_base {
  top: 0;
  position: absolute;
}
.wideslider .wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
.wideslider .slider_prev,
.wideslider .slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.wideslider .slider_prev {
  background: #fff url(../images/prev.jpg) no-repeat right center;
}
.wideslider .slider_next {
  background: #fff url(../images/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;
}
.wideslider .text_area {
  width: 1100px;
  height: 100px;
  margin: 10px auto;
}
.wideslider .text_area span {
  float: left;
  width: 740px;
  height: 60px;
  padding: 12px 10px 12px 20px;
  line-height: 20px;
  font-size: 0.750em;
}
.wideslider .text_tmb {
  line-height: 0;
  float: left;
}
.wideslider .text_area .jump {
  float: right;
  margin-top: 12px;
}
