﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.accordion {
 
  margin: 4rem auto;
  width: 100%;

  background: #f4f4f4;
}
.accordion__title {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1rem 1.5rem;
  background: #5B5F97;
  color: white;
  cursor: pointer;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.accordion__title:hover {
  background: #484b77;
}
.accordion__copy {
  display: none;
  padding: 1rem 1.5rem 2rem 1.5rem;
  color: gray;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
}
.accordion__copy--open {
  display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      display: block;
  width: 100%;
  height: 100%;
}
body {  
  width: 100%;
  height: 100%;
  display: block;
  font-family: "微軟正黑體","Avenir Next", Avenir, Roboto, "Century Gothic", "Franklin Gothic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-color: #1d1e23;
  line-height: 20px;
  margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,div {
  display: block;
}
nav, main, section, article, aside, header, footer, div, details, summary, form, fieldset, 
nav:before, main:before, section:before, article:before, aside:before, header:before, 
footer:before, div:before, details:before, summary:before, form:before, fieldset:before, 
textarea:before, nav:after, main:after, section:after, article:after, aside:after, header:after, 
footer:after, div:after, details:after, summary:after, form:after, fieldset:after, textarea:after, 
.border-box, .border-box:before, .border-box:after {
    box-sizing: border-box;
}

article section {
    width: 100%;
    display: block;
    float: left;
}

code,kbd,pre,samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}


b,strong {  font-weight: bold;}
button {  overflow: visible;}
button,select {  text-transform: none;}
button[disabled],html input[disabled] {  cursor: default;}
dfn {  font-style: italic;}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
hr {  margin: 0 0 0 2rem; padding: 0; border: 0;  border-top: 1px solid #ccc;}
img {  border: 0; vertical-align: middle;}
input {  line-height: normal;}
ul,ol {  margin-top: 0;  margin-bottom: 10px;}
ul ul,ol ul,ul ol,ol ol {  margin-bottom: 0;}
dl {  margin-top: 0;  margin-bottom: 20px;}
dt,dd {  line-height: 1.42857143;}
dt {  font-weight: bold;}
dd {  margin-left: 0;}
small {  font-size: 65%;}
textarea {  overflow: auto;}
table {  border-spacing: 0;  border-collapse: collapse;}
td,th {  padding: 0;}

nav>ul>li { display:inline-block;}

button,input,optgroup,select,textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
input,button,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input[type="checkbox"],input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
select[multiple],select[size] {
  height: auto;
}

#pager div div a {
    float:left;
    display: inline-block;
    padding: 4px 8px;
    margin: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /* border: 1px solid transparent; */
    border-radius: 4px;    
    color: #fff;
    background-color: #549b01;
    border-color: #459301;
}

#pager div div a:focus,
#pager div div a.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #255625;
}
#pager div div a:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #398439;
}

#pager div div span {    
    float:left;
    display: inline-block;
    padding: 4px 8px;
    margin: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent; 
    border-radius: 4px;    
    color: #fff;
    background-color: #000;
    border-color: #222;
}


.input300{
  width:300px;
  border:1px solid #ccc;
}
.input300:hover{
  border:1px solid #3399FF;
  background-color:#F4FFFF;
}
.input200{
  width:200px;
  border:1px solid #ccc;
}
.input200:hover{
  border:1px solid #3399FF;
  background-color:#F4FFFF;
}
.goodinput{
  width:180px;
  height:20px;
  border:1px solid #fff;
}
.goodinput:hover{
  border:1px solid #3399FF;
  background-color:#F4FFFF;
}
.input100{
  width:100px;
  border:1px solid #ccc;
}
.input100:hover{
  border:1px solid #3399FF;
  background-color:#F4FFFF;
}
.input80{
  width:80px;
  border:1px solid #ccc;
}
.input80:hover{
  border:1px solid #3399FF;
  background-color:#F4FFFF;
}
.input50{
  width:50px;
  border:1px solid #ccc;
}
.input50:hover{
  border:1px solid #3399FF;
  background-color:#F4FFFF;
}
.input60{
  width:60px;
  border:1px solid #ccc;
}
.input60:hover{
  border:1px solid #3399FF;
  background-color:#F4FFFF;
}
.input30{
  width:30px;
  border:1px solid #ccc;
}
.input30:hover{
  border:1px solid #3399FF;
  background-color:#F4FFFF;
}
.input10{
  width:10%;
  border:1px solid #ccc;
}
.input10:hover{
  border:1px solid #3399FF;
  background-color:#F4FFFF;
}

