@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 About
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#about-index {
	position: relative;
}
#about-index ul {
	height: 500px;
}
#about-index ul li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#about-index a#about-slide-pre {
	width: 120px;
	padding: 8px 0 6px;
	margin: -10px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	display: block;
	background: #5FBA56;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: -60px;
}
#about-index a#about-slide-next {
	width: 120px;
	padding: 8px 0 6px;
	margin: -10px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	display: block;
	background: #5FBA56;
	text-decoration: none;
	position: absolute;
	top: 50%;
	right: -60px;
}
#about-index a#about-slide-pre span,
#about-index a#about-slide-next span {
	display: inline-block;
}
#about-index a#about-slide-pre span:before {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  border: 2px solid #FFF;
  border-left-width: 0;
  border-top-width: 0;
  position: absolute;
  top: 11px;
  left: 10px;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
}
#about-index a#about-slide-next span:after {
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  border: 2px solid #FFF;
  border-left-width: 0;
  border-top-width: 0;
  position: absolute;
  top: 11px;
  right: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
/* PC向けレイアウトの指定：981px以上では固定レイアウト */
@media only screen and (max-width: 767px) {
	#about-index ul li {
		left: 2%;
	}
	#about-index ul li img {
		width: 98%;
		height: auto;
	}
	#about-index a#about-slide-pre {
		width: 120px;
		padding: 8px 0 6px;
		height: 20px;
		bottom: 2%;
		left: 2%;
	}
	#about-index a#about-slide-next {
		width: 120px;
		padding: 8px 0 6px;
		height: 20px;
		bottom: 2%;
		right: 2%;
	}
}