﻿/* 基本 */
@charset "utf-8";

#TITLE {
	margin: 0;
	border-bottom:2px solid #eff1f1;
}

#PATH{margin-bottom:0.5em}

article{
margin-top:0px !important;
}


@media screen and (max-width: 768px){
.spimg img {
    width: 100%;
    height: auto;
}

#MAIN{
	width:auto;
	}
}
