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

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

	font-family: Yu Gothic;
}
/*** ヘッダ ***/
header div.head-bar {
	height: 80px;
}
header div.head-bar div.head-middle {
	height: 80px;

	display: table-cell;
	vertical-align: middle;
}
 header div.head-bar div.toplogo
,header div.head-bar div.toplogo2  {
	padding-left: 32px;

	display: table-cell;
	vertical-align: middle;
	width: 400px;
	background-image: url(/img/logo.png);
	background-repeat: no-repeat;
	
	cursor: pointer;
}
header div.head-bar div.topmenu {
	display: table-cell;
	width: 1040px;
	height: 48px;
	text-align: right;
}
header div.head-bar div.topmenu span.link {
	margin-right: 32px;
	padding: 8px;

	height: 48px;
	color: #494949;
	cursor: pointer;
}
header div.head-bar div.topmenu span.link:hover {
	border-bottom: 3px solid black !important;
}
header div.head-bar div.topmenu span.link-select {
	border-bottom: 2px solid;
	border-image: linear-gradient(90deg, #5433FF 0%, #20C1FF 62.5%, #A5FECB 100%) 2;
}
/*** フッダ ***/
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: 360px;
	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: 200px;
	
	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 */
