#content{
	float:left;
	font-size:82%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #CECECE;
}
/* 初めての方へ */
#content #info-detail h3{
	font-size:110%;
	border-left:5px solid #CD5C5C;
	border-bottom:1px solid #CD5C5C;
	margin:10px 0 10px 0;
	padding:0 0 0 5px;
	clear:left;
}
#content #info-detail .box{
	float:left;
	width:449px;
	border:1px dashed #999999;
	margin:0;
	padding:5px;
}
#content #info-detail .arrow{
	float:left;
	font-size:200%;
	font-weight:bold;
	color:#556B2F;
	padding:10px 0 20px 10px;
	margin:0 10px 0 0;
}
#content #info-detail #attention{
	width:680px;
	font-weight:bold;
	border:1px solid #CD5C5C;
	margin:70px 0 10px 5px;
	padding:5px;
	clear:left;
}
#content #info-detail .attentionbox{
	font-weight:normal;
	margin-left:10px;
	padding:5px;
}
/* 会社概要 */
#content #company-detail h3{
	font-size:110%;
	border-left:5px solid #CD5C5C;
	border-bottom:1px solid #CD5C5C;
	margin:10px 0 3px 0;
	padding:0 0 0 5px;
	clear:left;
}
#content #company-detail h4{
	font-size:80%;
	padding:0 0 0 10px;
}
#content #company-detail .company_text{
	margin:10px 0 20px 20px;
}
#content #company-detail .company_text p{
	margin:0 0 10px 0;
}
/* サイトマップ */
#content #sitemap-detail a:link,
#content #sitemap-detail a:visited{
	text-decoration:underline;
}
#content #sitemap-detail h3 {
	font-size:110%;
	font-weight: bold;
	color: #696969;
	padding:5px;
	margin: 20px 0 10px;
	border-bottom: 1px dotted #CECECE;
}
#content #sitemap-detail #sitemap-category1{
	border-collapse:collapse
	width:610px;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}
#content #sitemap-detail #sitemap-category2{
	border-collapse:collapse
	width:610px;
	border: 1px solid #CECECE;
}
#content #sitemap-detail #sitemap-category1 td,
#content #sitemap-detail #sitemap-category2 td{
	width:202px;
	padding:6px 5px 10px;
}
#content #sitemap-detail #sitemap-category1 th{
	background:#F9F9F9;
	font-size:100%;
	padding:8px 5px;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}
#content #sitemap-detail #siteinfo{
	clear:both;
}
#content #sitemap-detail #siteinfo li{
	padding:5px;
}
#content #sitemap-detail #siteinfo #siteinfo-site{
	float:left;
	width:254px;
}
#content #sitemap-detail #siteinfo #siteinfo-company{
	float:right;
	width:254px;
}
#content #sitemap-detail:after{content:"";display:block;clear:both;}

/* プライバシーポリシー */
#content #privacy-detail{
}
/* 出店のご案内 */
#content #branch-detail ul{
	margin:0 0 10px;
}

#content #branch-detail ul li.indent{
	margin-left:13em;
	text-indent:-13em;
}
/* 共同受注・大口発注 */
#content #order-detail p{
	margin:0 0 5px;
	text-indent:1em;
}

#content #order-detail ul{
	margin:20px;
}

/* 出店申し込み */
#content #branch-detail2 p{
	margin:0 0 5px;
	text-indent:1em;
}

#content #branch-detail2 ul{
	margin:20px;
}

/* 新着情報 */
/*-------一覧ページ----------------*/

#new-info-list{
	width:508px;
	margin:5px auto;
}
#new-info-list table{
	width:100%;
	margin:5px auto;
}
#new-info-list table th{
	width:5em;
	padding:4px;
	font-weight:normal;
	vertical-align:top;
	text-align:center;
	border-bottom:dashed 1px #CECECE;
}
#new-info-list table td{
	padding:4px;
	border-bottom:dashed 1px #CECECE;
}
#new-info-list p{
	text-align:right;
	margin-right:1em;
	margin-bottom:5px;
	}

/*-------詳細ページ----------------*/

#new-details{
	width:508px;
	margin:5px auto;
	border:solid 1px #CECECE;
}
#new-details h3#new-title{
	margin-bottom:5px;
	padding:10px;
	border-bottom:dotted 1px #CECECE;
}
#new-details #new-text{
	padding:10px;
}
#new-details #new-text ul{
	margin:16px 0;
	padding-left:40px;
	list-style:disc outside;
}
