@charset "UTF-8";

/* common */
.w220{ width: 220px; }
.w300{ width: 300px; }
.image-text{ overflow: hidden; *float: right; }

/* base restaurant */
.interview{
	width: 688px;
	border: 1px solid #cecece;
	line-height: 1.7;
}
.interview .keyv{
	position: relative;
	height: 350px;
}
.interview .keyv h1{
	background: url(../../images/cases/restaurants/bg-black-opacity-60.png);
	padding: 20px 20px;
	width: 648px;
	position: absolute;
	bottom: 0;
	left: 0; 
	z-index: 1000;
}
.interview .key-area{
	background: url(../../images/cases/restaurants/bg-key1.jpg?2) no-repeat;
	height: 350px;
	position: relative;
}
.interview .key-area .key-area-inner{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 648px;
}
.interview .key-area .key-area-inner p{
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	border-left: 1px solid #585654;
	padding-left: 11px;
	margin-bottom: 0;
	*float: right;
}
.interview .interview-inner{
	padding: 20px;
}
.interview .interview-inner .h2a{
	background: url(../../images/cases/restaurants/icon-pig.png) no-repeat 0.5em 0.4em;
	background-color: #eeeeee;
	font-size: 16px;
	font-weight: bold;
	padding: 1em 0 0.8em 4em;
	margin-bottom: 18px;
}
.interview .interview-inner .h2b{
	background-color: #eeeeee;
	font-size: 16px;
	font-weight: bold;
	padding: 1em 0 0.8em 1em;
	margin-top: 30px;
	margin-bottom: 18px;
}
.interview .interview-inner .caption{
	/*line-height: 1;*/
	display: block;
	margin-top: 0.4em;
	text-align: center;
}
.interview .interview-inner .caption strong{
	font-size: 13px;
	font-weight: bold;
	/*margin-bottom: 12px;*/
}
.interview .interview-inner .boxed-a{
	padding: 20px;
	border: 3px solid #eeeeee;
}
.interview .interview-inner .h3a{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 6px;
}
.interview .interview-inner .h4a{
	font-weight: bold;
	margin-bottom: 12px;
}

.link-example li{
	float: left;
	margin-right: 4px;
	text-align: center;
}
.link-example li.last{
	margin-right: 0;
}
.link-example li a{
	background: url(../../images/cases/restaurants/tab-stay.jpg) no-repeat;
	color: #000;
	text-decoration: none;
	width: 227px;
	height: 24px;
	display: block;
	padding: 0.7em 0 0.4em 0;
	font-size: 15px;
}
.link-example li a:hover{
	background: url(../../images/cases/restaurants/tab-active.jpg) no-repeat;
	color: #fff;
	text-decoration: none;
}
.link-example li.active a{
	background: url(../../images/cases/restaurants/tab-active.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
}
.related-link{
	padding-top: 16px;
	float: right;
}
.related-link li{
	float: left;
	margin-left: 20px;
}

/* distributors */
.interview .key-area-distributors{
	background: url(../../images/cases/distributors/bg-key1.jpg) no-repeat;
	height: 348px;
	position: relative;
}

/* farmer */
.interview .key-area-farmers{
	background: url(../../images/cases/farmers/bg-key1.jpg) no-repeat;
	height: 350px;
	position: relative;
}
.interview .interview-inner .boxed-b{
	padding: 12px 20px;
	background: url(../../images/cases/farmers/bg-grain.jpg) no-repeat;
	/*border: 3px solid #eeeeee;*/
	font-weight: bold;
}
.interview .interview-inner .boxed-b dl dt{
	float: left;
	color: #486a00;
}
.interview .interview-inner .boxed-b dl dd{
	margin-left: 7em;
}