@charset "utf-8";

#member_page {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 740px;
    border: 30px solid transparent;
    border-image: url(/img/border_frame.png);
    border-image-slice: 80;
    padding: 0px !important;
    background-color: #0e0e0e !important;
}

#member_page .agree-pannel .theme-box	{
	height: 300px;
	overflow: auto;
}

#member_page .member-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 5% 0;
}
#member_page .member-title *	{ display: block; }
#member_page .member-title span	{
	font-size: 15px;
	font-weight: 600;
}
#member_page .member-contents {
    margin: 0 10%;
}

#member_page .member-contents h2 {
    font-size: 16px;
    line-height: 1.5em;
    padding: 0 0 3% 0;
}

#member_page .member-contents section	{
	padding-bottom: 30px;
}

#member_page .member-contents .theme-box {
    padding: 5%;
    line-height: 1.8em;
    text-align: center;
}


#member_page .check-agree	{
	padding-top: 10px;
	text-align: right;
}




.member-form	{
	width: 100%;
	margin-bottom: 30px;
}
.member-form th	{
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}



/*** PASSWORD ***/

#password_box {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    width: 300px;
    height: auto;
    background-color: #222;
}

#password_box h1	{
	margin: 0;
	height: auto;
	padding: 10px;
	font-size: 14px;
	line-height: 1.1em;
	width: 100%;
}
#password_box h1 + .theme-box	{ border-top-width: 0; background-color: #222 !important; }

#password_box .pass-form	{ 
	position: relative;
	padding-right: 80px;
	margin-top: 10px;
}
#password_box .pass-form fieldset				{ display: block; }
#password_box .pass-form fieldset +	fieldset	{ margin-top: 3px; }
#password_box .pass-form .box-btn	{
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 70px;
}
#password_box .pass-form #password_wr_password	{ width: 100%; }
#password_box .pass-form .box-btn .ui-btn	{
	width: 100%;
	height: 100%;
	padding: 0;
}
#password_box .btn_confirm .ui-btn {
    width: 100%;
    height: 35px;
}
.mbskin{padding:10px;}
.win_ul{padding:5px 0;overflow:hidden;}
.win_ul li{float:left;width:50%;}
.win_ul .ui-btn{display:block;}



@media (max-width: 460px) {
    #member_page {height: 500px; overflow-y: auto;}
}

@media (max-width: 390px) {
}