@charset "utf-8";

/* ===================================
	File Name   : top.css
	Description : Top Page Layout CSS
	Editor      : Bface Saeki
	Last Editor : Bface Yokono

	Update Description :
  [2019/06/28] トップページの変更に伴いvideoの削除と背景カラーの設定
	[2013/09/03] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Visual Setting
	3. Main Contents Setting

====================================== */

#header #g_navi { left: 0; }

#header #g_navi li {
  width: calc(1000px / 3);
  margin-left: 0;
}

#header #h_navi li { border-left: 1px solid #333; }
#header #h_navi li a { color: #333; }

#sub_contents,
#footer {
  box-shadow: 0 0px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.2);
}

#contents { margin-top: -60px; }


/*===== ■1. Individual Redefinition =====*/
/* loading */
#contents { display: none;}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #eba514;
}

#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -55px 0 0 -105px;
}

#header h1 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 193px;
	height: 113px;
	margin: 0;
	padding: 31px 0 0 11px;
	background: url(img/common/bg-logo.png) no-repeat;
}

#header h1 a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#main_visual {
	overflow: hidden;
	position: relative;
}

#contents #main_contents {
	width: 740px;
	padding: 0;
	background: none;
}



/*===== ■2. Visual Setting =====*/
#main_visual {
margin-bottom: 30px;
background: #eba514;
}

#main_visual div{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

#main_visual h1 {
  position: absolute;
}

#main_visual img{
  display: block;
  width: 1050px;
  margin: 30px auto 0;
}
#main_visual h1 img{
  display: block;
  width: 150px;
}



/*===== ■3. Section [Top List] Setting =====*/
#list_except {
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #ffffff;
	background: #f5aa00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#list_except span {
	display: block;
	padding: 5px;
	background:#fff;
}

#list_except:hover {
	border: 1px solid #ffff00;
	background: #FC0;
}

#list_except:hover img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

#top_list div {
	position: relative;
	margin: 0px 10px 10px 0;
	padding: 4px;
	border: 1px solid #ffffff;
	background: #f5aa00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#top_list > div { width: 230px;}

#top_list div:nth-child(3n) { margin: 0 0 10px;}

#top_list div span.mark {
	position: absolute;
	top: 0;
	left: 0;
}

#top_list div dl {
	padding: 5px;
	background: #ffffff;
}

#top_list div dt { margin-bottom: 10px;}

#top_list div dd strong {
	display: block;
	margin-bottom: 5px;
	color: #793a00;
	font-size: 108%;
}

#top_list div.bl-hover {
	border: 1px solid #ffff00;
	background: #FC0;
}

#top_list div.bl-hover dt img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

#top_list div.bl-hover dd strong { color: #f5aa00;}
#top_list div.bl-hover dd p { color: #666666;}

@media screen and (max-width:1000px) {
  #header:after {
    left: 0;
  }
}
