@charset "utf-8";
/* CSS Document */

ul.sns {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.sns li {
	float: right;
	margin-right: 4px;
}

/*
blue #709cf1
*/

.laney-container {
    background: black;
    padding-bottom: 15px;
}

.laney-top {
	position: relative;
}

.laney-top .img-bg {
	width: 100%;
}

.laney-top .img-logo {
	position: absolute;
	top: 15px;
	left: 15px;
}

.laney-top p {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	color: #fff;
	background: rgba(0,0,0,.3);
	font-size: 16px;
	line-height: 1.6;
	padding: 1em;
}

.laney-product {
	text-align: center;
}

.laney-product h2 {
	color: #709cf1;
	font-size: 26px;
	font-weight: bold;
	background: #fff;
	line-height: 3;
}

.laney-product .product {
	display: inline-block;
	margin: 0 15px 10px;
}

.laney-product .ttl {
	color: #fff;
	text-align: center;
}

.laney-product h3 {
	display: inline-block;
	border-bottom: 1px solid #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 2;
	margin: 25px 0 0;
	padding: 0 1em;
}

.laney-product ul {
	overflow: hidden;
	text-align: center;
}

.laney-product li {
	display: inline-block;
	width: 120px;
	background: #fff;
	margin: 20px 18px 0;
}

.laney-product li a {
	display: block;
	color: #709cf1;
}

.laney-product li a:hover img {
	opacity: .8;
}

.laney-product li p {
	line-height: 1.6;
	font-weight: bold;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 120px;
}

