﻿@charset "utf-8";

html {
	overflow-x: hidden;
	background-color: #fafafa;
	font: normal 100% "HiraginoSansGB", "Helvetica", "Arial",
		"Microsoft YaHei", sans-serif;
}

body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body, div, ul, li, a, p, span, input {
	margin: 0;
	padding: 0;
	border: 0;
	color: #676767;
}

input, select {
	font: normal 100% "HiraginoSansGB", "Helvetica", "Arial",
		"Microsoft YaHei", sans-serif;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	display: inline-block;
}
body {
	background-color: #f0f0f0;
}

.top {
	background-color: #232736;
	height: 44px;
}

.top .main_page {
	height: 44px;
	width: 35px;
	float: left;
}

.top .top_right {
	height: 44px;
	width: 35px;
	float: right;
}

.top .title {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
}

.wrapper {
	height: 50%;
}

.comment {
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
}

.comment-area {
	margin:10px 0 0 3%;
	width: 94%;
	font-size: 1rem;
	border: 0;
	/*padding: 10px 10px;*/
}

.contact {
	width: 96%;
	line-height: 3;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 5px;
	padding:0 2%;
}

/*.submit-btn {
	line-height: 3;
	background-color: #2287d6;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}*/

.btn_AllLine {
	font-size: 1rem;
	line-height: 3;
	color: #fff;
    width: 100%;
    border: 0;
    border-radius: 3px;
    background-color: #2287d6;
}