/*--------------jp ask-----------------*/		


.jpf{
	width: 1080px;
	margin: 0 auto 60px auto;
}

.jpf h6{
	height:40px;
	line-height:40px;
	font-size:32px;
	color:#333;
	padding-bottom:20px; 

}	

.jpf table{
	width: 100%;
	margin-top:20px; 
    font-size: 13px;
    line-height: 1.5;
}

.jpf table tr{
	background-color: #7fdafc;
	color:#003366;	
}

.jpf table tr:first-child{
	background-color: #006699;
    color: #fff;	
}

.jpf table tr:first-child td{
    padding: 6px 0;
}

.jpf table td{
	height: 40px;
	text-align: center;
	/*border-bottom:1px solid #dbdbdb; */
	border-right:1px solid #7fdafc; 
}

.jpf p{
    padding: 20px 0 0 0;
    line-height: 1.5;
}

/*----------------------------------------------------------------------------*/

@media screen and (max-width: 736px) {



    .jpf{
        width: 100%;
        margin: 0 auto 60px auto;
    }

    .jpf p{
        padding: 12px 2% 0  2%;
        line-height: 1.5;
    }
    
 

}