
@import url('base.css');
@import url('reset.css');
@import url('style.css');
@import url('profile.css');
.basic-box {
	bottom: 0;
	width: 100%;
}

.headerGroup, .globalForm, .left-box, .researchmapurl {
	display: none;
}

.right-box, .text-box {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	float: none;
}

.fixed {
	position: static; 
	top: 0; 
	z-index: 10000; 
	background: none; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	box-shadow: none; 
	margin: 0px; 
	padding: 0px 0 0 8px; 
	width: 100%; 
	margin: 0; 
}
.pc-hide {
 display:none;	
}