.member_info{
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.member_image{
	float: left;
	width: 120px;
	margin-right: 20px;
}
.member_image img{
	width: 100px;
}
.member_data_box{
	width: 550px;
	float: right;
}
.member_data{
}
.member_id{
	font-size: 20px;
	font-weight: bold;
}
.member_name{
	font-size: 16px;
	font-weight: normal;
}
.member_count{
}
.member_num{
	font-size: 20px;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 5px;
}
.member_date{
	font-size: 14px;
	color: #666666;
}
.member_comment{
	padding: 10px;
	border: 2px solid #CCCCCC;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.member_frame{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.member_setting table{
	width: 100%;
	margin-bottom: 20px;
}
.member_setting td{
	padding: 10px;
}
.setting_title{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.member_frame input,select,textarea{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.member_frame_input{
	width: 90%;
	padding: 5px;
}
.member_frame_textarea{
	width: 90%;
	padding: 5px;
}
.member_icon{
}
.member_icon:hover{
	cursor:pointer;
}
.member_icon_list{
	display:none;
	padding: 10px;
}
.member_icon_select{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.member_icon_select:hover{
	cursor:pointer;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
}
.member_emsg{
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 20px;
}
.member_imsg{
	font-weight: bold;
	color: #0000FF;
	margin-bottom: 20px;
}
.member_setting_submit{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.withdraw_text{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding: 20px;
	background-color: #F6F6F6;
	margin-bottom: 10px;
	text-align: center;
	border: 2px dashed #CCCCCC;
}
.withdraw_menu{
	padding: 10px;
	margin-bottom: 10px;
}
.withdraw_reason{
	background-color: #F6F6F6;
	padding: 20px;
	margin-bottom: 20px;
}
.withdraw_input{
	width: 95%;
	padding: 10px;
}

.qa_list{
}
.qa_line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}
.qa_line:hover{
}
.qa_info{
}
.qa_info li{
	display:inline;
	margin-right: 20px;
}
.qa_title{
}
.qa_title a{
	font-size: 20px;
}
.qa_list_answer{
	background-color: #F6F6F6;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.qa_list_answer ul{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.qa_list_answer li{
	display:inline;
	margin-right: 20px;
}
.member_category_link{
	text-align: right;
	font-weight: bold;
}
.member_category_link:hover{
	cursor:pointer;
}
.member_category_list{
	display:none;
	padding: 20px;
}
.member_category_list li{
	display:inline-block;
	width: 120px;
}

.onoffswitch {
    position: relative; width: 80px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 15px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 15px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 46px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.member_qa_close{
	
}
.member_qa_close:hover{
}
.dialog_open{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.qa_entry_open{
	font-weight: bold;
	color: #CC0000;
}
.member_old{
	border-radius: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #F6F6F6;
	text-align: center;
	padding: 20px;
	border: 3px dotted #CCCCCC;
	margin-bottom: 20px;
}
