@charset "utf-8";
/* CSS Document */

/*-------------------------------------------
レビューTOP
------------------------------------------ */
a.btn-edit {
	padding:10px 10px 10px 33px;
	background:#666666 url(../common/img/ico_edit.png) left no-repeat;
	font-size:0.85em;
	text-decoration:none;
	color:#FFF;
}

a.btn-delete {
	padding:10px 10px 10px 33px;
	background:#666666 url(../common/img/ico_delete.png) left no-repeat;
	font-size:1.2em;
	text-decoration:none;
	color:#FFF;
}

a.btn-edit:hover {
	background:#CC0000 url(../common/img/ico_edit_on.png) left no-repeat;
}

a.btn-delete:hover {
	background:#CC0000 url(../common/img/ico_delete_on.png) left no-repeat;
}

.pager {
	position:relative;
	overflow: hidden;
	text-align:center;
	margin-bottom:40px;
}

.pager ul {
	position:relative;
	left:50%;
	float:left;
}

.pager li {
	display:block;
	position:relative;
	left:-50%;
	float:left;
	margin-right:15px;
	line-height:30px;
}

.pager li a {
	display:block;
	padding:0 20px;
	background-color:#CCC;
	text-decoration:none;
}


/*-------------------------------------------
レビュー詳細
------------------------------------------ */
.user-tbl {
	border:0;
	width:100%;
}

.user-tbl tr {
	border:#CCCCCC 1px solid;
}

.user-tbl th {
	background-color:#fbfaed;
	font-size:1.0em;
	font-weight:bold;
	padding:5px 10px;
}

.user-tbl th, .user-tbl .midashi {
	color:#978230;
}

.user-tbl td {
	background-color:#ffffff;
	font-size:1.4em;
	padding:20px 10px;
}

.reply-tbl {
	border:0;
	width:100%;
}

.reply-tbl tr {
	border:#CCCCCC 1px solid;
}

.reply-tbl th {
	background-color:#e5edf6;
	font-size:1.0em;
	font-weight:bold;
	padding:5px 10px;
}

.reply-tbl th, .reply-tbl .midashi {
	color:#50769b;
}

.reply-tbl td {
	background-color:#ffffff;
	font-size:1.4em;
	padding:20px 10px;
}

a.btn-submit {
	background-color:#666;
	padding:15px 30px;
	font-size:1.2em;
	text-decoration:none;
	color:#FFF;
}

a.btn-submit:hover {
	background-color:#CC0000;
}

.midashi {
	width:150px;
}

select, input {
	padding:7px;
}

textarea {
	width:100%;
	height:150px;
	line-height:1.8;
}

.f-11 {
	font-size:0.78em;
}

/*-------------------------------------------
レビュー登録・編集完了
------------------------------------------ */
.done-txt {
	padding:100px 0 150px;
	font-size:1.4em;
	text-align:center;
}


/*-------------------------------------------
写真一覧
------------------------------------------ */
.phot-index li {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
