@charset "UTF-8";
@media screen and (max-width: 1439px) {

/************************************************************
 * 共通スタイル
 * (screen モード)
 ************************************************************/
/*** ヘッダ ***/
body {
	width: 360px;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;

	font-family: Yu Gothic;
}
/*** ヘッダ ***/
header div.head-bar {
	width: 360px;
	height: 80px;
	top: 0px;
	
	position: absolute;
	z-index: 1;
}
header div.head-bar div.head-middle {
	padding-left: 8px;
	padding-top: 8px;

	height: 80px;

	display: table-cell;
	vertical-align: middle;
}
 header div.head-bar div.toplogo
,header div.head-bar div.toplogo2  {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 80px;
	background-image: url(/img/logo.png);
	background-repeat: no-repeat;
	background-size: 180px;
	
	cursor: pointer;
}
header div.head-bar div.toplogo2  {
	background-image: url(/img/logo-white.png) !important;
}
header div.head-bar div.topmenu {
	display: table-cell;
	width: 24px;
	height: 24px;
	text-align: right;

	background-image: url(/img/sp_menu.png);
	background-repeat: no-repeat;
	background-size: 24px;
	
	cursor: pointer;
}
header div.head-bar div.topmenu span.link {
	display: none;
}
.menu-window {
	padding: 12px;
	z-index: 2;
	background-color: white;
	position: absolute;
	top: 100px;
	left: 100px;
}
.menu-window span.link {
	color: #494949;
	cursor: pointer;
}
.menu-window span.link:hover {
	border-bottom: 2px solid black;
}
/*** フッダ ***/
footer div.foot-bar {
	height: 400px;
	color: white;
	background: #1E1E1E;
	
	text-align: center;
}
footer div.foot-bar div.middle {
	margin-left: auto;
	margin-right: auto;
	padding-top: 96px;

	height: 400px;
}
footer div.foot-bar div.middle div.logo {
	margin-left: auto;
	margin-right: auto;

	height: 48px;

	background-image: url(/img/logo-white.png);
	background-repeat: no-repeat;
	background-size: 250px;
	background-position: center;
}
footer div.foot-bar div.middle div.sns {
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;

	width: 600px;
	text-align: center;
}
footer div.foot-bar div.middle div.sns div.sns-one {
	width: 120px;
	
	display: table-cell;
}
footer div.foot-bar div.middle div.copyright {
	margin-top: 96px;
	margin-left: auto;
	margin-right: auto;

	font-size: 11px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
}


} /* @media */
