@CHARSET "utf-8";



/* 設備・仕様用CSS */

ul.specTabList{
	display:flex;
	flex-wrap:wrap;
}

ul.specTabList li{
	list-style:none;
	margin-bottom:10px;
	width:20%;
}

ul.specTabList li a:link , ul.specTabList li a:visited{
	display:block;
	padding:8px 26px 8px 14px;
	text-decoration:none;
	background:url("../img/icon/arrow_white.png") #e6ebed no-repeat;
	background-position:98% center;
	color:#404448;
	border-radius:2px;
	margin-right:10px;
	transition:.3s;
}

ul.specTabList li a:hover , ul.specTabList li a:active{
	background:url("../img/icon/arrow_white.png") #1290b3 no-repeat;
	background-position:96% center;
	color:#ffffff;
}



div.specBox{
	font-size:14px;
}

div.specBox div.mainSpec{
	width:600px;
	float:left;
}

div.specBox div.subSpec{
	width:360px;
	float:right;
}

div.specBox div.subSpec ul.subSpecList li{
	list-style:none;
	padding:16px 18px;
	background:#e6ebed;
	border-left:3px solid #aabbcc;
	margin-bottom:20px;
	border-radius:2px;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
}


	/* 収納一覧 */
	
ul.storageImageList{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin:0 -20px;
}

ul.storageImageList li{
	width:480px;
	margin:0 20px 40px;
	text-align:center;
}

ul.storageImageList li img{
	margin:0 0 10px;
}





	/* 設備一覧 */
ul.specSummaryList{
	display:flex;
	flex-wrap:wrap;
}
	
ul.specSummaryList li{
	width:318px;
	margin-right:20px;
	border:1px solid #bbbbbb;
	display:flex;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
}

ul.specSummaryList li div{
	margin:10px;
	padding:4px 12px;
	border-left:4px solid #aabbcc;
}

ul.specSummaryList li:nth-child(3n){
	margin-right:0;
}
	
