.text-muted {
    color: #333 !important;
}
.title-heading .para-desc {
	font-weight: 500;
}
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
	border-top:1px solid #436BAA;
	border-left:1px solid #436BAA;
}
table td,
table th {
	padding:10px;
}
table tr {
	border-bottom:1px solid #436BAA;
}
table td {
	background: #fff;
	border-right:1px solid #436BAA;
}
table th {
	background: #EFF8FF;
	border-right:1px solid #436BAA;
}
table th.c, td.c {
	text-align: center !important;
}
table th.m, td.m {
	vertical-align: middle;
}
table th.r, td.r {
	text-align: right !important;
}
table ul {
	margin: 0 !important;
	padding: 0 !important;
}
table li {
	line-height: 1.6em;
	margin: 0 !important;
	font-size: 1em !important;
}
table p {
	margin: 0 !important;
}
.accessmap iframe {
	width: 100%;
	height: 600px;
}
.traffic {
	display: block;
	text-align: center;
	padding: 30px;
	border: 1px solid #333;
	font-weight: 600;
}
/* set button */
.buttonwrapp {
	display: flex;
	justify-content: center;
}
.buttonwrapp-confirm {
	display: flex;
	justify-content: space-between;
}
.button,
.button-formback {
	position: relative;
	display: block;
	width: 48%;
}
.button a,
.button input[type=submit] {
	width: 100%;
	display: block;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	text-decoration: none !important;
	background: #E97846;
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: .25s;
	border-radius: 6px;
}
.button-backpage a,
.button-backpage input[type=submit],
.button-formback a,
.button-formback input[type=submit] {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	text-decoration: none !important;
	background: #9a9a9a;
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: .25s;
	border-radius: 6px;
}
.button a:hover,
.button input[type=submit]:hover {
	background: #FFA88D;
}
.button-backpage a:hover,
.button-backpage input[type=submit]:hover,
.button-formback a:hover,
.button-formback input[type=submit]:hover {
	background: #CCC;
}

.button a::after {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	content: "\f138";
	display: inline-block;
	width: 30px;
}
/* =======================================
   Contact form
========================================== */
body.inquiry #contents-title {
	background: url(../img/inquiry/back-h1.jpg) center center no-repeat;
	background-size: cover;
	height: 300px;
}

/* step navigation */
div.contact-step-navi{
	width:100%;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
div.contact-step{
	overflow: hidden;
    position: relative;
    width: calc(100% / 3);
    height: 60px;
    background: #efefef;
    text-align: left;
    padding-left: 10px;
}

div.contact-step dl{
    margin:0;
    padding:0;
    font-size:1em;
}
div.contact-step dt{
    margin-bottom:-1px;
    padding-top:12px;
    font-weight:500;
    color:#3e3e3e;
    font-size:10px;
    margin:0 0 0 20px;
}

div.contact-step dd{
    font-weight:600;
    color:#3e3e3e;
    margin:0 0 0 20px;
}
div.contact-current{
    background: #2380C4;
}
div.contact-current dt{
  color: #fff;
}
div.contact-current dd{
  color: #fff;
}
/* form table */
table.form{
	width: 100%;
	font-size:18px !important;
	border-collapse:collapse;
	background: #fff;
}
table.form th,table.form td{
	padding:20px;
	font-size: 0.9em;
	line-height:2em;
	position: relative;
}

table.form th {
	width: 30%;
}

table.form th span.text {
  padding-right: 60px;
  display: block;
  width: auto;
}

table.form th span.required {
  position: absolute;
  top:20px;
  right:0;
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
  background-color: #fff;
  border: 2px solid #FF6417;
  color: #FF6417;
}

table.form th span.any {
  position: absolute;
  top:20px;
  right:0;
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
  background-color: #fff;
  border: 2px solid #fff;
}

table.form .cRed {
	color: #fff;
    background: #ff8585;
    padding: 5px 10px;
}

table.form th small {font-weight: normal;}
table.form input{
   width: 98%;
   padding: 16px;
   display: inline;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
   font-size:16px;
}

table.form input.table-w-xsmall{
   width: 25%;
   display: inline;
}
table.form input.table-w-xxsmall{
   width: 10%;
   display: inline;
}

table.form input.table-w-middle{width: 45%;}
table.form input.table-w-small{
    width:50%;
    display: inline;
}

table.form select {width: 50%; padding:16px;font-size:16px;}
table.form select.table-w-xsmall{width:25%;}
table.form option{
   width: auto;
}

table.form textarea{
   width: 98%;
   padding:16px 10px;
   -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
   font-size:16px;
}

input[type="button"].button-w-s{
   width: 45%;
}

input[type="button"].button-w-s-gl{
   width: 45%;
}

input[type="button"].button-formback{
  border:none; 
  padding:10px !important;
}

table.form input[type="radio"],
table.form input[type="checkbox"]{
   width: auto;
   display: inline;
   width: 20px;
   height: 20px;
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}

table.form td label{margin-right: 1em;}

table.form input.address-auto{
   width: auto;
   margin-top: 3.125%;
}

input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
    border:none;
}

