﻿@charset "UTF-8";

/* レイアウト */
#inf-log {
	margin: 0 auto;
	width: 600px;
	float: left;
}
#log-right {
	float: right;
	width: 330px;
}
#log-main {
	margin: 0 auto;
	float: left;
	width: 330px;
}
.pagenote{
	clear: both;
}

/* タイトル部分 */
#inf-log h2 {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	font-size: 100%;
	background: url(../img/title/titleback.gif) repeat-x top left;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
}
#recom-log h2,
#br-log h2,
#br-log2 h2 {
	margin: 1px 1px 0 1px;
	padding: 0 0 0 5px;
	font-size: 100%;
	background: url(../img/title/titleback.gif) repeat-x top left;
	height: 30px;
	line-height: 30px;
}

/* 閲覧履歴の枠 */
#inf-log {
	margin-bottom: 15px;
}
#br-log,
#br-log2 {
	margin-bottom: 15px;
	border: 1px solid #ccc;
}
#inf-log table,
#br-log table,
#br-log2 table {
	width: 100%;
}
#inf-log table tr td {
	padding: 5px 0;
}

/* 最近チェックしたインフォメーション/アイテム */
/* サムネイル */
td.col-img {
	width: 90px;
	text-align: center;
}
/* 削除ボタン */
td.btn-dell-one {
	width: 50px;
	background-color: #f6f6f6;
	font-size: 85%;
	text-align: center;
}
/* コメント部分 */
td.col-mid {
	width: auto;
}
.g-com,
.inf-com,
.shop {
	margin-left: 0;
}

/* おすすめアイテム */
#recom-log {
	margin-bottom: 0;
	border: 1px solid #ccc;
	position: relative;
	clear: both;
}
#recom-log .carousel {
	margin: 10px 45px;
}

#recom-log ul li {
	padding: 0 5px;
	width: 100px;
	font-size:77%;
}
#recom-log .prev {
	position: absolute;
	top: 36px;
	left: 2px;
	width: 32px;
	height: 64px;
	cursor: pointer;
	background:  url(../js/jcarousel_lite/img/prev-horizontal.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow:hidden;
	outline:none;
}
#recom-log .prev:hover,
#recom-log .prev:active {
	background-position: -32px 0;
}

#recom-log .next {
	position: absolute;
	top: 36px;
	right: 2px;
	width: 32px;
	height: 64px;
	cursor: pointer;
	background:  url(../js/jcarousel_lite/img/next-horizontal.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow:hidden;
	outline:none;
}
#recom-log .next:hover,
#recom-log .next:active {
	background-position: -32px 0;
}


/* 最近チェックしたブランド */
#br-log table tr td h3,
#br-log2 table tr td h3 {
	padding: 5px;
}

/* 注意事項部分 */
#pagenote {
	margin: 10px 0;
	padding: 10px;
	font-size:85%;
	border: 2px solid #eee;
	clear: both;
	width: 580px;
}
#dell-all-wrap {
	margin: 10px 0;
	padding: 10px;
	font-size:85%;
	border: 2px solid #eee;
	width: 580px;
	clear: both;
}
#checklog-off-wrap,
#checklog-on-wrap {
	margin: 10px 0;
	padding: 10px;
	font-size:85%;
	border: 2px solid #cce2ff;
	width: 580px;
	clear: both;
}
ul.pagenote-list li {
	padding-left: 11px;
	background: url(../img/list.gif) left 3px no-repeat;
	line-height: 1.5;
}
.comp-mess {
	padding: 5px;
	background-color: #ffffee;
	
}


