﻿
.main_contents{
	width: 660px;
	margin: auto;
	font-size: 13px;
	line-height: 1.4em;
	background-color: #FFFFFF;
}

.nm_main{
	width: 620px;
	margin: 20px auto;
	text-align: left;
	font-size: 13px;
	line-height: 1.8em;
}

.nm_bg{
	background: url(/image/new_member/new_member_words_bg.jpg) no-repeat right bottom;
	height: 222px;
}

.red_words{
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
	color: red;
}

.new_week{
	float: left;
	width: 124px;
	line-height: 26px;
	border: 1px solid #FF0000;
	text-align: center;
	margin-right: 4px;
}

.table_cap_r{
	text-align: right;
	vertical-align: bottom;
	font-size: 11px;
	color: #707070;
}


.woman_table{
	width: 100%;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.woman_table th{
	background-color: #FF9AB0;
	text-align: center;
	padding: 4px;
	color: white;
	white-space: nowrap;
}

.woman_table td{
	background-color: #FFE7E4;
	padding: 6px 14px;
	text-align: left;
}

.detail_link_w{
	color: #E6A6B0;
	font-weight: bold;
	white-space: nowrap;
}

.detail_link_w a{
	color: #D26072;
	white-space: nowrap;
}

.w_date{
	color: #D26072;
	font-weight: bold;
}




.man_table{
	width: 100%;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.man_table th{
	background-color: #007FAC;
	text-align: center;
	padding: 4px;
	color: white;
	white-space: nowrap;
}

.man_table td{
	background-color: #E0EEF4;
	padding: 6px 14px;
	text-align: left;
}

.detail_link_m{
	color: #95BAD1;
	font-weight: bold;
	white-space: nowrap;
}

.detail_link_m a{
	color: #005890;
	white-space: nowrap;
}

.m_date{
	color: #005890;
	font-weight: bold;
}



