@charset "utf-8";
/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider li,
.accessible_news_slider p {
	margin: 0;
	padding: 0;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
	width: 600px;
	height:175px;
	margin: 20px 0 20px 0 ;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 600px;
	height:175px;
	overflow: hidden;
	position: relative;
}
/*スライドボタン調整 */
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height:175px;
}
.accessible_news_slider .default_next {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height:175px;
}

.accessible_news_slider .back a,.accessible_news_slider .default_next a {
	display: none;
	outline: none; /*This is optional, and is arguably less accessible. */
	width: 20px;
	height:175px;
	text-indent: -9999px;
}
.accessible_news_slider .back a {background: none;}
.accessible_news_slider .default_next a {background: none;}
.accessible_news_slider .back a:hover {
	background: url(../../img/top/slide/back_arrow.gif) no-repeat 5px 5px;
}
.accessible_news_slider .default_next a:hover {
	background: url(../../img/top/slide/next2_arrow.gif) no-repeat 4px 5px;
}
.accessible_news_slider p.photo {
	width: 298px;
	float:left;
}

/*スライド1 */
.slide01 {
	background: url(../../img/top/slide/slide.jpg) no-repeat top left;
	text-align:right;
}
.slide01 .start_icon a {
	width: 105px;
	height:53px;
	background: url(../../img/top/slide/start_on.png) no-repeat top left;
	position: absolute;
	top: 20px;
	right: 8px;
	z-index: 2;
}

.slide01 .start_icon a:hover {
	background: url(../../img/top/slide/start_off.png) no-repeat top left;
}
.slide02 {
	background: url(../../img/top/slide/photo.jpg) no-repeat top left;

}
.slide03 {
	background: url(../../img/top/slide/photo_f2.jpg) no-repeat top left;

}
.slide04 {
	background: url(../../img/top/slide/photo_f3.jpg) no-repeat top left;

}

.slide05 {
	background: url(../../img/top/slide/photo_f4.jpg) no-repeat top left;

}
.slide06 {
	background: url(../../img/top/slide/photo_f5.jpg) no-repeat top left;

}


.slide02 div.text,.slide03 div.text,.slide04 div.text,.slide05 div.text,.slide06 div.text {
	width: 287px;
	float: left;
	padding: 13px 0 0 309px;
	background: url(../../img/top/slide/next_arrow2.gif) no-repeat right 5px;
	height:162px;
}
.slide02 div.text h3,
.slide03 div.text h3,
.slide04 div.text h3,
.slide05 div.text h3,
.slide06 div.text h3 {
	padding-bottom:15px;
}

/*スライド7 */
.slide07 {
	background: url(../../img/top/slide/slide2.jpg) no-repeat top left;
	text-align:right;
	width: 600px;
	height:175px;
}
.slide07 p {
	padding:0 8px 2px 0;
}
.slide07 p.slide07_btn {
	padding-top: 47px;
}
.slide07 p.replay {
	padding-top: 8px;
}


.accessible_news_slider .text .slide_menu_navi {
	position: absolute;
	top: 140px;
	right: 35px;
}
.accessible_news_slider .view_all {
	display:none;
}
