@charset "utf-8";

/* ========================= */
/* 							 */
/* 	welcome CSS				 */
/* 	last update 180909		 */
/* 							 */
/* ========================= */



/* entryセクション： topics
---------------------------------------------------- */

#topics {
	}

#topics .news_list {
	margin: 0 auto 60px;
    max-width: 996px;
	}
#topics .news_list img.photo {
	max-width: 100%;
	}
#topics .news_list .date,
#topics .news_list h3,
#topics .news_list .catetagid,
#topics .news_list .comm_text,
#topics .news_list .sec_sns {
	padding: 0 6px;
	}

/*---- 枠：全体 ----*/

#infoA {
	position: relative;
	}

#infoA #news_frame {
	margin-top: 50px;
	}

/*---- 枠：ぺージボタン ----*/

.page_butInd {/* index時 */
	font-size: 0.8em;
	margin: 0 0 10px;
	}
.page_butInd .articles {
	display: block;
	margin: 12px 0 0;
	}
.page_but {
	font-size: 0.8em;
	margin: 0 0 10px;
	}


/*---- 枠：サブナビゲーション ----*/

#subNav {
	position: absolute;
	top: -37px;
	left: 0px;
	}
#subNav .gnavs {
	display: inline-block;
	float: left;
	width: 160px;
	margin-right: 10px;
	font-size: 14px;/* reset */
	text-align: center;
	background: #F6F6F6;
	}
#subNav .gnavs a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px 0px;
	}
#subNav .gnavs a.activ {
	color: #cccccc;
	}


@media screen and (max-width: 479px) { /* ヨコ479px以下 */ 


/*---- 枠：サブナビゲーション ----*/

#subNav {
	width: 100%;
	position: absolute;
	top: -37px;
	left: 0px;
	}
#subNav .gnavs {
	float: left;
	width: 32.6%;
	margin-right: 2px;
	}

}