@charset "utf-8";
/* CSS Document */

/*コンテンツ部分*/

.title{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin:10px 0 10px 0;
}

table {
    border-collapse	: collapse;
    border			: 1px solid #c6c6c6;
    background		: #FFF;
	width			: 980px;
}

		th {
			border		: 1px solid #c6c6c6;
			text-align	: center;
			background	: #f2efe7;
			height		: 30px;
		}
		
		td {
			border		: 1px solid #c6c6c6;
			padding		: 5px 10px;
			text-align	: left;
			height		: 30px;
			line-height	: 1.5;
		}
	
		.tableL {
			width	: 490px;
		}
		
		.tableR {
			width	: 100px;
		}
		
		#tableImg {
			width		: 244px;
			float		: left;
			margin-top	: 273px;
		}

.bottomTxtBox{
}

	.bottomTxtBox h3{
		background	: #cac3b1;
		color		: #333333;
		margin		: 20px 0 0 0;
		padding		: 8px;
	}
	.bottomTxtBox h4{
		color			: #555555;
		margin			: 15px 0 0 0;
		padding-left	: 15px;
	}
	
	.bottomTxtBox p{
		color			: #555555;
		margin			: 15px 0 0 0;
		padding-left	: 15px;
	}

.useplaceBtn{
    display: block;
    max-width: 300px;
    width: 100%;
    padding: 15px 0;
    line-height: 1.2;
    box-shadow: inset 0px 39px 0px -24px #ad3b36;
    background-color: #AD1610;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #0A0503;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin: 0 auto;
	font-weight: bold;
}