@charset "utf-8";
form table{
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 1px;
}
form table th,
form table td{ padding: 6px 8px 5px; border: 1px solid #c6c9cd; }
form table th{
	position: relative;
	width: 165px;
	padding-right: 40px;
	vertical-align: top;
	background: #e8ebee;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
form table th.hissu:after{
	position: absolute;
	right: 3px;
	padding: 2px 3px 1px;
	content: "必須";
	border: 1px solid #e13030;
	background-color: #ff3300;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 15px;
	color: #fff;
}
form input[type="text"],
form select{
	padding: 3px;
	border: 1px solid #c5c8cb;
	background: url(../images/input.png) left 0 repeat-x #f8f9fa;
}
form p.exa,
form p.comment,
form p.comment2{
	margin: 2px 0 0;
	padding-left: 5px;
	border-left: 2px solid #ccc;
	font-size: 12.576px;
	font-size: 1.2576rem;
	line-height: 1.6em;
	color: #888;
}
form p.comment{ margin: 5px 0 0 12px; padding-left: 0; border-left: 0 none; text-indent: -12px; color: #333; }
form p.comment2{ margin: 10px 0 0 12px; padding-left: 0; border-left: 0 none; color: #333; }

form .btn{ margin: 25px 0 60px; text-align: center; }
form .btn input:hover{ opacity: 0.50; filter: alpha(opacity=50); -ms-filter: "alpha(opacity=50)"; }

.ssl{
	padding: 10px 0;
	background: url(../images/ssl-bg.png) center 0 no-repeat;
	text-align: center;
}
.ssl p{ margin: 0 0 10px; font-weight: bold; font-size: 12px; line-height: 1.5em; }


/*******************************************
Multi Screen
********************************************/
@media screen and (max-width:700px){
form table{ font-size: 16px; font-size: 1.6rem; }
form table th,
form table td{ display: block; width: 97%; padding: 6px 1.5% 5px; }
form input[type="text"]{ width: 99%; padding: 3px 0.5%; }
form .btn input{ width: 90%; }

.ssl p{ font-weight: normal; }
}
