@charset "utf-8";

.mhHome { position:relative; width:100%; }
.mhNotice { box-sizing:border-box; margin:8px; border:0px solid red; }
.mhNotice a { color:#000; text-decoration:none; }
.mhNotice .title .btitle { line-height:1.7em; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.mhNotice .board { padding-right:5px; color:#333; background:url(lineTextDiv.gif) no-repeat right center; }
.mhNotice .category { padding-right:5px; color:#333; background:url(lineTextDiv.gif) no-repeat right center; }
.mhNotice .replyNum a { font:10px Tahoma; color:#ff1a1a; margin-left:5px;}
.mhNotice .trackbackNum a { font:10px Tahoma; color:#333; margin-left:5px;}
.mhNotice .summary {  }
.mhNotice .author { position:absolute; font-size:12px; right:10px; }
.mhNotice .date { color:#333; font-size:12px; font-family:Tahoma; margin-right:10px; }
.mhNotice .icon { margin-left:3px; }
.mhNotice .boxline { line-height:1.7; vertical-align:top; }

.topbox { border-bottom:1px solid #f1f1f1; margin-bottom:5px; }
.headline { padding:0px 10px 10px 10px; line-height:1.2; font-size:16px; color:#000; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.headline .board { padding-right:5px; color:#333; background:url(lineTextDiv.gif) no-repeat right center; }
.headline .category { padding-right:5px; color:#333; background:url(lineTextDiv.gif) no-repeat right center; }
.headline a { font-size:16px; color:#000; }
.thumb { float:left; margin:0 10px 0 10px; }
.thumb img { border:1px solid #f1f1f1; padding:2px; }
.summary { line-height:2em; margin-left:10px; }
.summary a { color:#646464;  }
.timezone { margin-left:10px; }
.timezone .author { color:#333; font-size:12px; }
.timezone em { color:#333; font-size:12px; margin-right:10px; }

/* Mobile */
@media all and (max-width: 479px) {
	.mhNotice { min-width: 100%; }
	.mhNotice .board,
	.mhNotice .category,
	.mhNotice .author,
	.mhNotice .date { display:none } 
}

