
.download{
	margin-bottom: 32px;
}
.lead {
    font-weight: normal;
    margin-bottom:24px;
	text-align: center;
	color: #002896;
}
.table-normal td.movie-box{
	padding:32px 0;
}
.table-normal{
	table-layout: fixed;
}
.table-normal a.btn-manual-dl{
	margin:0 auto;
}
.movie-box img {
	max-width:545px;
	height:auto;
}
@media screen and (max-width: 768px) {
	#mainVisual{
		margin-bottom: 0px;
	}
	.contentWrap{
		padding: 0px 0;
	}
	.table-normal{
		table-layout: auto;
		min-width: 100%;
		display: block;
		padding: 0!important;
  }
	.table-normal * {
		box-sizing: border-box;
	}
	.table-normal tbody {
		display: block;
		width: 100%;
	}
	.table-normal tr {
		display: block;
		width: 100%;
	}
	.table-normal tr:not(:first-of-type){
		word-break: keep-all;
    display: flex;
    flex-direction: column;
  }
  .table-normal tr:last-of-type td:last-of-type{
    border: none;
  }
  .table-normal td:first-of-type{
    border: none;
  }
  .table-normal td:last-of-type{
    border: none;
    border-bottom: 1px solid #99A2AB;
  }
	.table-normal, .table-normal td, .table-normal th {
			padding: 10px 15px;
			border: 1px solid #99A2AB;
			border-collapse: collapse;
			vertical-align: middle;
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
	}
	.movie-box img {
		width:100%;
		height:auto;
	}
}
