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

#formWrap {
	width:872px;
	color:#2d3232;
	line-height:120%;
	font-size:14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}

table.formTable{
	width:100%;
	border-collapse:collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#formWrap p {
	margin-top: 5px;
	margin-bottom: 5px;
}

table.formTable td,table.formTable th{
	padding:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #72797a;
	border-bottom-color: #72797a;
}

table.formTable th{
	width:35%;
	font-weight:normal;
	text-align:left;
	background-color: #ebf3f7;
}

.redtext {
	color: #FF0000;
}

.exam {
	font-size: 12px;
	line-height: 140%;
}

/*----  追記分 2017/02/02  ----*/
input[type="text"] {
	padding: 6px 0;
	height: 15px;
}
.box-border {
	border-width: 1px;
	border-style: solid;
	border-color: #cd0a0a;
	background-position: 0 0;
	background-color: #c61616;
}
.box {
	font-size: 12px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #f7f5f5;
	padding: 0.5em 1em;
	line-height: 1.5em;
	text-align: center;
	top:190px;
	right: 60px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-width: 2px !important;
	position: absolute;
	z-index: 9999;
	opacity: 0.9;
	-moz-opacity: 0.9;
}
.box span.sC {
	color: #f7ff00;
}
.num-area{
	padding-top: 8px;
}
.num-box{
	font-size:16px;
}
.num{
	font-size:18px;
}
.err-bgcolor {
	background-color: #f7d7d7 !important;
}
.privacy_wrap2 {
	text-align: left;
	padding: 20px 16px;
	width: 612px;
	height: 278px;
	overflow-y: scroll;
	margin: 33px auto 16px;
	border: 1px solid #72797a;
}
.check-area{
	width:646px;
	text-align: center;
	padding: 11px 0;
	margin: 0 auto 10px !important;
}
.required-area{
	display:inline-block;
	margin-left:6px;
	color:#f00;
}
input, textarea {
 -webkit-user-select : auto;
}
/*----  テーブルタイトル  ----*/
.table-ttl{
	padding-left: 9px;
	border-left: 4px solid #0092d6;
	margin: 24px 0 16px;
	color: #0092d6;
	font-size: 22px;
	font-weight: bold;
	height: 32px;
	line-height: 34px;
}
.table-ttl:after{
	content:""; 
	width:100%;
	border-bottom: 2px solid #ccc;
}
/*----  テーブル  ----*/
table.formTable td, table.formTable th {
	padding: 16px 10px;
}
/*----  確認ページ  ----*/
.submit-area{
	margin:16px 0;
	text-align:center;
}
#corporation-area{
	display:inline-block;
	margin-right:28px;
}
.top-area{
	width: 206px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f7f5f5;
}
/**/
input.btnConfirm {
    padding: 12px 60px;
    font-size: 1.2em;
    background-color: #0284d7;
    color: #fff;
    border-style: none;
}
input.btnSend {
    padding: 12px 60px;
    font-size: 1.2em;
    background-color: #0284d7;
    color: #fff;
    border-style: none;
	margin-right:20px;
	margin-left:20px;
}
input.btnBack {
    padding: 12px 60px;
    font-size: 1.2em;
    background-color: #ddd;
    color: #666;
    border-style: none;
	margin-right:20px;
	margin-left:20px;
}
input.btnConfirm:hover,input.btnSend:hover,input.btnBack:hover {
	opacity: 0.5 ;
}
