/*-----------------------------------------------------------------------------
	layout
-----------------------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #333333;
}

.lo-container {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.lo-header-outer {
  width: 100%;
}

.lo-header {
  max-width: 1140px;
  padding: 20px 20px;
  margin: 0 auto;
}

.lo-main-outer {
  width: 100%;
}

.lo-main {
  max-width: 1140px;
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
}

.one-col .lo-primary {
  width: 100%;
}

.two-col .lo-primary {
  width: 100%;
  float: right;
  margin-left: -240px;
}

.two-col .lo-primary-inner {
  margin-left: 240px;
}

.two-col .lo-secondary {
  width: 220px;
  float: left;
}

@media only screen and (max-width: 768px) {
  .two-col .lo-primary {
    float: none;
    margin-left: 0px;
  }

  .two-col .lo-primary-inner {
    margin-left: 0px;
  }

  .two-col .lo-secondary {
    float: none;
    width: auto;
  }
}
.lo-footer-outer {
  width: 100%;
}

.lo-footer {
  max-width: 1140px;
  padding: 20px 20px;
  margin: 0 auto;
}

/*-----------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------*/
.header {
  position: relative;
}

.logo {
  font-size: 24px;
  margin-bottom: 24px;
}

.page-title {
  font-size: 32px;
}

/*-----------------------------------------------------------------------------
	footer
-----------------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  bottom: 15px;
  right: 25px;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 999;
}

.pagetop2 {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}
/*-----------------------------------------------------------------------------
	section
-----------------------------------------------------------------------------*/
.section {
  margin-bottom: 40px;
}

/*-----------------------------------------------------------------------------
	ul
-----------------------------------------------------------------------------*/
.ul-ptn-a li {
  margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------
	global modifier
-----------------------------------------------------------------------------*/
.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mt200 {
  margin-top: 200px !important;
}
