@charset "UTF-8";

/* ====================================================================== */
/* タグ上書き */
/* ====================================================================== */
html, body {
	background-color: #333333;
}
body {
	font-family: 
		Verdana, 
		Roboto, 
		"Droid Sans", 
		"游ゴシック", 
		YuGothic, 
		"メイリオ", 
		Meiryo, 
		"ヒラギノ角ゴ ProN W3", 
		"Hiragino Kaku Gothic ProN", 
		"ＭＳ Ｐゴシック", 
		sans-serif;
	font-size: 12px;
	line-height: 1.6;
}
a {
	color: #e00000;
}
	a:hover {
		text-decoration: none;
	}


/* ====================================================================== */
/* 背景ラッパー */
/* ====================================================================== */
#wrapper {
	background-color: #efefef;
}

/* ====================================================================== */
/* スクエニヘッダ */
/* ====================================================================== */
#sqex-header {
	min-width: 640px;
	background-color: #000;
	border-bottom: 1px solid #838383;
}
	#sqex-header table {
		margin-right: auto;
		margin-left: auto;
		width: 640px;
	}
	/* ----- ロゴ ----- */
	#sqex-header-logo {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#sqex-header-logo img {
		width: 130px;
		vertical-align: middle;
	}
	/* ----- スマホ用メニュー ----- */
	.sqex-header-menu {
		display: none;
	}

/* ====================================================================== */
/* 領域系 */
/* ====================================================================== */
/* ===== 基本コンテンツエリア ===== */
.content-box {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
}
/* ====================================================================== */
/* メイン */
/* ====================================================================== */
#main {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
	background-color: #ffffff;
	box-sizing: border-box;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
.banner_title {
	padding-top:30px;
	color:#3f448d;
	width:616px;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-left:22px;
	border-bottom:4px solid #d2d3e2;
	
}

.banner_area {
	padding-top:20px;
	width:595px;
	font-size:16px;
	margin-left:22px;
	
}
.banner_area ul {
	width:600px;
	list-style:none;
	display:inline-flex;
	margin-bottom:10px;
	text-align:center;
	flex-wrap:wrap;
	justify-content: space-between;
}
.banner_area img {
	width:290px;
	height:115px;
	border:1px solid #666;
}
/* ====================================================================== */
/* フッタ */
/* ====================================================================== */
#footer {
	text-align:center;
	background-color: #333333;
	padding:30px;
}
	#copyright {
		text-align: center;
		color:#aaa;
		font-size:10px;
	}