@charset "utf-8";
.top_location {
  padding: 0px !important;
}
.top_bg{
  padding:20px 0px !important;
}
a.btn-close{
  padding:3px 12px;
  border:1px solid #fff;
  color:#fff;
  margin-bottom:10px;
 }
 a.btn-close:hover{
   text-decoration:none;
   background:#444;
 }
/* Base Item
---------------------------------------------------------------------- */

.item {
  background-color: #ddd;
  min-height: 200px;
  width: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body a {
  -webkit-tap-highlight-color: rgba(76,192,191,0.3);
}
#Wrap {
  -webkit-box-shadow: 0 0 5px 5px #222;
  -moz-box-shadow: 0 0 5px 5px #222;
  box-shadow: 0 0 5px 5px #222;
}
#ContentsSection {
  /*background: #fff;*/
  position: relative;
  z-index: 1;
}
.fluid_container {
  padding-top: 0px;
}
#Header {
  margin-left: 10px;
  margin-right: 10px;
}
#HeadUtility h1, #HeadUtility #siteLogo {
  margin-right: 100px;
}
#HeadUtility h1 img, #HeadUtility #siteLogo img {
  height: auto;
  width: 100%;
}

.span1 img{
  width:66px !important;
  margin-bottom:10px;
}

/* Header
---------------------------------------------------------------------- */

#HeaderWrap {
  border-top: 4px solid #1B1F22;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
}
#HeaderWrap.FixNav {
  position: relative;
}
#HeadBox {
  display: none;
}
#HeadUtility {
  padding: 10px;
}
#HeaderSection {
  position: static;
}
html body #Header #navPC {
  background: no-repeat 0 -106px;
  height: 41px;
  overflow: hidden;
  position: absolute;
  right: 50px;
  text-indent: 100%;
  top: 18px;
  white-space: nowrap;
  width: 33px;
}
#Header #navBtn {
  background-position: -40px -106px;
  display: block;
  width: 31px;
  height: 41px;
  position: absolute;
  right: 10px;
  top: 18px;
}
/* #nav
-------------------- */

#Header #navDoor, #Header #nav {
  display: none;
}
#Header #navBtn {
  display: block;
  overflow: hidden;
}
/* SmartPhone Style
---------------------------------------------------------------------- */

#page_container h1.main_title{
  font-size:26px !important;
  line-height:28px !important;
  font-weight:bold !important;
  margin-bottom:20px !important;
}

.Home #Contents {
  padding: 0;
  width: inherit;
}
#spNav {
  background: #47444C;
  overflow: hidden;
  color: #fff;
  font-family: arial;
  font-weight: bold;
  letter-spacing: -0.04em;
}
#spNav:after {
  background: #161518;
  background: -moz-linear-gradient(top, #161518 0%, #333039 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #161518), color-stop(100%, #333039));
  background: -webkit-linear-gradient(top, #161518 0%, #333039 100%);
  background: linear-gradient(to bottom, #161518 0%, #333039 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
#spNav li {
  background: #34313a;
  background: -moz-linear-gradient(top, #34313a 67%, #29272f 92%, #302d35 96%, #2b2930 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, #34313a), color-stop(92%, #29272f), color-stop(96%, #302d35), color-stop(100%, #2b2930));
  background: -webkit-linear-gradient(top, #34313a 67%, #29272f 92%, #302d35 96%, #2b2930 100%);
  background: linear-gradient(to bottom, #34313a 67%, #29272f 92%, #302d35 96%, #2b2930 100%);
  border-bottom: 1px solid #47444C;
  float: left;
  width: 50%;
}
#spNav li:nth-child(5), #spNav li:nth-child(6) {
  border-bottom: none;
}
#spNav li a {
  display: block;
  font-size: 100%;
  line-height: 1.2;
  padding: 10px 0px;
  position: relative;
  text-shadow: 1px 1px 1px #000;
  text-decoration: none;
}
#spNav li a:link, #spNav li a:visited {
  color: #fff;
}
#spNav li:nth-child(2n) a {
  border-left: 1px solid #47444C;
}
#wrapper {
  padding: 40px 20px 50px !important;
}
#side_article{display:none;}

/* pageslide
---------------------------------------- */
div#mob_nav ul{margin-left:10px;}
div#mob_nav ul li{display:block; color:#47B8B8; padding:2px 0px;}
div#mob_nav ul li a{display:block;}
div#mob_nav ul li li{margin-left:10px;}


