@charset "utf-8";


.header {
    position: relative;
    height: 136px;
}
.header .in {
	position: relative;
	width: 1104px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	position: relative;
	width: 1104px;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    border-top: 2px solid #000;
}
.footer .in {
	position: relative;
	width: 1104px;
	margin-left: auto;
	margin-right: auto;
    padding: 6px 0 3px;
}
.footer .in ul a {
    display: inline-block;
    font-family: 'pe_bd';
    font-size: 16px;
    color: #544848;
    text-decoration: underline;
}
.footer .in ul li:after {
    content:"·";
    font-family: 'pe_bd';
    font-size: 16px;
    color: #544848;
    padding: 0 20px;
}
.footer .in ul li:last-of-type:after {
    content:"";
    padding: 0;
}


.q_menu {
    position: fixed;
    left: 0;
    top: 179px;
    z-index: 99;
}
.q_menu li {
    padding-bottom: 7px;
}












