@charset "utf-8";

/* ---------------------------------------------------------
全体設定
----------------------------------------------------------*/
body {
	font-size: 12px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.8;
	text-align: center;
}

#wrapper {
	text-align: left;
}

/* ---------------------------------------------------------
リンク設定
----------------------------------------------------------*/
a:link,a:visited,a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #999;
}

/* ---------------------------------------------------------
ヘッダー
----------------------------------------------------------*/
header {
	background: #EFEFEF;
}

#header {
	min-width: 960px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 23px 0px 15px 0px;
	text-align: center;
	background: #FFF;
	position: relative;
}

	#header #infobox {
		position: absolute;
		top: 44px;
		right: 30px;
	}
		#header #infobox a:hover {
		    filter:alpha(opacity=70);
		    -moz-opacity: 0.7;
		    opacity: 0.7;
		}

/* ---------------------------------------------------------
トップコンテンツ
----------------------------------------------------------*/
#wrap {
	background: #C7C7C7;
}

#visual {
	min-width: 960px;
	max-width: 1240px;
	margin: 0 auto;
}

#visual #leftVisual {
	width: 50%;
	float: left;
}

#visual #leftVisual img {
	width: 100%;
}

#visual #rightVisual {
	width: 50%;
	float: right;
}

#visual #rightVisual img {
	width: 100%;
}

#content {
	min-width: 960px;
	max-width: 1240px;
	margin: 0 auto;
}

#content #leftContent {
	width: 50%;
	float: left;
}

#content #leftContent dl {
	color: #FFF;
	background: #35A02C;
	text-align: center;
	padding: 52px 0px 62px 0px;
}

#content #leftContent dl dt {
	font-size: 133.3%;
	font-weight: bold;
}

/*#content #rightContent #rightContet {
	width: 50%;
	float: right;
}*/

#content #rightContent {
	width: 50%;
	float: right;
}

#content #rightContent dl {
	color: #FFF;
	background: #0983D6;
	text-align: center;
	padding: 52px 0px 62px 0px;
}

#content #rightContent dl dt {
	font-size: 133.3%;
	font-weight: bold;
}

/* ---------------------------------------------------------
フッター
----------------------------------------------------------*/
footer {
	color: #FFF;
	background: #000;
	text-align: center;
	padding: 10px 0px;
	clear: both;
}

/*180427*/
.footer_pickup {
	display: block;
	clear: both;
	padding: 15px;
	color: #C00;
	line-height: 1.8;
	background: #FFF;
	text-align: center;
	margin: 0 30px;
}