@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
	background-color: #fff !important;

}


article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #000;
	text-decoration: none;
	transition: all .6s ease;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	padding-top: 79px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}


@media all and (min-width: 0) and (max-width: 1024px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#main {
		padding-top: 89.5px;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 24px 12px 0 30px;
	width: 100%;
	min-width: 1100px;
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 5;
	opacity: .9;
	box-sizing: border-box;
	background: #fff;
}

.sc #gHeader {
	border-bottom: 1px solid #b8b8b8;
}

.headLogo {
	width: 150px;
	float: left;
	position: relative;
	top: -8px
}

.headLogo .logoWh {
	position: absolute;
	left: 0;
	transition: opacity .6s ease;
}

.logoWh {
	opacity: 0;
}

.whiteText .logoBl {
	opacity: 0;
}

.whiteText .logoWh {
	opacity: 1;
}

.sc.whiteText .logoBl {
	opacity: 1 !important;
}

.sc.whiteText .logoWh {
	opacity: 0 !important;
}

.headLogo img {
	width: 100%;
}

.headblank {
	float: right;
}

.headblank a {
	display: inline-block;
}

.headblank a:hover {
	opacity: .4;
}

.headblank .qq {
	width: 18px;
}

.headblank .wx {
	padding: 0 14px 0 18px;
	width: 18px;
}


.headblank img {
	width: 100%;
	display: block;
}

.iconWhite {
	display: none !important;
}

.language {
	margin-left: 12px;
	display: inline-block;
	vertical-align: 5px;
}

.language div {
	display: inline-block;
	position: relative;
	font-weight: bold;
}

.language div:after {
	width: 1px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: background .6s ease;
	content: "";
	background: #000000;
}

.language div:last-child:after {
	width: 0;
}

.language div a {
	padding: 0 10px;
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
}

.language div a:hover {
	color: #999999;
	opacity: 1;
}

.language div.on a {
	color: #999999 !important;
}

.whiteText .language div a {
	color: #fff;
}

.whiteText .language div::after {
	background: #fff;
}

.sc.whiteText .language div a {
	color: #000;
}

.sc.whiteText .language div::after {
	background: #000;
}

@media all and (min-width: 0) and (max-width: 1024px) {
	#gHeader {
		padding: 20px;
		height: auto;
		min-width: auto;
		opacity: 1;
	}

	.loaded #gHeader {
		transition: padding .6s ease;
	}

	.sc #gHeader {
		padding: 15px 20px;
		opacity: 1;
		border-bottom: 0;
	}

	.headblank,
	.headMenu {
		display: none;
	}

	.headLogo {
		width: 125px;
		transition: 0;
	}

	.menuTrigger,
	.menuTrigger span {
		display: inline-block;
		box-sizing: border-box;
	}

	.menuTrigger {
		width: 30px;
		height: 18px;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 6;
	}

	.sc .menuTrigger {
		top: 16px;
	}

	.menuTrigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		transform-origin: 50% 50%;
		background-color: #000;
		border-radius: 4px;
	}

	.menuTrigger span:nth-child(1) {
		top: 0;
	}

	.menuTrigger span:nth-child(2) {
		top: 8px;
	}

	.menuTrigger span:nth-child(3) {
		bottom: 0;
	}

	.openMenu .menuTrigger span:nth-child(1) {
		-webkit-transform: translateY(8px) rotate(-315deg);
		transform: translateY(8px) rotate(-315deg);
	}

	.openMenu .menuTrigger span:nth-child(2) {
		opacity: 0;
	}

	.openMenu .menuTrigger span:nth-child(3) {
		-webkit-transform: translateY(-8px) rotate(315deg);
		transform: translateY(-8px) rotate(315deg);
	}

	#gHeader .footBlank {
		padding-top: 40px;
	}

	.language {
		margin-top: 25px;
		margin-left: 0;
		display: block;
		vertical-align: 0;
	}

	.language div:first-child a {
		padding-left: 0;
	}

	.language div a {
		font-size: 12px;
	}

	.language div a:hover {
		color: #000;
	}

	.whiteText .language div a {
		color: #000;
	}

	.whiteText .language div::after {
		background: #000;
	}

}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-top: 1px;
	margin: 0 auto;
	max-width: 850px;
	text-align: center;
}

.headList a {
	font-size: 16px;
	position: relative;
}

.headList li>a {
	display: block;
	transition: opacity .6s ease, color .6s ease;
	
}
.headList li.hasMenu .headMenu li>a{
	text-align:center;
	line-height:117px;
	font-size: 14px;
}
.headList>li {
	padding: 0 17px 28px;
	display: inline-block;
	letter-spacing: 0px;
}

