
@media screen and (min-width:1001px){
	
.pc {display:block !important;}
.mob {display:none !important;}
	
}

@media screen and (max-width:1000px){
	
* {box-sizing:border-box;max-width:100% !important;}
table {table-layout:fixed; width:100%;}
img { max-width:100% !important; height:auto;}
body {margin: 0px;padding: 0px;}
iframe { max-width:100% !important;}
object { max-width:100% !important;}

.pc {display:none !important;}
.mob {display:block;}

.bodybg {
  clear: both;
  display: block;
  height: auto;
  width: 100%;
}
.hdr_right {
  padding-right: 15px;
  width: calc(100% - 170px);
}
.topnav1 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
p.tagline1 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.body_banner {
  background-image: none;
}
.bunner_mob_img {
	background-image: url(../images/banner1-mob.jpg);
	background-repeat: no-repeat;
	background-position-x: right;
    height: 100%;
    position: absolute;
    width: calc(100% - 270px);
}
.login_box {
  background-image: url("../images/banner1-2-mob.jpg");
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  padding-left: 7px;
  padding-right: 7px;
}
.footer {
  clear: both;
  display: block;
  float: none;
  width: 100%;
}
.ft_box {
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  padding-left: 8px;
  padding-right: 8px;
  width: 33%;
}
.bunner_mob_img > img {
  display: none;
}
.comejen .ft_box {
  width: 50%;
}




	
} /* /max-width:1000px */

@media screen and (max-width:767px){
	
div.logo {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
div.hdr_right {
  padding-left: 15px;
  width: 100%;
}
.hdr_right > .topinfo {
  font-size: 14px;
  margin-top: auto;
  padding-top: 20px;
  text-align: center;
}
p.topinfo > strong {
  font-size: 26px;
}
div.topnav {
  font-size: 26px;
  text-align: center;
}
div.topnav1 {
  font-size: 26px;
  padding-bottom: 10px;
  text-align: center;
}
#header p.tagline1 {
  font-size: 20px;
  text-align: center;
}
.tagline1 > br {
  display: none;
}
.mob.bunner_mob_img > img {
  display: block;
}
div.bunner_mob_img {
  background-image: none;
  position: relative;
  width: 100%;
}
div.login_box {
  clear: both;
  float: none;
  height: auto;
  padding-top: 5px;
}
div.login_links {
  margin-left: auto;
  text-align: center;
  width: 100%;
}
.login_box p.cntr_txt {
  float: left;
  height: auto;
  width: 100%;
}
div.ft_box {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
div.pdf {
  margin-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.pdf > h2 {
  max-width: 250px !important;
  width: 100%;
}
.topnav1 > a {
  display: block;
  width: 100%;
}
.comejen div.ft_box {
  width: 100%;
}





	
} /* /max-width:767px */

