﻿@charset "utf-8";
/* CSS Document */


/* -----------------------------
list
----------------------------- */
ul.list h3{}
ul.list h3 span{
	padding-left:10px;
	font-weight:normal;
	font-size:12px;
}
ul.list .pix{
	text-align: center;
	padding: 3px;
	border: 1px solid #CCC;
	width: 90px;
}

ul.list .txt{
	margin-top:6px;
}

.detail .date{
	margin-top: 0px;
	position:absolute;
	top:0;
	right:0;
	border-bottom: none;
}



.detail .pix{
	text-align: center;
	padding: 3px;
	border: 1px solid #CCC;
	width: 90px;
}

.detail .dtl{
	float: right;
	width: 810px;
	padding-top: 5px;
}

.detail .dtl .shop_name{
	margin-bottom: 10px;
	font-weight: bold;
}
.detail .dtl .shop_name span{
	padding-right: 10px;
	font-weight: normal;
}

.detail .dtl dl{
	margin-top: 25px;
}
.detail .dtl dl dt,
.detail .dtl dl dd{
	display: inline-block;
	/display:inline;
	/zoom:1;
	margin-bottom:8px;
}
.detail .dtl dl dt{
	width: 80px;
	background: url(../../common/images/bg_dot.png);
	text-align: center;
}
.detail .dtl dl dd{
	width: 700px;
	margin-left: 10px;
}
