@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#content strong {
	font-weight: bold;
}
#content em {
	font-size: 18px;
	font-weight: inherit;
}
/*テーブル────────────────────────────────────*/
#content table {
	width: 100%;
}
#content td, #content th {
	padding: 25px 0;
	border-bottom: 1px dotted #808080;
	vertical-align: top;
	line-height: 1.5;
	vertical-align:baseline;
}
#content td {
	font-size: 14px;
}
#content th {
	font-weight: bold;
	width: 215px;
	font-size: 18px;
}
#content td em {
	font-size: 18px;
}
#content td strong{
	font-size: 22px;
}
/*リスト────────────────────────────────────*/


#content ul.introduction {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 46px;
}
#content .introduction li {
	margin-bottom: 10px;
	font-size: 14px;
	text-indent: -53px;
	margin-left: 53px;
	line-height: 1.8;
}
#content .introduction li a {
	color: #000;
}
#content .introduction li a:hover {
	text-decoration: none;
}
#content .introduction li.sub {
	text-indent: 0;
	margin-left: 0;
	padding-top: 21px;
	line-height: 1.7;
}
#content .introduction li .btn {
	display: inline;
}
#content .introduction li .btn img {
	margin-top: 3px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■説明ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*説明────────────────────────────────────*/
#introduction {
	margin-bottom: 70px;
}
#introduction h1 {
	margin-bottom: 26px;
}
#introduction .introduction li {
	margin-bottom: 6px;
}
/*プログラム────────────────────────────────────*/
#program h2 {
	border: 1px solid #589820;
	color: #589820;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding: 5px;
	line-height: 1;
}
#program th {
	color: #589820;
	width:250px;
}
#program th span {
	font-size: 16px;
	color:#000;
}
#program td span
{
	width: 130px;
	display: inline-block;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■お申込みフォーム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#apply {
}
#apply #container {
	width: 580px;
}
#apply header {
	margin-bottom: 30px;
	width: 640px;
	border-top: 9px solid #589820;
	padding: 0;
}
#apply header h1 {
	margin-bottom: 0px;
	padding: 10px 0 0 29px;
}
#apply header h1 img {
	width: 149px;
	height: auto;
}
#apply footer {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 0;
}
#apply footer strong {
	font-weight: bold;
}
/*送信画面────────────────────────────────────*/

#applyform h1 {
	color: #589820;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}
#applyform h1 strong {
	margin-top: 10px;
	font-size: 24px;
	border: 1px solid #589820;
	display: block;
	padding: 2px 10px;
	font-weight: bold;
}
#applyform ul.introduction {
	margin-bottom: 38px;
}
#applyform .introduction li {
	font-size: 13px;
	margin-left: 3em;
	text-indent: -3em;
	line-height: 1.4;
	margin-bottom: 5px;
}
#applyform .introduction li em {
	color: #f50000;
	font-size: 13px;
}
#applyform form table {
	border-top: 2px solid #589820;
	border-bottom: 2px solid #589820;
	width: 100%;
	margin-bottom: 38px;
}
#applyform form th {
	color: #000;
	font-size: 15px;
	width: 170px;
}
#applyform form th, #apply form td {
	padding: 22px 0 21px;
	border-bottom: none;
	background-image: url(../img/border.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
div.btn {
	text-align: center;
	margin-bottom: 40px;
}
#applyform form .btn{
	margin-bottom:50px;
}
#applyform form .btn input {
	text-align: center;
	margin: 0 22px;
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	height: 31px;
	width: 160px;
	border-style: none;
	text-indent: -5000px;
	cursor: pointer;
}
#applyform form .btn input:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}/*#apply form table td:last-child,#apply form table th:last-child{
	border-bottom:0px none;
}*/
#applyform form .btn input.submit {
	background-image: url(../img/btn_check.png);
}
#applyform form .btn input.reset {
	background-image: url(../img/btn_reset.png);
}
#applyform form .btn input.send {
	background-image: url(../img/btn_send.png);
}
#applyform form .btn input.cancel {
	background-image: url(../img/btn_cancel.png);
}
/*確認画面────────────────────────────────────*/

/*サンクス画面────────────────────────────────────*/
#thanks h1 {
	font-size: 20px;
	margin-bottom: 13px;
	font-weight: bold;
}
#thanks {
	padding-top: 16px;
	margin-bottom: 47px;
}
#thanks p {
	font-size: 13px;
}
#apply.thanks footer {
	margin-bottom: 41px;
}