.headList li.hasMenu>a:after {
	width: 2px;
	height: 0;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	transition: all .6s ease;
	background: #000;
}

.headList li.hasMenu:hover>a:after {
	height: 15px;
}

.headMenu {
	width: 100%;
	display: none;
	position: absolute;
	top: 69px;
	left: 0;
	z-index: 1;
	overflow: hidden;
	text-align: left;
	background: #cecece;
}

.headMenu a:hover {
	opacity: .6;
}

.headMenu>div {
	margin: 0 auto;
	width: 1100px;
	position: relative;
}

.headMenu li {
	padding: 0 18px;
	display: inline-block;
	letter-spacing: 1px;
}

.headMenu a {
	padding: 43px 0;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #000;
}

.headMenu ul li a:after {
	width: 1px;
	height: 100%;
	opacity: .3;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	content: "";
}

.headMenu li:first-child a:before {
	width: 1px;
	height: 100%;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	content: "";
}

.headMenu a {
	padding: 17px 8px;
	min-width: 109px;
	min-height: 117px;
	line-height: 1.65;
}

.headMenu a:hover {
	opacity: 1;
	background: #999;
}

.headMenu li {
	padding: 0;
	float: left;
	position: relative;
}

.headMenu ul {
	overflow: hidden;
}

.headMenu ul.navi01 {
	margin-left: 174px;
}

.headMenu ul.navi02 {
	/*margin-left: 124px;*/
}

.headMenu ul.navi05 {
	/* margin-left: 586px; */
}

.headMenu ul.navi06 {
	margin-left: 686px;
}

.headMenu ul.navi07 {
	margin-left: 628px;
}


.headList>li>a:hover {
	color: #778292;
}

.headList>li.naviCurr>a {
	color: #778292;
	position: relative;
}

.headList>li.headCurr>a {
	color: #778292 !important;
}


@media all and (min-width: 0) and (max-width: 1024px) {
	#gNavi {
		padding: 0;
		margin-right: -76.4%;
		width: 76.4%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		overflow: hidden;
		overflow-y: auto;
		transition: margin .6s ease;
		background: #fff;
	}

	.openMenu #gNavi {
		margin-right: 0;
	}

	.headList {
		width: 100%;
		float: right;
		text-align: left;
	}

	.headList>li {
		padding: 0;
		margin: 0 0 21px 59px;
		letter-spacing: 0;
		display: block;
	}

	.headList>li:last-child {
		margin-bottom: 0;
	}

	.headList a {
		font-size: 17px;
		font-weight: bold;
		display: block;
		letter-spacing: .6px;
	}

	.headList li>a {
		color: #000 !important;
	}

	.headList>li>a:hover {
		color: #000;
	}

	.headList li.naviCurr a::after {
		width: 0;
	}

	.headList li.hasMenu>a:after,
	.headList li.hasMenu:hover>a:after,
	.sc .headList li.hasMenu>a:after,
	.sc .headList li.hasMenu:hover>a:after {
		width: 0;
	}
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
.pagePath {
	padding: 34px 28px 0 28px;
	font-size: 11px;
	color: #606060;
}

.pagePath a {
	color: #000;
}

.pagePath a:hover {
	opacity: .6;
}

/*------------------------------------------------------------
	returnButton
------------------------------------------------------------*/
.return {
	padding-left: 7px;
	margin: 0 auto 67px;
	width: 292px;
	display: block;
	box-sizing: border-box;
	position: relative;
	line-height: 51px;
	font-size: 15px;
	color: #2d2d2d;
	text-align: center;
	letter-spacing: .7px;
	transition: .6s ease;
	border: 1px solid #bfbfbf;
}

.return:before,
.return:after {
	width: 10px;
	height: 2px;
	display: block;
	content: "";
	position: absolute;
	top: 25px;
	left: 21px;
	background: #2d2d2d;
}

.return:after {
	transform: rotate(90deg);
}

.return:hover {
	color: #fff;
	transition: .6s ease;
	background: #606060;
}

.return:hover:before,
.return:hover:after {
	transition: .6s ease;
	background: #fff;
}

.return.returnTop {
	padding-left: 0;
}

.return.returnTop:before,
.return.returnTop:after {
	width: 0;
}

@media all and (min-width: 0) and (max-width: 1024px) {
	.return {
		margin: 0 auto 75px;
	}

	.return:hover {
		color: #2d2d2d;
		background: #fff;
	}

	.return:hover:before,
	.return:hover:after {
		background: #2d2d2d;
	}
}

@media all and (min-width: 0) and (max-width: 320px) {
	.return {
		width: 100%;
	}
}


/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {}

