html {
    margin:0 auto;
    padding:0 auto;
    width: 100%;
}
.suggest-banner {
    width: 1280px;
    height: 400px;
    background: url("../../images/banner/banner_center.jpg");
    background-size: 100% auto;
    z-index: 1;
    margin:0 auto;
    padding:0 auto;
    position: relative;
    overflow: hidden;
}

.suggest-page {
    margin:0 auto;
    padding:0 auto;
    height:auto;
    width: 1400px;
    margin-top: 47px;
    margin-bottom: 97px;
}

.slip-font {
    height: 13px;
    font-family: HiraginoSansGB-W3;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal; 
    color: #a3161c !important;
    letter-spacing: 1px;

}

a:link {text-decoration:none;}

.page_container{
    width: 800px;
    margin-left: 32px;
    display:inline-block;
}

.slip_front {
    width: 800px;
    height: 31px;
    margin-bottom: 41px;
    padding-left: 10px;
    line-height: 31px;
    background-color: #f7f1f1;
}

.suggest-table {
	width: 800px;
	margin-left: 121px;
	display: inline-block;
	background-color: #ffffff;
}

.suggest-des {
	font-family: HiraginoSansGB-W3;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #626262;
    display: flex;
}

.suggest-label {
    width: 100px;
    text-align: right;
	line-height: 41px;
}

.suggest-input {
	width: 515px;
	height: 41px;
	border: solid 1px #a0a0a0;
}

#suggestbtn {
	width: 248px;
	height: 33px;
	background-color: #a3161c;
	font-family: HiraginoSansGB-W3;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 1px;
	color: #ffffff;
	border: solid 0px #9b1e22;
	margin-left: 223px;
	margin-top: 15px;
}