@charset "UTF-8";
/****************
 PC、スマホ
*****************/

/*jsが効いていない時に表示*/
.noscriptCom {
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	line-height: 150%;
}

/*最初のアイテムのトップマージンを除去*/
.firstTopCom {
	margin-top:0px !important;
}
/*最初のアイテムの左マージンを除去*/
.firstLeftCom {
	margin-left:0px !important;
}

/*google検索v1のカスタマイズ*/
#gsc-i-id1 {
	width:185px !important;
	height:30px !important;
}
.gsib_a {
	padding:0px !important;
}
.gsc-input-box {
	height:30px !important;
}
input.gsc-search-button {
	background-color: #4D4D4D !important;
    border-color: #666666 !important;
	margin:0px !important;
	padding:7px !important;
	padding-left:15px !important;
	padding-right:15px !important;
    background-image: none !important;
    filter: none !important;
}
.gsc-input {
	padding:0px !important;
}


.hide{
	display: none;
}