@charset "utf-8";
/*! theme-html CSS Copyright (C) IID, Inc. All rights reserved. */

/* ジャック広告 */
.jackad {
    position: relative;
	width: 1040px;
	margin: 0 auto;
}
.jackad a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.jackad img {
	max-width: 1040px;
	width: 100%;
}
.jackad .fixed-item {
	width: 1040px;
}
.jackad .fixed-item .right,
.jackad .fixed-item .left  {
	position: absolute;
}
.fixed {
	transition: 0.3s;
}
.arti-header {
    width: 1040px;
}
@media screen and (max-width: 1039px){
.jackad .fixed-item {
	display:none;
}
}