/*===============================================
home.css
v1.0.0
Last Updated: 2017-09-26
Author: SAY Computer Inc.

トップ（ホーム）ページの設定
------------------------------------------------
【履歴】
v1.0.0 新規作成
------------------------------------------------
【メモ】
基本色：#339933
===============================================*/

#contentsArea {
	padding: 1em;
	background-color: #fff;

	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

h2.section.info {
	border-top: 2px solid #338941;
	border-left: none;
	font-size: 1em;
	padding: 1.1em 1em;
}

/*----------------------------*/
/* トップ画像
/*----------------------------*/

#topimgArea
{
	position: relative;
	width: 100%;
	text-align: center;
}

#topimgArea .photoframe {
	/* margin: 0 auto; */
	width: 72%;
}

/*----------------------------*/
/* コンテンツ部
/*----------------------------*/

#contentsArea {
	margin-top: 1em;
}

/* 記事内容 */
.contents
{
	display: table;
	border-collapse: separate;
	border-spacing: 1em 0;
	width: 100%;
}
.contents .left
{
	display: table-cell;
	vertical-align: top;
}
.contents .right
{
	display: table-cell;
	width: 250px;
	vertical-align: top;
}

#infopast {
	text-align: right;
}
#infopast .fa {
	color: #3b4962;
}
