*{outline: none; margin: 0; padding: 0}
a{
	color:#222222;
	text-decoration: none
}
h1, h2, h3, h4{
	color:#222222;
	font-family: UTMNeoSansIntel;
}
p, span{
	
	color:#222222;
	font-family: UTMNeoSansIntel
}

body{
	
	font-family:UTMNeoSansIntel;
	font-size:0.9em;
	color:#222222;
	background:url(../images/bg_02.gif) repeat
}
.container{
	width: 50%;
	margin: 5px auto;
}
.background_tpl{
	width:100%;
	margin: auto;
	padding:0;
	background: url(../images/bg.gif) no-repeat center top;
}
.background_tpl img{
	width:100%;
}
.content_top{
	width: 100%;
	position: absolute
}
.logo{
	width: 50%;
	float: left;
	text-align: left
}
.logo img{
	height: 76px
}
.logo2 img{
	height: 76px
}
.logo2{
	width: 50%;
	float: left;
	text-align: right
}
.container p{
    font-size: 1.1em;
    line-height: 21px;
}
.list_content{
	width: 100%;
	float: left;
	text-align: justify
}
.list_content ul{
	width: 100%;
	margin: 0;
	float: left;
	padding: 10px 0 0
}
.list_content ul li{
    width: 100%;
    font-size: 1.1em;
    list-style: none;
    float: left;
    padding: 0 0 13px 0;
    line-height: 24px;
}
.list_content ul li img{
	float: left;
	padding: 2px 5px 0 0
}
.list_content ul li span{
	font-weight: 600;
	font-style: italic;
	color:#c00405
}
.list_content1 {
    width: 100%;
    float: left;
    padding: 5px 0 0;
}
.list_content1 ul{
	width: 100%;
	margin: 0;
	float: left;
	padding: 5px 0 0
}
.list_content1 ul li{
    width: 100%;
    font-size: 1.7em;
    list-style: none;
    float: left;
    padding: 0 0 4px 0;
    line-height: 28px;
}

.list_content1 ul li img{
	float: left;
	padding: 2px 5px 0 0
}
.list_content1 ul li span{
	font-weight: 600;
}
@media only screen and (min-width: 1400px){
body{
	font-size:1.1em;
}
.list_content ul li{
	line-height: 32px
}
.list_content {
    width: 100%;
    float: left;
    text-align: justify;
    margin: 20px 0 0;
}
.container p {
    font-size: 1.1em;
    line-height: 21px;
    float: left;
    margin: 20px 0 0;
}
}
@media only screen and (min-width: 992px){
.list_content1{
	display: none
}
}
@media only screen and (max-width: 992px){
.background_tpl{
	display: none
}
.container {
    width: 80%;
    margin: 5px auto;
}
.list_content1 ul li {
    display: inline;
    width: auto;
    padding: 0 20px 10px 0;
}
.list_content1 ul li:nth-child (4){
	width: 100%
}
}
@media only screen and (max-width: 768px){
.background_tpl{
	display: none
}
.container {
    width: 95%;
	margin: auto
}
.background_tpl{
	display: none
}
}
@media only screen and (max-width: 500px){
.logo img{
	height:60px;
	padding: 10px 0 0
}
}