@charset "utf-8";
/* ====================================================================================================

	home/style.css

==================================================================================================== */

/*--------------------------------------
  home
---------------------------------------*/

#home .contents {
	width:640px;
	padding:0;
	background-repeat:no-repeat;
	background-position:left 0px top 36px;
}

#home .contents .morning,
#home .contents .afternoon {
	background-image:url(image/bg/scene02.jpg);
}

#home .contents .noon {
	background-image:url(image/bg/scene01.jpg);
}

#home .contents .night {
	background-image:url(image/bg/scene03.jpg);
}

#home #cate_navi {
	width:640px;
	height:100px;
}

#home #cate_navi img {
	float:left;
}

#home #visual {
	width:600px;
	padding-top:20px;
	margin:0 auto;
	position:relative;
}

#home #visual #top_comment {
	margin:20px 5px 24px 5px;
}

.ribbon {
}

.ribbon .summer {
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
	background-image:url(../image/summer_sp.png);
	width:241px;
	height:148px;
	position:absolute;
	display:block;
	top:0;
	left:-19px;
	z-index:99;
}

.ribbon .autumn {
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
	background-image:url(../image/autumn_sp.png);
	width:241px;
	height:148px;
	position:absolute;
	display:block;
	top:0;
	left:-19px;
	z-index:99;
}

.ribbon .christmas {
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
	background-image:url(../image/chistmas_sp.png);
	width:241px;
	height:148px;
	position:absolute;
	display:block;
	top:0;
	left:-19px;
	z-index:99;
}

.ribbon .newyear {
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
	background-image:url(../image/newyear_sp.png);
	width:241px;
	height:148px;
	position:absolute;
	display:block;
	top:0;
	left:-19px;
	z-index:99;
}

.ribbon .valentine {
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
	background-image:url(../image/valentine_sp.png);
	width:241px;
	height:148px;
	position:absolute;
	display:block;
	top:0;
	left:-19px;
	z-index:99;
}

.ribbon .spring {
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
	background-image:url(../image/spring_sp.png);
	width:241px;
	height:148px;
	position:absolute;
	display:block;
	top:0;
	left:-19px;
	z-index:99;
}

.sp-top-bana {
	margin-top:-10px;
	height:130px;
}

.sp-top-bana a:first-of-type img {
	float:left;
	margin-left:9px;
}

.sp-top-bana a:last-of-type img {
	float:right;
}

#home #whatsnew {
	width:640px;
}

#home #whatsnew h2 {
	margin:0;
}

#home #pickup_list {
	background-image:url(image/home/news/shadow_bg.jpg);
	background-repeat:repeat-x;
}

#home #whatsnew .list {
	position:relative;
	width:580px;
	padding:30px;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #ececec;
}

#home #whatsnew .new {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

#home #whatsnew .thum {
	float:left;
	margin-right:20px;
	background-color:#ffffff;
	box-shadow:rgba(0, 0, 0, 0.8) 0px 0px 7px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0px 0px 7px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.8) 0px 0px 7px 0px;
}

#home #whatsnew .thum a.nonmover {
	display:block;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

#home #whatsnew .description {
	float:right;
	width:340px;
	font-size:22px;
}

#home #whatsnew p.comment {
	color:#134bb0;
	font-size:24px;
	font-weight:bold;
	margin-bottom:16px;
}

