@charset "UTF-8";

/* 大コメント
----------------------------------------------------*/
h1 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 40px;
	color: #333333;
}
footer {
	padding: 1.2rem 1rem 1.2rem 1rem;
	background: #40454f;
	color: #ffffff;
}

/* 大コメント
----------------------------------------------------*/
#loginForm1 {
	background-color: #efefef;
	padding: 2rem 2rem 2rem;
}
#loginForm1 .form-control {
	border-width: 6px;
}
#loginForm1 a {
	color: #ffffff;
}
[type="submit"] {
	cursor: pointer;
}

/* 大コメント
----------------------------------------------------*/
.entrance p {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 24px;
}
.entrance .row div:first-of-type p {
	background-image: url(../img/entrance.jpg);
}
.entrance .row div:last-of-type p {
	background-image: url(../img/bac.jpg);
}
.entrance p a {
	display: block;
	padding: 240px 24px;
	text-align: center;
	font-size: 26px;
	position: relative;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	border-radius: 24px;
}
.entrance .row div:first-of-type p a:hover {
	background-color: rgba(16, 114, 144, 0.5);
}
.entrance .row div:last-of-type p a:hover {
	background-color: rgba(144,121,16,0.5);
}
.introductionBAC h2 {
	padding: 12px 8px;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.introductionBAC section {
	margin-bottom: 32px;
}
.introductionBAC section h3 {
	border-left: 4px solid rgba(144,121,16,1);
	padding: 2px 0 0 6px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}
.introductionBAC section p {
	background: none!important;
	margin-bottom: 18px;
}


/* 大コメント
----------------------------------------------------*/
.userIndexTable th {
	padding: 10px 10px;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	text-align: center;
}
.userIndexTable td {
	padding: 10px 10px;
	border: 1px solid #eeeeee;
	vertical-align: middle;
}
.tac {text-align:center;}
.maxWidth960 {
	max-width: 960px;
	margin: 0 auto;
}



/* 大コメント
----------------------------------------------------*/
.btn-wala {
  color: #fff;
  background-color: rgba(144,121,16,1);
  border-color: rgba(144,121,16,1);
}
.btn-wala:hover {
  color: #fff;
  background-color: rgb(189, 164, 48);
  border-color: rgb(189, 164, 48);
}