@media all and (min-width: 0) and (max-width: 1024px) {}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {}

#cover {
	position: fixed;
	z-index: 4;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

a.more {
	position: relative;
	min-width: 100px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

a.more:after {
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	transition: all .6s ease;
	content: "";
	background: #000;
}

a.more:hover:after {
	width: 120px;
}

.headLine {
	margin-top: 39px;
	margin-bottom: 40px;
}

.headLine h2 {
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.headLine h2 span {
	padding-left: 10px;
	font-weight: 300;
}

.headLine h2:after {
	width: 100px;
	height: 3px;
	display: block;
	content: "";
	position: relative;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
}

.fadeInUp {
	opacity: 0;
}

@media all and (min-width: 0) and (max-width: 1024px) {
	#cover {
		visibility: hidden;
	}

	.pubPd {
		padding: 0 20px;
	}

	.headLine {
		margin-top: 0;
		padding-top: 31px;
	}

	.headLine h2 {
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 1.05;
	}

	.headLine h2 span {
		padding-left: 0;
	}

	.headLine h2:after {
		width: 90px;
		height: 2px;
		bottom: -29px;
	}

	a.more:hover:after {
		width: 100px;
	}
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {}

@media all and (min-width: 0) and (max-width: 1024px) {}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 32px;
	text-align: center;
	background: #fff;
}

.pageTop {
	margin: 0 auto;
	padding-bottom: 38px;
	width: 15px;
	height: 15px;
	display: block;
}

.pageTop a:hover {
	opacity: .4;
}

.pageTop img {
	width: 100%;
}

#gFooter>p {
	font-size: 10px;

}

#gFooter>p span {
	font-size: 16px;
	vertical-align: -2px;
}

@media all and (min-width: 0) and (max-width: 1024px) {
	#gFooter {
		padding-bottom: 33px;
	}

	.foot {
		margin-bottom: 23px;
		padding: 0 20px;
	}

	.footList1,
	.footList2 {
		width: 50%;
		float: left;
		text-align: left;
		box-sizing: border-box;
	}

	.footList1 li,
	.footList2 li {
		margin-bottom: 26px;
	}

	.footList1 a,
	.footList2 a {
		font-size: 15px;
		font-weight: bold;
		display: block;
		letter-spacing: .4px;
	}

	.footList1 {
		padding-left: 16.5%;
	}

	.footList2 {
		padding-left: 10%;
	}

	#gFooter .language {
		margin-top: 0;
		padding-top: 14px;
	}

	/*
	#gFooter .language div a {
    	padding: 0 13px;
		font-size: 14px;
	}
*/

	#gFooter .language div a {
		padding: 0 8px;
		font-size: 14px;
	}

	#gFooter .language div:first-child a {
		padding-left: 0;
	}

	.footBlank {
		padding-top: 14px;
	}

	.footBlank img {
		width: 100%;
	}

	a.fecebook {
		width: 10px;
	}

	a.twitter {
		padding: 0 18px 0 24px;
		width: 20px;
	}

	a.twitter img {
		margin-top: 2px;
	}

	a.inst {
		padding: 0;
		width: 19px;
	}

	.footBlank a {
		display: block;
		float: left;
	}

	.pageTop {
		padding-bottom: 29px;
	}
}


/*------------------------------------------------------------
	slick-dots
------------------------------------------------------------*/
.slickSpot {
	margin-top: 16px;
	text-align: center;
}

.slick-dots li {
	margin: 0 6px;
	width: 7px;
	height: 7px;
	display: inline-block;
	cursor: pointer;
	border-radius: 100%;
	background: #d2d2d2;
}

.slick-dots li button {
	display: none;
}

.prev svg,
.next svg {
	width: 26px;
	height: 50px;
	fill: #7d7d7d;
	transform: scale(1.4);
}

.prev a:hover,
.next a:hover {
	opacity: .4;
}

.slick-dots li.slick-active {
	background: #959595;
}

@media all and (min-width: 0) and (max-width: 1024px) {
	.slickSpot {
		margin-top: 19px;
	}

	.slickSpot .prev,
	.slickSpot .next {
		width: 18px;
		height: 34px;
		display: inline-block !important;
		background: none;
		margin: 0 24px;
	}

	.slickSpot .prev svg,
	.slickSpot .next svg {
		width: 100%;
		height: 100%;
		transform: scale(.75);
	}

	.slickSpot .dots {
		display: inline-block;
		vertical-align: 12px;
	}

	.slick-dots li {
		margin: 0 11px;
		width: 11px;
		height: 11px;
	}
}

/*------------------------------------------------------------
	returnButton
------------------------------------------------------------*/
.pubSupp {
	margin: 0 auto 69px;
	width: 960px;
}

