@charset 'utf-8';

#header {
	border-bottom: 1px solid #e5e5e5;
}

#container {
	clear: both;
	width: 958px;
	margin: 0 auto;
	background: #fff;
}

div#box {
	width: 918px;
	padding: 20px;
}

h1 {
	margin-bottom: 20px;
}

/* 中見出し */

h2 {
	clear: both;
	margin-bottom: 20px;
	padding: 9px 0 9px 10px;
	font-size: 0;
	background-color: #efeeee;
}

.clearfix {
	display: block;
}

div#contents {
	float: left;
	width: 700px;
	margin-right: 0;
	padding-bottom: 40px;
}

div#side {
	float: right;
	width: 200px;
	margin-top: 0;
}

/* フォームテーブル */

#aform_tbl {
	width: 700px;
	border-collapse: collapse;
}

#aform_tbl th {
	width: 30%;
	padding: 15px;
	color: #039;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	white-space: nowrap;
	text-align: left;
	background-color: #eee;
	border: 1px solid #ccf;
}

#aform_tbl th.auto {
	width: auto;
}

#aform_tbl td {
	padding: 15px;
	font-size: 16px;
	line-height: 1.4;
	border: 1px solid #ccf;
}

*html #aform_tbl td {
	white-space: nowrap;
}

* + html #aform_tbl td {
	white-space: nowrap;
}

#aform_tbl td span {
	display: block;
	margin-top: 5px;
	color: #666;
	font-size: 11px;
	line-height: 20px;
}

.text,
.textarea,
.select {
	box-sizing: border-box;
	padding: 4px;
	font-weight: bold;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif, Helvetica;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.select {
	line-height: 1;
	height: 30px;
	margin-right: 5px;
}

input.half {
	width: 50%;
}

input.full {
	width: 100%;
}

input.alert {
	background-color: #ffc;
}

.flex {
	display: flex;
	align-items: center;
}

.flex input {
	margin-right: 5px;
}

.flex label {
	margin-right: 10px;
}

/* フォームボタン */

#sub {
	margin-top: 20px;
	padding: 20px;
	text-align: center;
	background-color: #eee;
}

#sub input {
	display: block;
	width: 302px;
	height: 0;
	margin: 0 auto;
	padding-top: 63px;
	overflow: hidden;
	background: url(/img/images/form/btn_regist.png) no-repeat;
	border: none;
	cursor: pointer;
}

#sub input:hover {
	background-position: 0 -63px;
}

/* 完了画面 */

.message {
	margin-bottom: 20px;
	color: #2f2f2f;
	font-size: 16px;
	line-height: 24px;
}

/* IMEモード */

.active {
	ime-mode: active;
}

.disabled {
	ime-mode: disabled;
}

span.alert {
	margin-left: 10px;
	color: #f00;
	font-weight: bold;
	font-size: 13px;
}

#s_ssl {
	margin-bottom: 20px;
}

#s_ssl p {
	margin-top: 10px;
	color: #666;
	font-size: 11px;
	line-height: 15px;
}

#disp_mess1 a,
#disp_mess2 a {
	display: block;
	font-size: 15px;
	line-height: 20px;
}

#disp_mess2 a {
	margin-bottom: 5px;
}

/* 任意・必須アイコン */

#aform_tbl th.optional,
#aform_tbl th.important {
	padding-right: 62px;
}

.optional {
	background: url(/img/images/form/ico_optional.png) no-repeat right center;
}

.important {
	background: url(/img/images/form/ico_important.png) no-repeat right center;
}

/* おとくライン法人携帯へ */

h2#h2_go_mobile {
	width: 700px;
	height: 64px;
	margin: 30px auto 0 auto;
	padding: 0;
}

div#go_mobile {
	position: relative;
	width: 700px;
	height: 116px;
	margin-bottom: 30px;
	background: url('/img/images/form/go_mobile_bg.jpg') no-repeat;
}

div#go_mobile a {
	position: absolute;
	top: 64px;
	left: 497px;
	display: block;
	width: 196px;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/img/images/common/go_mobile_btn.gif) no-repeat 0 0;
}

div#go_mobile a:hover {
	background-position: 0 -46px;
}

#aform_tbl td table.cal_box {
	background-color: #fff;
	border: none;
}

#aform_tbl td .tbl_cal_layout {
	display: table-cell;
	padding: 0;
}

#aform_tbl td .tbl_cal_layout:not(:last-child) {
	margin-bottom: 0;
	padding-right: 10px;
}

#aform_tbl td table.cal {
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#aform_tbl td table.cal th {
	text-align: center;
	background-color: #fff;
}

#aform_tbl td table.cal th,
#aform_tbl td table.cal td {
	padding: 3px 6px;
	background: #fff;
	font-size: 12px;
	border: 1px solid #ccc;
}

#aform_tbl td table.cal td {
	cursor: pointer;
}

#aform_tbl td table.cal td:hover {
	background-color: #ff9 !important;
}

#aform_tbl td table.cal th {
	border-bottom: 1px dotted #666;
}

.kibou {
	margin: 10px 0;
	padding-bottom: 10px;
	font-size: 12px;
	border-bottom: 1px dashed #ccc;
}

#disp_cal_box {
	display: block;
	margin-top: 10px;
}
