.my-left {
  float: left;
}
.my-right {
  float: right;
}
.bar-tab .tab-item.active,
.bar-tab .tab-item:active {
  color: #04BE02;
}

.my-content-block {
    padding: 0 .75rem;
    margin: 0.75rem 0;
    color: #6d6d72;
}

.my-card .list-block ul {
  background: none;
}
.my-card .list-block > ul {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.my-card {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .7rem;
  background: #fff;
  border-radius: .1rem;
  box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .3);
}
.my-card .list-block,
.my-card .content-block {
  margin: 0;
}

.my-card-title-font {
    font-size: .7rem;
    color: #ff4400;
}

.my-card-content-font {
    font-size: .5rem;
}
.my-card-content-inner {
    position: relative;
    padding-left: .75rem;
}

.anken-point div {
    float: left;
    margin: 0px 1px;
    border: 1px #cccccc solid;
    padding: 1px 3px 1px 3px;
    min-width: 57px;
    text-align: center;
    background-color: #E8ECE0;
}
.anken-point {
    clear: both;
    font-size: .5rem;
    margin: 0px auto 2px auto;
    height: 12px;
}
div.emp {
    background-color: #d5357a;
    color: #ffffff;
    font-weight: bold;
}

.anken-skill {
    clear: both;
    font-size: .65rem;
    padding-top: 1px;
}
.anken-skill-content {
    padding-left: 20px;
}

.font-staff{
 font-size: 0.7rem;
}


/******** msg_area_start ********/
#msg_area_background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999980;
	opacity: 0.75;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

#msg_area_outer {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: auto;
    display: none;
    box-sizing: border-box;
}

#msg_area_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #4D82D6;
	text-align: center;
	display: block;
	box-sizing: border-box;
}

#msg_area_title span{
	color: #FFFFFF;
	font-size: 20px;
}

#msg_area_input_field {
	display: block;
	font-size: 20px;
	width: 100%;
	height: 120px;
	text-align: left;
	outline: 0;
	border: 0;
	background-color: #FFFFFF;
	line-height: 1.2;
	padding: 10px 5px 2px 5px;
	box-sizing: border-box;
}

#msg_area_button {
	width: 100%;
	height: 40px;
}

#msg_area_button_yes {
	width: 50%;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	background-color: #c0c0c0;
	
}

#msg_area_button_no{
    width: 50%;
    height: 40px;
    line-height: 40px;
    background-color: #E1715B;
    float: right;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

#msg_area_button_yes span, #msg_area_button_no span{
    font-size: 20px;
    color: #FFFFFF;
}

/********* msg_area_end *********/

a.disabled, a.disabled i {
    color: gray;
    cursor: default;
}