.pubSupp .pubSuppTitle {
	margin-bottom: 58px;
	text-align: center;
}

.pubSupp .pubSuppTitle h3 {
	margin-bottom: 12px;
	font-size: 32px;
}

.pubSupp .pubSuppTitle p {
	font-size: 13px;
}

.pubSupp li {
	margin: 0 50px 61px;
	width: 380px;
	float: left;
}

.pubSupp li a {
	display: block;
}

.pubSupp .pubSuppImg {
	overflow: hidden;
}

.pubSupp li img {
	width: 100%;
	display: block;
	transition: all 1.6s ease 0s;
	-moz-transition: all 1.6s ease 0s;
	-webkit-transition: all 1.6s ease 0s;
}

.pubSupp li a:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.pubSupp .pubSuppWord {
	margin-top: 16px;
	transition: opacity .6s ease;
	-moz-transition: opacity .6s ease;
	-webkit-transition: opacity .6s ease;
}

.pubSupp li a:hover .pubSuppWord {
	opacity: .6;
}

.pubSupp .pubSuppWord h4 {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.7;
}

.pubSupp .pubSuppWord h4.pubSuppSpecial {
	margin-right: -35px;
}

.pubSupp .pubSuppWord p {
	font-size: 10px;
	margin-left: -3px;
	letter-spacing: .5px;
}

.pubSupp .pubSuppWord p span {
	padding-right: 12px;
	color: #999999;
	letter-spacing: 1px;
}

@media all and (min-width: 0) and (max-width: 1024px) {
	.pubSupp {
		margin-bottom: 44px;
		width: auto;
	}

	.pubSupp .pubSuppTitle {
		margin-bottom: 41px;
	}

	.pubSupp .pubSuppTitle h3 {
		margin-bottom: 9px;
		font-size: 30px;
	}

	.pubSupp .pubSuppTitle p {
		font-size: 12px;
	}

	.pubSupp li {
		margin: 0 0 47px;
		width: auto;
		float: none;
	}

	.pubSupp .pubSuppWord {
		margin-top: 15px;
		letter-spacing: .4px;
	}

	.pubSupp .pubSuppWord h4.pubSuppSpecial {
		margin-right: 0;
	}

	.pubSupp .pubSuppWord p {
		margin-left: 0;
	}

	.pubSupp .pubSuppWord p span {
		padding-right: 14px;
		letter-spacing: 1.2px;
	}

	.pubSupp li a:hover img {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}

	.pubSupp li a:hover .pubSuppWord {
		opacity: 1;
	}

	.iphone5 .pubSupp .pubSuppWord h4 {
		letter-spacing: -1px;
	}
}


@media all and (min-width: 320px) and (max-width: 374px) {}


@charset "utf-8";

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
	font-size: 1.08em !important;
}

.fsP2 {
	font-size: 1.16em !important;
}

.fsP3 {
	font-size: 1.24em !important;
}

.fsP4 {
	font-size: 1.32em !important;
}

.fsP5 {
	font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
	font-size: 0.92em !important;
}

.fsM2 {
	font-size: 0.84em !important;
}

.fsM3 {
	font-size: 0.76em !important;
}

.fsM4 {
	font-size: 0.68em !important;
}

.fsM5 {
	font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {}


@media all and (-ms-high-contrast:none) {}

.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: opacity .8s ease-out, transform .6s ease-out;
	transition: opacity .8s ease-out, transform .6s ease-out;
}

.fadeInUp.animated {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}


/*------------------------------------------------------------
  Slider
------------------------------------------------------------*/
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/*スマホ用改行*/
.sp-br {
	display: none;
}

@media all and (min-width: 0) and (max-width: 1024px) {
	.sp-br {
		display: inline-block;
	}

	.headList {
		padding-top: 80px !important;
	}

	.headMenu {
		display: none;
	}
}

nav#footer li {
	display: inline;
	margin: 0 20px;
	font-size: 16px;
}

nav#footer ul {
	text-align: center
}

.footList1,
.footList2 {
	display: none;
}


@media (max-width: 767px) and (min-width: 0){
	.headMenu{
		position:static;
		background:none;
	}
	.headMenu>div{
		width:100%;
	}
	.headMenu ul{
		margin-left:0px !important;
	}
	.headList>li{
		margin-bottom:0px;
	}
	.headMenu li{
		position:static;
		width: 100%;
		padding-left: 44px;
	}
	.headList li.hasMenu .headMenu li>a{
		text-align:left;
		    padding:0px;
		    min-width: 1px;
		    min-height: 1px;
		    line-height:2.2;
		font-size: 14px;
	}
}
