@charset "utf-8";
/* CSS Document */

.main {
	background: url(../images/goshuin/back01.jpg) center;
	background-size: cover;
}

#content01 {
	background: url(../images/common/back00.jpg) no-repeat top center;
	text-align: center;
	position: relative;
	padding: 100px 10px 80px;
}

#content01 #h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: -80px;
}

#content01 #h1 img {
	width: 200px;
}

#content01 h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content01 p {
	font-size: 16px;
	line-height: 200%;
	text-align: left;
}

.link2 {
	margin: 0 0 60px 0;
	text-align: center;
}

#content02 {
	background: url( ../images/common/back05.png);
	padding: 60px 10px;
	text-align: center;
}

#content02 h2 {
	font-size: 38px;
	font-weight: bold;
}

#content02 p {
	font-size: 16px;
	line-height: 200%;
	text-align: left;
}

#content02 .link {
	margin: 20px 0;
	display: block;
}

#content02 .photo {
}

#content03 .box02 .text {
	width: 284px;
	margin: 0 auto 10px auto;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#content03 {
	padding: 60px 0;
	text-align: center;
}

#content03 .box01 {
	width: 95%;
	margin: auto;
}

#content03 .box01 h2 {
	font-size: 38px;
	font-weight: bold;
}

#content03 .box01 p {
	font-size: 16px;
	line-height: 200%;
	text-align: left;
}

#content03 .box01 .photo {
}

#content03 .box02 {
	width: 95%;
	margin: 20px auto 0;
}

#content03 .box02 .photo {
}

#content03 .box03 {
	margin: 40px auto 0;
	background: url(../images/common/back06.jpg) center center;
	background-size: cover;
	padding: 40px 10px;
	text-align: center;
}

#content03 .box03 h3 {
	color: #0a0073;
	font-size: 24px;
	font-weight: bold;
}

#content03 .box03 p.comment {
	font-size: 16px;
	margin: 15px 0;
	text-align: left;
}

#content03 .box03 p.mail {
	font-size: 16px;
	padding: 10px 0;
	border-bottom: #111 solid 1px;
	border-top: #111 solid 1px;
	margin: 20px 0;
	font-weight: bold;
}

#content03 .box03 p.mail a {
	font-size: 16px;
	font-weight: bold;
	color: #1D2798;
	text-decoration: underline;
}

#content03 .box04 {
	width: 95%;
	margin: 40px auto 0;
}

#content03 .box04 h2 {
	font-size: 32px;
	font-weight: bold;
}

#content03 .box04 p {
	font-size: 16px;
	line-height: 200%;
	text-align: left;
}

#content03 .box04 .photo {
}

#content03 ul.comment02 {
	text-align: left;
	padding: 15px 0;
	font-size: 16px;
	line-height: 200%;
	border-top: #111 solid 1px;
	border-bottom: #111 solid 1px;
	width: 95%;
	margin: 40px auto 0;
}

#content03 ul.comment02 p {
	font-size: 16px;
	font-weight: bold;
}

#content03 ul.comment02 li {
	list-style-type: decimal;
	font-size: 16px;
	text-align-last: left;
	margin-left: 20px;
}

