@charset "UTF-8";

.right_wap section .textBox{text-align: justify;
text-justify: inter-ideograph; /* IE */
text-justify: inter-character; /* Firefox */}

#sec01 p{
text-align: justify;
text-justify: inter-ideograph; /* IE */
text-justify: inter-character; /* Firefox */	
}

@media only screen and (min-width:813px){
}
@media only screen and (max-width:812px) , print {
}