@charset "utf-8";
/* CSS Document */
body {
	color:#4d4d4d;
}
.contents {
	padding:0px 15px 50px;	
}
.firstTop {
	padding-top:40px;
}
.contents .title {
	font-size:26px;
	color:#4d4d4d;
	background-color:#e0e0e0;
	/*height:35px;*/
	line-height:35px;
	margin-bottom:15px;
	padding-left:3px;
}
.contents img{
	max-width: 100%;
	height: auto;
}
.content {
}
.contents ul, .contents ol{
	padding-left: 1.1em;
	margin-bottom: 10px;
}
.contents ul li, .contents ol li{
	margin-bottom: 0;
}
.contents h2{
	line-height: 1.6em;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 1rem;
}
.contents h3{
	line-height: 1.6em;
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 1rem;
}
.contents h4{
	line-height: 1.6em;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0.8rem;
}
.contents a{
	color: #337AB7;
}
.contents table{
	max-width: 100%;
	font-size: 14px;
  border: #DDDDDD solid 1px;
  color: #333;
  margin: 0 0 2em;
}
.contactus .contents table{
	border: 0;
}
.contents table th, .contents table td{
	line-height: 1.5em;
  border: #ddd solid 1px;
  padding: 10px 20px;
}
.contents iframe{
	max-width: 100%;
}
.contactus .contents table td{
	border: 0;
	padding: 0;
}
/*
.content p+p {
	margin-bottom:20px;
}*/
.content p:last-child {
	margin-bottom:0px;
}
.content > table {
	width:100%;
}
.content > table th,.content > table td {
	padding:6px 0px;
}
.content > table th {
	font-size:16px;
	border-collapse:collapse;
}
.content > table th:nth-child(1),.content > table td {
	padding-left:15px;
}
.content > table th:nth-child(2) {
	text-align:center;
}
.content > table td {
	border:solid 1px #c0c0c0;
	border-collapse:collapse;
}
.content img,.irContent img {
	max-width:100% !important;
	width:auto !important;
	height:auto !important;
}
.content > table.resources{
	border: none;
}
.content > table.resources tr{
	border-bottom: solid 1px #c0c0c0;
}
.content > table.resources td{
	font-size: 15px;
	border: none;
	vertical-align: top;
	padding: 10px 0 10px 0;
}
.content > table.resources td:first-child{
	padding-top: 16px;
	padding-right: 1em;
}
.content .resources ul{
	margin-bottom: 0;
}
.content .resources ul li{
	list-style-type: none;
}
.content .resources img{
	display: inline-block;
	width: 22px!important;
	vertical-align: top;
}
.content .resources ul span{
	display: inline-block;
	max-width: calc(100% - 34px);
	font-size: 15px;
	vertical-align: top;
	word-break: break-word;
}
.content .resources a{
	color: #cdd421;
	text-decoration: none!important;
}
.content .resources a:hover span{
	text-decoration: underline;
}
#pageTitle {
	padding-top:50px;
	padding-bottom:20px;
}
#pageTitle td {
	border:solid 1px #4d4d4d;
	font-size:32px;
	font-weight:bold;
	padding:0px 10px;
}
#pageDownload td {
	background-color:#ff5500;
	font-weight:bold;
	padding:5px 15px;
}
#pageDownload td.emp {
	background-color:#fff;
	padding:0px 10px;
}
#pageDownload td a {
	font-weight:bold;
	color:#fff;
}
@media (max-width: 767px){
	.content > table.resources td{
		display: block;
		padding: 10px 0 10px 10px;
	}
	.content > table.resources td:first-child{
		padding: 10px 0 0 10px;
	}
	.content .resources ul{
		padding-left: 0;
	}
	.content .resources ul span{
		font-size: 14px;
	}
	.content .resources img{
		width: 18px!important;
	}
}