@charset "utf-8";

/*
 * 記事一覧ページ設定 
 */
.article-list #page #main > .section,
.article-list #page #main > .section > *{border: 0;}

#page .section.article-list a {color: #525252;}

#page .section.article-list .header .title
{
	font-size: 24px;
}

#page .section.article-list .content
{
	padding: 0 25px 30px 25px;
	font-size: 15px;
}

#page .section.article-list .full{
	padding: 15px;
}

#page .section.article-list .article{
	width: 330px;
	height: 330px;
	margin:5px 15px 25px 0;
	position:relative;
}

#page .section.article-list .article .figure{
	background-color: #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#page .section.article-list .article .no_image{
	background-color: #e0e0e0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#page .section.article-list .article .no_image .alt{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -1em;
}

#page .section.article-list .article .excerpt{
	background-color: #fff;
	color: #222;
	width: 100%;
	padding: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/*
 * 記事個別ページ設定 
 */
.article #page #main > .section,
.article #page #main > .section > *{border: 0;}

/* SNS */
.article #page #sns {
	margin: 10px 20px;
	padding: 10px 0;
	height: 20px;
}
.article #page #sns > div{
	float: left;
	margin-right: 7px;
}

#page .section.article .header .title
{
	font-size: 24px;
}

#page .section.article .content
{
	padding: 15px 25px;
	font-size: 13px;
}

#page .section.article .full{
	padding: 15px;
}