@charset "utf-8";
/* CSS Document */
#t_user {
	float:right;
	font-family:none;
}
#page_qrc {
	cursor:pointer;
}
#page_qrc code {
    display: none;
    height: 216px;
    width: 216px;
    background-color: #F5F5F5;
    position: absolute;
    margin-left: -216px;
    margin-top: 28px;
    padding: 8px;
    overflow: hidden;
	z-index:1;
}
.btn_alert {
	cursor:pointer;
}
.btn {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn:hover {
	background-color: #286090;
	border-color: #204d74;
}
.box_title {
	margin-bottom:6px;
}
.alert_div {
	position:absolute;
	position:fixed;
	z-index:100;
	display:none;
}
#alert_back {
    top: 0%;
    left: 0%;
    width: 100%;
	height:100%;
    background-color: black;
    z-index:101;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
	position:fixed;
}
#alert_box_border {
	border-radius:5px;
    background-color: black;
    -moz-opacity: 0.2;
    opacity:.20;
    filter: alpha(opacity=20);
}
#alert_box {
	font-family:Arial;
	z-index:102;
	border-radius:5px;
	background-color:#fbfbfb;
	
}
.box_con {
	float:left;
	width:100%;
}
button#btn_alert_close, #alert_btn_close {
    margin: 0;
    margin-right: 10px;
    float: right;
    font-size: 37px;
    line-height: 1;
    border-width: 0;
    background-color: unset;
    color: #000;
	color: rgba(0,0,0,0.5);
	cursor:pointer;
}
button#btn_alert_close:hover, #alert_btn_close:hover {
	color: rgba(0,0,0,1);
}
#box_title {
	height:38px;
	border-bottom:1px solid #ddd;
}
#box_title b {
	font-size:15px;
	margin-top:9px;
	float:left;
	margin-left:10px;
}
#box_con {
	padding:20px 0px 30px 0px;
}
table.alert_table {
	font-size:14px;
}
table.alert_table th {
	text-align:right;
	width:130px;
	vertical-align:top;
}
table.alert_table td {
}
table.alert_table td input[type="text"]
, table.alert_table td input[type="password"]
, table.alert_table td textarea
, table.alert_table td input[type="submit"] {
	border-radius:3px;
	height:30px;
	padding:0px 5px;
	margin:0;
}
table.alert_table td input[type="submit"] {
	font-size:14px;
	letter-spacing:5px;
	min-width:80px;
}
input.enter_ok
, textarea.enter_ok {
}
input.enter_no
, textarea.enter_no {
	border-color:#f00;
}
.msg {
	padding-top:3px;
	padding-left:8px;
	font-size:0.7rem;
	font-family:Verdana;
}
.msg_ok {
	color:#2A9A18;
}
.msg_no {
	color:#E91C1F;
}




/* user begin */
.box_form {
	margin:0 20px;
}
.box_form div {
	width:100%;
	float:left;
}
.box_form input
, .box_form select
, .box_form textarea {
	width:100%;
	margin-top:3px;
	margin-bottom:12px;
    line-height: 28px;
    vertical-align: middle;
	box-sizing:border-box;
}
.box_form select {
	float:left;
}
.box_form textarea {
	height:auto;
}
.box_form input[type="submit"] {
	height:35px;
	margin-bottom:0;
	margin-top:9px;
	padding:0;
	border:0;
}
.box_form input[type="checkbox"]
, .box_form input[type="radio"] {
	height:16px;
	width:16px;
	margin-right:5px;
	margin-top:0;
	vertical-align:text-top;
}
.box_form input[type="text"]
, .box_form input[type="password"]
, .box_form input[type="date"]
, .box_form textarea {
}
.box_form input[type="text"].w50p
, .box_form input[type="password"].w50p
, .box_form input[type="date"].w50p
, .box_form input[type="time"].w50p
, .box_form textarea.w50p {
	display:block;
}
.box_form input.w50p {
	width:50%;
	float:left;
}
.box_form div.w50p {
	width:50%;
	float:left;
}
.box_form .w66p {
	width:66%;
}
.box_form .w67p {
	width:67%;
}
.box_form .w33p {
	width:33%;
}
.box_form .w34p {
	width:34%;
}
.box_form .w25p {
	width:25%;
}
.box_form .w22p {
	width:22%;
}
.box_form .w20p {
	width:20%;
}
.box_form .w15p {
	width:15%;
}
.box_form .box_line {
	margin-top:3px;
	margin-bottom:8px;
	line-height:232%;
	vertical-align:middle;
}



.box_form code {
	position:fixed;
	border:1px solid #74b9ef;
	border-radius:2px;
	border-top:0;
	margin-top:62px;
	margin-left:-125px;
	width:114px;
	display:none;
}
.box_form code b {
	float:left;
	width:50%;
	cursor:pointer;
	text-align:center;
	line-height:300%;
	color:#2C5DE5;
}
.box_text {
    /*height: 34px;
    line-height: 34px;
    margin-bottom: 12px;*/
    margin-top: 12px;
}

.area_select select, .box_sels select {
    display: inline-block;
    width: auto;
}
.select_inline select {
	width:auto;
}

/* user end*/