@charset "UTF-8";


/**
 * @page register
 */

.sub-section {
	border-bottom: solid 2px #CCCCCC;
	margin: 0px 20px 20px;
	height: 30px;
}
.sub-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 22px;
	border-bottom: solid 2px #29ABE2;
	display: inline-block;
	height: 30px;
	margin: 0px 0px 20px 0px;
}
	#mod_register .mod_tableWrap {
		margin: 0px 20px 30px;
	}
	
	#mod_register .mod_tableWrap table {
		width: 100%;
		text-align:left;
	}
	
	#mod_register .mod_tableWrap table .td_01 {
		width: 20em;
		padding:10px;
		border-bottom: solid 1px #CCCCCC;
	}
	
	#mod_register .mod_tableWrap table .td_02 {
		width: 4em;
		padding: 5px;
		border-bottom: solid 1px #CCCCCC;
	}
	#mod_register .mod_tableWrap table .td_03 {
		padding:5px;
		border-bottom: solid 1px #CCCCCC;
	}
	#mod_register .mod_tableWrap table .td_04 {
		width: 3em;
		padding: 5px;
		text-align: right;
		border-bottom: solid 1px #CCCCCC;
	}
	#mod_register .mod_tableWrap table tr:first-child {
	background: #FFFFFF;
}
	#mod_register .mod_tableWrap table tr:nth-child(2n+1) {
	background: #E8F5FA;
}
.column {
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: url(../images/register/bg_image.png ) no-repeat right bottom;
}
.column .col_l {
		width: 55%;
}
.column .col_r {
		width: 45%;
}