@charset "UTF-8";
@import "common.css";
@import "base.css";

/*共通--------------------*/

h1 {
	width: 698px;
	height: 63px;
}


/*一覧--------------------*/

.list_main {
	clear: both;
	width: 638px;
	margin: 12px auto 35px auto;
	padding: 30px 30px 0 30px;
	background:url(../img/corner_main_bg.jpg) top left no-repeat;
}

.list_block {
	clear: both;
	width: 638px;
	margin: 0 auto 20px auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.list_box01 {
	float: left;
	width: 305px;
	min-height: 105px;
	*height:105px;
	*height:105px;
	margin-left: 5px;
	position:relative;
}

.list_box02 {
	float: right;
	width: 305px;
	min-height: 105px;
	*height:105px;
	*height:105px;
	margin-right: 5px;
	position:relative;
}

.list_block .ph {
	float: left;
	width: 102px;
}

.list_block .txt {
	float: right;
	width: 193px;
}

.list_block .txt p,
.list_block .txt h2 {
	margin-left: 3px;
}

.list_block .txt h2 {
	margin-bottom: 35px;
}

.list_block .txt img {
	position:absolute;
	bottom:0;
}



/*詳細--------------------*/

.trade_main {
	clear: both;
	width: 644px;
	margin:0 auto 25px auto;
}

.trade_main .ph {
	float: left;
	width: 270px;
}

.trade_main .txt {
	float: right;
	width: 356px;
}

.trade_block h2 {
	margin-bottom: 20px;
	padding: 7px 20px;
	font-size: 116%;
	color: #FFFFFF;
	font-weight: bold;
	background:url(../trader_list/img/sttl_bg.jpg) top left repeat-y;
}

.trade_block h2 span {
	font-size:85%;
	*font-size: small;
    *font: x-small;
}


.cate_main {
	clear: both;
	width: 656px;
	margin-bottom: 35px;
	padding: 13px 21px 0 21px;
	background:url(../img/corner_main_bg.jpg) top left no-repeat;
}

.cate_main .sttl {
	margin-bottom: 10px;
}

.cate_block {
	clear: both;
	width: 656px;
	margin-bottom: 10px;
}


.cate_block .cate_left {
	float: left;
	width: 313px;
	margin-left: 5px;
}

.cate_block .cate_right {
	float: right;
	width: 313px;
	margin-right: 5px;
}

.cate_block .cate_left .ph,
.cate_block .cate_right .ph {
	float: left;
	width: 102px;
}

.cate_block .cate_left .txt,
.cate_block .cate_right .txt {
	float: right;
	width: 196px;
}


.jigyo_ttl{
	width: 698px;
	height: 52px;
	text-indent: -9999px;
	background:url(../trader_list/img/jigyosya_ttl.jpg) top left no-repeat;
}

.jigyo_block {
	clear: both;
	width: 620px;
	padding: 0 35px 30px 43px;
	background:url(../img/jigyosya_bg.jpg) top left no-repeat;
}

.jigyo_block #g_map {
	float: left;
	width: 380px;
	height: 340px;
	margin-top: 5px;
}

.jigyo_block .txt {
	float: right;
	width: 215px;
	margin-top: 23px;
}

.jigyo_block .txt h5 {
	font-weight:bold;
}

/*一覧--------------------*/

#list_btn {
	width: 640px;
	margin:0 34px 0 24px;
}

#list_btn li {
	float: left;
	margin-left: 5px;
	line-height: 0;
	font-size: 0;
	display: inline;
}


.sake_line,
.men_line,
.chiku_line,
.sui_line,
.nou_line {
	clear: both;
	width: 635px;
	height: 3px;
	margin:0 0 25px 0px;
	font-size: 0;
}


.sake_line {
	background:url(../category/img/sake_sttl_bg.gif) bottom left repeat-y;
}

.men_line {
	background:url(../category/img/men_sttl_bg.gif) top left repeat-y;
}

.chiku_line {
	background:url(../category/img/chiku_sttl_bg.gif) top left repeat-y;
}

.sui_line {
	background:url(../category/img/sui_sttl_bg.gif) top left repeat-y;
}

.nou_line {
	background:url(../category/img/nou_sttl_bg.gif) top left repeat-y;
}


