﻿.wrong{
	display: block;
	font-size: 13px;
	color: #de3754;
	margin-top: 5px;}
.wrapper{
	font-size:15px;
    width: 100%;
	max-width: 1140px;
	border:1px solid #d9d9d9;
	margin:0px auto 30px;
	padding:30px 40px;
	overflow:hidden}
.logo{
	text-align:center;
	padding:50px 30px;}
.logo img{
	width:100%;
	max-width:300px;
	height:auto;}
.box01{
	width:25%;
	display:block;
	float:left;
	padding:0px 10px;}
.box01 h2{
	line-height:1;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #d2d2d2;
	display:block;
	width:100%;
	color:#333;
	font-size:18px;
	font-weight:normal;
	overflow:hidden;}
.box01 h2 span{
	display:inline-block;
	color:#e6e6e6;
	font-size:13px;
	line-height:18px;
	letter-spacing:1px;
	float:right;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;}
.box01 input[type="text"]{
	border:1px solid #d9d9d9;
	background:#fff;
	width:100%;
	padding:0px 10px;
	line-height:34px;
	font-size:15px;}
.box01 select{
	border:1px solid #d9d9d9;
	background:#fff;
	width:100%;
	padding:0px 10px;
	line-height:34px;
	height:34px;
	font-size:15px;}
.box01 p{
	padding:7px 0px;}
.box02{
	width:100%;
	clear:both;
	text-align:right;
	border-bottom:1px dashed #d2d2d2;
	padding:10px 5px;}
.box02 span{
	display:inline-block;
	margin-left:10px;
	font-size:24px;
	font-weight:500;
	color:#cb3747}
.box03{
	width:100%;
	clear:both;
	text-align:right;
	padding:10px 5px;}
.box03 a{
	display:inline-block;
	background:#333;
	color:#fff;
	text-align:center;
	width:100%;
	padding:10px;
	max-width:150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
.box04{
	width:100%;}
.box04 h2{
	text-align:center;
	color:#de3754;
	font-size:24px;
	font-weight:500;
	margin-bottom:30px;}
.box04a{
	width:100%;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:10px 0px;
	border-bottom:1px solid #d2d2d2;}
.box04 dd,
.box04 dt{
	display:block;
	padding:0px 10px;}
.box04 b{
	color:#de3754;}
.box04 dd{
	width:180px;}
.box04 dt{
	-webkit-flex: 1; /* Safari 6.1+ */
	-ms-flex: 1; /* IE 10 */
	flex: 1;}

@media only screen and (max-width: 1140px) {
.wrapper {
    width: auto;
    margin: 0px 20px 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;}
.box01{
    width: 50%;
    float: none;
    margin: 20px 0px;}


}


@media only screen and (max-width: 900px) {
.wrapper {
    padding: 10px 15px;}
.logo img {
    max-width: 200px;}

}
@media only screen and (max-width: 599px) {
.box01{
    width: 100%;
    float: none;
    margin: 20px 0px;}
.box04a{

    display: block;
    font-size: 14px;
    line-height: 2;}
.box04 dd{
    color: #777;
    width: auto;}


}