@charset "Shift-JIS";
#side_bg{
	background: url(img/bg_filter2.jpg) repeat-x; margin: 0 auto;
}
/*------------------*
 * #main
 *------------------*/
#main *{
	line-height:1.5 !important;
}
/*------------------*
 * #inner
 *------------------*/
#inner {
	margin:10px;
	box-sizing:borer-box;
}
/*------------------*
 * topImageArea
 *------------------*/
#topImageArea{
	overflow:hidden;
	width:800px;
	height:200px;
	position:relative;
}
#topImageArea .topVideo,
#topImageArea .mainimg{
	z-index:1;
	position:absolute;
	overflow:hidden;
	width:800px;
}
#topImageArea .cover{
	width:800px;
	height:200px;
	z-index:2;
	background: url("/video/img/bg-mesh.png") rgba(0,0,0,0.1) repeat;
	position:absolute;
}
#topImageArea h2{
	top:10px;
	left:10px;
	z-index:3;
	position:absolute;
	font-size: 2.2rem;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
#topImageArea h3{
	bottom:10px;
	right:20px;
	z-index:4;
	position:absolute;
	font-size: 1.6rem;
	font-weight:bold;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
/*------------------*
 * .dl01
 *------------------*/
.dl01 {
	margin-top:20px;
	border:10px solid #e2e2e2;
	background-color: #e2e2e2;
}
.dl01:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.dl01 dt,
.dl01 dd{
	box-sizing:borer-box;
}
.dl01 dt{
	background:#e2e2e2;
	float: left;
	width:350px;
	height:100%;
}
.dl01 dd{
	background-color: #FFFFFF;
	margin-left: 370px;
}
.dl01 dd table.table01 {
	border-raius:5px;
	width:100%;
	border-bottom:2px solid #e2e2e2;
}
.dl01 dd table.table01 caption{
	text-align:center;
	padding:10px;
	background:#4bb3d8;
	color:#FFFFFF;
	margin-bottom:10px;
}
.dl01 dd table.table01 th,
.dl01 dd table.table01 td{
	border-bottom:2px dotted #CCCCCC;
	padding:5px;
}
.dl01 dd table.table01 th {
	width:90px;
}
/*------------------*
 * .dl02
 *------------------*/
.dl02 {
	display:table;
}
.dl02 dt,
.dl02 dd{
	display:table-cell;
	padding:3px;
	height:auto;
	vertical-align:middle;
}
.dl02 dt{
	background:#FFFFFF;
	width:35px;;
}
.dl02 dd{
}
/*------------------*
 * Other
 *------------------*/
.floatL{
	float:left;
}
.ml10{
	margin-left:10px;
}
