﻿@charset "UTF-8";
/* --------------------------------------------------------------------------------------
 */
#main_img{
	background:url(/lounge/img/premiumcube_concept/main_title_bg.png) center top no-repeat;
	height:220px;
	margin-bottom:50px;
 }
#main_img h1{
	margin:0 auto;
	width:1000px;
	height:220px;
}
/* --------------------------------------------------------------------------------------
 メイン*/
.subtitle{
	margin:0 auto 30px;
	width:1000px;
}
.discription{
	margin:0 auto 10px;
	width:1000px;
}
#gallery_title{
	margin:0 auto 30px;
	background:url(/lounge/img/premiumcube_concept/gallery_title_bg.png) center bottom no-repeat;
	height:83px;
	text-align:center;
}
#loop{
	margin:0 auto 50px;
	width:1000px;
}
#loop .box_wrap{
	margin-bottom:30px;
}
#loop .main{
	width:835px;
	height:510px;
	padding:30px 0 0 24px;
}
#loop .main h3{
	margin-bottom:25px;
}
#loop .main .inner{
	margin-bottom:25px;
}
#loop .list_main_img {
	text-align:center;
	max-width:365px;
	max-height:260px;
}
#loop .main dl{
	height:260px;
	width:421px;
	padding-left:20px;
	border-bottom:1px solid #222;
}
#loop .main dl dt{
	margin-bottom:10px;
}
#loop .main dl dd{
	font-size:0.85em;
	margin-bottom:20px;
	line-height:22px;
}
#loop .main .content{
	font-size:0.9em;
	line-height:24px;
}
#loop .thumb{
	width:155px;
}
#loop .thumb li{
	 width: 155px;
  height: 102px;
  overflow: hidden;
  position: relative;
	border:1px solid #ccc;
	cursor:pointer;
	text-align:center;
}
#loop .thumb img{
	position: absolute;
	min-width: 100%;
	min-height: 100%; /*余白出す場合はmax-widthとmax-heigtに*/
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate(-50%, -50%);
	transform: translate3d(-50%, -50%, 0);
}
#map{
	margin:0 auto 40px;
	width:1000px;
}
#archive{
	margin:0 auto 5px;
	width:1000px;
	background:#F8EED1;
	padding:30px;
	font-size:0.85em;
}
#archive dl.left{
	width:485px;
}
#archive dl.right{
	width:420px;
	padding-left:30px;
	border-left:1px solid #222;
}
#archive dl dt{
	margin-bottom:5px;
	margin-left:-8px;
}
#archive dl.left dt span{
	border-bottom:1px dashed #222;
	display:inline-block;
	width:72%;
}
#archive dl.right dt span{
	border-bottom:1px dashed #222;
	display:inline-block;
	width:65%;
}
#archive dl dd{
	margin-bottom:5px;
}
#archive dl dd .num{
	text-align:center;
	font-size:0.9em;
}
#last_text{
	margin:0 auto 70px;
	width:1000px;
	text-align:right;
}