@charset "UTF-8";

/* member.css */


/* member_header */
body#member {
	background: url(../images/bg_other.png) repeat-x 50% 88px;
}


/* index */
.member_section {
	display: table;
	width: 720px;
	margin: -20px;
	border-collapse: separate;
	border-spacing: 20px;
	padding-top: 30px;
	*width: 100%;
	*margin: 0;
}
.member_dl {
	position: relative;
	display: table-cell;
	width: 213px;
	background-color: #eee;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.member_dl1,
.member_dl2 {
	*float: left;
	*margin-right: 20px;
}
.member_dl3 {
	*float: left;
}
.member_dl h3 {
	padding: 15px;
	background-color: #00366c;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	font-size: 114%;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.member_dl p {
	padding: 20px 20px 87px;
	*padding: 20px;
}
.member_dl .detail_btn {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -88px;
	*padding-bottom: 20px;
}

.attention {
	color:#cc0000;
	text-align:center;
	padding:10px 5px;
	background:#fff;
	border:#ccc 1px solid;
	display:block;
	margin-top:10px;
	font-weight:bold;
}

/* member1 */
.member_table {
	margin-top: 30px;
}
.member_table .th2 {
	width: 25%;
}
.member_table .th3 {
	width: 65%;
}
.member_table .th34 {
	width: 25%;
}
.member_table .th4 {
	width: 25%;
}



/* member2 */
.member2_readtext {
	margin-bottom: -20px;
	padding: 0 20px;
}
.member2_section p {
	margin-bottom: 1em;
}
.member2_section p.member2_img {
	float: right;
	margin: 0 0 30px 20px;
}
.member2_nav_menu {
	margin-top: 30px;
	padding: 20px 0 20px 133px;
	background-color: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.member2_nav_menu li {
	float: left;
	padding-right: 10px;
}
.member2_nav_inquiry {
	padding: 30px 0 0;
	background: url(../images/icn_arrow_down02.png) no-repeat 50% 10px;
	text-align: center;
}
.member_pagenav {
	margin-top: 40px;
}
.member2_table tbody th {
	width: 14em;
}

.member_indent_m2{
    padding: 2em;
    text-indent: -2em;
}

/* member-tel */
/* .column_inquiry_dt_tel dd span.tel_member1 {
	height: 71px;
	background-image:u rl(../../login/member/images/tel_member1.png);
}
.column_inquiry_dt_tel dd span.tel_member2 {
	height: 56px;
	background-image: u rl(../../login/member/images/tel_member2.png);
}
.column_inquiry_dt_tel dd span.tel_member3 {
	height: 71px;
	background-image: u rl(../../login/member/images/tel_member3.png);
}
.column_inquiry_dt_tel dd span.tel_member4 {
	height: 56px;
	background-image: u rl(../../login/member/images/tel_member4.png);
} */
