@charset "utf-8";

/* ==========================================================
	レイアウト
========================================================== */
body.layout-home #contents {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* ==========================================================
	デザインギャラリー
========================================================== */
body.layout-home #gallery {
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	letter-spacing: 0;
}
body.layout-home #gallery a {
	text-decoration: none;
}
body.layout-home #gallery .gallery-item {
	position: relative;
	margin: 0 0 50px 0;
}
body.layout-home #gallery .gallery-item.landscape {
	height: 270px;
}
body.layout-home #gallery .gallery-item.portrait {
	height: 360px;
}
body.layout-home #gallery .gallery-item .headline .image {
	float: left;
	margin: 0 0 0 15px;
	line-height: 36px;
}
body.layout-home #gallery .gallery-item .headline  .title {
	float: left;
	margin: 0 0 0 30px;
	line-height: 36px;
	font-size: 14px;
}
body.layout-home #gallery .gallery-item .headline  .summary {
	float: left;
	margin: 0 0 0 5px;
	line-height: 36px;
	font-size: 14px;
}
body.layout-home #gallery .gallery-item .headline  .pr {
	float: left;
	margin: 0 0 0 5px;
	line-height: 36px;
	font-size: 14px;
}
body.layout-home #gallery .gallery-item .headline  .pr a {
	text-decoration: none;
}
body.layout-home #gallery .gallery-item .items {
	position: relative;
	padding: 25px 0 0 0px;
}
body.layout-home #gallery .gallery-item .item {
	position: relative;
	float: left;
	padding: 0 0 0 25px;
}
body.layout-home #gallery .gallery-item.portrait .item {
	padding: 0 0 0 50px;
}
body.layout-home #gallery .gallery-item.new .item {
	padding: 0 0 0 25px;
}
body.layout-home #gallery .gallery-item .item .clip {
	position: absolute;
	top: -25px;
	left: 50%;
}
body.layout-home #gallery .gallery-item.portrait .item .clip {
	position: absolute;
	top: -25px;
	left: 60%;
}
body.layout-home #gallery .gallery-item .item .image {
	text-align: center;
}
body.layout-home #gallery .gallery-item .item .image img {
	border-top: #EEEEEE 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #EEEEEE 1px solid;
}
body.layout-home #gallery .gallery-item .item .text {
	text-align: center;
	margin: 10px 0 0 0;
}
body.layout-home #gallery .rope {
	position: absolute;
	top: 35px;
	left: 0
	margin-top:3px;
}
body.layout-home #gallery .ad-top {
	position: absolute;
	right: 30px;
	top: 10px;
}
body.layout-home #gallery .ad-bottom {
	float: left;
	margin: 0 0 30px 30px;
}
body.layout-home #gallery .ad-bottom .ad {
	float: left;
	margin: 0 10px 0 0;
}
body.layout-home #gallery .social-bottom {
	margin: 0 0 10px 30px;
}
body.layout-home #gallery .social {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body.layout-home #gallery .social td {
	padding: 0 5px 0 0;
}
body.layout-home #gallery .gallery-item .button {
	position: absolute;
	left: 50%;
	bottom: 0px;
}
body.layout-home #gallery .gallery-item .button a {
	display: block;
	width: 260px;
	margin: 0 0 0 -130px;
	padding: 11px 0 9px 0;
	text-align: center;
	color: #FFFFFF;
	background: #FF6600;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
}
body.layout-home #gallery .gallery-item .button a:hover {
	background: #FF3300;
}

/* ==========================================================
	ギャラリー2列目
========================================================== */

body.layout-home #gallery .gallery-item2 {
	position: relative;
	height: 350px;
	margin: -35px 0 10px 0;
}
body.layout-home #gallery .gallery-item2 .items {
	position: absolute;
	padding: 25px 0 0 10px;
}
body.layout-home #gallery .gallery-item2 .item {
	position: relative;
	float: left;
	padding: 0 20px 0 10px;
}
body.layout-home #gallery .gallery-item2 .item .clip {
	position: absolute;
	top: -25px;
	left: 50%;
}
body.layout-home #gallery .gallery-item2 .item .image {
	text-align: center;
}
body.layout-home #gallery .gallery-item2 .item .image img {
	border-top: #EEEEEE 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-left: #EEEEEE 1px solid;
}
body.layout-home #gallery .gallery-item2 .item .text {
	text-align: center;
	margin: 10px 0 0 0;
}
