@charset "UTF-8";

.oder_num2{
	width:20%;
	ime-mode: disabled;
}
.oder_num{
	ime-mode: disabled;
}

/* 959px以下
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

}


/* 幅644px以下
------------------------------------------------------------*/
@media only screen and (max-width: 644px){

}

/* 幅450px以下
------------------------------------------------------------*/
@media only screen and (max-width: 450px){
	.oder_num{
		width:30%;
	}
}
