#header {
	position: inherit;
	z-index: 9998;
}
#waste {
	position: inherit;
	z-index: 0;
}
#waste .inner {
	margin-top: -100px;
	padding: 0 20px 60px 20px;
}
#home_information {
	margin-bottom: 45px;
}

.Slow #slide {
	height: 550px !important;
}
.Slow #slide_navi {
	top: 460px !important;
}


/* Home News */

/* Ref: common.css - Information Box */

#home_news.news_box {
	position: relative;
	margin-top: -36px;
	float: right;
	width: 258px;
	height: 275px;
	padding: 0 21px;
	background: url("../images/common/carousel_bg.png");
	overflow: hidden;
		-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
		-ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	margin-right: -20px;
}
#home_news.news_box h3 {
	font-weight: normal;
}
#home_news.news_box ul {
	display: none;
}
#home_news.news_box .tolist {
	position: absolute;
	right: 21px;
	top: 15px;
	font-size: 11px;
	line-height: 11px;
	background: url("../images/common/tolist_bg.png") no-repeat;
	padding-left: 11px;
}
#home_news span.pr {
	margin-right: 5px;
	background: #777;
	padding: 0 3px;
	color: #FFF;
	font-size: 11px;
}

/* Home Recommended */
/* Ref: common.css - Information Box */

#home_recommended.carousel_box {
	margin-top: -36px;
	position: relative;
	float: left;
	width: 654px;
	height: 275px;
	padding: 0 21px;
	background: url("../images/common/carousel_bg.png");
	overflow: hidden;
		-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
		-ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	margin-left: -20px;
}
#home_recommended .carousel {
	width: 594px;
	margin: 0 auto 0 34px;
	overflow: hidden;
}
#home_recommended .recommend {
	position: relative;
	display: none;
	width: 190px;
	float: left;
}
#home_recommended .recommend .recommend_image {
	position: relative;
	width: 190px;
	height: 150px;
	overflow: hidden;
	background: #222;
	margin-bottom: 6px;
}
/*
#home_recommended .recommend .recommend_image img {
	width: 190px;
	height: auto;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#home_recommended .recommend .recommend_image img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}
*/

#home_recommended .recommend .recommend_image img {
	position: absolute;
	width: 190px;
	height: auto;
}
#home_recommended .recommend .recommend_image.top img {
	top: 0;
}
#home_recommended .recommend .recommend_image.right img {
	right: 0;
}
#home_recommended .recommend .recommend_image.bottom img {
	bottom: 0;
}
#home_recommended .recommend .recommend_image.left img {
	left: 0;
}

#home_recommended .recommend .recommend_image.h img {
	width: auto;
	height: 150px;
}
#home_recommended .recommend .recommend_image.v img {
	width: 190px;
	height: auto;
}
#home_recommended .recommend .recommend_text {
	font-size: 11px;
}
#home_recommended .recommend .recommend_image.noimage a {
	display: block;
	width: 190px;
	height: 150px;
	background: #EEE;
	color: #FFF;
	text-align: center;
	line-height: 150px;
	font-size: 13px;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#home_recommended .recommend .recommend_image.noimage a:hover {
	text-decoration: none;
	background: #DDD;
}
.carousel_box .carousel_pagenation {
	position: absolute;
	width: 53px;
	height: 214px;
	background: url("../images/common/carousel_pagination.png") no-repeat 0 0 #FFF;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.carousel_box .prev {
	background-position: 10px 56px;
	left: 1px;
	top: 60px;
}
.carousel_box .next {
	background-position: -87px 56px;
	right: 1px;
	top: 60px;
}


/* Adjust */

#home #slide_navi {
	top: 540px;
}





/* Kyoto Story */

#kyotocontents_story.lefter {
	float: left;
	background: url(../images/home/home_kyotostory_image.jpg) no-repeat 0 -100px;
	width: 450px;
	height: 100px;
	overflow: hidden;
}
#kyotocontents_story a {
	display: block;
	background: url(../images/home/home_kyotostory_image.jpg) no-repeat 0 0;
	width: 450px;
	height: 100px;
	overflow: hidden;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
	opacity: 1;	
}
#kyotocontents_story a:hover {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;	
}
#top_banner_section .loop {
	background-color: #000;
}
#top_banner_section .loop ul {
	width: 450px;
	height: 100px;
	display: block;
	position: relative;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
}
#top_banner_section .loop ul:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
		-moz-opacity: 0.8;
}
#top_banner_section .loop ul li {
	background-color: #fff;
	width: 450px;
	height: 100px;
}
#top_banner_section .loop ul li:nth-child(n+2) {
	opacity: 0;
	filter: alpha(opacity=80);
		-moz-opacity: 0.8;
}

#top_banner_section .righter {
	float: right;
	width: 450px;
	height: 100px;
	overflow: hidden;
}
#top_banner_section .lefter {
	float: left;
	width: 450px;
	height: 100px;
	overflow: hidden;
}
#top_banner_section .center {
	text-align: center;
	margin: 0 auto; 
	width: 672px;
	height: 100px;
	overflow: hidden;
}
#top_banner_section #special a, #top_banner_section #valentino a {
	display: block;
	width: 450px;
	height: 100px;
	overflow: hidden;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
	opacity: 1;	
}
#top_banner_section #special.center  a{
	display: block;
	overflow: hidden;
	width: 672px;
	height: 100px;
}
#top_banner_section #valentino {
	background: url(../images/home/home_valentino_image.jpg) no-repeat 0 -100px;
}
#top_banner_section #valentino a {
	background: url(../images/home/home_valentino_image.jpg) no-repeat 0 0;
}

#top_banner_section #special.spring {
	background: url(../images/home/home_special_image_spring.jpg) no-repeat 0 -100px;
}
#top_banner_section #special.spring a {
	background: url(../images/home/home_special_image_spring.jpg) no-repeat 0 0;
}
#top_banner_section #special.summer1 {
	background: url(../images/home/home_special_image_summer1.jpg) no-repeat 0 -100px;
}
#top_banner_section #special.summer1 a {
	background: url(../images/home/home_special_image_summer1.jpg) no-repeat 0 0;
}
#top_banner_section #special.summer2 {
	background: url(../images/home/home_special_image_summer2.jpg) no-repeat 0 -100px;
}
#top_banner_section #special.summer2 a {
	background: url(../images/home/home_special_image_summer2.jpg) no-repeat 0 0;
}
#top_banner_section #special.autumn {
	background: url(../images/home/home_special_image_autumn.jpg) no-repeat 0 -100px;
}
#top_banner_section #special.autumn a {
	background: url(../images/home/home_special_image_autumn.jpg) no-repeat 0 0;
}
#top_banner_section #special.winter {
	background: url(../images/home/home_special_image_winter.jpg) no-repeat 0 -100px;
}
#top_banner_section #special.winter a {
	background: url(../images/home/home_special_image_winter.jpg) no-repeat 0 0;
}

#top_banner_section #special a:hover, #top_banner_section #valentino a:hover {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;	
}


#top_banner_section .loop li {
	position: absolute;
}


/* 2col x 2sel */
#top_banner_section {
	padding: 0 15px;
	margin-bottom: 30px;
}
#kyotocontents_section {
	padding: 0 15px;
}