KSK
2/16/2018 - 7:28 AM

160718 幅計算5分割

.faq_nav {
	overflow: hidden;
	margin-left: -(5 / 1260) * 100%;
	>li {
		width: (247 / 1260) * 100%;
		margin-left: (5 / 1260) * 100%;
		float: left;
		margin-bottom: 5px;
		display: table;
		a {
			display: table-cell;
			vertical-align: middle;
			padding: 5px;
			background: #222;
			color: #fff;
			text-decoration: none;
			text-align: center;
		}
	}
}