﻿/* 基本 */
@charset "utf-8";

#TITLE {
	margin: 0;
	border-bottom:2px solid #eff1f1;
}

#PATH{
	margin:0px 10px 40px 10px;
}

#BODY{
	margin:0px 10px;
	color:#000000;
}

header{
	margin-top:0px;
	z-index: 10000;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
}
.pcnone {
	display:none;
}	

@media screen and (max-width: 768px){
.spimg img {
    width: 100%;
    height: auto;
}

header{
	position:static;
}
.w1020{width:100%;
		margin: 0;
}
#MESSAGE{
	float:none;
	}

#HUMBERGERBTN{
	max-width:20%
	}

#SITETITLE{
	width:80%;
}

.spnone {
	display:none !important;
}
.pcnone {
	display:block !important;;
}
}



