@charset "utf-8";
/* CSS Document */
.text_Indent {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.safety #contents #contentsMain .safetyContact a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #00a7ac;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
.safety #contents #contentsMain .safetyContact a:hover {
	background: #00a7ac;
	color: #fff;
}
.bgyellow {
	background-color: #FFFF00;
}

@media screen and (max-width: 767px){
	.safety #contents #contentsMain .safetyContact a {
		width: 100%;
		padding: 15px;
		font-size: 90%;
		box-sizing: border-box;
		background: #00a7ac;
		color: #fff;
	}
	#contents .responsive_table{
		overflow: auto;
		white-space: nowrap;
		width: 100%;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}    
	#contents .responsive_table::-webkit-scrollbar{
		height: 8px;
		border-radius: 12px;
		background-color: #e3e3e3;
	}
	#contents .responsive_table::-webkit-scrollbar-thumb{
		background-color: #c3c3c3;
		border-radius: 12px;
	}
	#contents .responsive_table::-webkit-scrollbar-thumb:hover{
		background-color: #aaa;
	}
	#contents .textBtn.width40 {
		width: 60%!important;
	}
}