p{
　text-align: justify!important;
　text-justify: inter-ideograph!important;
　-ms-text-justify: inter-ideograph!important; /*IE9*/
　-moz-text-align-last:justify!important; /*Firefox*/
　-webkit-text-align-last:justify!important; /*Chrome*/
}
p:after {
　content: ''!important;
　display: inline-block!important;
　width: 100%!important;
}

.justify {
　text-align: justify!important;
　text-justify: inter-ideograph!important;
　-ms-text-justify: inter-ideograph!important; /*IE9*/
　-moz-text-align-last:justify!important; /*Firefox*/
　-webkit-text-align-last:justify!important; /*Chrome*/
}
.justify:after {
　content: ''!important;
　display: inline-block!important;
　width: 100%!important;
}