@charset "utf-8";

/*サイド*/

div#side {
	margin-top: 50px;
}

/*コンテンツ*/

div.supportBox01 {
	height: auto;
	width: 600px;
	margin: 0px auto;
	padding: 25px 15px 25px 30px;
}

div.contentsBox h3 {
	font-size: 19px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 30px;
	color: #512828;
}

div.contentsBox h3:before {
	content: "■";
	padding-right: 5px;
	padding-bottom: 15px;
	font-size: 14px;
}

div.contentsBox p {
	font-size: 13px;
	padding-top: 30px;
}

div.contentsBox h4 {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #C00;
}

div.contentsBox h4 span {
	font-size: 14px;
	color: #960;
}

div.contentsBox h5 {
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #F60;
}

table {
	margin-top: 10px;
	margin-bottom: 40px;
	border-collapse: inherit;
	border-spacing: 5px;
}

table th {
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background-color: #F9F9F9;
	color: #333;
}

table td {
	font-size: 13px;
	padding: 5px;
	background-color: #FFF;
	color: #333;
}

.middle {
	vertical-align: middle;
}

.freeText {
	font-weight: bold;
	padding-top: 20px;
	font-size: 40px;
	color: #F60;
}

div.supportTextBox {
	margin-top: 30px;
	background-color: #FDEAD9;
	text-align: center;
	border: 2px solid #900;
}

.supportText001 {
	padding: 20px 20px 0px 20px;
	font-size: 18px !important;
	font-weight: bold;
	text-align: center;
	color: #F00;
}

.supportText002 {
	padding: 5px 20px 20px 10px;
	font-size: 14px !important;
	text-align: center;
}