#index .logo {
	max-width: 1200px;
	min-width: 1000px;
	margin: 15px auto;
	padding: 0 15px;
}	
#index .logo img {
    width: 180px;
	padding: 0 0 0 20px;
}
.ent-frm {
	position: relative;
	overflow: hidden;
}
.ent-frm .center-wrap {
	min-width: 1000px;
	max-width: 1200px;
	position: relative;
	text-align: right;
	margin: auto;
}
.ent-frm .img-wrap {
	margin-left: 50%;
}
.ent-frm .img-wrap img {
	width: 100%;
}
.ent-frm .copyright {
	position: relative;
	bottom: 40px;
	left: 10%;
	text-align: left;
	font-size: 12px;
}
.ent-frm .ent-body {
	position: absolute;
	top: 20%;
	left: 3%;
	margin: 0px;
	padding: 5px 20px;
	font-size: 0;
	transition: all .5s ease;
}
.ent-body > div {
	z-index: 5;
	position: relative;
}
.ent-body .info-wrap {
	padding: 15px 0;
	margin: 0 0 1px 0;
	font-size: 13px;
	text-align: left;
	line-height: 1.5;
}
.ent-body .info-wrap h1 {
	font-size: 38px;
	line-height: 1.3;
}
.ent-body .info-wrap h2 {
	margin-top: 20px;
	font-weight: normal;
	font-size: 18px;
}
.ent-body .btn-wrap {
	text-align: left;
}
.ent-body .btn-wrap a {
	box-sizing: border-box;
	padding: 8px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	width: 40%;
	background: #999;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
}
.ent-body .btn-wrap a:first-child {
	background: #f93a1a;
	margin-right: 10px;
}

/** マウスOVER **/	
.ent-frm:hover:before {
	content: " ";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;  
	opacity: .3; 
	z-index: 1;
	background: #000;
}
.ent-frm:hover .ent-body {
	left: 2%;
	width: 46%;
	background: #fff;
	border-radius: 20px;
	z-index: 10;
}
.ent-frm:hover .ent-body .info-wrap {
	padding-top: 10px;
	line-height: 1.8;
}
.ent-frm:hover .ent-body .btn-wrap {
	text-align: center;
}
.ent-frm:hover .ent-body .info-wrap h1 {
	font-size: 32px;
	line-height: 1.3;
}

/** NO選択 **/
.ent-frm .ent-body .no-item {
	display: none;
}
.ent-frm .ent-body.selected-no .no-item {
	display: inline-block;
}
.ent-frm .ent-body.selected-no .def-item {
	display: none;
}
	
/** copyright **/
.copyright{
	max-width: 1200px;
	min-width: 1000px;
	margin: 15px auto;
	padding: 0 15px;
}