.thanks_message{
	padding:50px 0;
	text-align: center;
	font-size:18px;
}
.telwrapp {
	display: block;
	width: auto;
	border: 1px solid #333;
	padding: 30px 0;
	text-align: center;
}
.telwrapp p {
	font-size: 30px;
	margin: 0;
}
.alert {
    font-size: 0.9em !important;
}
.alert-warning {
    background-color: #EFF8FF !important;
    color: #333 !important;
    border-color: #436BAA !important;
}

/* news topics
---------------------------------------- */
.newswrapp {
	background: #fff;
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.newswrapp h3.title {
	padding:20px 0;
	margin:0;
	font-size: 1.2em;
	font-weight: 600;
	width: 100%;
}

.newswrapp .newsinner .detail {
	width:68%;
}

.newstopics {
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	line-height: 1.5em;
}

.newstopics ul {
	margin: 10px 0;
	padding: 0;
	zoom: 1;
}
.newstopics li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
}

.newstopics li span {
	display:inline-flex !important;
}
.newstopics li span.date {
	position: relative;
	margin: 0;
	padding: 10px 0;
	width: 100px;
	zoom: 1;
}

.newstopics li span.new {
	position: relative;
	margin: 0 0 0 5px;
	width: 3em;
	padding: 10px 0;
	font-size: 12px;
	color: #d71111;
	zoom: 1;
}
.newstopics li span.text,
.newstopics li span.nolink {
	margin: 0;
	padding: 10px 0;
	width: auto;
	zoom: 1;
}
.newstopics li span a {
	width: auto;
	display: block;
	position: relative;
	text-decoration: underline;
}
.newstopics li span a:hover {
  text-decoration: none;
  color: #da6603;
}

body.home .newstopics li span.date,
body.home .newstopics li span.text,
body.home .newstopics li span.nolink,
body.home .newstopics li span a,
body.home .newstopics li span a:hover {
  text-decoration: none;
  color: #fff;
}
body.home .newstopics li span a:hover {
  text-decoration: underline;
}
.newswrapp .button {
  margin: 10px 0;
  width: 100% !important;
}
.newswrapp .button a {
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 4px;
    background: #fff;
    color: #333;
}
.newswrapp .button a:after {
	display: none;
}

@media screen and (max-width: 740px) {
    .newstopics ul {
        margin: 0 0 30px 0;
    }
    .newstopics li {
            display: block;
            width: 100%;
    }

	.newstopics li span {
		display: block !important;
	}
	.newstopics li span.date {
		position: relative;
		margin: 0;
		padding: 10px 0;
		width: 100px;
		zoom: 1;
	}

	.newstopics li span.new {
		position: relative;
		margin: 0px;
		width: 3em;
		padding: 0;
		font-size: 12px;
		color: #d71111;
		zoom: 1;
	}
	.newstopics li span.text,
	.newstopics li span.nolink {
		margin: 0;
		padding: 10px 0;
		width: auto;
		zoom: 1;
	}
	.newstopics li span a {
		width: auto;
		display: block;
		position: relative;
        padding: 0;
		text-decoration: underline;
	}
}

.bread-wrap {
    background: #eee;
}

.bread-wrap h1 {
    font-size: 1.3em;
    line-height: 1.6em;
    margin: 0;
}

.blog-wrap {
    padding: 0 50px;
    font-size:1.1em;
}

/* set icon-mark  */
.blank {
	position: relative;
	padding-left: 30px !important;
}
.blank::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0c1";
    left:0;
}
.pdf {
	position: relative;
	padding-left: 30px !important;
}
.pdf::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #ed3c3f;
	content: "\f1c1";
    left:0;
}
.exl {
	position: relative;
	padding-left: 30px !important;
}
.exl::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #088911;
	content: "\f1c3";
    left:0;
}
.doc {
	position: relative;
	padding-left: 30px !important;
}
.doc::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #083e89;
	content: "\f1c2";
    left:0;
}
ul.linknext {
	margin: 0;
	padding: 0;
}

ul.linknext li {
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	position: relative;
}

ul.linknext li a {
	display: block;
	text-decoration: underline;
	width: auto;
	padding: 10px 0 10px 30px;
	position: relative;
}

ul.linknext li a:hover {
	text-decoration: none;
}

/*ul.linknext li::before {
	position: absolute;
	top: 10px;
	left: 0;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 10px;
	color: #666;
}*/

ul.type-list li {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 2px solid #ccc;
}

@media screen and (max-width: 740px) {
    /* set icon-mark  */
    .blank {
        padding-left: 20px !important;
    }
    .blank::before {
        left:0px;
    }
    .pdf {
        padding-left: 20px !important;
    }
    .pdf::before {
        left:0px;
    }
    .exl {
        padding-left: 20px !important;
    }
    .exl::before {
        left:0px;
    }
    .doc {
        padding-left: 20px !important;
    }
    .doc::before {
        left:0px;
    }
}

.pagination {
    font-size: 16px;
    justify-content: center;
}