@charset "utf-8";
/*
=================================================================================
ナビメニュー　各ページのみ
=================================================================================
*/
.naviMenu ul li.nmAbout a p:first-child {
	display: none;
}
.naviMenu ul li.nmAbout a p:last-child {
	display: inline-block;
	border: solid 1px #808080;
	border-radius: 5px;
}
.naviMenu ul li.nmAbout a:hover {
	cursor: default;
}
.naviMenu ul li.nmAbout a:hover p:last-child span:first-child {
	border-bottom:none;
	padding-bottom: 0;
}
/*
=================================================================================
会社概要ページ
=================================================================================
*/
#about {
	padding-top: 20px;
}
.abtList {
	width: 100%;
	margin-bottom: 50px;
}
.abtList li {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.abtList li span {
	display: none;
}
.abtList li:last-child div:nth-child(2) {
	text-align: left;
}
.mapBtn {
	margin-top: 5px;
}
.mapBtn a {
	display: inline-block;
	padding: 3px 15px;
	border-radius: 5px;
	background-color: #808080;
	color: #ffffff;
	text-align: center;
	line-height: 1.2em;
}
.mapBtn a:hover {
  background: #cccccc;
}
/*
=================================================================================
画面サイズ600px以上　スマホ横・タブレット縦
=================================================================================
*/
@media screen and (min-width: 600px) {
		
	.abtList li {
		display: table;
		text-align: left;
	}
	.abtList li div {
		display: table-cell;
	}
	.abtList li div.item {
		width: 28%;
	}
	
}
/*
=================================================================================
画面サイズ900px以上　タブレット横・パソコン
=================================================================================
*/
@media screen and (min-width: 900px) {
	
	.abtList li span {
		display: inline;
	}
	.abtList li br {
		display: none;
	}
	.abtList li:last-child br {
		display: inline-block;
	}
	
}
