@charset "UTF-8";

/* footer menu */
#global-nav ul #f_nav_profile a {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
	}

#profileContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 950px;
	margin: -220px 0 0 -475px;
	background-repeat: no-repeat;
	overflow: hidden;
	zoom: 1;
	}


#nameContainer {
	float: left;
	width: 97px;
	}
	
	#nameContainer span {
		display: block;
		width: 97px;
		height: 114px;
		margin-bottom: 20px;
		}
		#nameContainer span img{
			width:100%;
			}
	#nameContainer h1 {
		display: block;
		width: 97px;
		height: 0;
		padding-top: 40px;
		background: url(../images/profile_name.gif) no-repeat;
		background-size: 97px 40px;
		-webkit-background-size: 97px 40px;
		-moz-background-size: 97px 40px;
		line-height: 40px;
		overflow: hidden;
		}
		
#historyContainer {
	float: right;
	width: 780px;
	color: #585555;
	font-size: 10px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
		}
	
	
	#historyContainer .history_list{
		margin-bottom:32px;
		padding-top:15px;
		width:100%;
		overflow:hidden;
		}
	#historyContainer .history_list li{
		margin-bottom:10px;
		}
		#historyContainer ul:first-child{
			float:left;
			width:405px;
		}
		#historyContainer ul:nth-child(2){
			float:right;
			width:375px;
			text-align:left;
		}
		#historyContainer .history_list li dl{
			overflow:hidden;
			}
		#historyContainer .history_list li dt{
			float:left;
			padding-right:20px;
			width:30px;
			height:auto;
			}
		#historyContainer .history_list li dd{
			overflow:auto;
			}

	#historyContainer h2 {
		display: block;
		width: 780px;
		margin-bottom: 12px;
		font-size: 10px;
		font-weight: normal;
		white-space: nowrap;
		overflow: hidden;
		letter-spacing:0;
		}
		
	#historyContainer .cliant_list ul {
		display: block;
		width: 780px;
		overflow: hidden;
		zoom: 1;
		}
		#historyContainer .cliant_list li {
			display: block;
			float: left;
			margin: 0 20px 12px 0;
			font-size: 10px;
		letter-spacing:0;
			}
			
			
@media screen and (max-width: 767px) {  
#profileContainer {
	position: absolute;
	top:120px;
	left: 0;
	width: 84%;
	margin: 0 0 0 0;
	padding:0 8% 8%;
	background-repeat: no-repeat;
	overflow: hidden;
	zoom: 1;
	}
#nameContainer {
	float: none;
	width: 97px;
	margin:0 auto;
	margin-bottom:20px;
	}
#historyContainer {
	float: none;
	width: 100%;
		}
	
		#historyContainer ul:first-child{
			float:none;
			width:100%;
		}
		#historyContainer ul:last-child{
			float:none;
			width:100%;
			text-align:left;
		}
		
	#historyContainer h2 {
		display: block;
		width: 100%;
		margin-bottom: 12px;
		font-size: 10px;
		font-weight: normal;
		white-space: nowrap;
		overflow: hidden;
		letter-spacing:0;
		}
}