#user_member_whole {
	clear: both;
	padding-bottom: 50px;
}

#user_member_terms {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 3px 3px 0 0;
}

#user_member_terms textarea {
	min-height: 500px;
	width: 100%;
}

#user_member_title {
	padding: 10px;
	border-top: 1px solid #ddd;
	font-weight: bold;
	font-size: 16px;
}

#user_member_agree {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f9f9fb;
	border-radius: 0 0 3px 3px;
	font-size: 13px;
	color: #666;
	border-top: none;
}

#user_login_whole {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding-top: 100px;
}

#user_login_whole #user_login_form .user_login_form_upper {
	height: 150px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
}

#user_login_whole #user_login_form .user_login_form_upper .left {
	float: left;
	width: 150px;
	height: 150px;
	line-height: 30px;
	text-align: center;
	background-color: #f9f9fb;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 2pt;
	border-right: 1px solid #ddd;
}

#user_login_whole #user_login_form .user_login_form_upper .left p {
	color: #888;
	padding-top: 40px;
	font-size: 18px;
}

#user_login_whole #user_login_form .user_login_form_upper .left p b {
	color: #666;
	font-size: 25px;
}

#user_login_whole #user_login_form .user_login_form_upper .right {
	padding: 10px 10px 10px 160px;
	background-color: #fff;
}

#user_login_whole #user_login_form .user_login_form_upper .right#error_message
	{
	padding: 0 0 0 160px;
	line-height: 150px;
	text-align: center;
	font-size: 14px;
	color: #888;
}

#user_login_whole #user_login_form .user_login_form_upper .right#error_message b
	{
	color: #666;
}

#user_login_whole #user_login_form .user_login_form_upper .right ul {
	border-top: 1px dotted #bbb;
}

#user_login_whole #user_login_form .user_login_form_upper .right ul li.input
	{
	position: relative;
	padding: 5px 0 5px 80px;
	border-bottom: 1px dotted #bbb;
}

#user_login_whole #user_login_form .user_login_form_upper .right ul li.input label
	{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 11px;
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	width: 75px;
	text-align: center;
	color: #666;
}

#user_login_whole #user_login_form .user_login_form_upper .right ul li.input input
	{
	width: 95%;
}

#user_login_whole #user_login_form .user_login_form_upper .right ul li.btn
	{
	display: block;
	margin-top: 10px;
}

#user_login_whole #user_login_form .user_login_form_upper .right ul li.btn input
	{
	width: 100%;
	height: 36px;
	border: 0;
	background-color: #aaa;
	color: #fff;
}

#user_login_whole #user_login_form .user_login_form_upper .right ul li.btn input:hover
	{
	background-color: #888;
}

#user_member_ok .user_member_ok_upper li.img img {
	display: block;
	max-width: 50%;
	margin: 0 auto;
}

#user_member_ok .user_member_ok_upper li.text {
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
}

#user_member_ok .user_member_ok_upper li.text .exp {
	font-size: 15px;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px dotted #bbb;
	color: #666;
	background-color: #f9f9fb;
}

#user_member_ok .user_member_ok_upper li.text .input {
	padding: 10px;
	background-color: #fff;
	font-size: 18px;
}

/*button_color*/
#user_button {
	margin-top: 10px;
	text-align: right;
}

#user_button a {
	text-decoration: none;
}

.user_member_btn_black {
	border: 1px solid #555 !important;
	background-color: #555 !important;
	color: #fff !important;
}

.user_member_btn_black:hover {
	border: 1px solid #333 !important;
	background-color: #333 !important;
	color: #fff !important;
}

.user_member_btn_red {
	border: 1px solid #f56878 !important;
	background-color: #f56878 !important;
	color: #fff !important;
}

.user_member_btn_red:hover {
	border: 1px solid #db4355 !important;
	background-color: #db4355 !important;
	color: #fff !important;
}

.user_member_btn_gblue {
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	border: 1px solid #44c4c4 !important;
	background-color: #44c4c4 !important;
	color: #fff !important;
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.user_member_btn_gblue:hover {
	border: 1px solid #28acac !important;
	background-color: #28acac !important;
	color: #fff !important;
}

.user_member_btn_blue {
	border: 1px solid #4591cc !important;
	background-color: #4591cc !important;
	color: #fff !important;
}

.user_member_btn_blue:hover {
	border: 1px solid #2a79b6 !important;
	background-color: #2a79b6 !important;
	color: #fff !important;
}

.user_member_sbutton {
	background-color: #888;
	border: 1px solid #888;
	color: #fff;
}

.user_member_sbutton:hover {
	background-color: #666;
	border: 1px solid #666;
}

/*button_with_height*/
.user_member_btn_height {
	height: 28px;
	line-height: 28px;
	display: inline-block;
	padding: 0 10px;
	border-radius: 3px;
	vertical-align: middle;
}

.user_member_btn_darkgray {
	height: 28px;
	line-height: 28px;
	color: #eee !important;
	font-size: 12px;
	border: 1px solid #888 !important;
	background-color: #888 !important;
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.user_member_btn_darkgray:hover {
	color: #fff;
	border: 1px solid #666;
	background-color: #666 !important;
}

.user_member_btn_white {
	height: 28px;
	line-height: 28px;
	color: #444;
	font-size: 12px;
	border: 1px solid #888;
	background-color: #fff;
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.user_member_btn_white:hover {
	color: #444;
	border: 1px solid #555;
	background-color: #f9f9fb;
}

.user_member_part_group {
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
}

.user_member_part_group .title {
	background-color: #f9f9fb;
	border-bottom: 2px solid #888;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	min-height: 28px;
	line-height: 28px;
}

.user_member_part_group .user_part_group_control {
	background: url(../twb_images/2016/pattern_circle_5.png) #eee;
	color: #666;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}

.user_member_part_group .user_part_group_control .wrap {
	padding: 10px;
}

.user_member_part_group .user_part_group_control .wrap label {
	color: #666;
	font-weight: bold;
}

.user_member_part_group .contents {
	padding: 10px;
}

.user_member_part_group .contents iframe {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: block;
}

.user_member_part_group .contents table {
	border-top: 1px solid #ddd;
}

#user_member_button {
	clear: both;
	text-align: right;
	font-size: 12px;
	display: block;
	margin-top: 30px;
}

#user_member_button a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
	color: #888;
	padding: 0 15px;
	vertical-align: middle;
}

#user_member_button a:hover {
	border: 1px solid #888;
	background-color: #f9f9fb;
	color: #444;
	text-decoration: none;
}

#user_member_button input {
	padding: 0 15px;
}

/*user_part_group*/
#user_member_pop_layout_bg {
	background: #f2f4f6;
}

#user_member_pop_layout .inner {
	padding: 10px;
}

#user_member_pop_layout .popup_caution {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 30px 0;
	background: url(../twb_images/2016/pattern_circle_10.png) #666;
	border: 1px solid #444;
	border-radius: 3px;
	color: #fff;
}

/*user_rowtable*/
.user_rowtable table {
	border-top: 2px solid #888;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.user_rowtable th {
	background-color: #fafbfc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 10px;
	width: 20%;
}

.user_rowtable td {
	border-bottom: 1px solid #ddd;
	padding: 8px 10px;
	text-align: left;
}

.user_member_form td {
	text-align: left;
}

.top_pop {
	display: none !important
}