@charset "utf-8";

body {
	background-color: #f7f7f7;
	height: 100%;
}

main {
	height: 100%;
	min-height: 700px;
}

.wrap .enter {
	padding: 107px 118px 0 118px;
}

.enter ul {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.enter ul li {
	position: relative;
	display: inline-block;
	width: 308px;
	height: 147px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 24px 35px 20px 24px;
}

.enter ul li.system {
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.41);
	background-color: #384253;
	background-image: url(../images/system-background-w.png);
}

.enter ul li.system:hover {
	font-weight: bold;
	background-color: #5c6470;
}

.enter ul li.system p {
	margin-bottom: 15px;
	color: #dddddd;
	font-size: 21px;
	text-align: left;
}

.enter ul li.system a {
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.enter ul li.system i.arrow {
	display: inline-block;
	width: 26px;
	height: 26px;
	float: left;
	background-image: url(../images/right-arrow.png);
}

.enter ul li.system i {
	display: inline-block;
	float: right;
	background-repeat: no-repeat;
}

.enter ul li.system i.register {
	width: 54px;
	height: 64px;
	background-image: url(../images/register-w.png);
}

.enter ul li.system i.list {
  width: 62px;
  height: 62px;
  background-image: url(../images/list-w.png);
}

.enter ul li.system i.info {
  width: 61px;
  height: 64px;
  background-image: url(../images/info-w.png);
}

.enter ul li.system i.corp {
  width: 64px;
  height: 58px;
  background-image: url(../images/corp-w.png);
}

.enter ul li.system i.price {
  width: 67px;
  height: 67px;
  background-image: url(../images/price-w.png);
}

.enter ul li.welcome {
	padding: 5px 0 0 0;
}

.enter ul li.welcome p {
  text-align: left;
  color: #333333;
  font-weight: bold;
}

.enter ul li.welcome p.pre {
  font-size: 24px;
  margin-bottom: 5px;
}

.enter ul li.welcome p.title {
  font-size: 28px;
  color: #2e5597;
  margin-bottom: 12px;
}

.enter ul li.welcome p.explain {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}

.enter ul li.last {
	margin-right: 0;
}
