/* index */
#visual {
	border:1px solid #ddd;
	margin:auto;
}

table.visits  {
	width:95%;
	margin:auto;
	margin-top:10px;
}

table.visits th{
	background-color:#666;
	font-weight:normal;
	border-color:#999;
	text-align:center;
}

a:visited.sort, a.sort {
	color:#fff;
}


table.visits td{
	border-color:#999;
	color:#444;
}

.altrow {
	background-color:#ededed;
}

.starPhoto {
	padding:3px;
	border:1px solid #999;
}

.visit_date {
	color:#003399;
}


/* VIEW */
.visit {
	background-color:#FFFAFa;
	width:95%;
	margin:auto;
	margin-top:15px;
	border:1px solid #ddd;
}

.visit h2 {
	margin-top:15px;
}

/* 来店情報テーブル　*/
table.visit_info {
	width:100%;
}

table.visit_info th,table.visit_info td{
	border:0;
	color:#333;
}

.photos {
	padding:0 10px;
	width:140px;
}

.photo {
	padding:4px;
	border:1px solid #999;
	background-color:fff;
	margin-bottom:8px;
}

table.star_info {
	width:100%;
}

.basic_info {
	background-color:#ddd;
	color:#003333;
	font-size:10pt;
	text-align:center;
	margin-bottom:15px;
}

.staff_comment {
	padding:7px;
	padding-top:15px;
}

/* 食べたメニュー*/
.related {
	width:100%;
	text-align:left;
}

.related h3 {
	text-align:center;
	font-size:10pt;
	margin-bottom:3px;
}

.related ul {
	list-style-position:inside;
	margin:0;
	padding:0;
}

.related li {
	line-height:1.5em;
	font-size:9pt;
}

div.actions {
	width:80%;
	margin:auto;
	margin-top:15px;
}

div.actions ul{
	font-size:11pt;
}

div.actions li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-right:20px;
}



div.actions a, div.actions a:visited {
	background-color:#D4D0C8;
	border-color:#EEEEEE rgb(102, 102, 102) rgb(102, 102, 102) rgb(238, 238, 238);
	border-style:solid;
	border-width:1px 2px 2px 1px;
	color:#000000;
	float:left;
	font-size:9pt;
	padding:3px 10px;
	text-decoration:none;
}

