@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lobster');

.wrapper {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
 
  /* 謎余白の対策 */
  overflow: hidden;
}

.bg_white {
	width: 100%;
    text-align:center;
	background-color: #FFFFFF;	
  z-index: 100;
  margin: 0;
}


/* ヘッダー */

#header2017{
	width: 1100px;
	height: 80px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	}
#header_logo2017{
	width: 220px;
	float: left;
	margin: 10px 0 0px 0;
	}
#header_menu2017{
	width: 780px;
	float: right;
	text-align: right;
	}
#header_menu2017 ul{
	width: 400px;
	margin: 30px 0 22px 0;
	padding: 0 0 0 0;
	}
#header_menu2017 li{
	margin: 0 0 0 25px;
	padding: 0 0 0 0;
	list-style-type: none;
	float: left;
	}
#header_tel {
	margin: 20px 0 0px 0;
	float: right;
}


/* メインイメージ */

/*video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(../top2017/top_B.jpg) no-repeat;
  background-size: cover;
}

.pattern {
	width: 100%;
	height: 100%;
	background-image: url(../top2017/overaly.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -90;
}

.main_copy {
	width: 100%;
	margin: 220px 0 200px 0;
    text-align:center;
	font-family: 'Lobster', cursive;
	color: #FFFFFF;
	font-size: 7em;
	line-height: 0.95em;
	text-shadow: 2px 2px 3px #000000;
}
.main_copy small {
	font-size: 0.7em;
	line-height: 0.85em;
}*/


/* メインメニュー */
#mainmenu_bg {
	width: 100%;
    text-align:center;
	background-color: #FFFFFF;	
  z-index: 100;
}


/* 黄色の帯コンテンツ部分 */

#cont_snow {
	width: 100%;
	background-image: url(../top2017/bg_snow.gif);	
}
#cont_snow_center {
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
}


#today_left {
	float: left;
}
#bg_today2017 {
	width:510px;
	height:246px;
	background-image:url(../top2017/today_bg.gif);background-repeat:no-repeat;
	margin:0 0 0 0;
	padding: 75px 0 0 0 !important;
}
#today2017{
	margin: 0 0px 0 20px;
	width: 485px;
	}
#today2017 th{
	background-color: #B39B66;
	height: 21px;
	color: #fff;
	font-weight: bold;
	text-align: left !important;
	padding: 3px 0 3px 10px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.2em;
	}
#today2017 td{
	color: #333;
	padding: 10px 0 10px 10px;
	width: 190px;
	border-bottom: 1px dotted #ccc;
	}
	
#topics_border2017 {
	border-left: #bbb 1px solid;
	border-right: #bbb 1px solid;
	border-bottom: #bbb 1px solid;
	padding: 0px 0 5px 0;
	margin: 0 0 50px 0;
	background-color: #ffffff;
	}
#topics2017{
	width:508px;
	height: 300px;
	padding: 0;
	overflow-y: scroll;
}
#topics2017 th{
	vertical-align: top;
	padding: 20px 20px 0 0;
	color: #666;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px dashed #999999;
	}
#topics2017 td{
	padding: 20px 0 20px 0;
	border-bottom: 1px dashed #999999;
	}


#news2017 {
	float: right;
	height: 660px;
	width:540px;
	border-left: #bbb 1px solid;
	border-right: #bbb 1px solid;
	border-bottom: #bbb 1px solid;
	padding: 0 0;
	margin: 0 0 50px 0;
	background-color: #ffffff;
	text-align: center;
}
#news2017 iframe {
	margin: 10px 0 0px 0px;
}


/* ピックアップ */

.sub_copy {
	font-size: 1.2em;
	margin: 15px 0 60px 0;
}

#cont_pickup {
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}

#cont_pickup dl{  
  width : 250px;
  float : left;
  text-align:left;
  margin: 0 12px 30px 12px;
}
 
#cont_pickup dt{  
	margin: 0 0 15px 0;
}
 
#cont_pickup dd{
	margin: 0 0 0 0;
}
 
 
#cont_pickup a {
	color: #555;
}
#cont_pickup a:hover {
	color: #49B5CA;
}
#cont_pickup dt img:hover {
	opacity: .5;
}

.more {
	color: #49B5CA;
	font-size: 0.9em;
}
.more i {
	color: #49B5CA;
	font-size: 0.9em;
	margin: 0 4px 0 0;
}


/* 関連リンク */

#cont_link {
	width: 100%;
	margin: 0 0;
	padding: 50px 50px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

#cont_link a {
	height: 70px !important;
	width: 200px;
	margin: 50px 12px;
}
#cont_link img:hover {
	opacity: .5;
}




/* フッター */



/* ページトップへ戻る */

