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

.lower_layer main + footer {
    margin-top: 0;
}

.lower_layer_kv_area{
	background: url("../images/kv_img.jpg") no-repeat;
	background-size: cover;
}
table.ex_portfolio01{
	table-layout: auto;
}
table.ex_portfolio01 tbody th{
	width: 30%;
}
table.ex_portfolio01 thead th{
	text-align: center;
}
table.ex_portfolio01 tbody td:nth-child(2){
	width: 30%;
}

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

}