@charset "utf-8";
.mainimgPage {
	height: 700px;
	padding-top: 280px;
	margin-top: 0;
	background: url(../img/about/beginner_mainimg.jpg) no-repeat center top,
				url(../img/bg03.gif) repeat center 0;
}
.mainimgPage img {
	display: none;
}
.contents.page {
	background: url(../img/bg03.gif) repeat center 0;
}

/* ------------------------------
 テーブル
------------------------------ */
.beginnerTable th {
	padding: 10px 13px;
	background: #E6E6E6;
}
.beginnerTable td {
	padding: 10px 13px;
}
/*
.beginnerTable .fr table tr:nth-last-child(2) th,
.beginnerTable .fr table tr:nth-last-child(2) td {
	border-bottom: solid 2px #A9ACAD;
}
*/

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.mainimgPage {
		height: 393px;
		padding: 160px 10% 0;
		background: url(../img/about/beginner_mainimg.jpg) no-repeat center top / auto 393px,
					url(../img/bg03.gif) repeat center 0;
	}
	.mainimgPage img {
		min-height: 50px;
	}
}

@media screen and (max-width: 479px) {
	.mainimgPage {
		height: 250px;
		padding: 100px 8% 0;
		background: url(../img/about/beginner_mainimg.jpg) no-repeat center top / auto 250px,
					url(../img/bg03.gif) repeat center 0;
	}
	.mainimgPage img {
		min-height: 35px;
	}
	.beginnerTable table tr td:first-child {
		padding-left: 10px;
		padding-right: 10px;
	}
	.beginnerTable table td {
		padding-left: 5px;
		padding-right: 5px;
	}
}