@charset "UTF-8";
/* CSS Document */


/*ヘッダー*/
header {
    width: 100%;
    background: #fff;
    position: relative;
}
header .top li {
    list-style: none;
}
header .top {
    width: 100%;
    height: 65px;
    padding: 15px 0 30px 0;
    background: url(https://www.mens-fukuoka.com/wakigatest/images/header_bg.png) repeat-x center bottom;
    position: relative;
    z-index: 2;
}
header .top ul {
    width: 1090px;
    height: 63px;
    margin: 0 auto;
    overflow: hidden;
}
header .top ul li:first-child {
    float: left;
    margin-left: 0;
    margin-right: 22px;
}
header .top ul li h1 {
    margin-bottom: 15px;
}
img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: none;
}
header .top ul li h1, header .top ul li h2 {
    font-size: 0;
    line-height: 1;
}
header .top ul li {
    margin-left: 20px;
    float: right;
}
.privacy {
    width: 960px;
    margin: 0 auto;
}
.privacy h2, .privacy h3 {
    text-align: center;
}
section.sec07 {
    background: #C1BBAD;
    margin-top: 5%;
}
.pry li {
    list-style: none;
    display: inline-block;
    margin: 0 2%;
}
.pry a {
    color: #fff;
}
/**/
.pt20 {
	padding-top:20px;
}

.mt25 {
	margin-top:25px;
}

.mt15 {
	margin-top:15px;
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
header .top ul {
    width: 100%;
    height: 63px;
    margin: 0 auto;
    overflow: hidden;
}
	img.spnone {
    display: none;
}
	.privacy {
    width: 100%;
}
	header .top ul li:first-child {
    float: none;
}
	header .top ul {
    padding-left: 0;
}
	img.topname {
    max-width: 100%;
}
	/*-- ここまで --*/
}