@charset "utf-8";

/* 検索窓 */
.Search_Window {
	width:90%;
	background:white;
	margin: 0 auto;
	margin-bottom:10px;
}
.Search_Window:hovre {
	background:red;
}
.myFORM:hovre {
background:white;
}

.bt{
margin-top:-30px;	
text-align: center;
}

.bt:hover{
background:white;
}

/* Media Queries */

 /*デバイスの横幅が910pxまでの場合*/
@media screen and (max-width: 910px){

}

 /*デバイスの横幅が768pxまでの場合*/
@media screen and (max-width: 768px){
#contents {
width : 100% ;
}

 /*デバイスの横幅が590pxまでの場合*/
@media screen and (max-width: 590px){ 
}
 /*デバイスの横幅が490pxまでの場合*/
@media screen and (max-width: 490px){ 
}

 /*デバイスの横幅が380pxまでの場合*/
@media screen and (max-width: 380px){ 
}

