@charset "utf-8";

body{
	background-color: #F2F5F7;
}

.page1 {
    background: url('./images/bg_reg.png') repeat center top;
    background-size: cover;
    height: 120px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.page1 .title{
	font-size: 24px;
}

.logo {
    max-width: 60%;
    display: block;
    margin: 0 auto;
    max-height: 60px;
}

img { border:none;}
ul, ol, li, p{margin:0; padding:0; list-style:none;}

.red{
	color: #ff0000!important;
	font-size: 14px;
}
