@charset "utf-8";
/* **************************************************

CSS Information
File Name : equal.css
Style Info: 男女共同参画室 固有のスタイル指定
Date: 2019-10-03

************************************************** */
/* --------------------------------------------------
	共通ヘッダー
-------------------------------------------------- */
#globalHeader {
  padding: 10px 0;
}

#globalHeader .subHeader {
    margin: 5px 0 8px;
}

#globalHeader #siteID {
	padding: 0;
}

#globalHeader #siteID img {
	width: 310px;
	height: auto;
}

#btnTargetNavi {
	display: none !important;
}

#globalHeader .headerNavi {
	width: 560px !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width:640px) {

	#globalHeader {
		position: relative;
		padding: 10px 0 0;
	}

	#globalHeader .subHeader {
		margin-bottom: 10px;
	}

	#globalHeader #siteID {
		max-width: 300px;
		margin: 0 auto;
		padding: 0 0 15px;
	}

	#globalHeader #headerSearch {
		width: 100%;
		margin-right: -80px;
	}

	#globalHeader #headerSearch form {
		width: auto;
		margin-right: 80px;
	}

	#globalHeader .headerNavi {
		width: 100% !important;
	}

}


/* --------------------------------------------------
	共通フッター
-------------------------------------------------- */
#globalFooter .footerAddress {
	text-align: left;
}

#globalFooter .footerAddress dt img {
	width: 200px;
}

@media screen and (max-width:640px) {

	#globalFooter .footerAddress {
		text-align: center;
	}

}

/* --------------------------------------------------
	サイドテキストバナー
-------------------------------------------------- */
.sideTextBanner li .block {
  font-size: 1.3rem !important;
  line-height: 1.3;
}

.sideTextBanner li .block .bannerTitle {
  padding-left: 8px;
}

.sideTextBanner li .block .bannerTitle span {
	padding-right: 0;
}

/* --------------------------------------------------
	スマートフォン用サイドメジャー ナビ
-------------------------------------------------- */
#sideMajorNavi {
	margin-top: 20px;
}


/* --------------------------------------------------
	汎用Class
-------------------------------------------------- */
.pcOnly {
	display: block !important;
}

.spOnly {
	display: none !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width:640px) {

	.pcOnly {
		display: none !important;
	}

	.spOnly {
		display: block !important;
	}

	.body .btn a {
		padding-right: 30px;
		padding-left: 30px;
	}

}


/* --------------------------------------------------
	.categoryListExt - カテゴリーリスト（全幅）
-------------------------------------------------- */
.categoryListExt li {
	width: 700px !important;
}

/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
/*	メインビジュアル
-------------------------------------------------- */
#mainVisual {
	text-align: center;
}

#mainVisual .inner {
	width: 1020px;
}

#mainVisual img {
	width: 100%;
}


/* 独自
-------------------------------------------------- */
#gNavi {
height: 70px;
}

@media screen and (min-width:320px) and (max-width:640px) {
	#gNavi {
		display:none;
	}
}
