﻿@charset "utf-8";

#list_carousel,
#updates {
	min-width: 1050px;
}

/* イメージ */
#list_carousel {
	position: relative;
	clear: both;
	width: 100%;
	height: 500px;
	background: #dbdbdb;
	border-bottom: 17px solid #00ada9;
}
#list_carousel ul {
	list-style: none;
	width: 100%;
	margin: 0;
}
#list_carousel li {
	float:left;
	width: 1280px;
	height: 500px;
	margin: 0;
}
.slide_nav {
	position:relative;
	top: -280px;
	z-index: 50;
	width: 100%;
	max-width: 1280px;
	margin:0 auto;
}
.slide_nav .next{
	position:absolute;
	right: 20px;
}
.slide_nav .prev{
	position:absolute;
	left: 20px;
}
#pager {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 50px;
	margin: 200px 0 0 -60px;
	padding-top: 2px;
	text-align: center;
}
#pager a.selected span {
	background: #fff;
}
#pager a {
	display: inline-block;
	padding: 8px;
}
#pager span {
	overflow: hidden;
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 0;
	border: 1px solid #fff;
	border-radius: 10px;
	text-indent: -100px;
}

/* ニュース */
#updates {
	height: 45px;
	background: #0069ac url(../img/news.gif) no-repeat center top;
	font-size: 92.3%;
}
#updates h2 { display: none;}
#updates ul {
	overflow: hidden;
	width: 680px;
	margin: 14px 0 0 170px;
}
#updates .more {
	position: absolute;
	top: 12px;
	right: 40px;
	width: 60px;
	height: 20px;
	margin: 0;
}
#updates .more a {
	overflow: hidden; white-space: nowrap; text-indent: 100%;
	display: block;
	width: 60px;
	height: 20px;
	background: url(../img/news.gif) no-repeat left -45px;
}

/* コンテンツ */
.comment {
	width: 936px;
	margin: 0 auto 20px;
	padding: 10px;
	font-size: 16px;}
.comment .text { text-align: center; margin: 0 auto;}

#content {
	padding-top: 20px;
	background: #CCE1EE;
}
#container { margin: 0 auto;}
@media only screen and (min-width:971px) {
	#container { width: 960px;}
}
@media only screen and (min-width:651px) and (max-width:970px) {
	#container { width: 660px;}
}
.box {
	/*overflow: hidden;*/
	float: left;
	min-height: 240px;
	height: auto !important;
	height: 240px;
	line-height: 1.6;
	margin: 0 15px 15px 0;
	padding: 3px;
	background: #fff url(../../img/bg-box.gif) no-repeat right bottom;
	border: 5px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	letter-spacing: 0.05em;
	cursor: pointer;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;
}
.box a.link {
	display: inline-block;
	line-height: 1;
	margin-bottom: 8px;
	padding-left: 20px;
	background: url(../img/arrow03.gif) no-repeat left top;
	font-weight: bold;
	text-decoration: none;
	color: #333 !important;
}
.image { overflow: hidden;}

.box .image img {
	border-radius: 10px;
	-moz-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
}
.box:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.col1 { width: 294px;}
.col1 .image {
	width: 294px;
	height: 140px;
}
.col1 .text { padding: 20px 10px 0 10px;}
.col2 {
	position: relative;
	width: 619px;
	*zoom: 1;
}
.col2:before,
.col2:after { content:""; display:table;}
.col2:after { clear:both;}
.col2 .image {
	float: left;
	width: 294px;
	height: 240px;
	padding: 0;
}
.col2 .text {
	margin-left: 330px;
	padding: 20px 10px 0 10px;
}
.col2 .icon {
	position: absolute;
	top: 20px;
	left: 240px;
	display: block;
	width: 90px;
	height: 90px;
	z-index: 1;
}

.box.col1.link { position: relative; }
.col1 .icon {
	position: absolute;
	top: -15px;
	right: -10px;
	display: block;
	width: 70px;
	height: 70px;
	z-index: 1;
}

.icon-special { background: url(../../img/icon-special.png) no-repeat left top;}
.icon-pickup { background: url(../../img/icon-pickup.png) no-repeat left top;}
.icon-link { background: url(../../img/icon-link.png) no-repeat left top;}

.motionContainer.masonry,
.motionContainer.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
 
.motionContainer.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
 
.motionContainer.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

/* ハイエース用 */
#content {
	position:relative;
}

#hiace {
	display:block;
	position:absolute;
	top:145px;
	left:-330px;
}
