@charset "utf-8";
/*
===== universal reset =================================
*/
*:not(ul):not(ol) {
	margin:0;
	padding:0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cover {
	text-align:center;
}
.cover img {
	max-width:100%;
}

#askulmain {
	width:100%;
}

#askulmain h1 {
	padding:8px !important;
	font-size:1.0rem;
	color:#fff;
	background:#80b62f;
}

.agSearchContents .agSearchInput .agSearchInputCont .agSearchInputSelect input {
	width: 99.8%;
}

#agGoodsSearch {
	float:none;
	margin:0;
	width:100%;
}

#btnarea {
	padding:16px;
	text-align:center;
}

#btnarea img {
	margin:10px;
	max-width:100%;
}

@media screen and (min-width: 801px) {
#askulmain {
	display:flex;
	justify-content:center;
	width:100%;
}
	
	#agGoodsSearch,
	#btnarea {
	width:400px;
	}
}

@media screen and (max-width: 800px) {
#askulmain h1 {
	font-size:0.8rem;

}
	
	#agGoodsSearch,
	#btnarea {
	width:100%;
	}
}