@charset "UTF-8";
@import "layout.css";
/* CSS Document */
/*
.hawaii .thumb {
	background-image: url(../img/news/bg_hawaii.gif)
}

.hong_kong .thumb {
	background-image: url(../img/news/bg_hong-kong.gif)
}

.information .thumb {
	background-image: url(../img/news/bg_info.gif)
}

.events .thumb {
	background-image: url(../img/news/bg_event.gif)
}

.new-item .thumb {
	background-image: url(../img/news/bg_item.gif)
}

.recruit .thumb {
	background-image: url(../img/news/bg_recruit.gif)
}

.ec .thumb {
	background-image: url(../img/news/bg_ec.gif)
}

.collaboration .thumb {
	background-image: url(../img/news/bg_collabo.gif)
}

.ad-gallery .thumb {
	background-image: url(../img/news/bg_ad.gif)
}

.toro-ri_ribbon_project .thumb {
	background-image: url(../img/news/bg_torori.gif)
}

.special .thumb {
	background-image: url(../img/news/bg_q.gif)
}

.sales .thumb {
	background-image: url(../img/news/bg_sales.gif)
}

.planning .thumb {
	background-image: url(../img/news/bg_planning.gif)
}

.public-relation .thumb {
	background-image: url(../img/news/bg_public.gif)
}

.manufacture .thumb {
	background-image: url(../img/news/bg_manufacture.gif)
}

.shop-staff .thumb {
	background-image: url(../img/news/bg_shop.gif)
}
*/
.entry {
	width: 690px;
}

.entry .entry_head {
	height: 100px;
	width: 690px;
	cursor: pointer;
}

.entry .thumb {
	float: left;
	width: 125px;
	height: 100px;
}

.entry .thumb img {
	margin: 7px;
}

.entry h3 {
	background: #444;
	float: left;
	width: 565px;
	font-weight: normal;
	font-size: 1.2em;
}

.entry h3 a {
	display: block;
	background: url(../img/arrow_hlink.gif) no-repeat left center;
	margin-left: 10px;
	padding-left: 15px;
	height: 25px;
	line-height: 25px;
	color: #E5C97F;
}

.entry h3 a.open {
	background: url(../img/arrow_hbtm.gif) no-repeat left center;
}

.entry .excerpt {
	float: left;
	width: 565px;
}

.entry .excerpt dt {
	margin-left: 10px;
	font-weight: bold;
	font-size: 1.1em;
	height: 25px;
	line-height: 25px;
}

.entry .excerpt dd {
	padding: 0 10px;
	line-height: 1.3em;
	height: 49px;
	border-bottom: 1px solid #DADADA;
}

.entry .excerpt dd *{
	margin: 0;
	padding: 0;
}

.entry .desc_wrp {
	clear: both;
	overflow: hidden;
	width: 690px;
	border-bottom: 1px solid #DADADA;
	display: none;
}

#indivisual .entry .desc_wrp {
	display: block;
	padding: 10px 0
}

.entry .description {
	margin: 20px;
}

.entry .description a {
	color: #C0A772;
	font-weight: bold;
	text-decoration: underline;
}

.entry .description h3 {
	background: none;
	float: none;
	width: auto;
}

.entry .permalink {
	text-align: center;
	line-height: 2em;
	margin-top: 10px;
	clear: both;
}

.entry .permalink dt {
	display: inline;
}

.entry .permalink dd {
	display: inline;
	border: 1px solid #DADADA;
	background: #fff;
	padding: 3px 5px;
	margin: 0 3px;
}

.entry .close {
	text-align: right;
	margin: 0;
	width: 690px;
}

