@charset "utf-8";
/* ====================================================
	TOPページ
==================================================== */

nav .gNav,footer .gNav,
p.hLogo,
.bNav,
.pageTop{
	display: none;
}

h1.hLogo{
	display: block;
}

footer{
	border-top: 1px solid #d7d7d7;
}

/* main
==================================================== */
.topCt{
	height: 1090px;
	background: url(../img/index/topvisual.jpg) no-repeat 0 0;
	position: relative;
}

/* topCopy */
.topCopy{
	position: absolute;
	left: 80px;
	top: 85px;
}
.topCopy h2{
	margin-bottom: 39px;
}
.topCopy p{
}

/* topMenu */
.topMenu{
	position: absolute;
	left: 160px;
	top: 540px;
}


/* News
==================================================== */
.news{
	min-height: 192px;
	background: #fff5e9;
}
.news h3{
	padding: 37px 0 31px;
	color: #f29300;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .1em;
}
.news ul{
	padding-bottom: 35px;
}
.news dl{
	display: table;
	width: 648px;
	margin: 0 auto .25em;
}
.news dt,
.news dd{
	display: table-cell;
	vertical-align: top;
	font-size: 1.5rem;
	line-height: 1.5;
}
.news dt{
	width: 8em;
	color: #666;
	white-space: nowrap;
}

/* Links
==================================================== */
.links{
/*	width: 651px; 3つ並びの場合*/
	margin: 50px auto;
}
.links h3{
	margin-bottom: 29px;
	font-size: 1.7rem;
	text-align: center;
}
.links ul{
	display: table;
	width: 100%;
}
.links li{
	display: table-cell;
	text-align: center;/* 1つのみの場合 */
}
/* 3つ並びの場合
.links li:nth-child(1){
	text-align: left;
}
.links li:nth-child(2){
	text-align: center;
}
.links li:nth-child(3){
	text-align: right;
}
*/
