@charset "utf-8";

/* --------------------------------------------------------- */
/* 記事投稿 - ucar_article.css
------------------------------------------------------------ */

#main {
	float: right;
	width: 720px;
}
#side {
	float: left;
	width: 240px;
}

/* ページング */
.pagingBox {
	border-top: dotted 1px #DADADA;
}

/* ページトップへ */
#contents .pagetop {
	font-size: 11px;
	text-align: right;
	padding-bottom: 20px;
	margin-top: -25px;
}
#contents .pagetop a {
	background: url(../img/icon/ico_up.png) no-repeat 0 5px;
	padding: 0 0 0 11px;
}

/* 記事
------------------------------------------------------------ */
.article {
	padding: 15px;
}
.article img {
	max-width: 685px;
}

/* 記事ステータス */
.status {
	font-size: 11px;
	border-bottom: dotted 1px #DADADA;
	padding: 10px 15px 8px 15px;
}
.status .genre {
	color: #DE1209;
	float: left;
	width: 300px;
}
.status .date {
	text-align: right;
	color: #888;
	float: right;
	width: 300px;
}

/* 店舗情報 */
.border .photo {
	float: left;
	width: 90px;
	padding: 3px 0 15px 0;
}
.border ul.data {
	float: right;
	width: 555px;
	padding-bottom: 15px;
}
.border ul.data li {
	padding-right: 20px;
}
.border ul.data li:nth-child(2n) {
	float: left;
}
.border ul.data li span {
	font-size: 11px;
	color: #919172;
	padding-right: 2px;
}

/* 記事ナビ */
.border h4 {
	border-top: dotted 1px #DADADA;
	clear: both;
	padding: 10px 0 5px 0;
}
.border .arrowIco li {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}



/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */

/* clearfix
------------------------------------------------------------ */
.status:after,
.border:after,
ul.data:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .status,
* html .border,
* html ul.data { zoom: 1; } /* IE6 */

*:first-child+html .status,
*:first-child+html .border,
*:first-child+html ul.data { zoom: 1; } /* IE7 */
