@charset "utf-8";
/* CSS Document */

#contentsBlock p{
	font-size	: 16px;
}

.ulStyleBtn_01 {
	margin		: 25px auto 0px;
	text-align	: center;
}

	.ulStyleBtn_01 li {
		display		: inline-block;
		float		: none;
		font-size	: 100%;
	}

input{
	height	: 20px;
}

	input.btn01{
		height			: 50px;
		padding			: 13px 30px 10px 40px;
		display			: block;
		color			: #333 !important;
		border			: medium none;
		font-weight		: bold;
		text-decoration	: none !important;
		font-size		: 100% !important;
		cursor			: pointer;
		font-size		: 16px!important;
		font-family		: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", MS PGothic, arial, sans-serif;
		margin			: 0 10px 0 0;
		background		: #ffd900 url(../../common/img/icon/icon_001.gif) no-repeat 22px 18px;
	}
	
	.btn01:hover,
	.btn01_2:hover {
			opacity		: 0.7;
			filter		: alpha(opacity=70);
			-ms-filter	: "alpha( opacity=70 )";
	}

	a.btn01_2{
		padding			: 13px 20px 10px 40px;
		display			: block;
		width			: 150px;
		color			: #333 !important;
		border			: medium none;
		font-weight		: bold;
		text-decoration	: none !important;
		cursor			: pointer;
		font-size		: 16px!important;
		font-family		: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", MS PGothic, arial, sans-serif;
		margin			: 0 auto;
		background		: #ffd900 url(../../common/img/icon/icon_001.gif) no-repeat 22px 18px;
	}

	input[type="checkbox"] {
		margin-top	: 1px;
	}

.contact_txt{
	margin	: 20px 0;
}

.yellow{
	color	: #ff8c2e;
}

/* table
--------------------------------------------------------------------------- */

.tableStyle02 {
	margin			: 0 auto;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;
	width			: 890px;
}

	.tableStyle02 th{
		border			: 1px solid #999999;
		background		: #e6e6e6;
		font-weight		: border;
		width			: 240px;
		text-align		: left;
		padding			: 10px 15px;
	}

	.tableStyle02 td{
		border			: 1px solid #999999;
		padding			: 5px;
		background		: #FFF;
		text-align		: left;
		padding			: 10px 15px;
	}

#finish_txt {
	margin		: 20px;
	text-align	: left;
}