
/*fund security*/
.algorithm-info .algorithm-detail{
	float:left;
	width:370px;
	height: 152px;
	padding:14px;
	background-color: #262626
}
.algorithm-info .section-psn-container div.algorithm-detail{
	margin-bottom:170px;
}
.algorithm-info .algorithm-detail + .algorithm-detail{
	margin-left:30px;
}
.algorithm-info .algorithm-detail.no-margin{
	margin-left:0px;
}

/*six mobile*/
.mobile-body .six-mobile>div[class*=detail]{
	width: 90%;
	max-width:370px;
}
.section-psn-box dt{
	margin-bottom:86px;
}

/*pad pro media*/
@media screen and (max-width:1199px){
	/*section position box*/
	.mobile-body .section-psn-container{
		height: auto;
	}
	.mobile-body .page-content{
		padding-bottom:20px;
	}
	.mobile-body .section-psn-box dt{
		margin-bottom:86px;
	}
}

/*phone media*/
@media screen and (max-width:767px){
	/*section position box*/
	.mobile-body .section-psn-box dt {
	    margin-bottom: 72px;
	}
}

/*phone media for iphone6*/
@media screen and (max-width:413px){
	/*section position box*/
	.mobile-body .section-psn-box dt {
	    margin-bottom: 60px;
	}
}

/*phone media for iphone5*/
@media screen and (max-width:374px){
	/*section position box*/
	.mobile-body .section-psn-box dt {
	    margin-bottom: 44px;
	}
	.mobile-body .section-psn-box dd{
		max-width:90%;
	}
}