@charset "UTF-8";


#memberForm select::-ms-expand	{ display: none; }
#memberForm select	{ position: relative; width: 100%; height: 45px; padding: 0 0 0 15px; border: 1px solid #e1e1e1; box-sizing: border-box; box-shadow: none; background: #f9f9f9 url(../image/selectbg.png) no-repeat 95% center; color: #5e5e5e; }

.login_btn button {display:block; width:130px; height:124px; text-align:center; line-height:124px; background:#274081; color:#fff; font-weight:700;}



.modules_member .proc_tel_check	{}
.modules_member .proc_tel_check div.box	{ padding: 10px; margin: 10px 0; border: 1px solid #d3d3d3; background-color: #f6f6f6; }
.modules_member .proc_tel_check div.box p	{ margin: 10px; }


@media all and (max-width: 1200px) and (min-width: 320px)
{
	.login_btn button	{ width: 90px; height: 85px; line-height: 85px; }
}