@import url("txt_style.css");

.txt_list_box span {
    display: unset;
}

.content_inner {
    max-width: 1000px;
}

.page_title{
	margin-bottom: 60px;
}

/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

	.page_title{
		margin-top: 40px;
	}


}	