
/* タイムラインメッセージ コンテンツのみ表示 */
.private ._mtl_privateOverlay
{
    position             : absolute;
    z-index              : 1;
	width                : 100%;
    height               : 100%;
    background           : #222;
    opacity              : 0.1;
    filter               : progid:DXImageTransform.Microsoft.Alpha(opacity=10);
}

#infomationList.infomation,
#infomationList.infomationList {
    width                : 96%;
    margin-left          : 2%;
}

.infomationList .messagePageNavi {
	margin               : 10px;
    font-size            : 14px;
    cursor               : pointer;
}

.infomation ._mtl_articleMessage,
.infomationList ._mtl_articleMessage {
	position             : relative;
    float                : left;
    width                : 100%;
    box-sizing           : border-box;
    background-color     : #fff;
    -moz-border-radius   : 0px!important;
    border-left          : none!important;
    border-right         : none!important;
    border-bottom        : 2px solid #b3424a!important;
    border-top           : none!important;
    border-radius        : 0px!important;
    padding-bottom       : 20px;
}

.infomationList ._mtl_articleMessage {
    padding-bottom       : 10px;
}

.infomation ._mtl_articleMessage ._mtl_messageArea,
.infomationList ._mtl_articleMessage ._mtl_messageArea {
	position             : absolute;
	z-index              : 10;
    margin-left          : calc( 5% - 10px );
}

.infomation ._mtl_articleMessage ._mtl_messageArea label,
.infomationList ._mtl_articleMessage ._mtl_messageArea label {
	color                : #f55;
	font-size            : 8pt;
 	padding-left         :10px;
}

.infomation ._mtl_articleMessage ._mtl_profilePhoto,
.infomationList ._mtl_articleMessage ._mtl_profilePhoto {
    display              : none;
}

.infomation ._mtl_articleMessage ._mtl_profilePhoto img,
.infomation .entryMuteListInfo ._mtl_profilePhoto img,
.infomationList ._mtl_articleMessage ._mtl_profilePhoto img
{
	display              : none;
}

.infomation ._mtl_articleMessage ._mtl_articleHead {
	/*display              : none;*/
}

.infomationList ._mtl_articleMessage ._mtl_articleHead {
    width                : calc( 100% - 25px);
    font-size            : 14px;
}

.infomation ._mtl_articleMessage ._mtl_articleTools,
.infomationList ._mtl_articleMessage ._mtl_articleTools {
	display              : none;
}

.infomationList .userName,
.infomationList ._mtl_articleHead .date {
	display              : none;
}

.infomation .date {
	font-size            : 16px;
    margin               : 15px 15px;
}

.infomationList .date {
	font-size            : 16px;
    margin               : 15px 15px 11px 15px;
}

.infomationList ._mtl_articleHead .title {
	margin-left          : 26px;
    color                : black;
    font-weight          : bold;
    font-size            : 18px;
    line-height          : 1.4;	
}

.infomation ._mtl_articleHead .title {
	display              : none;
}

.infomation ._mtl_articleMessage ._mtl_articleContent,
.infomation ._mbp_article ._mtl_articleContent {
	position             : relative;
	clear                : both;
	width                : 96%!important;
	margin               : 5px 10px 5px 10px!important;
}

.infomation ._mbp_article {
	margin               : 0px 15px 0px 15px;
	padding-top          : 5px;
	padding-bottom       : 5px;
}

.infomation ._mtl_articleMessage ._mbp_articleContent {
	padding-bottom       : 10px;
}

.infomationList ._mtl_articleMessage ._mtl_articleContent {
	display              : none;
}

/*.infomation ._mtl_articleMessage ._mtl_articleContentText .emotionicon,
.infomation ._mbp_article ._mbp_articleContentText .emotionicon {
	vertical-align       : bottom;
}
*/

/* カテゴリ・タグ カテゴリ以外非表示 */
.infomation ._mtl_category,
.infomationList ._mtl_category {
	position             : relative;
	clear                : both;
	width                : 80px;
	margin               : 20px 10px 25px 10px!important;
    text-align           : center;	
}

.infomation ._mtl_category .clickMessageCategory,
.infomationList ._mtl_category .clickMessageCategory {
    border               : 1px solid #105ce6;
    padding              : 3px;
}

.infomation ._mtl_hashTag,
.infomationList ._mtl_hashTag {
/*	position             : relative;
	clear                : both;
	width                : 100%;
	margin               : 0px 10px 30px 10px!important;
	padding-bottom       : 5px;*/
	display             : none;
}

.infomation .clickMessageCategory,
.infomation .clickMessageHashTag {
	font-size            : 120%;
	float                : left;
	margin               : 0px 0px 0px 10px;
	cursor               : pointer;
	line-height          : 1.5;
}

/* コメントコマンドライン 非表示 */
.infomation ._mtl_articleMessage ._mtl_commentCommandLine,
.infomationList ._mtl_articleMessage ._mtl_commentCommandLine {
	display              : none;
}

.infomation .mosaTimeline .messagePageNavi,
.infomationList .mosaTimeline .messagePageNavi {
	display              : none;
}

.infomation ._mtl_articleMessage .more,
.infomationLits ._mtl_articleMessage .more {
	position             : relative;
	float                : left;
}

@media all and (min-width: 415px) {

	.infomation ._mtl_articleMessage ._mtl_articleContent,
	.infomation ._mbp_article ._mtl_articleContent {
		width                : calc( 100% - 40px )!important;
		margin               : 5px 10px 5px 10px!important;
	}

	.infomation ._mtl_category,
	.infomationList ._mtl_category
	 {
		width                : 80px;
		margin               : 20px 10px 15px 10px;
		padding              : 0px 5px 5px 5px;
		text-align           : center;		
	}

/*	.infomation ._mtl_hashTag {
		width                : calc( 100% - 40px )!important;
		margin               : 0px 10px 15px 10px;
		padding              : 0px 5px 5px 5px;
	}
	*/
}

@media all and (max-width: 414px) {

}