@charset "EUC-JP";

.nav_list li:first-child + li dt > a{
	background:transparent;
	color:#604c3f;
}

.nav_list li:first-child + li dt > a:hover{
	background:#577e41;
	color:#fff;
}

.article_main{
	position:relative;
	padding-top:10px;
}

.article_main_contents{
	margin-top:10px;
}

/****************************** spotlight ******************************/

.section_header{
	position:relative;
	width:966px;
	height:305px;
	margin:13px auto;
	background:url(/images_dammy/cork-600x450.jpg) #eeeeee;
	border-radius:0;
	border:4px solid #db9;
	padding:0;
	box-shadow:inset 0px 0px 8px #643, 0px 0px 0px 1px #a86, inset 0px 0px 0px 1px #a86, 0px 2px 4px #fff;
}


/********************* spotlight ********************/

.spotlight_inner{
	position:relative;
	width:558px;
	height:270px;
	box-shadow:0px 0px 4px #331111;
	border-radius:6px;
	padding:7px;
	background:#fff;
	margin:0 auto;
	margin-top:10px;
}

.spotlight_inner:before{
	display:block;
	width:20px;
	height:32px;
	background:url(/images/_temp_search_select_pin.png) no-repeat left top;	
	content:" ";
	position:absolute;
	left:50%;
	margin-left:-20px;
	top:-7px;
	z-index:100;
}


/********** thumbs **********/

