/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	/*width:90%;*/
	max-width:800px;
	margin:30px auto;
}
.st-accordion{
    /*width:100%;*/
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul {
	margin: 0px 20px 0px 20px;
	padding: 0 0 0 0;
	}
.st-accordion ul li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
	font-family: 'Noto Sans Japanese', sans-serif;
	background: #999;
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight: 200;
	text-align: center;
    display: block;
	position: relative;
	text-indent: 15px;
	outline:none;
	color: #fff;
   -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	border-radius: 5px;
	line-height: 50px;
}

.st-accordion ul li.biography-tit > a{
	font-size: 1em;
	height: 30px;
	line-height: 30px;
}
.st-accordion ul li > a span{
	background: transparent url(../img/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}

.st-accordion ul li.biography-tit > a span{
	width: 20px;
}

.st-accordion ul li > a:hover{
    color: #fff;
	opacity: 0.7;
	text-decoration: none;
	background-color: #ccc;
	text-decoration: none;
	background-image: url(../img/common/bg_title.gif);
}
.st-accordion ul li > a:active{
	text-decoration: none!important;
	}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #fff;
	background-image: url(../img/common/bg_title.gif);
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
   padding: 20px 20px 20px 20px;
	background-color: #fafafa;
}
.st-content img{
	border-radius: 5px;
	background-color: #fff;
	padding: 15px;
	}
.st-content table{
	background-color: #fff;
	}
.st-accordion table thead{
	color: #fff;
	background-color: #ccc;
	}
.tani{
	background-color: #F4F4F4;
	}
.wh{
	background-color: #FFF;
	}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
	}
}
@media screen and (max-width: 787px){
.st-accordion ul {
	margin: 0px 10px 0px 10px;
}
.st-accordion ul li > a{
	font-size: 1.0em;
	line-height: 3.0em;
	letter-spacing: 0;
	text-indent: 0px;
	padding-right: 25px;
}
.st-content{
	padding: 10px 10px 10px 10px!important;
}
}
