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

#title{
	width: 100%;
	height: 40vh;
	min-height: 360px;
	padding: 150px 0 0 0;
	background-image: url(../images/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
#title h2{
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.2rem;
	padding: 0 20px 20px 20px;
	border-bottom: solid 5px #FFF;
}

#container{
	width: 100%;
	padding: 0;
	margin: 0 auto 40px auto;
}
#container .inner{
	width: 100%;
	padding: 60px 0 0 0;
	box-sizing: border-box;
}
#container .inner section{
	width: 980px;
	margin: 0 auto;
}
#container .inner h3{
	color: #000;
	font-size: 1.6rem;
	line-height: 100%;
	font-weight: 600;
	padding: 20px 0;
	margin: 0 auto 20px auto;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}
#container .inner table{
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
}
#container .inner table th{
	text-align: left;
	font-weight: 500;
	width: 35%;
	padding: 10px;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}
#container .inner table td{
	text-align: left;
	padding: 10px;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}
table tbody tr:nth-child(odd) th,
table tbody tr:nth-child(odd) td{ background-color: #FFF; }




/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media only screen and (max-width: 768px) {
	


#title{
	width: 100%;
	height: 40vh;
	min-height: 240px;
	padding: 100px 0 0 0;
}
#title h2{
	font-size: 1.6rem;
	line-height: 100%;
	letter-spacing: 0.1rem;
	padding: 0 10px 10px 10px;
	border-bottom: solid 5px #FFF;
}
#container{
	width: 100%;
	padding: 0;
	margin: 0 auto 20px auto;
}
#container .inner{
	width: 100%;
	padding: 20px 10px 0 10px;
	box-sizing: border-box;
}
#container .inner section{ width: 100%; }
#container .inner h3{
	color: #000;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 600;
	padding: 10px 0;
	margin: 0 auto 20px auto;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}
#container .inner table th{
	color: #111;
	font-size: 1.2rem;
	width: 100%;
	padding: 10px 10px 0 10px;
	border-right: solid 1px #666;
	border-bottom: none;
	display: block;
	box-sizing: border-box;
}
#container .inner table td:first-child{
	color: #111;
	font-size: 1.2rem;
	width: 100%;
	padding: 10px 10px 0 10px;
	border-right: solid 1px #666;
	border-bottom: none;
	display: block;
	box-sizing: border-box;
}
#container .inner table td{
	text-align: left;
	vertical-align: middle;
	width: 100%;
	padding: 10px;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	display: block;
	box-sizing: border-box;
}

	




	
}