@charset "utf-8";

/* 電撃AppアーカイブCSS（archive.css）

最終更新：2014.10.30

※リセットは /css/normalize.css を利用
※Webフォントは /css/font-awesome.min.css を利用
※共通部分は /ap/css/common.css を利用

このCSSは

・電撃Appアーカイブ関係の要素

について記述。

*/

/* 初期設定 */

/* micro clearfix */
#news_list li a:before,
#news_list li a:after {
	content: "";
	display: table;
}

#news_list li a:after { clear: both; }

/* 記事一覧 */
#contents #news_list {
	background-color: #ffffff;
	border: 1px solid #dedede;
	box-shadow: 0 1px 2px 0 #e0e0e0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2em;
	margin: 0 auto 30px;
	padding: 0 0 10px;
}

#contents #news_list h1 {
	background: url(../img/h1_line01.png) center bottom no-repeat;
	background-size: contain;
	color: #e54f00;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 10px;
}

#news_list ul li {
	background-color: #fcfcfc;
	border: 1px solid #e0e0e0;
	box-shadow: 0 1px 5px 0 #f0f0f0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px;
}

#news_list ul li a {
	cursor: pointer;
	display: block;
	padding: 10px;
	text-decoration: none;
}

#news_list ul li h2 {
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 0 5px;
}

#news_list ul li .article_thumb {
	border: 1px solid #dedede;
	display: block;
	height: auto;
	margin: 0 auto;
}

@media screen and (min-width: 641px) {
	#news_list ul li .article_thumb {
		float: left;
		margin: 0 10px 0 0;
	}
}

#news_list ul li .summary {
	font-size: 16px;
	line-height: 1.5em;
	margin: 10px 0 0;
}

@media screen and (min-width: 641px) {
	#news_list ul li .summary {
		display: table-cell;
		margin: 0;
	}
}

#news_list .more,
#news_list .back {
	font-size: 14px;
	line-height: 1.2em;
	padding: 0 10px 0 0;
	text-align: right;
}

#news_list .back {
	padding: 0 0 0 5px;
	text-align: left;
}
