@charset "utf-8";
/* CSS Document */
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: this_dirctory_css.css
 * author		: takaaki koyama
 * style info	: このディレクトリ内用ページCSS
 -----------------------------------------------------------*/
/* subpage.css -  2階層目以降ページ用共通CSS
----------------------------------------------------------- */
@import url("../../common/css/subpage.css");

.read {
	margin-top: 15px;
	margin-bottom: 5px;
}

.tableBg {
	background: url(../img/bg_dot_01.gif) repeat-y left;
	margin: 20px 0 50px 1px;
}
.tableBg.noRead {
	margin-top: 70px;
}

.tableBgInner {
	background: url(../img/bg_dot_01.gif) repeat-y right;
}

.tableBg table {
	background: url(../img/bg_dot_02.gif) repeat-x top;
	width: 646px;
	margin-left: 1px;
	vertical-align: bottom;
}

.tableBg table tr {
	background: #f8f8f8;
	padding: 0;
	margin: 0;
}
.tableBg table tr.gray {
	background: #eeeeee;
}
.tableBg table tr.noBg {
	background: none;
	height: 1px;
}

.tableBg table th {
	padding: 18px 10px 20px 16px;
	vertical-align: top;
}

.tableBg table td {
	width: 500px;
	padding: 16px 0px 20px 0;
	vertical-align: top;
}

.tableBg table td p {
	margin: 0 30px 0 20px;
}

.tableBg table .btArea {
	background: url(../img/img_kensago_bt.gif) no-repeat left bottom;
	height: 60px;
}

.tableBg table .btArea td {
	padding: 0 0 0 152px;
	vertical-align: middle;
}

.tableBg .btArea input {
	border: none;
	margin-right: 15px;
}

.tableBg textarea {
	border: 1px solid #606060;
}

.tableBg .checkBox ul {
	zoom: 1;
}
.tableBg .checkBox ul:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.tableBg .checkBox li {
	float: left; margin-right: 10px;
}
.tableBg .checkBox li.case1 {
	width: 140px;
	margin-right: 0;
}
.tableBg .checkBox li.case2 {
	width: 180px;
	margin-right: 0;
}
.tableBg .checkBox li.noFloat {
	float: none;
	margin-right: 0;
}
.tableBg .checkBox input {
	margin-right: 3px;
	vertical-align: middle;
}

.tableBg .note {
margin-left: 10px;
font-size: 0.92em;
}

.tableBg input.type1 {
	width: 210px;
	border: 1px solid #606060;
}
.tableBg input.type2 {
	width: 100px;
	border: 1px solid #606060;
}
.tableBg input.type3 {
	width: 266px;
	border: 1px solid #606060;
	margin-left: 12px;
}
.tableBg input.type4 {
	border: 1px solid #606060;
	width: 210px;
}

.tableBg textarea {
	width: 410px;
}

.tableBg textarea.type1 {
	height: 150px;
}
.tableBg textarea.type2 {
	height: 110px;
}
.tableBg textarea.type3 {
	height: 60px;
}

.tableBg .checkBox .cardList li {
	margin-bottom: 19px;
}

.tableBg .lineHeight {
	margin-bottom: 19px;
	display:inline-block;
}

.tableBg .error {
	color: #FF0000;
	font-size: 0.92em;
}

#article.compFormBg {
	background:url(../img/img_form_complete.jpg) no-repeat 278px bottom;
	height: 308px;
}

#article.compFormBg .btn {
	margin-top: 50px;
}

#article.contactSelect ul {
	margin-top: 50px;
	margin-bottom: 30px;
}

#article.contactSelect li {
	margin-bottom: 10px;
}

#article.contactSelect p {
	margin-bottom: 5px;
}

#article.contactSelect p a:link { background: #EDEDED; }
#article.contactSelect p a:visited { background: #EDEDED; }
#article.contactSelect p a:active { background: #FF6666; color: #FFFFFF; }
#article.contactSelect p a:hover { background: #FF6666; color: #FFFFFF; }

#article .exelArea {
	background:url(../../common/img/parts/bg_ans.gif) repeat-y left top;
}

#article .exelArea table {
	width: 100%;
	border: 0;
	background: url(../../common/img/parts/img_dot.gif) repeat-x left bottom;
}

#article .exelArea table tr {
	background: url(../../common/img/parts/img_dot.gif) repeat-x left top;
}

#article .exelArea table .cell1 {
	padding: 12px 10px;
	width: 541px;
	border-right: 1px solid #BFBFBF;
}

#article .exelArea table .cell2 {
	text-align: center;
}

#article .step01 {
	margin: 30px 0 17px 0;
}

#article .step01 dt {
	margin-bottom: 15px;
}

#article .step02 {
	margin: 50px 0 17px 0;
}

#article .step02 dt {
	margin-bottom: 15px;
}
