@charset "UTF-8";
/* CSS Document */
.post_article {
	
}

.startBtn {
	width: 100px;
	height: 100px;
	background-color: #FFF;
	position: absolute;
	bottom: 100px;
	left: 50%;
}

.startBtn a {
	display: block;
	height: inherit;
}

#main_visual ul {
	position: fixed;
}

.table {
	display: table;
	height: 100%;
	width: 100%;
}

.table > *,
.table > .td {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width:767px) {
	
}

@media screen and (min-width:768px) {
	
	.dl_table dt {
		float: left;
		clear: both;
	}
	
	.dl_table dd {
		margin-left: 10em;
	}
	
	.post_article {
		
	}
	.post_image {
		
	}
	
	.post_content {
		
	}
	
	.banner_area li {
		float: left;
	}
}

@media screen and (min-width: 992px) {
	.post_article {
		
	}
}
