
/*----------------------------------------------------
	PC用のスタイル記述
----------------------------------------------------*/

@media screen and (min-width: 769px) {
}




/*----------------------------------------------------
	スマートフォン用のスタイル記述
----------------------------------------------------*/

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

header .spHead {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;

	width: 100%;
	background-color: white;
}

header .selected {
	position: relative;
}

.spMenuLink {
	position: fixed;
	top: 58px;
	left: 0;
	z-index: 9998;

	width: 100%;
	margin: 0;
}

.leftMenu .selected {
	position: relative;
	top: 0;
}

.content {
	margin-top: 58px;
}

.content.selected {
	margin-top: 0;
}

.headFixMargine {
	padding-top: 1px;
	margin-top: 50px;
}

.headFixMargine.selected {
	padding-top: 0;
}

.contentRight {
	margin-top: 0;
}

.contentRight.selected {
	margin-top: 0;
}


}