.spotlight_thumbs{
	float: left;
	width: 86px;
	padding:3px;
	height: 264px;
	background: #000000;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}

.spotlight_thumbs li{
	width: 80px;
	height: 80px;
	margin: 1px 0;
	padding: 3px;
	overflow: hidden;
	float: left;
	clear: both;
}


/********** container **********/

.spotlight:after,
.spotlight_right_pickup:after{
	content:" ";
	clear:both;
	height:0;
	display:block;
}

.spotlight_container{
	float: left;
	width: 466px;
	height: 270px;
	position: relative;
	overflow: hidden;
}

.spotlight_container .spotlight_1,
.spotlight_container .spotlight_2,
.spotlight_container .spotlight_3,
.spotlight_container .spotlight_4,
.spotlight_container .spotlight_5{
	position: absolute;
	left: 0;
	top: 0;
	width: 466px;
	height: 270px;
	text-align: left;
	overflow: hidden;
}

.spotlight_container img{
/*	margin-left:-14px;	*/
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	width: 466px;
	height: 270px;
}


/********** cap **********/

.spotlight_container .spotlight_cap{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background:rgba(0,0,0,0.8);
	color: #ffffff;
	text-align: left;
	padding: 10px;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	z-index: 200;
	border-bottom-right-radius:4px;
	width: 446px;
}

.spotlight_container .spotlight_cap h2{
	line-height: 140%;
	margin: 0 0 5px;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.spotlight_container .spotlight_cap h2 a{
	color:#ffffff;
	text-decoration:none;
}

.spotlight_container .spotlight_cap h2 a:hover{
	text-decoration:underline;
}


/********** right cap *********/

.spotlight_container .spotlight_cap_right{
	overflow:hidden;
	position:absolute;
	right:0px;
	bottom:0;
	text-align:left;
	padding:17px 10px 7px;
	margin:0;
	width:170px;
	height:247px;
	font-size:13px;
	line-height:15px;
	color:#ffffff;
	z-index:200;
	background:rgba(0,0,0,0.8);
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}

.spotlight_container .spotlight_cap_right h2{
	line-height: 140%;
	margin: 0 0 5px;
	font-size: 20px;
}

.spotlight_container .spotlight_cap_right h2 a{
	color:#ffffff;
}


/****************************** pickup ******************************/

.photo_banner:before{
	display:block;
	width:20px;
	height:32px;
	background:url(/images/_temp_search_select_pin.png) no-repeat left top;	
	content:" ";
	position:absolute;
	left:50%;
	margin-left:-20px;
	top:-7px;
	z-index:100;
}

.photo_banner{
	position:absolute;
	width:172px;
	height:148px;
	background:#fff;
	margin:0px;
	padding:0;
	border-radius:4px;
	box-shadow:0px 0px 2px #000;
	font-weight:bold;
}

.photo_banner a{
	position:relative;
	display:block;
	width:158px;
	height:134px;
	margin:7px;
	overflow:hidden;
	border-radius:2px;
	text-decoration:none;
}

.photo_banner img{
	padding:0;
	margin:0;
	float:left;
	width:158px;
	height:134px;
}

.photo_banner p{
	position:absolute;
	width:138px;
	height:124px;
	padding:5px 10px;
	background:rgba(0,0,0,0.8);
	color:#ffffff;
	font-size:11px;
	line-height:18px;
	bottom:-92px;
	-webkit-transition:bottom  0.5s ease-out 0s;
	transition:bottom  0.5s ease-out 0s;
}

.photo_banner:hover p{
	bottom:0px;
	-webkit-transition:bottom  0.5s ease-out 0s;
	transition:bottom  0.5s ease-out 0s;
}


/***** photo_big *****/

.photo_big{
	width:180px;
	height:280px;
}

.photo_big a{
	width:166px;
	height:266px;
}

.photo_big img{
	width:166px;
	height:266px;
}

.photo_big p{
	width:146px;
	height:256px;
	bottom:-200px;
}


/***** position *****/

.photo_1{
	top:10px;
	left:20px;
	-moz-transform: rotate3d(0,0,1,2deg);
	-webkit-transform: rotate3d(0,0,1,2deg);
	-o-transform: rotate3d(0,0,1,2deg);
	-ms-transform: rotate3d(0,0,1,2deg);
	z-index:300;
}

.photo_2{
	bottom:10px;
	left:-5px;
	-moz-transform: rotate3d(0,0,1,-2deg);
	-webkit-transform: rotate3d(0,0,1,-2deg);
	-o-transform: rotate3d(0,0,1,-2deg);
	-ms-transform: rotate3d(0,0,1,-2deg);
	z-index:300;
}

.photo_3{
	bottom:-10px;
	right:45px;
	-moz-transform: rotate3d(0,0,1,2deg);
	-webkit-transform: rotate3d(0,0,1,2deg);
	-o-transform: rotate3d(0,0,1,2deg);
	-ms-transform: rotate3d(0,0,1,2deg);
	z-index:400;
}

.photo_big{
	top:-10px;
	right:-10px;
	-moz-transform: rotate3d(0,0,1,-5deg);
	-webkit-transform: rotate3d(0,0,1,-5deg);
	-o-transform: rotate3d(0,0,1,-5deg);
	-ms-transform: rotate3d(0,0,1,-5deg);
	z-index:300;
}


/****************************** article_list ******************************/

.photo_banner:after{
	content:" ";
	clear:both;
	height:0;
	display:block;
}

.article_list{
	background:none;
	padding:0;
	margin:0 auto 10px;
	width:auto;
}

.article_list .food_container,
.article_list .news_container{
	width:550px;
	border:none;
	border-radius:0;
	box-shadow:none;
	border-bottom:1px dashed #cccccc;
	padding:15px 0 10px;
	margin:0 auto;
}

.article_list .food_container h2,
.article_list .news_container h2{
	width:440px;
	margin:0px 0px 5px 0px;
	font-size:120%;
	line-height:150%;
}

.article_list .food_container p,
.article_list .news_container p{
	width:440px;
	float:right;
	text-align:left;
}

.article_list .food_container img.img_right_top,
.article_list .news_container img.img_right_top{
	width:100px;
	margin:0px 10px 10px 0;
	border-radius:4px;
}

.article_list .news_container .timestamp:before{
	content:none;
}

.article_list .news_container .timestamp{
	border:none;
	text-align:right;
	margin:0;
	padding:0px;
}


/****************************** genre_list ******************************/

h3.related.heading_food,
.related_heading.heading_food{
	clear:both;
	position:relative;
	z-index:200;
	width:518px;
	top:20px;
}


.related_heading{
	width:538px;
	height:11px;
	padding:7px 10px;
	margin:10px auto;
	line-height:11px;
	font-size:11px;
	font-weight:normal;
	-moz-border-radius:8px;
	border-radius:8px;
	color:#ffffff;
	background:#604c3f;
}

.genre_list:after{
	content:" ";
	clear:both;
	height:0px;
	display:block;
}

.genre_list{
	clear:both;
	margin:-30px auto 20px;
	padding-top:50px;
	padding-bottom:0;
}

.genre_list{
	background:url(/images_dammy/cork-600x450.jpg) #eeeeee;
	border-radius:0;
	border:4px solid #db9;
	box-shadow:inset 0px 0px 8px #643, 0px 0px 0px 1px #a86, inset 0px 0px 0px 1px #a86;
}

.genre_list .food_container{
	width:244px;
	min-height:95px;
	float:left;
	position:relative;
	box-shadow:1px 1px 3px #775544;
}

.genre_list .food_container:before{
	display:block;
	width:20px;
	height:32px;
	background:url(/images/_temp_search_select_pin.png) no-repeat left top;	
	content:" ";
	position:absolute;
	left:50%;
	top:-13px;
	margin-left:-18px;
	z-index:100;
}

.genre_list .food_container:nth-child(2n){
	margin-left:10px;
}

.genre_list .food_container img{
	width:80px;
	height:80px;
	margin-right:10px;
	border-radius:4px;
}

.genre_list .food_container dl{
	margin-left:90px;
}

.genre_list .food_container dl ul{
	margin-left:20px;
}

.genre_list .food_container p{
	float:none;
}

.genre_list .detail_article{
	margin:0px 0px 10px 0;
}

.detail_article{
	margin-bottom:0px;
}


/********** SNS *********/

.aside_info_sns{
	width:300px;
	margin:2px 20px 0px 180px;
}


/********** information **********/

h3.heading_information,
h2.heading_information{
	clear:both;
	background:#f9f9f9;
	color:#554433;
	position:relative;
	z-index:20;
	width:5em;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	height:11px;
	margin-left:40px;
	margin-right:0;
	padding:5px 10px 0;
	font-weight:bold;
	font-size:75%;
	line-height:100%;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border:1px dotted #887766;
	border-bottom:1px solid #f9f9f9;
}

.information{
	width:536px;
	list-style:none;
	padding:10px 10px 10px;
	margin:-11px auto 20px;
	border:1px dotted #887766;
	border-radius:8px;
	font-size:75%;
	background:#f9f9f9;
}

.information li{
	line-height:24px;
}
