@charset "utf-8";
/* CSS Document */

/*リーフレット問い合わせページにも適用中*/
input ,select{
    vertical-align:middle;
}
.contact_btn_a {
	background: url("../img/contact/btn_a.svg") no-repeat 0 0;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	width: 230px;
	height: 40px;
	margin-top: 10px;	
}
.contact_btn_b {
	background: url("../img/contact/btn_b.svg") no-repeat 0 0;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	width: 230px;
	height: 40px;
	margin-top: 10px;	
}
.car_back_btn {
	background: url("../img/shop/bnt-modoru.svg") no-repeat 0 0;
	text-indent: -9999px;
	border: none;
	/*	float:left;*/
	margin-top: 10px;
	cursor: pointer;
	width: 230px;
	height: 40px;
}
.user_title{
background-color:#ffc300;
	color: #000;
	padding: 10px;
	font-size: 18px;
	border-radius:8px 8px 0 0;
	margin-top: 20px;
}
.user_waku {
	width: 100%;
	 border-collapse: collapse;
	margin-bottom: 20px;

}
.user_waku th {
		font-size: 15px;
line-height: 110%;
	background-color: #f0f0f0;
	text-align:left;
	width: 25%;
	font-weight: normal;
	padding:3px 0px 3px 15px;
	border-bottom: 1px solid #cacaca;
	position: relative;
}
.user_waku td {
	font-size: 16px;
	padding: 10px;
	vertical-align: middle;
		border-bottom: 1px solid #cacaca;
	position: relative;
	
}
.user_waku p{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
}

.user_waku input,.user_waku textarea,.user_waku select {
	margin:5px 7px 5px 5px;
	font-size: 16px;
	padding: 3px;
}
.user_waku textarea {
	width: 90%;
	height: 200px;
}



p.hissu {
	margin-right: 2px;
	float: right;
	color: #fff;
	background-color:#0066E0;
	padding: 2px;
	font-size: 12px;
	box-sizing: border-box;
	top: 3px;
	right:5px;
	position: absolute;
}
.error_area2 {
	padding: 10px;
	font-size:14px;
	background:#FFE6E6;
	color:#D90000;
	border: solid 1px #D90000;
	text-align: left;
	margin: 10px auto;
}
.yoyaku_end {
	width: 80%;
	padding: 20px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffe556;
}
.yoyaku_end_title {

	padding: 10px;
	text-align: center;

	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}
