﻿@charset "utf-8";
/*Css Document*/

.zt_title{
	width: 100%;
	line-height: 40px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.zt_title h1{
	font-size: 30px;
	font-weight: bold;
	color: #555;
}

.zt_cont{
	width: 100%;
	padding: 50px 0;
}

.zt_cont p{
	line-height: 31px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	white-space: normal;
	margin-bottom: 10px;
	text-align: justify;
}

.zt_cont img{
	max-width: 600px;
}

.back_btn{
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	border-top: 1px solid #dddddd;
	cursor: pointer;
}