@charset "utf-8";

/* --------------------------------------------------------- */
/* PC用トップページ - pc_top.css
------------------------------------------------------------ */

#fixedBox {
	min-width:950px;
	margin:0 auto;
	position: relative;
	height: 740px;
}

/* ヘッダー */
#wrapper #headBox {
	background-color: inherit;
	position: absolute;
	margin: 0;
}
#headBox h1 {
	background: url(../../common/images/top/top_logo_adv.png) no-repeat left center;
	-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.contactBtn {
	border-radius: 3px;
}

/* メニュー */
#menuBox {
	position: absolute;
	bottom: 0;
}
#menuBox .sub {
	top: inherit;
	bottom: 70px;
}



/* メインビジュアル
------------------------------------------------------------ */
#visualBox {
	position: absolute;
	width: 100%;
	min-width:950px;
	height: 730px;
	top: 0;
	overflow: hidden;
}

#visual_main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	/* background: url(../../common/images/top/main_visual.jpg) no-repeat center top; */
	/* background: url(../../common/images/top/top_header.jpg) no-repeat center top; */
	background: url(../../common/images/top/top_header_04.jpg) no-repeat center top;
	-webkit-background-size: cover; background-size: cover;
}
#visual_main .visual_title{
	text-align: center;
	width: 100%;
	padding-top: 325px;
	margin: 0 auto;
}


/* 新着情報
------------------------------------------------------------ */
#news {
	float: right;
	width: 450px;
	padding-top: 40px;
}
#news h1 {
	font-size: 16px;
	font-weight: normal;
	background: url(../../common/images/arrow.gif) no-repeat left 6px;
	-webkit-background-size: 12px auto; background-size: 12px auto;
	position: relative;
	padding-left: 20px;
	border-bottom:1px solid #c9c9c9;
	padding-bottom: 15px;
}

#news dt {
	color: #de8147;
	float: left;
	clear: both;
	padding: 15px 0;
	margin:0;
}
#news dd {
	border-bottom: dashed 1px #d9d9d9;
	padding: 15px 0 15px 100px;
	margin:0;
}
#news dd a{
	display:block;
}
#news dd a:link,
#news dd a:visited{
	color:#000000;
}
#news dd a:hover,
#news dd a:active{
	color:#de8147;
}

#news dd:nth-of-type(1) {
	border-bottom: dashed 1px #d9d9d9;
}

/* バナー
------------------------------------------------------------ */
#banner {
	float: left;
	width: 450px;
	padding-top: 40px;
}
#banner li {
	float: left;
	width: 220px;
	margin: 0 10px 10px 0;
}
#banner li.banner_long {
	float: left;
	width: 450px;
	margin: 0 0 10px 0;
}
#banner li:last-child {
	margin: 0 0px 10px 0;
}

/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* 上部固定 */
.fixed {
	position: inherit;
	height: 740px;
	top: inherit;
}

/* clearfix */
#banner ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
