@charset "UTF-8";
#contact .txt {
	margin-bottom: 35px;
}
#contact .txt p {
	margin-bottom: 30px;
}
#contact table {
	margin-bottom: 25px;
	border-top: #000 1px dotted;
}
#contact table th {
	width: 210px;
	padding-left: 15px;
	text-align: left;
	font-weight: normal;
	border-bottom: #000 1px dotted;
}
#contact table .must:after {
	content: "※";
	color: #ff4500;
}
#contact table td {
	padding: 20px 0;
	border-bottom: #000 1px dotted;
}
/*----------------------------------------
	form
----------------------------------------*/

#form {
	margin-bottom: 45px;
}
#form .input {
	width: 220px;
	padding: 5px;
	font-size: 100%;
	border: #ccc 1px solid;
}
.txtarea_l {
	width: 480px;
	line-height: 1.7;
	padding: 5px;
	border: #ccc 1px solid;
}
.btn_area {
	text-align: center;
	margin: 0 auto 50px;
}
.btn {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
}
#confirm {
	width: 200px;
	height: 50px;
	background: url(../img/contact/btn_check.gif) no-repeat center;
}
.error {
	margin-bottom:70px;
	text-align:center;
}
.error p {
	font-size:108%;
	color:#ff4500;
}
.error .btn,
.edit {
	width:150px;
	height:50px;
	background:url(../img/contact/btn_edit.gif) no-repeat center;
}
.submit {
	width:150px;
	height:50px;
	background:url(../img/contact/btn_submit.gif) no-repeat center;
}
.confirmmessage {
	font-weight:bold;
	margin-bottom:30px;
}

.complete {
	margin-bottom:60px;
	font-weight:bold;
}


/*----------------------------------------
	privacy
----------------------------------------*/
#privacy h3 {
	margin-bottom: 25px;
}
.privacy_box {
	overflow-y: scroll;
	height: 120px;
	width: 100%;
	padding: 15px;
	margin: 0 auto 100px;
	color: #000;
	border: #ccc 1px solid;
	background:#fff;
}
.privacy_box::-webkit-scrollbar {
	overflow:hidden;
	width:5px;
	background:#efefef;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.privacy_box::-webkit-scrollbar:horizontal {
height:5px;
}
.privacy_box::-webkit-scrollbar-button {
display:none;
}
.privacy_box::-webkit-scrollbar-piece {
background:#eee;
}
.privacy_box::-webkit-scrollbar-piece:start {
background:#eee;
}
.privacy_box::-webkit-scrollbar-thumb {
 overflow:hidden;
 -webkit-border-radius:3px;
 border-radius:3px;
 background:#333;
}
.privacy_box_block::-webkit-scrollbar-corner {
 overflow:hidden;
 -webkit-border-radius:3px;
 border-radius:3px;
 background:#333;
}
