@charset "utf-8";

/* --------------------------------------------------------- */
/* PC用トップページ - pc_top.css
------------------------------------------------------------ */

#fixedBox {
	position: relative;
	height: 810px;
}

/* ヘッダー */
#wrapper #headBox {
	background-color: inherit;
	position: absolute;
	margin: 0;
}
#headBox h1 {
	background: url(../common/images/top/img_logo.png) no-repeat left center;
	background: url(../common/images/top/ie/img_logo.png) no-repeat left center\9;
	-webkit-background-size: contain; background-size: contain;
}
#headBox p {
	display: none;
}
#headBox li {
	margin: 15px 0;
}
#headBox li+li {
	border-left: solid 1px #FFF;
}
#headBox li a {
	color: #FFF;
}
#headBox li a:hover {
	color: #FFF;
	opacity: 0.7;
}
/* メニュー */
#menuBox {
	position: absolute;
	bottom: 0;
}
#menuBox .sub {
	top: inherit;
	bottom: 70px;
}



/* メインビジュアル
------------------------------------------------------------ */
#visualBox {
	position: absolute;
	width: 100%;
	height: 800px;
	top: 0;
	overflow: hidden;
}
#visual0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
#visual0 {
	background: url(../common/images/top/bac_visual0.jpg) no-repeat center top;
	-webkit-background-size: cover; background-size: cover;
}
#visualBox dl {
	text-align: center;
	width: 620px;
	padding-top: 280px;
	margin: 0 auto;
}
#visualBox dt {
	margin: 0 110px 35px 110px;
}


/* 新着情報
------------------------------------------------------------ */
#news {
	float: right;
	width: 450px;
	padding-top: 40px;
}
#news h1 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background: url(../common/images/top/ico_news.png) no-repeat left center;
	-webkit-background-size: 12px auto; background-size: 12px auto;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}
#news h1 span {
	font-size: 11px;
	letter-spacing: normal;
	position: absolute;
	right: 0;
}
#news h1 span a {
	color: #007bff;
	display: none;
	padding: 5px 0;
}
#news h1 span a:after {
	content: ">";
	padding-left: 2px;
}
#news h1 span a:hover {
	color: #626262;
}
#news dt {
    /*
	color: #000066;
    */
	color: #7384A2;
	float: left;
	clear: both;
	padding: 15px 0;
}
#news dd {
	border-top: dashed 1px #D9D9D9;
	padding: 15px 0 15px 100px;
}
#news dd:nth-of-type(1) {
	border-top: solid 1px #DCDCDC;
}



/* バナー
------------------------------------------------------------ */
#banner {
	float: left;
	width: 460px;
	padding-top: 40px;
}
#banner li {
	float: left;
	width: 220px;
	margin: 0 10px 10px 0;
}



/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* 上部固定 */
.fixed {
	position: inherit;
	height: 810px;
	top: inherit;
}

/* clearfix */
#banner ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
