body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0;
	padding: 0;
	background-color: #f5f6f7;
}

.pc {
display:inline;
}


.phone {
  display:none;
}




img{
  display: block;
}


.header {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

.container {
	width: 1000px;
	box-sizing: border-box;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.img100 {

}

.img100 img {
	width: 100%;
	height: auto;
}

.from {
	width: 98%;
	margin-top: 10px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}

.wd01 {
	font-size: 35px;
	line-height: 50px;
	color: #666666;
}

.wd02 {
	color: #FF0000;
}

.broder {
	width: 95%;
	border: 1px solid #CCCCCC;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.broder2 {
    width: 95%;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}


.box1 {
	float: left;
	width: 47%;
	margin-right: 3%;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 10px;
}




.box2 {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}



.button_3-1 {
	border: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 40px!important;
	font-size: 20px;
	color: #170a13;
	text-align: center;
	background-color: #fcaf3e;
	padding-right: 60px !important;
	padding-left: 60px !important;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px!important;
	padding-bottom: 5px!important;
	height: 40px!important;
	margin-top: 20px;
}



.bar {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding-right: 10px;
    padding-bottom: 10px;
    background: transparent;
}

.bar img {
	width: 100%;
	height: auto;
}

.bar a {
    display: inline-block;
    margin-left: 10px;
}

.pswd {
	width: 100%;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
}


.footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #010101;
	line-height: 30px;
	margin-top: 30px;
}


 @media screen and (max-width : 600px) {

.bar {
    width: 70px;
    position: fixed;
    z-index: 99;
    right: 5px;
    bottom: 10px;
}

.bar img {
	width: 100%;
	height: auto;
}

.wd01 {
    font-size: 25px;
    line-height: 35px;
    color: #666666;
}

.from {
	width: 95%;
	margin-top: 10px;
	overflow:hidden;
		margin-right: auto;
	margin-left: auto;
}

.pswd {
	width: 95%;
	font-size: 14px;
	color: #999999;
	line-height: 25px;	
}

.pc {
 display:none;

}


.phone {
 display:inline;
}



}



@media (max-width: 1024px){
.container{
    width: 100%;
}
