.head{
	background: #f5f2e9;
	padding: 10px 0;
	border-top: 1px solid #a6937c;
}
section.mainvisual{
	max-width: 100%;
	height: 250px;
	position:relative;
	background:url(../img/access/01.jpg) center top no-repeat;
	background-size: cover;
}
section.mainvisual h2{
	z-index: 100;
	text-align: center;
	line-height: 255px;
	color: #FFF;
	font-size: 220%;
	letter-spacing: 3px;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}

.content {
	height: auto;
	margin:0 auto;
	padding-bottom: 250px;
}

/*--=====アコーディオン=====--*/
dl.accordion {
	width: 95%;
	height: auto;
	background: #FFF;
	font-size: 116%;
	margin: 50px auto 0;
}
dl.accordion dt {
	border-left: 2px solid #CCC;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	height: 70px;
	text-indent: 0.8em;
	line-height: 71px;
	color: #494949;
	font-weight: bold;
	cursor: pointer;
}
dl.accordion dt:first-child{
	border-top: 2px solid #CCC;
}
dl.accordion dt:hover{
	color: #a6937c;
	background: #f5f2e9;
	text-decoration: underline;
}
	
dl.accordion dt.open {
	color: #a6937c;
}


dl.accordion dd {
	background: #a6937c;
	color: #FFF;
	padding: 15px;
	display: none;
	text-align: justify;
	font-size: 90%;
	letter-spacing: 1px;
}

dl.accordion dd a{
	color: #F00;
}