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

/* Content
---------------------------------*/
.mechanismBox {
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	background:transparent repeat-x url(../../common/images/line_dotted.gif) 0 bottom !important;
}
	.mechanismBox .mbImgBox {
		float:left;
		width:140px;
	}
		.mechanismBox .mbImgBox img {
			display:block;
			border:1px solid #999;
		}
		
	.mechanismBox .mvCntBox {
		float:right;
		width:410px;
	}
	.mechanismBox  h4 {
		margin:0 0 15px 0;
		padding:5px 0 0 0;
	}



.privacyPolicy {
	margin:0 0 25px 0;
	padding:10px 15px;
	border: 1px #666 solid;
	background-color:#FFF;
}
	.privacyPolicy .ulDefNum li {
		font-size:10px;
	}





.defTable {
	width:100%;
}
	.defTable th,
	.defTable td {
		padding:5px;
	}
	.defTable th {
		width:25%;
		text-align: left;
	}
	.defTable td {
		width:75%;
		text-align: left;
	}


#sateiTable {
	margin-bottom:5px;
}
	#sateiTable th,
	#sateiTable td {
		width:33%;
	}
	#sateiTable td {
		background-color:#FFF;
	}










