@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	background: #f1f1f1;
}
.boxMb {
	margin-bottom: 200px;
}
.logo {
	margin: 26px 0 16px;
	text-align: center;
}
.logo img {
	width: 200px;
}
/*================================
　　検索窓
================================*/
#sideSearch {
	margin: 0px auto 10px;
	width: 95%;
}
#sideSearch .txtArea {
	width: 80%;
	padding: 7px 5px;
	margin: 5px 0;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #111;
	border: solid 2px #080404;
	background: #ffffff;
	height: 40px;
	border-radius: 10px;
}
#sideSearch .searchBtn {
	width: 18%;
	float: right;
	margin: 5px 0;
	padding: 8px 5px;
	border: none;
	height: 40px;
	background: #f1f1f1;
	color: #fff;
	border-radius: 5px;
	font-size: 0;
	background: url(../images/icon_search02.png) no-repeat center center;
	background-size: contain;
}
/*================================
　　メニュー
================================*/


ul.acList {
	width: 100%;
	margin: 0 auto;
	background: #f1f1f1;
	border-top: 1px solid #dcdcdc;
}
ul.acList li {
	border-bottom: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.acList a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
	padding: 0 20px 0 11px;
	text-decoration: none;
	color: #1A1A1A;
	height: 54px;
}
ul.acList li > ul > li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*2カラム*/
ul.acList li {
	width: 50%;
	padding: 5px 0;
	float: left;
	box-sizing: border-box;
}
ul.acList li:nth-child(odd) {
	box-sizing: border-box;
	border-right: 1px solid #dcdcdc;
}