#pageslide {
  background: #000;
  display: none;
  position: absolute;
  text-align: left;
  top: 0;
  z-index: 1;
  width: 250px;
  /* These styles are optional, and describe how the pageslide will look */
  color: #FFF;
  height:100%;
  min-height:100%;
}
#pageslide .navMenu dt a, #pageslide .navMenu dd a {
  padding: 10px 0;
}
#pageslide .navMenu {
  display: none;
}
#slideNav {
  border-top: 1px solid #333;
}
#slideNav h2 {
  background: #010101;
  border-top: 1px solid #5B5B5B;
  color: #fff;
  padding: 10px 15px;
}
#slideNav #upNav {
  font-size: 85.7%;
  overflow: hidden;
  margin: 15px 15px 0;
  _zoom: 1;
}
#slideNav #upNav li {
  background: #16181a;
  background: -moz-linear-gradient(top, #16181a 0%, #2e3031 4%, #16181a 8%, #07090a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #16181a), color-stop(4%, #2e3031), color-stop(8%, #16181a), color-stop(100%, #07090a));
  background: -webkit-linear-gradient(top, #16181a 0%, #2e3031 4%, #16181a 8%, #07090a 100%);
  background: linear-gradient(to bottom, #16181a 0%, #2e3031 4%, #16181a 8%, #07090a 100%);
  border: 1px solid #000;
  float: left;
  letter-spacing: -0.1em;
}
#slideNav #upNav li:first-child {
  margin-right: 4px;
  width: 92px;
}
#slideNav #upNav li:last-child {
  width: 119px;
}
#slideNav #upNav li a {
  display: block;
  padding: 10px 2px;
  text-align: center;
}
#slideNavList, #slideNavList2 {
  padding: 15px;
}
#slideNav h3 {
  background: #141618;
  border: 1px solid #444;
  border-bottom: none;
  color: #eee;
  cursor: pointer;
  font-size: 92.9%;
  font-weight: normal;
  padding: 15px 15px 15px 35px;
  position: relative;
}
#slideNav h3:before {
  background: no-repeat -138px -106px;
  content: "";
  display: block;
  height: 11px;
  left: 13px;
  position: absolute;
  top: 20px;
  width: 11px;
}
#slideNav h3.slideNav:before {
  background: no-repeat -20px -20px;
  height: 13px;
  left: 13px;
  top: 20px;
  width: 13px;
}
#slideNav h3.openAcc:before {
  background-position: -34px -20px;
}
#slideNav a {
  color: #eee;
  display: block;
  text-decoration: none;
}
#slideNav #slideNavList ul, #slideNav #slideNavList2 ul {
  background: #151618;
  border: 1px solid #444;
  border-bottom: none;
  font-size: 85.7%;
}
#slideNav .inner {
  display: none;
  padding: 10px 0;
}
#slideNav .inner a {
  padding: 10px 10px 10px 40px;
  position: relative;
}
#slideNav .inner a:before {
  content: "";
  background: no-repeat 0 -15px;
  left: 30px;
  height: 5px;
  position: absolute;
  top: 18px;
  width: 3px;
}
#slideNav a:hover {
  text-decoration: none;
}
#slideNav #slideNavClose {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
#slideNav #slideNavClose a {
  display: block;
  height: 42px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 62px;
}
#slideNav #slideNavClose a:before {
  background: no-repeat -68px -83px;
  content: "";
  display: block;
  height: 22px;
  left: 25px;
  position: absolute;
  top: 10px;
  width: 22px;
}
/* Footer
---------------------------------------------------------------------- */
#pageTop {
  right: 10px;
}
#Wrap #pageTop a {
  height: 30px;
  width: 40px;
}
#Wrap #pageTop a:before {
  background-position: 0 -155px;
  height: 10px;
  left: 15px;
  top: 11px;
  width: 9px;
}
#groupLinkSection {
  display: none;
}
#Footer li:before {
  display: none;
}
#searchBtm {
  border-top: 1px solid #2E3235;
  border-bottom: 1px solid #0F1012;
  padding: 10px;
}
#searchBtm form {
  background: #404446;
  border: 1px solid #000;
  display: block;
  overflow: hidden;
  position: relative;
  _zoom: 1;
}
#searchBtm .search_box {
  background: transparent;
  border: none;
  color: #ccc;
  float: left;
  line-height: 1.2;
  padding: 5px 5px 3px;
  width: 80%;
}
#searchBtm .search_btn {
  background: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 26px;
  padding: 2px 0 0;
  position: absolute;
  right: 0;
  width: 45px;
  vertical-align: top;
}
#Footer ul {
  border-top: 1px solid #2E3235;
  border-bottom: 1px solid #0F1012;
  padding: 10px 10px 0;
  position: relative;
}
#Footer ul li {
  margin: 0 0 8px;
}
#Footer ul li a {
  display: block;
}
p.copiright {
  text-align: center;
  padding: 10px;
}
#Footer #utilityLink {
  border-bottom: 1px solid #2E3235;
  padding: 10px 2px 0;
}
#Footer #utilityLink li {
  padding: 0 8px;
  margin: 0 0 5px;
}
#Footer #utilityLink:after {
  background: #0F1012;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#Footer #utilityLink li:after {
  background: #717274;
  content: "";
  display: block;
  height: 10px;
  right: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}
#Footer #copy {
  margin: 10px auto;
}
.element-item {
  width: 100% !important;
}
.page_container {
  padding-top: 0px !important;
}
#camera_wrap_4 {
  height: 350px !important;
}
.camera_caption > div {
  margin-top: -220px !important;
  font-size: 200% !important;
  line-height: 200% !important;
}
/* @end */