.textarea100 {
  width:300px;
  min-height:50px;
  border: 1px solid #ccc;
}
.textareaadd {
  width:300px;
  min-height:5px;
  border: 1px solid #ccc;
}




.f10 { font-size: 10px;}
.f12 { font-size: 12px;}
.f13 { font-size: 13px;}
.f14  { font-size: 14px;}
.f16  { font-size: 16px;}
.f17 { font-size: 17px;}
.f20 { font-size: 20px;}
.f144 { font-size: 144px;}
.fb-600 { font-weight: 600;}

.fc-fff { color: #fff;}
.fc-ccc { color: #ccc;}
.fc-555 { color: #555;}
.fc-000 { color: #000;}
.fc-yellow01 { color: #fff100;}

.bg-000 { background-color: #000;}
.bg-fff { background-color: #fff;}
.bg-ccc { background-color: #ccc;}

.menu div div a,.menu div div a:hover
{    text-decoration:none;
    }

.site-logo {
    min-width: 0;
    width: 150px;
    height: 60px;
    overflow: hidden;
    padding: 0;
    background-repeat:no-repeat;
}
#web_logo {
    width:172px;
    margin-top:0;
}
.img-logo {
    background-image: url('../images/logo.png');
    background-repeat:no-repeat;
    background-size: 139px 100%;
}

#leftColumn {
    float:left;
}

#contents {
     display:block;
     float:left;
     height:100%;
}

.btn_edit   {    
    background-image: url('../img/btn_edit.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display:inline-block;
}
.btn_del    {
    background-image: url('../img/btn_del.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display:inline-block;
    
}

#btn_list { margin-right: 1rem;}

#btn_menu {
    font-family: "Avenir Next", Avenir, Roboto, "Century Gothic",
    "Franklin Gothic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align:center;
    letter-spacing:3px;
}


#btn_menu a,#btn_menu a:focus  {
    color:#0a2f83;
    line-height:1.2;
    text-decoration:none; 
    background-color:#fff;
}

#btn_menu a:hover{
    color:#fff;
    text-decoration:none;    
    background-color:#0a2f83;
}

#sidebar  {
  background-color: #b5b5b5;
}

    #sidebar #menu {        
        background-color: #b5b5b5;
    }    

#LISTmain {
    display:block;
}
#LISTsubmain {
    display:none;
}

.regards  {
  background-image: url('../img/bg_regards.gif');
  background-repeat:no-repeat;
  background-position: center right;
}

.regards2  {
     float:right;
     padding:0 2rem 0 .8rem;
     background-color:#1471bf;
     color:White;
     font-size:12px;
}
#Ctitle {
    font-size:12px;
    line-height:28px;
    margin-top:1rem;
    height: 28px;
    float: left;
    width: 100%;
}
#Ccontent {
     width:100%;
    float: left;
}
.CcontentMenu {    
    text-align: center;
    margin-top: 140px;
}
#CcontentMenu1 {   
    background-image:url('../img/login_pos.png'); 
    background-repeat:no-repeat; 
    width:380px; height:230px;
    display:inline-block;
}
#CcontentMenu2 {   
    background-image:url('../img/login_erp.png'); 
    background-repeat:no-repeat; 
    width:380px; height:230px;
    display:inline-block;
}
#CcontentMenu3 {   
    background-image:url('../img/login_web.png'); 
    background-repeat:no-repeat; 
    width:380px; height:230px;
    display:inline-block;
}

#CcontentLogo0 {
    background-image:url('../img/admin_index_mgr.png'); 
    background-repeat:no-repeat; 
    width:460px; height:285px;
    display:inline-block;
}
#CcontentLogo1 {

}
#CcontentLogo2 {

}
#CcontentLogo3 {

}

#loginlogo {
    width:100%;
    height:183px;
    background-image:url('../img/login_logo.jpg'); 
    background-repeat:no-repeat;
    background-position:left;
    float:left;    
}

