@charset "utf-8";

/*******************************
  user-site-common
********************************/
#usr_container {
	/*background-image:url(../img/bg_wood.gif);*/
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 14px;
	color: #333333;
}
.custom-container-usr {
	width: 100%;
	padding-bottom: 100px;
}
#usr_left_container {
	margin-top: 10px;
//	margin-left:-250px;
}
#sub_menu_content a:link {
	color: #4c5c90;
}
#usr_main_container {
	margin-top: 10px;
}
.custom-panel-main-title {
	margin-bottom: 10px;
}
.custom-panel-heading-main-title {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}
.custom-panel-heading-main-title h2{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
}
.custom-hr {
	margin: 5px 0;
}
.custom-list-group-usr {
	margin-bottom: 0;
}

.err {
	color:#e02e2d;
	font-size:80%;
	line-height:100%;
}

.msg {
	color:#136cff;
	font-weight: bold;
}

.rowborder > div,
.rowborder > label{
	border-top: 1px solid gray; 
	padding-bottom: 2px;
}

.font-nomal
{
  font-weight: normal;
}

/* table$B$r;HMQ$7$J$$(Btable$B7A<0$K$J$k%9%?%$%k(B
    usr_login_t
 */
.form_area{
  display: inline-block;
}

/* table $BI=5-(B add*/
.div-table {
	display:table;  /* table$BMWAG$N$h$&$JI=<($K$9$k(B */
	width: 100%;
}
.div-row {
	display:table-row; /* tr$BMWAG$N$h$&$JI=<($K$9$k(B */
}
.div-col {
	display:table-cell; /* td$BMWAG$N$h$&$JI=<($K$9$k(B */
}

