@charset "UTF-8";
/*カスタム検索*/

	#srchBox #srch {
		padding:0px !important;
	}
	#srchBox {
		border: 0px solid #ccc !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;

		background-color: transparent !important;
		height:26px;
		width:295px;
		overflow:hidden;

	}

	#srchBox #srchInput {
		width: 230px !important;
	}

	#srchBox #srchBtn {
		width: 60px !important;
	}

	/*スマホ*/
	#sWrapper #srchBox {

		height:50px !important;
		width: 665px !important;
		overflow:visible !important;
		text-align: center;
		margin: 0 auto;

	}


	#sWrapper #srchBox #srchInput {
		width: 550px !important;
		height: 50px !important;
	}

	#sWrapper #srchBox #srchBtn {
		width: 95px !important;
		height: 55px !important;
	}


