@charset "utf-8";
.mainArt { position: relative; height: auto !important; }
.mainArt img { z-index: 0; width: 100%; height: auto; }
.moveVertCen { position:absolute; top: 40%; }
.moveVertCen h2 { color: #fff; }

.rowBtn .left:hover { color: #dd2144; }

/*
.rowBtn .fi-heart:hover { color: #dd2144; }
*/
.rowBtn .right:hover { color: #eee; }
.rowBtn .fi-share:hover { color: #eee; }

.msgcnt2:hover { color: #eee !important; }
.msgcnt2 .fi-comment:hover { color: #eee; }

/*列表*/
/*
.add_like:link { color: #dd2144 !important; }
.add_like:visited { color: #dd2144 !important; }
*/
.add_like:hover { color: #dd2144 !important; }
.msgcnt:hover { color: #969696; }

@media (max-width: 767px) {
	.moveVertCen h2 { font-size: 1.2em; }
}