#loginH {
     width:100%;
     float:left;
     height:183px;
    background-image:url('../img/login_title0.jpg'); 
    background-repeat:no-repeat;
    background-position:right;
    
}
#loginC {
     width:100%;
     height:100%;
     float:left;
     margin-bottom:-32px;
     background:linear-gradient(top,#ffd1ba,#FFF);
     background:-moz-linear-gradient(top,#ffd1ba,#FFF);
     background:-webkit-linear-gradient(top,#ffd1ba,#FFF);
     background:-ms-linear-gradient(top,#ffd1ba,#FFF);
    
}
#loginF {
     width:100%;
     float:left;
     line-height:2;
     text-align:center;
     background-color:#fdba14;
     min-height:32px;
     height:auto;
}
#loginF div {
     background-color:#00529b;
     min-height:32px;
     height:100%;
}
#loginF div div {
      float:left;
      color:White;
      font-size:12px;
      padding:4px 10px 0 0;
}
ul li a:hover {    
    opacity:0.6;
	
}
ul li:hover
{
	border-color:#09F;	
}
.menu_title {
  background-color:#5f52a1;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  border:2px solid #5f52a1;
  font-size: 13px;
  font-weight: 500;
  font-family:�鰵蝝唳�𡡞��,蝝唳�𡡞��;
  letter-spacing: 2px;
  color: #fff;
  line-height: 32px;
  margin-left: 2rem;
  padding-left: 2rem;
  vertical-align:middle;
}
    .menu_title:hover, .menu_sel {
        background-color: #fff;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border: 2px solid #fff;
        font-size: 15px;
        font-weight: 600;
        font-family: "微軟正黑體","新細明體";
        letter-spacing: 2px;
        color: #1272bf;
        line-height: 32px;
        cursor: pointer;
        margin-left: 2rem;
        padding-left: 2rem;
        vertical-align: middle;
    }


.menu_list {
   padding:0px;
  font-size: .8rem;
  letter-spacing: 2px;
  color: #000;
  line-height: 32px;
  margin-bottom: .5rem;
}
.menu_list .list-no li a:hover,.menu_list .list-no li a:focus  {
  font-size: .9rem;
  color: #000;
  font-weight: bold;
}
.search-bg {
  background-color:#fffbcc;
  border-radius:6px;
  border:2px solid #fffbcc;
  width:100%;
  height:40px;
  font-size:12px;
  text-align:left;
  vertical-align:middle;    
}
.goodsearch-btn {
  background-color:#fff;
  border:1px solid #fff;
  color:Black;  
}

.search-cl {
     float:right;
     width:16px;
     height:16px;
}

.field-area {
     display:inline-block;
     float:left;
     margin-right: .5rem;
}
.field-addr input {
     float:left;
     margin-right: .5rem;
}

.menulayer1 {
    width: 20%;
    float: left;
}
.menulayer2 {
     width: 20%;
     float: left;
}

.ddl_menu {
     padding-left:5px;
	 padding-right:5px;
	 padding-top:5px;
	 padding-bottom:15px;
     border-radius:4px;
     margin-top:0px;
     z-index:1000;
     background-color:White;
     min-width:125px;
}
.ddl_menu1 {
	 padding-left:5px;
	 padding-right:5px;
     padding-top:5px;
	 padding-bottom:15px;
	 border-radius:4px;
     margin-top:0px;
     z-index:1000;

     background-color:White;
     min-width:100px;
}
    .menulist-t {
         width: 30%;
         float:left;
    }
    .menulist-c {
         width: 70%;
         float:left;
    }

@-webkit-keyframes mymove {
    from {left: 0px;}
    to {left: -940px;}
}
@keyframes mymove {
    from {left: 0px;}
    to {left: -940px;}
}
#Nav1 ul {
    position: relative;
    -webkit-animation: mymove 10s infinite; /* Chrome, Safari, Opera */
    animation: mymove 10s infinite;
}
#Nav1 ul:hover {
   -webkit-animation-play-state: paused; 
   animation-play-state: paused; 
}


.pos-fix {  position: fixed;}
.pos-rel {    position: relative;}
.pos-abs {    position: absolute;}

