@charset "UTF-8";
/*------------------------------------------------------------header*/
header {
    background: url(../img/history_img/bg_pagetitle.jpg) no-repeat top -20px center;
    background-size: auto;
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	display: block;
    height: 300px;
    position: relative;
    width: 100%;
    z-index: 10;
}
#pagetitle h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
	width: 100%;
	margin-top: 50px;
	padding-left: 100px;
}
@media print, screen and (min-width:768px) {
#pagetitle {
    height: 330px;
}
#pagetitle h2 {
    font-size: 36px;
    color: #fff;
	text-shadow: 1px 1px 1px #333;
	margin-top: 80px;
	padding-left: 0;
}
}
/*------------------------------------------------------------mainnavi*/
#mainnavi ul li a {
    color: #333;
}
#mainnavi ul li a:hover, #mainnavi ul li.active a {
    border-bottom: 1px solid #333a68;
}
@media print, screen and (min-width:768px) {
#mainnavi ul li {
    border-right: 1px solid #fff;
}
/*
#mainnavi ul li a {
    color: #fff;
	text-shadow: 1px 1px 1px #333;
}
#mainnavi ul li a:hover, #mainnavi ul li.active a {
    border-bottom: 1px solid #000;
}*/
}
/*------------------------------------------------------------Content*/
#sec01 {
    margin-top: -115px;
}
@media print, screen and (min-width:768px) {
#sec01 {
    margin-top: -85px;
}
}
#acMenu dt{
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3a86f+0,936d25+100 */
	background: #c3a86f; /* Old browsers */
	background: -moz-linear-gradient(top, #c7c780 0%, #acac59 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7c780), color-stop(100%,#acac59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c7c780 0%,#acac59 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c7c780 0%,#acac59 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c7c780 0%,#acac59 100%); /* IE10+ */
	text-align: center;
	cursor: pointer;
	color: #FFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 50%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
    }
	@media print, screen and (min-width:480px) {
	/* 480px莉･荳顔畑�医せ繝槭�逕ｨ�峨�險倩ｿｰ */
#acMenu dt{

	width: 30%;

    }
}

#acMenu dd{

    display:none;
    }