@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------
	sp
--------------------------------------------------*/

@media all and (max-width: 768px) {

div#header {
	background-image: url(../images/header/bg_tab.png) left bottom no-repeat;
	background-size: cover;
	height: 50px;
}

	h1#logo {
		width: 100px;
		top: 14px;
	}

	div#spMenu {
		width: 15%;
		top: 10px;
		left: 83%;
	}

ul#gNavi {
	width: 100%;
/*	top: 100px;*/
	left: 0.7% !important;
	z-index: 51;
}

	img.gNaviIcon {
		width: 100%;
	}

	ul#gNavi li {
		width: 49%;
		display: inline-block;
	}

		li#pcSNSlink {
			display: none !important;
		}

}

ul#spBanner {
	height: 130px;
}