.clear { clear:both;}
.db {  display: block !important;}
.cdb {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.d-in {   display: inline;}
.d-inb {   display: inline-block;}

.dn {  display: none !important;}
.invisible {  visibility: hidden;}

.dt { display: table;}
.d-tr { display: table-row;}
.d-tc { display: table-cell;}

.d-list-item   {   display: list-item;}

.fr {  float: right !important;}
.fl {  float: left !important;}
.fn {  float:none;}

.tl {  text-align: left !important;}
.tr {  text-align: right !important;}
.tc {  text-align: center !important;}
.tj {  text-align: justify;}
.tn {  white-space: nowrap;}

.vt {   vertical-align: top;}
.vm {   vertical-align: middle;}
.vb {   vertical-align: bottom;}

.t-lowere {  text-transform: lowercase;} /*lower letter*/
.t-upper {  text-transform: uppercase;} /*all capital letter*/
.t-capital {  text-transform: capitalize;} /*first word of capital letter*/
.list-unstyled {  padding-left: 0;  list-style: none;}
.list-no  {  list-style: none;}
.line-h-1   {    line-height: 1;}
.line-h-2   {    line-height: 2;}
.line-h-32px   {    line-height: 32px;}
.line-h-title   {    line-height: 1.3;}

.lineh325{line-height:32.5px}
.lineh30{line-height:30px}
.bc-ccc { border-color:#ccc;}

.bb-e1-1-s{ 
  border-bottom-color: #e1e1e1;
  border-width: 1px;
  border-bottom-style: solid;  
}
.bb-f-1-s{ 
  border-bottom-color: #fff;
  border-width: 1px;
  border-bottom-style: solid;  
}
.bl-c-1-s{ 
  border-left-color: #ccc;
  border-width: 1px;
  border-left-style: solid;  
}
.br-c-1-s{ 
  border-right-color: #ccc;
  border-width: 1px;
  border-right-style: solid;  
}
.bb-c-1-s{ 
  border-bottom-color: #ccc;
  border-width: 1px;
  border-bottom-style: solid;  
}
.bt-c-1-s{ 
  border-top-color: #ccc;
  border-width: 1px;
  border-top-style: solid;  
}
.bb-b-1-s{ 
  border-bottom-color: #4F74B1;
  border-width: 1px;
  border-bottom-style: solid;  
}
.b-c-1-s{ 
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;  
}
.btrl-c-1-s{ 
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-left-color: #ccc;
  border-width: 1px;
  border-top-style: solid;  
  border-right-style: solid;  
  border-left-style: solid;  
}
.bbbtrl-c-1-s{ 
  border-top-color: #4F74B1;
  border-right-color: #4F74B1;
  border-left-color: #4F74B1;
   border-color: #4F74B1;
  border-width: 1px;
  border-top-style: solid;  
  border-right-style: solid;  
  border-left-style: solid;  
  border-bottom-style: solid;  
}
.bt{
	border-top-color: #ccc;
	border-width: 1px;
  	border-top-style: solid;  
	}
.bbrl-c-1-s{ 
  border-bottom-color: #ccc;
  border-right-color: #ccc;
  border-left-color: #ccc;
  border-width: 1px;
  border-bottom-style: solid;  
  border-right-style: solid;  
  border-left-style: solid;  
}
.bbrl-c-2-s{ 
  border-bottom-color: #ccc;
  border-right-color: #ccc;
  border-left-color: #ccc;
  border-width: 2px;
  border-bottom-style: solid;  
  border-right-style: solid;  
  border-left-style: solid;  
}
.brl-c-1-s{ 
  border-right-color: #ccc;
  border-left-color: #ccc;
  border-width: 1px; 
  border-right-style: solid;  
  border-left-style: solid;  
}
.wi-5  {   width: 5%;}
.wi-10  {   width: 10%;}
.wi-15  {   width: 15%;}
.wi-16  {   width: 16%;}
.wi-165  {   width: 16.5%;}
.wi-17  {   width: 17%;}
.wi-18  {   width: 18%;}
.wi-19  {   width: 19%;}
.wi-20  {   width: 20%;}
.wi-24  {   width: 24%;}
.wi-23  {   width: 23%;}
.wi-25  {   width: 25%;}
.wi-26  {   width: 26%;}
.wi-27  {   width: 27%;}
.wi-28  {   width: 28%;}
.wi-29  {   width: 29%;}
.wi-30  {   width: 30%;}
.wi-305  {   width: 30.5%;}
.wi-31  {   width: 31%;}
.wi-32  {   width: 32%;}
.wi-322  {   width: 32.2%;}
.wi-33  {   width: 33%;}
.wi-333  {   width: 33.3%;}
.wi-34  {   width: 34%;}
.wi-35  {   width: 35%;}
.wi-40  {   width: 40%;}
.wi-45  {   width: 45%;}
.wi-46  {   width: 46%;}
.wi-47  {   width: 47%;}
.wi-472  {   width: 47.2%;}
.wi-48  {   width: 48%;}
.wi-49  {   width: 49%;}
.wi-4975  {   width: 49.75%;}
.wi-50  {   width: 50%;}
.wi-55  {   width: 55%;}
.wi-60  {   width: 60%;}
.wi-65  {   width: 65%;}
.wi-67  {   width: 67%;}
.wi-68  {   width: 68%;}
.wi-70  {   width: 70%;}
.wi-75  {   width: 75%;}
.wi-80  {   width: 80%;}
.wi-83  {   width: 83%;}
.wi-835  {   width: 83.5%;}
.wi-85  {   width: 85%;}
.wi-90  {   width: 90%;}
.wi-95 {    width: 95%;}
.wi-100 {   width: 100%;}
.wi-166 {width: 16.6%;}
.wi-100px { width:100px;}
.wi-120px { width:120px;}
.wi-140px { width:140px;}
.wi-160px { width:160px;}
.wi-200px { width:200px;}
.wi-210px { width:210px;}
.wi-310px { width:310px;}

.hi-100 {   height: 100%;}
.hi-33 {   height: 33%;}
.hi-50 {   height: 50%;}
.hi-40 {   height: 40%;}
.hi-375 {   height: 37.5%;}
.hi-125 {   height: 12.5%;}
.hi-38px  { height: 38px;}
.hi-58px  { height: 58px;}
.hi-40px  { height: 40px;}
.hi-110px  { height: 110px;}
.hi-145px  { height: 145px;}
.hi-65{ height: 65%;}
.hi-68{ height: 68%;}
.hi-a  { height: auto;}
.hi-15  { height: 15%;}
.hi-85  { height: 85%;}
.hi-80  { height: 80%;}
.hi-90  { height: 90%;}
.hi-75  { height: 75%;}
.hi-70  { height: 70%;}
.hi-65  { height: 65%;}
.hi-60  { height: 60%;}
.disblo {display:block}
.of-vis {    overflow: visible;}
.of-hid {    overflow: hidden;}



.top-0 { top: 0;} /*�羓��*/
.bottom-0 { bottom: 0;}
.left-0 { left: 0;}
.right-0  { right: 0;}

.top-20 { top: 20;}
.left-2 { left: 2rem;}
.right-2  { right: 2rem;}
.bottom-20px { bottom: 20px;}

.m-caption { right:20%; left:20%;}

.webpic01 { background-image}


.ma-0 {    margin: 0;} /*��隞嗉�嗪𣪧*/
.mt-0 {    margin-top: 0;}
.mb-0 {    margin-bottom: 0;}
.ml-0 {    margin-left: 0;}
.mr-0 {    margin-right: 0;}

.m-0a {    margin: 0 auto;}
.m-a0 {    margin: auto 0;}

.m-a2px {    margin: auto 2px;}

.ma-05 {    margin: .5rem;}
.mt-06 {    margin-top: .6rem;}
.mt-1 {    margin-top: 1rem;}
.mt-2 {    margin-top: 2rem;}
.mt-4 {    margin-top: 4rem;}
.mt-5 {    margin-top: 5rem;}
.mb-05 {    margin-bottom: .5rem;}
.mb-1 {    margin-bottom: 1rem;}
.mb-10 {    margin-bottom: 10;}
.mtb-1  { margin-top: 1rem; margin-bottom: 1rem;}

.mb-03  { margin-bottom:.3rem;}
.mtr-12px {    margin-top: 12px;  margin-bottom: 12px;}
.mtb-12px {    margin-top: 12px;  margin-bottom: 12px;}
.mlr-05 { margin-left: .5rem; margin-right: .5rem;}
.mlr-1 { margin-left: 1rem; margin-right: 1rem;}
.mlr-2 { margin-left: 2rem; margin-right: 2rem;}
.mr-5px { margin-right: 5px;}
.mr-05 { margin-right: .5rem;}
.ml-5 { margin-right: 5px;}
.mr-1 { margin-right: 1rem;}
.mr-2 { margin-right: 2rem;}
.mr-5 { margin-right: 5rem;}
.mar12 { margin: 12px;}
.mar24 { margin: 24px;}
.mr-6 { margin-right: 6rem;}
.ml-252 { margin-left: 252px;}
.ml-05 { margin-left: .5rem;}
.ml-1 { margin-left: 1rem;}
.ml-2 { margin-left: 2rem;}
.ml-4 { margin-left: 4rem;}
.ml-5px { margin-left: 5px;}
.ml-10px { margin-left: 10px;}

.opacity-04 { opacity:0.4;}
.opacity-05 { opacity:0.5;}
.opacity-06 { opacity:0.6;}
.opacity-07 { opacity:0.7;}
.opacity-08 { opacity:0.8;}

.t-shadow-white { text-shadow: 0 0 4px white;}
.t-shadow-black { text-shadow: 0 0 4px black;}
.t-shadow-red { text-shadow: 0 0 4px red;}
.txt {
    position: relative;
    z-index: 1;
}
.z-in10 { z-index:10;}
.z-in999 { z-index:999;}
.pad-36px  { padding:36px;}
.pad-6px  { padding:6px;}
.pad-7px  { padding:7px;}
.pad-9px  { padding:9px;}
.pad-10px  { padding:10px;}
.pad-12px  { padding:12px;}
.padl-29{padding-left:29px;}
.pad-0  { padding:0;}
.pad-03  { padding:.3rem;}
.pad-05  { padding:.5rem;}
.pad-08  { padding:.8rem;}
.pad-1  { padding:1rem;}
.pad-2  { padding:2rem;}
.pad-test   {padding-left: 10px; padding-right: 10px;}
.pad-lr-1px   { padding: 0 1px;}
.pad-lr-2px   { padding: 0 2px;}
.pad-lr-12px   { padding: 0 12px;}
.pad-lr-13   { padding: 0 1.3rem;}
.pad-lr-15   { padding: 0 1.5rem;}
.pad-lr-2   { padding: 0 2rem;}
.pad-trb-03  { padding:.3rem .3rem .3rem 0;}
.pad-trl-03  { padding:.3rem .3rem 0 .3rem;}
.pad-trl-05  { padding:.5rem .5rem 0 .5rem;}
.pad-tr05-l08  { padding:.5rem .5rem 0 .8rem;}
.pad-l-1  {   padding-left: 1rem;}
.pad-l-2  {   padding-left: 2rem;}
.pad-t-5px  {   padding-top: 5px;}
.pad-t-10px  {   padding-top: 10px;}
.pad-t-15px  {   padding-top: 15px;}
.pad-t-20px  {   padding-top: 20px;}
.pad-t-38px  {   padding-top: 38px;}
.pad-t-0  {   padding-top: 0;}
.pad-t-1  {   padding-top: 1rem;}
.pad-t-2  {   padding-top: 2rem;}
.pad-b-03  {   padding-bottom: .3rem;}
.pad-b-1  {   padding-bottom: 1rem;}
.pad-b-2  {   padding-bottom: 2rem;}
.pad-b-8  {   padding-bottom: 8rem;}
.pad-b-10px  {   padding-bottom: 10px;}
.pad-rbl-10px   { padding:0 10px 10px 10px;}
.pad-bl-10px   { padding:0 0 10px 10px;}

.pad-tb-025 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.pad-tb-05 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.pad-tb-08 {
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.pad-lr-1em {
    padding-left: 1rem;
    padding-right: 1rem;
}

.h-4em  {    height: 4rem;}


.cf:before, .cf:after {
    content: " ";
    display: table;
}
.site-footer .link:link, .site-footer .link:visited {
    color: #555;
    -webkit-transition: color .15s ease-out;
    transition: color .15s ease-out;
}


.container-c {  margin:0 auto;}
.u-center{     margin-right: auto;  margin-left: auto;}

.mx-container {  width: 960px;}

.container-ns {  
  margin:0 auto;
}
/*important*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#web_footer2_db a { color:black;}
#web_footer_db { 
    background-color:#129ab2;
    border-top:4px solid #22b39b;
}
#web_menu_db img { width:132px; margin:0; padding:0;}

   
    #web_menu_nav2>ul>li>a {
    
    }
    #web_menu {}
    #web_footer1_db,#web_footer2_db { font-size:13px;}
    #web_footer1_db { color:#555;}
@media screen and (min-width: 768px) {

#menu1{display : none;}
#web_menu2_nav li {}
  .db-ns {    display: block;}
  .wi-25-ns {    width: 25%;}
  .wi-50-ns {    width: 50%;}
  .mt-0-ns {    margin-top: 0;}
  .pad-r-1-ns {    padding-right: 1rem;}
  .pad-r-2 {    padding-right: 2rem;}
  .container-ns {
    width: 100%;
  }  
    #web_footer>div { height:145px;}
    #web_footer1 { display:table-cell; float:left; width:70%; text-align:left;}
    #web_footer2 { display:table-cell; float:left; width:30%;}
    #web_menu>div { min-height:115px;}
   
    #web_menu_nav3 { display:none;}
    #web_menu_nav2>ul>li>a {
    
    }
    #web_footer1_db {
         float:right;
         padding-right: 2rem;         
    }
    #web_footer2_db {
         float:left;
         border-left:1px solid #ccc;
         padding-left: 2rem;
         padding-bottom: 1rem;
         padding-top: 1rem;
    }
	
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
  .container-ns {
    width: 970px;
  }
    #web_menu_nav2>ul>li>a {
   
    }
	
}

@media screen and (min-width: 1200px) {
   
  .container-ns {
    max-width: 970px;
  }

  #contents {
     margin:0px;
     width: 85%;
  }
  
    .field-title {
         float:left;
         text-align:right;
         margin-bottom: .5rem;
         width:120px;
    }
    .field-n {
        float:left;
        width:205px;
    }
}

@media screen and (max-width: 860px){
    #web_logo{
         width:100px;
         margin-top: 1rem;
    }
	#web_menu_nav1 
	{
		width : 100%;
		
	}
}
@media screen and (max-width: 900px) {
	#pic1{width : 30%;}
	#pic2{width : 30%;}
	#pic3{width : 30%;}
	#pic4{width : 30%;}
	#pic5{width : 30%;}
	#pic6{width : 30%;}
	#pic7{width : 30%;}
	#pic8{width : 30%;}
}
@media screen and (max-width: 992px) {


 
  
}
@media screen and (max-width: 800px) {

}


@media screen and (max-width: 767px) {
	#pic1{width : 45%;}
	#pic2{width : 45%;}
	#pic3{width : 45%;}
	#pic4{width : 45%;}
	#pic5{width : 45%;}
	#pic6{width : 45%;}
	#pic7{width : 45%;}
	#pic8{width : 45%;}
}
@media screen and (max-width: 480px) {
	#pic1{width : 90%;}
	#pic2{width : 90%;}
	#pic3{width : 90%;}
	#pic4{width : 90%;}
	#pic5{width : 90%;}
	#pic6{width : 90%;}
	#pic7{width : 90%;}
	#pic8{width : 90%;}
 

}
@media screen and (max-width: 600px) {
	#bara{width : 33.3%;}
	
}
@media screen and (max-width: 767px) {
#menu1{display : block;
}
 #icon{width : 100%}
 #tita{display: none}


#hid1{display:none}
#tits{width:100%;}
#ziv{width:100%;}
#ziv1{width:100%;}
#ziv3{width : 100%}
#ziv2{width:100%; text-align: center;}
#boxb{min-height:150px}
#boxs{width:100% ;}
#boxs1{display:none;}
#hid{display : none;}
#web_footer1_db,#web_footer2_db {
        float:none;
        text-align:center;
    }
    #web_footer>div { height:auto;}
    #web_menu>div { height:auto;}
    
   
    #web_menu2_nav li { width:49.5%;}
    #web_login { display:none;}
    #web_menu_nav3>ul>li { float:left; }
    #web_menu_nav2>ul>li { float:left; }
    #nav_db1 { display:none;}
    #web_menu_nav1 { display:none;}
  
    #web_menu_nav3>ul>li>a {
         padding:0 4px;
         float:left;
    }
    #web_footer1 { display:block; width:auto; text-align:center;}
    #web_footer2 { display:block; width:auto;}
    #web_footer1 h6 { display:block;}
    #leftColumn {
        width:100%;
        padding:12px;         
    }
    #btn_list { margin-right: 0;}
  #rightColumn  {
    width:100%;
    text-align:center;
  }

  #class_box {
     float:none;
  }
  #class_box div {
    display:inline-block;
    float:none;
  }
  #class_box div a div {
     vertical-align:middle;
     background-repeat:no-repeat;
     width:80px;
     height:60px;
  }
  #btn_esa {
     background-image:url('../img/btn_esa2.gif');
  }
  #btn_esp {
     background-image:url('../img/btn_esp2.gif');
  }
  #btn_esr {
     background-image:url('../img/btn_esr2.gif');
  }
  #btn_esb {
     background-image:url('../img/btn_esb2.gif');
  }
  #btn_esm {
     background-image:url('../img/btn_esm2.gif');
  }
    
    #sidebar {
        display: none;
        position: absolute;
        z-index: 1;
        left: 0;
        background-color: #b5b5b5;
        width: 252px;
    }   
    
    .field-title {
         float:left;
         text-align:right;
         margin-bottom: .5rem;
         width:120px;
    }
    .field-n {
        float:left;
        width:205px;
    }
    .field-list {
         float:left;
         width:120px;
    }    
    #LISTmain {
         display:none;
    }
    #LISTsubmain {
         display:block;
    }
    
    .textarea100 {
      width:200px;
      min-height:50px;
      border: 1px solid #ccc;
    }
}

@media screen and (max-width: 400px) {
    .field-title {
         float:left;
         text-align:right;
         margin-bottom: .5rem;
         width:auto;
    }
    #web_menu2_nav li { width:100%;}
    .field-n.field-list {
        float:left;
        width:auto;
    }
    .field-list {
        float:left;
        width:120px;
    }
    .menulayer1 {
         width: 33%;
         float: left;
    }
    .menulayer2 {
         width: 50%;
         margin-bottom: .5rem;
    }
    .menulist-t {
         width: 40%;
         float:left;
    }
    .menulist-c {
         width: 60%;
         float:left;
    }
    
}

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media print {
  *,  *:before,  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,  a:visited {    text-decoration: underline;  }
  a[href]:after {    content: " (" attr(href) ")";  }
  abbr[title]:after {    content: " (" attr(title) ")";  }
  a[href^="#"]:after,  a[href^="javascript:"]:after {    content: "";  }
  pre,  blockquote {    border: 1px solid #999;    page-break-inside: avoid;  }
  thead {    display: table-header-group;  }
  tr,  img {    page-break-inside: avoid;  }
  img {    max-width: 100% !important;  }
  p,  h2,  h3 {    orphans: 3;    widows: 3;  }
  h2,  h3 {    page-break-after: avoid;  }
  .navbar {    display: none;  }
  .btn > .caret,  .dropup > .btn > .caret {    border-top-color: #000 !important;  }
  .label {    border: 1px solid #000;  }
  .table {    border-collapse: collapse !important;  }
  .table td,  .table th {    background-color: #fff !important;  }
  .table-bordered th,  .table-bordered td {    border: 1px solid #ddd !important;  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  
  
  #leftColumn {
     width:252px;
     padding:12px;
  }
  
  #class_box {
     float:left;
  }
  #class_box div {
    display:block;
    text-align:center;
    float:left;
  }
  #class_box div a div {
     vertical-align:middle;
     background-repeat:no-repeat;
     width:60px;
     height:60px;
  }
  #btn_esa {
     background-image:url('../img/btn_esa2.gif');
  }
  #btn_esp {
     background-image:url('../img/btn_esp2.gif');
  }
  #btn_esr {
     background-image:url('../img/btn_esr2.gif');
  }
  #btn_esb {
     background-image:url('../img/btn_esb2.gif');
  }
  #btn_esm {
     background-image:url('../img/btn_esm2.gif');
  }
    #sidebar {
        display: none;
        position: absolute;
        z-index: 1;
        left: 0;
        background-color: #b5b5b5;
        width: 252px;
    }
    .field-title {
         float:left;
         text-align:right;
         margin-bottom: .5rem;
         width:120px;
    }
    .field-n {
        float:left;
        width:205px;
    }
    
}
@media screen and (max-width: 700px) and (min-width: 434px) {    
    .field-addr, .field-note {
         margin-left: 2rem;
    }
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

#tex {
    background-color: rgb(181 197 162);
    height: 75px;
    color: white;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 12px;
    margin-bottom: 1rem;
}
#tex1 { padding:0 1.5rem !important; margin-top:1rem !important;}
#tex1 > div { padding:0 2px 0 0 !important; }
#tex2 {
	padding:0 1.5rem !important;
	margin-top:0rem !important;
	width:100% !important;
}
#tex3{
    background-color: rgb(133 144 120) !important;
    font-size: 2rem !important;
    font-weight: bold !important; 
    color: rgb(255 255 255) !important;
    padding: 1rem !important;
    border-radius: 0 1rem 0 0;
}
.tex5 {
	text-align: left;
    padding: 1rem;
    vertical-align: middle;
    font-weight: bold;
    background-color: #b5c5a2;
    font-size: 1.2rem;
}
#aaa {
    position: absolute !important;
    z-index: 1000 !important;
    top: 1.8rem !important;
    right: 1rem !important;
    color: white !important;
    font-size: 1rem !important;
}

input[type=text], input[type=password], select, textarea { padding:0.3rem !important; }
table { font-size:1rem !important; border:none !important; letter-spacing: 0.1rem !important;}
table div { line-height: 1.5rem !important; }
#tex2 table img { margin: 0 0.5rem !important;  width: 1.3rem !important;}
#Table1 {
	background-color: rgb(181 197 162) !important;
    border-bottom: none !important;
}
#maintex { background-color: #607D8B !important; color:#fff; }

.btn3 {
    background: #859078;
    padding: 0.3rem 0.5rem;
    color: #fff;
    border-radius: 5px;
	display: inline-block;
}

.btn4 {
    padding: 1.2rem 0;
    color: white;
    font-size: 1.5rem;
    background-color: #859078;
    cursor: pointer;
    max-width: 8em;
	font-weight:bold ;
	margin:2rem 0.5rem;
    border-radius: 0.3rem;
    border: 0;
}

.hr1 {
    border-top: #859078 1px solid;
    display: inline-block;
    width: 100%;
    margin-top: 2rem;
}

a:hover {
    font-weight: bolder;
    color: #009688;
}

.btn3:hover {color:#fff !important; background-color:#5a654e;}