@charset 'utf-8';

/*--------------------------------
	e-sell向け配色定義
--------------------------------*/

html {
	border: 6px solid #44AF34 !important;
}

header h1 a img {
    height: 50% !important;
}

.sp {
    display: none;
}

@media only screen and  (max-width: 640px){
.sp {
    display: block;
}

.head_info {
    margin: 0;
    font-size: 12px;

}
}