@charset "UTF-8";

/* ローディングマーク */
.timeline-loading {
    width             : 200px;
    letter-spacing    : 2px;
    font-size         : 24px;
    margin            : 100px auto;
    line-height       : 30px;
}

.timeline-loadingMark {
    position          : relative;
    float             : left;
    width             : 30px;
    height            : 30px;
    background        : rgba(255,255,255,0.0) url(/assets/img/common/indicator.gif) no-repeat center center;
    color             : #666;
    background-size   : contain;
    margin-right      : 10px;
}

#waseda-gymnastics-infomation-list-page {
	position             : relative;
	width                : 90%;
	margin               : 0 auto;
    padding              : 0px 0px;
}

#waseda-gymnastics-infomation-list-page .section-lv2 h2 {
   letter-spacing        : 8px;
}


#infomationList {
	margin-top           : 50px;
}

#timeline-max-count {
    float                : right;
    margin-right         : 20px;
    margin-top           : 10px;
	font-size            : 16px;
    right                : 10px;
}

.mosaTimelineEntry-item.text {
    width                : calc(-5px + 100%)!important;
}

@media all and (min-width:321px) and (max-width: 414px) {
	#infomation-list #timeline-max-count {
	    font-size            : 16px;
	    /*top                  : 84px;*/
	}
}

/* カテゴリ検索結果 */
.entry-counter {
	margin             : 10px 20px;
	font-size          : 16px;
}

#mtl_mosaTimelineSelectEntryList {
	position           : relative;
	width              : 100%;
	background         : #f4f4f2;
	margin-top         : 10px;
	padding-bottom     : 10px;
}

#_mtl_mosaTimelineSelectEntryList .entry-head {
    position           : relative;
    display            : block;
    margin-left        : 10px;
    margin-bottom      : 5px;
    border-top         : none;
    border-bottom      : 3px solid #8a0623;
    padding            : 10px 0px 5px 0px;
    color              : #777;
    white-space        : nowrap;
}

.mosaTimelineEntryList li {
    padding-top        : 20px;
	padding-bottom     : 10px;
    border-bottom      : 1px solid #666;
}

#_mtl_mosaTimelineSelectEntryList .entry-head  .entry-title,
#_mtl_mosaTimelineSelectEntryList .entry-head  .entry-catrgoryName {
	margin-right       : 0px;
	margin-left        : 5px;
	font-size          : 18px;
	line-height        : 1.1em;
	text-decoration    : none;
	white-space        : nowrap;
	display            : inline;
	vertical-align     : bottom;
}

.mosaTimelineEntry-item .entry-date {
    padding-left       : 10px;
	font-size          : 14px;
}
.mosaTimelineEntry-item .entry-subject {
    padding            : 10px 6px;
	font-size          : 16px;
    line-height        : 1.4;
    color              : #000;
}
.mosaTimelineEntry-item .entry-content {
	display            : none;
}
.mosaTimelineEntry-item .entry-category {
    padding            : 0px 10px;
	font-size          : 14px;
}

/*　お知らせ詳細  */
#timelineMessageViewer-content ._mtl_articleMessage ._mtl_articleHead .date {
	position             : relative;
	clear                : both;
	float                : left;
    margin               : 10px 20px;
    font-size            : 16px;
    line-height          : 1.2;
}

#timelineMessageViewer-content ._mtl_articleMessage ._mtl_articleHead {
	position             : relative;
	width                : 100%;
	float                : left;
	margin               : 5px 0px 5px 0px;
}

#timelineMessageViewer-content ._mtl_articleMessage ._mtl_articleHead .title {
	position             : relative;
	clear                : both;
    padding              : 20px;
    background-color     : #8a06234d;
 	color                : #000;
    font-size            : 20px;
 	font-weight          : bold;
 	line-height          : 1.6;
    font-family          : "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

#timelineMessageViewer-content ._mtl_articleMessage ._mtl_articleContent,
#timelineMessageViewer-content ._mbp_article ._mtl_articleContent {
	position             : relative;
	clear                : both;
	width                : 100%;
	margin               : 5px 0px 5px 0px;
}

#timelineMessageViewer-content ._mtl_profilePhoto,
#timelineMessageViewer-content ._mtl_articleHead .userName,
#timelineMessageViewer-content ._mtl_articleHead .timelineTitle,
#timelineMessageViewer-content ._mtl_commentCommandLine {
	display              : none;
}

#_mtl_mosaTimelineSearchResultEntries .entry-mosa-name {
	display              : none;	
}

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

	#timelineMessageViewer-content ._mtl_articleMessage ._mtl_articleContent,
	#timelineMessageViewer-content ._mbp_article ._mtl_articleContent {
		width: calc( 100% - 20px )!important;
		margin: 5px 10px 5px 10px;
	}
}

/* ページナビ */
.infomationList .messagePageNavi {
	margin               : 10px;
    font-size            : 14px;
    cursor               : pointer;
}

.infomationList .messagePageNavi:last-child {
    display              : table;
	padding-top          : 20px;
}

.infomationList .messagePageNavi label
{
    color                : #555;
    cursor               : pointer;
    margin               : 0px 6px 0px 4px;
    font-size            : 120%;
}

.infomationList .messagePageNavi label.current
{
	color                : #000080;
    font-size            : 130%;
	font-weight          : bold;
	margin               : 0px 6px 0px 4px;
}

