@charset "utf-8";

.wrapper { /* 全体の背景に市松模様。ベタ塗りはcontainerを分割して適応 */
	background-image: url(./img/common/sl_bg.jpg);
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;
}
@media (min-width: 1200px) { /* bootstrap:1601行目のcontainerのwidthを強制変更 */
  .container-fluid {
		padding: 0;
	}
  .container {
    width: 1100px !important;
		background: #FFF;
		/* padding: ; */ /* 他ページとバランスが取れるよう計算し直し。def-lr:15px; */
  }
	.footer {
		background: #FFF !important;
	}
}

.test-top {
	margin: 5.0rem auto;
	overflow: hidden;
	background-color: #fff;
	padding-top: 0;
}

.test-top div img {
	width: 8%;
	margin: 1.0rem;
	float: left;
}

.test-top div {
	padding: 1.0rem;
}

.test-top div a {
	color: #696969;
}

.test-top div a p {
	line-height: 5.0rem;
}