@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; */
	  margin: 5.0rem auto;
  }
	.footer {
		background: #FFF !important;
	}
}

h2.PageTitle {
	text-align: center;
	font-size: 2.4rem;
	color: #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	margin: 10rem 0 0;
	padding-bottom: 15px;
}

.bn {
	border-top: none !important;
}