@charset "utf-8";
/* ===================================================================
CSS information

 file name  :home.css
このスタイルシートの構成
 基本設定(リンク設定など)、大枠レイアウト、横幅設定、など
 汎用class
	#page
	//#contents//
			#home_contents
				#home_main
=================================================================== */

/* -----------------------------------------------------------
	#home_contents
		コンテンツ（メインイメージ、グローバルナビ、最新お知らせ）
----------------------------------------------------------- */

#home_main,
#home_gNavi {
	width: 100%;
	margin: 0 auto;
	clear:both;
}

#home_gNavi {
	height:95px;
	background:url(../images/gNavi_bg.jpg) repeat-x 0 0;
}

#home_main_contents {
	width: 880px;
	margin:0 auto;
    overflow: auto;
	}

/*----------------------------------------------------
最新お知らせ
----------------------------------------------------*/

#topInfo {
	width:880px;
	margin: 13px auto 0;
}

/* #topInfo_title
-------------------------- */
#topInfo_title {
	width: 150px;
	text-align: center;
	float: left;
	background: url(../images/top_info_line.gif) no-repeat 100% 0;
}

#topInfo_title img {
  margin: 7px 0 0;
}

#topInfo_title div {
  display: block;
  margin-top: 20px;
}

#topInfo_title a {
  padding-left: 10px;
	background:url(../images/info_list_img01.gif) no-repeat 0 center;
}

/* #newsArea
-------------------------- */
#newsArea {
	width: 680px;
	float: right;  
}

#newsArea iframe {
  width: 100%;
  height: 0; /* height未設定の場合デフォルト値150 */
}

/* #bannerArea
-------------------------- */
#bannerList {
    clear: both;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;

/*  
  margin: 30px 0 0;
  text-align: center;*/
}
#bannerList li {
  /*width: 280px;
  text-align: center;
  display: inline;*/
}