/* CSS Document */


section.header {
	background: linear-gradient( 130deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)),url("../images/bkg-material.jpg") center/cover no-repeat;
	-webkit-background-size: cover;
}

article.main section.material_index {
	
}
article.main section.material_index div {
	width: auto;
	height: auto;
	padding: 1.5rem 1.5rem .5rem 1.5rem;
	margin:  0 5rem 0 5rem;
	background-color: #EEE6E1;
	border: 1px solid #ddcbc1;
}
article.main section.material_index div ul li {
	margin: .5rem 0;
}
article.main section.material_list table {
	width: 52rem;
	height: auto;
	padding: 0;
	margin:  14rem 5rem 0 5rem;
	border: 1px solid #ccc;
}
article.main section.material_list table tr {
	
}
article.main section.material_list table tr th {
	width: 8rem;
	height: auto;
	text-align: center;
	font-weight: normal;
	padding: 1rem 0;
	background-color: #EEE6E1;
	border-bottom: 1px solid #ccc;
}
article.main section.material_list table tr td {
	width: auto;
	height: auto;
	padding: 1rem;
	border-bottom: 1px solid #ccc;
}
article.main section.material_list table tr td strong {
	display: block;
	margin-bottom: .5rem;
}
article.main section.material_list table tr td img {
	width: 48%;
	height: auto;
	margin: 0 0 1rem 0;
}
article.main section.material_list table tr td img:nth-of-type(odd) {
	float: left;
}
article.main section.material_list table tr td img:nth-of-type(even) {
	float: right;
}
article.main section.material_list table tr td ul {
	padding: 0 0 0 1rem;
	margin: 0;
}
article.main section.material_list table tr td ul li {
	margin: 0 0 .5rem 0;
}
article.main section.material_list table + p {
	text-align: center;
	margin-bottom: 3rem;
}
article.main section.material_list table + p a {
	display: block;
	width: 10rem;
	height: auto;
	padding: .7rem 0;
	margin:  0 auto;
	background-color: #ddcbc1;
	border-radius: 1.5rem;
}
article.main section.material_list table + p a:hover {
	text-decoration: none;
	background-color: #eee6e1;
}



article.main section.material_list dl + p {
	display: block;
	width:  100%;
	height: 40px;
	text-align: right;
	padding: 0 2rem 0 0;
	margin: 1rem 0;
}
article.main section.material_list dl + p a {
	display: block;
	width:   auto;
	height:  auto;
    color: #063769;
	padding: .5rem;
	margin:  0;
	background: linear-gradient( 180deg, rgba(221, 203, 193, .4), rgba(221, 203, 193, .4));
	-webkit-background-size: cover;
	border-radius: .5rem;
	float: right;
}

div#btm_navi {
	padding: 0 2rem;
	border: none;
	background-color: transparent;
}
div#btm_navi div {
	border: none;
	background-color: transparent;
}
.nv {
	display: block;
	width: 10rem;
}


@media (max-width: 768px) {
	article.main section.material_index div {
		width: 100%;
		margin:  0;
	}
	article.main section.material_list table {
		width: 100%;
		margin:  7rem 0 0 0;
	}
	article.main section.material_list table tr {

	}
	article.main section.material_list table tr th {
		display: block;
		width:   100%;
	}
	article.main section.material_list table tr td {
		display: block;
		width: 100%;
	}
	article.main section.material_list table tr td img:nth-of-type(odd) {
		float: initial;
	}
	article.main section.material_list table tr td img:nth-of-type(even) {
		float: initial;
	}
	article.main section.material_list table tr td img {
		width: 100%;
		height: auto;
		float: initial;
	}
}


