.menu_user {
	display: inline-block;
	vertical-align: top;
	background:#9ea8db;
	overflow:hidden;
	position: fixed
}
.sp_search_label{
	width:9rem;
}
@media screen and (max-width:900px){
.sp_total{
	width:50%;
}
.sp_yoyaku{
	width:99%;
	height:20rem;
    overflow: scroll;
    white-space:nowrap;
}
}
@media screen and (max-width:900px){
.sp_total{
	width:90%;
}
.pc_head #pc{
display:none;
}
.moji{
display:none;
}
#yoyakuNoText{
width:60%;
}
#foot-box .copyright{
width:100%;
}
.copyright{
width:100%;
}
#description-area dt{
	width:20%;
}
}
@media screen and (min-width:900px){
.sp_head{
display:none;
}
}