@charset "UTF-8";

/* news common */
/*************************************************************/
/* list box */
.news .list_box {
	zoom : 1;
	overflow: hidden;
	clear: both;
	width: 645px;
	padding: 29px 3px 0px;
	border-top: #999999 1px dotted; 
	border-bottom: #999999 1px dotted;
}

.news .list_box * {
	vertical-align: baseline;
}

.news .list_box .ph_box {
	clear: both;
	float: left;
	margin-right: 19px;
	padding-bottom: 20px;
}

.news .list_box .ph_box p {
	width: 224px;
	margin-bottom: 9px;
	text-align: center;
}

.news .list_box .ph_box p.ph {
	padding-bottom: 20px;
	background: url(../../images/bg_zoom.gif) right bottom no-repeat;
}

.news .list_box .ph_box p.ph a {
	display: block;
	border: #c8c8c8 1px solid;
}

.news .list_box .ph_box p img {
	width: 220px;
	padding: 1px;
	border: #c8c8c8 1px solid;
}

.news .list_box .detail_box {
	float: left;
	width: 402px;
}

.news .list_box .shop_sort {
	font-size: 75%;
	font-weight: bold;
	line-height: 1.25;
}

.news .list_box .shop_name {
	margin-bottom: 7px;
	font-weight: bold;
}
.news .list_box .shop_name a {
	font-size: 87.5%;
	line-height: 1.3;
}

.news .list_box .shop_name span {
	color: #FF0000;
	font-size: 75%;
	line-height: 1.6;
}

.news .list_box h3 {
	padding: 5px 0px 3px 6px;
	border-right: #d8d8d8 1px solid;
	border-bottom: #d8d8d8 1px solid;
	color: #333333;
	background-color: #f5f5f5;
	font-size: 87.5%;
	line-height: 1.6;
}

.news .list_box .ic_new {
	padding-right: 43px;
	background-image: url(../../images/ic_new.gif);
	background-position: 355px center;
	background-repeat: no-repeat;
}

.news .list_box .term {
	margin-bottom: 7px;
	padding-top: 8px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.2;
}

.news .list_box .chatchcopy {
	margin-bottom: 7px;
	padding-top: 8px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.2;
	color:#f00;
}

.news .list_box .detail_box div {
	clear: both;
	margin-bottom: 20px;
	padding-top: 6px;
	font-size: 75%;
	line-height: 1.7;
	letter-spacing: 1px;
}


/* news open */
/*************************************************************/
.news_open .news .list_box .detail_box {
	padding-top: 7px;
	border-top: #CCCCCC 3px double;
}

.news_open .news .list_box .shop_name {
	padding-bottom: 7px;
	border-bottom: #CCCCCC 3px double;
}

.news_open .news .list_box .ic_new {
	background-position: 355px 2px;
}

/* news event */
/*************************************************************/
.news .list_box .detail_box div dl {
	clear: both;
	letter-spacing: 0;
}

.news .list_box dl dt {
	float: left;
}

.news .list_box dl dd {
	float: left;
	margin: 0 0 0px 3px;
}

