/* Flexible Slide-to-top Accordion Style*/

.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto 0px auto; background: #fff; padding-top: 10px;
}
.st-accordion ul { padding: 0;}
.st-accordion ul li{ margin-bottom: 0px; 
    border-bottom: 1px solid #c8c8c8; height: auto !important;
    border-top:0px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.icon-q, .icon-a {font-size: 14px; display: inline-block; position: absolute; top: 18px; left: 15px; width: 30px; height: 30px; line-height: 30px; text-align: center; font-weight: 700; border-radius: 100%;}
.icon-q { color: #073061; background: #dbe1e7; display: none;}
.icon-a { color: #fff; background: #073061; display: none;}
.qa-date { font-size: 14px; color: #777777; line-height: 100%; padding-bottom: 5px;}

.st-accordion ul li > a{
    font-family: '微軟正黑體', serif; color: #333333; padding: 15px 50px 15px 30px; line-height: 170%; font-weight: bold; background: none; margin-bottom: 12px; margin-top: 12px;
    font-size: 17px;
    display: block;
	position: relative;
	outline:none;
    -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;
}
.st-accordion ul li > a:after { position: absolute; width: 100%; height: 1px; background: #e9e9e4; left: 0; bottom: 0;}
.st-accordion ul li > a span{ position: absolute; right: 20px; top: 26px; display: block; text-indent: -9999px; border: 0px solid #dcdcdc; width: 25px; height: 25px;
	-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 > a span:before/*,.st-accordion ul li > a span:after*/  { content: ""; position: absolute; width: 10px; height: 10px; border-width: 1px 1px 0 0; border-color: #555; border-style: solid; top:8px; left: 7px; transform-origin: 50% 50%;}
.st-accordion ul li > a span:before { transform: rotate(45deg); }
/*.st-accordion ul li > a span:after { transform: rotate(0deg);}*/
.st-accordion ul li > a:hover{
    color: #333;
}
.st-accordion ul li > a:hover span{
	opacity:1;
}
.st-accordion ul li.st-open { background: #f9f9f9;
     
}
.st-accordion ul li.st-open > a .icon-q{color: #fff; background: #073061; }
.st-accordion ul li.st-open > a span { transform: rotate(90deg);}
.st-accordion ul li.st-open > a span:after{ border-color: #fff;}
.st-content{ border: 0px solid #e6e6e6; margin-bottom: 0px; margin-top: -13px; border-radius: 5px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    padding: 0px 40px 20px 30px;  color: #333333; font-size: 15px; line-height: 28px; position: relative;
}
.st-content:before { position: absolute; content: ""; width: 30px; height: 30px; background: #f5f5f5; transform: rotate(45deg);  left: 55px; top:-10px; display: none;}
.st-content p{
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		
	}
}