﻿.wrap {
	width: 650px;
	height: 400px;
	margin: 50px auto;
}

.box {
	position: relative;
	border: 1px solid #e5e5e5;
	border-top: 3px solid #444;
}

.inner_box {
	width: 428px;
	padding: 40px 0 40px;
	margin: 0 auto;
}

	.inner_box .tit {
		display: block;
		margin-bottom: 16px;
		font-size: 16px;
		text-align: center;
		letter-spacing: -1px;
	}

		.inner_box .tit span {
			color: #4e6cce;
		}

	.inner_box ul {
		list-style: none;
		padding-bottom: 15px;
	}

		.inner_box ul li {
			padding: 0 0 5px 9px;
		}

.wrap_tbl {
	width: 368px;
	padding: 34px 30px 42px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

	.wrap_tbl table caption {
		overflow: hidden;
		width: 0;
		height: 0;
		font-size: 0;
		line-height: 0;
		text-indent: -9999em;
	}

	.wrap_tbl table th {
		padding: 5px 0;
		width: 125px;
		color: #4c4c4c;
		font-weight: bold;
		letter-spacing: -1px;
		text-align: left;
	}

	.wrap_tbl table td input[type="text"] {
		width: 225px;
		padding: 5px 4px 3px 0;
		border: 1px solid #a4a4a4;
		border-right-color: #dbdbdb;
		border-bottom-color: #dbdbdb;
	}

.radio_set {
	padding: 20px 20px 17px;
	border: 1px solid #dbdae0;
	background: #f3f4f6;
	font-weight: bold;
	margin-bottom: 30px;
}

	.radio_set label {
		display: inline-block;
	}

		.radio_set label:nth-child(1) {
			width: 30%;
		}

.displayT {
	display: block;
}

.displayF {
	display: none;
}

.cell_info select,
.cell_info input {
	width: 65px !important;
	padding: 5px 4px 3px 0;
	border: 1px solid #a4a4a4;
	border-right-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
}

.clear {
	clear: both;
}

.idpass_tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.idpass_tab ul li {
		float: left;
		cursor: pointer;
		border: 1px solid #bfbfbf;
		border-top-left-radius: .3em;
		border-top-right-radius: .3em;
		border-bottom-width: 0;
		padding: .5em 1em;
		font-weight: bold;
		color: #666;
		background: #f2f1f2;
		background: -moz-linear-gradient(to bottom, #fefefe, #f2f2f2);
		background: -webkit-linear-gradient(to bottom, #fefefe, #f2f2f2);
		background: -o-linear-gradient(to bottom, #fefefe, #f2f2f2);
		background: -ms-linear-gradient(to bottom, #fefefe, #f2f2f2); /*For IE10*/
		background: linear-gradient(to bottom, #fefefe, #f2f2f2);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#f2f2f2'); /*For IE7-8-9*/
		height: 1%; /*For IE7*/
	}

		.idpass_tab ul li:nth-child(2) {
			border-left-width: 0;
		}

.active {
	background-color: #fff !important;
	color: #ff3300 !important;
	background: none !important;
}

#memInfoSend {
	text-decoration: none;
}

span.btnTyp01 {
	border: 1px solid #cbcbcb;
	border-radius: .3em;
	padding: 5px 10px;
	margin: 10px;
	display: inline-block;
	font-weight: bold;
	color: #666;
	background: #f2f1f2;
	background: -moz-linear-gradient(to bottom, #fefefe, #E0E0E0 );
	background: -webkit-linear-gradient(to bottom, #fefefe, #E0E0E0 );
	background: -o-linear-gradient(to bottom, #fefefe, #E0E0E0 );
	background: -ms-linear-gradient(to bottom, #fefefe, #E0E0E0 ); /*For IE10*/
	background: linear-gradient(to bottom, #fefefe, #E0E0E0 );
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#E0E0E0  '); /*For IE7-8-9*/
	height: 1%; /*For IE7*/
}

.exp table {
	width: 100%;
}

	.exp table td {
		color: #6a6a6a;
	}