/* CSS Document */


/*-----------------------------*/

.table_group .table_left {
	float: left;
	width: 30%;
}

.table_group .table_right {
	float: right;
	width: 70%;
}

div.table_group:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.table_group{
	zoom: 1;
}

.table_content_a .table_group {
	border-bottom: #E6E6E6 solid 2px;
	padding : 25px 10px;
}






.table_group_line .table_left {
	float: left;
	width: 30%;
}

.table_group_line .table_right {
	float: right;
	width: 70%;
}

div.table_group_line:after {
	font-size: 1px;
	color: #FFFFFF;
	content:".";
	display: block;
	height: 0px;
	clear: both;
}
div.table_group_line{
	zoom: 1;
}

.table_content_a .table_group_line {
	border-bottom: #E6E6E6 solid 2px;
	border-top: #E6E6E6 solid 2px;
	padding : 25px 10px;
}

.table_group_line .table_left .required {
	background-color:#C1272D;
	color: #FFF;
	font-size: 85%;
}






.table_group .table_left .required {
	background-color:#C1272D;
	color: #FFF;
	font-size: 85%;
}

.table_group .table_right .exa {
	font-size: 85%;
}

.table_content_a .b_box {
	color: #534741;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: block;
	font-size: 14px;
	height: 34px;
	padding: 6px 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 5px;
	height: auto;
}

.table_content_a .b_box_b {
	color: #534741;
	border: 1px solid #ccc;
	border-radius: 4px;
	
	font-size: 14px;
	height: 34px;
	padding: 6px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 5px;
	height: auto;
	width: 80px;
}

.table_content_a .b_box_bb {
	color: #534741;
	border: 1px solid #ccc;
	border-radius: 4px;
	
	font-size: 14px;
	height: 34px;
	padding: 6px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 5px;
	height: auto;
	width: 60px;
}


.table_content_a_title_A {
	margin-top: 50px;
	font-size: 120%;
	font-weight: bold;
}



label, input[type='checkbox'] {
    cursor: pointer;
}

label, input[type='submit'] {
    cursor: pointer;
}





form .btn_a {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 35px;
}





.fanclub_toiawase table {
	border: #FFE3F0 solid 1px;
}

.fanclub_toiawase table th {
	padding: 15px 5px 15px 15px;
	color: #FF7BAC;
	vertical-align: top;
	width: 130px;
}
.fanclub_toiawase table td {
	padding: 15px 15px 15px 5px;
}
.fanclub_toiawase table td h3 {
	font-weight: bold;
}
.fanclub_toiawase table td p {
	font-size: 90%;
}



