﻿@charset "UTF-8";

/* -----------------------------
*	モニターレポート
----------------------------- */

/* レポート一覧 */
.reportList { clear: both; margin: 15px 0 40px 0; padding: 15px 10px 10px 10px; background: url(../img/bg.jpg) repeat left top; border: 1px solid #e7e4e0; color: #333;}
.reportList p { margin-top: 0;}
.reportList .itemName { min-height: 60px; height: auto !important; height: 60px;}
.reportList .itemName a { padding-top: 5px; text-decoration: none; font-size: 116%;}
.reportList .itemName img.image { float: left; margin-right: 10px; padding: 3px; background: #fff; border: 1px solid #c8c8c8;}

.reportList .userName { clear: both; margin-bottom: 0; padding: 10px 0 2px 0; border-bottom: 1px solid #d8d0c4;}
.reportList .userName strong { padding-left: 25px; background: url(../img/icon.gif) no-repeat left top; font-size: 108%;}
.reportList .userComment { padding: 10px;}
.reportList .userComment .text { float: left; width: 500px; font-size: 93%; line-height: 1.5;}
.reportList .userComment .image { float: right; width: 190px;}
.reportList .userComment .image img { padding: 4px; background: #fff; border: 1px solid #c8c8c8;}

.reportList .innerbox { clear: both; padding: 10px; background: #f5efe4; color: #6c4c4c;}
.reportList .innerbox dt { margin-bottom: 5px; font-weight: bold;}
.reportList .innerbox dd { font-size: 93%;}



/* モニター募集 */
.centerbox3 { margin: 30px 0 50px 0;}
.centerbox3 { background-color: #fbf8f2;}
.box .itemImage { float: left; width: 180px; padding-right: 15px;}
.box .itemImage img { border: 1px solid #dcdcdc;}
.box .itemComment { float: right; width: 520px; font-size: 93%;}
.box .itemComment a { font-weight: bold; font-size: 116%;}
.centerbox1 .innerbox { margin: 10px 0; padding: 15px 15px 5px 15px; background: #fff; color: #333;}
.centerbox3 .innerbox { margin: 15px 0; padding: 15px 15px 5px 15px; background: #f5efe4; color: #333;}



/* clearfix
----------------------------- */
.reportList .userComment { clear: both; display:inline-block;}
.reportList .userComment:after { content:"."; display:block; clear:both; height:0; visibility:hidden;}
/* Hides from IE-mac \*/
* html .reportList .userComment { height:1px;}
.reportList .userComment { display:block; }
/* End hide from IE-mac */

