/*極ウマ馬券プレスマホ用*/
textarea {
	width:98%;
	height:180px;
}

/*------------------------------------------------------------
 幅854px以上
------------------------------------------------------------*/
@media only screen and (min-width: 854px){
	input[type="text"] {
		width:50%;
	}
}

/*------------------------------------------------------------
 幅853px以下
------------------------------------------------------------*/
@media only screen and (max-width: 853px){
	input[type="text"] {
		width:70%;
	}
}

/*------------------------------------------------------------
 幅639px以下
------------------------------------------------------------*/
@media only screen and (max-width: 639px){
	input[type="text"] {
		width:80%;
	}
	.tblBorder .lblColor{
		width: 9em;
	}
}

/*------------------------------------------------------------
 幅424px以下
------------------------------------------------------------*/
@media only screen and (max-width: 424px){
	input[type="text"] {
		width:98%;
	}
	.tblBorder .lblColor{
		width: 7em;
	}
}