/*RM6075用の一時的なcssファイル
 * review-post-area.css
 */
/* post-area */
.post-area							 {margin-bottom: 40px;background: url(../img/bg-post-area02.png) top left repeat-y;}
.post-area .inner					 {padding-top: 40px;background: url(../img/bg-post-area01.png) top left no-repeat;}
.post-area .inner .bg				 {padding: 5px 40px 35px;background: url(../img/bg-post-area03.png) bottom left no-repeat;}
.post-area .item					 {margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px dotted #b2b2b2;position: relative;}
.post-area .item:last-child			 {margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
.post-area .item .txt-title			 {margin-bottom: 20px;}
.post-area .item .txt-title a		 {color: #1d8383; font-weight: bold; text-decoration: none;}
.post-area .item .txt-title a:hover	 {text-decoration: underline;}
.post-area .item .edit-btn			 {position: absolute;	top: 6px; right: 0;}
.post-area .item .edit-btn a		 {padding: 3px 18px 3px 10px;background: #f39956;background: -webkit-linear-gradient(#ffb87d 0%, #f09b55 100%);background: linear-gradient(#ffb87d 0%, #f09b55 100%);border-color: #f09b55;color: #ffffff;-webkit-border-radius: 6px;border-radius: 6px;font-size: 14px;font-weight: bold;}
.post-area .item .edit-btn a:hover	 {background: #ffb87d;background: -webkit-linear-gradient(#f09b55 0%, #ffb87d 100%);background: linear-gradient(#f09b55 0%, #ffb87d 100%);color: #ffffff;}
.post-area .item .edit-btn a span	 {padding-left: 15px;}
.post-area .item .list-review dd	 {width: 700px;min-height: auto;height: auto;margin: 0 0 20px!important;}
.post-area .item .list-review dd:last-child{margin: 0 0 10px!important;}
.post-area .item .list-review dd span {color: #da7d30;}
.post-area .item .date				 {color: #666;text-align: right;}
.post-area #open-btn				 {margin-top: -10px;text-align: right;cursor:pointer;}
.post-area #open-btn span			 {margin-left: 3px;color: #339090;text-decoration: underline;vertical-align: 1px;}
.post-area #open-btn span:hover		 {text-decoration: none;}
.post-area .acc-box					 {display: none;}

/* listitem-mypage-review-detail */
.listitem-mypage-review-detail-draft02				 {
display: inline-block;
text-align: center;
background-color: #fa8088;
color: #ffffff;
border: 1px solid #fa7b84;
font-style: normal;
font-weight: bold;
border-radius: 4px;
padding: 0 5px;
}