@charset "UTF-8";

body {
	background: url(images/back.jpg) no-repeat top center;
}
section h1 {
	line-height: 1;
	margin-bottom: 0;
	padding: 0;
	background: none;
}
section:nth-of-type(even) h1 {
	background: none;
}


/*--------------------------------------------

 メインイメージ

--------------------------------------------*/
body > img {
	position: relative;
	z-index: -2;
	margin-top: -15px;
}


/*--------------------------------------------

 新着情報

--------------------------------------------*/
section:first-of-type {
	width: 100%;
	margin: 45px 0 40px 0;
	padding: 20px 0 30px 0;
	background: url(images/news_back.jpg) no-repeat bottom;
}
section:first-of-type h1,
section:first-of-type > div {
	width: 1000px;
	margin: 0 auto;
}
section:first-of-type h1 {
	margin-bottom: 15px;
}
section:first-of-type div div {
    display: inline-block;
    vertical-align: top;
}
section:first-of-type div div.fb-page {
    width: 480px;
    margin-right: 10px;
}

/*--------------------------------------------

 交通アクセス

--------------------------------------------*/
section:last-of-type li:after {
	display: block;
	content: "";
	clear: both;
}

section:last-of-type h1 {
	margin-bottom: 15px;
}
section:last-of-type iflame {
	float: left;
}
section:last-of-type dl {
	float: right;
	width: 330px;
}
section:last-of-type dt span {
	display: block;
	font-size: 0.8rem;
}
section:last-of-type li {
	margin-bottom: 2.5em;
}
section:last-of-type li:last-of-type {
	margin-bottom: 0;
}
section dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #2D1813;
	font-size: 1.2em;
}