/*交互の背景色*/
.bg-alternate .section > section:nth-of-type(odd) > .bg-fill{ background-color: #FFF; }
.bg-alternate .section > section:nth-of-type(even) > .bg-fill{ background-color: #f6f6f6; }

/*見出し h3*/
.container > h3 {
	color: #555;
	font-size: 114%;
	font-weight: 700;
	border-bottom: 2px solid #EEE;
	margin-top: 3em;
	padding-bottom: .5em;
}

/*見出し h4*/
.container > h4 {
	font-weight: 700;
	margin-top: 20px;
}

/*テーブル内太字（金額）*/
.table strong {
	color: #d00;
}

/*テーブル見出し列幅を調整*/
.table tr th:first-of-type{
	min-width: 6em;
}

/*リスト頭揃えを調整*/
.section .container > ul{
	padding-left: 1.4em;
}

/*の表示調整*/
.socialMedia {
	margin-top: 80px;
	background-color: transparent;
}
.socialMedia table{
	margin: 0 auto;
}
.socialMedia td {
	display: inline-block;
}