@charset "UTF-8";
/* Style CSS */

/*------------------------------
  common
------------------------------*/

body {
  min-width: 1278px;
  font-size: 14px;
  color: #333;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  letter-spacing: -0.001em;
}

a:link {
  color: #333;
  text-decoration: underline;
}
a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.9;
}
a:active {
  color: #333;
  text-decoration: none;
}

.floatL {
  float: left;
}
.floatR {
  float: right;
}

.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

.wrapper01 {
  width: 1170px;
  margin: 0 auto;
}
.wrapper02 {
  width: 1278px;
  margin: 0 auto;
}
.wrapper03 {
  width: 1200px;
  margin: 0 auto;
}

/*------------------------------
  #header
------------------------------*/
#header {
  /*position: fixed;*/
  width: 100%;
  height: 60px;
  background: url(../../../../ja/indonesia/common/img/header_bg_img_01.png) repeat left top;
  z-index: 200;
  color: #fff;
}
#header ul.left {
  padding: 10px 0;
}
#header ul.left li,#header ul.right li {
  float: left;
}
#header ul.left li.link a {
  padding: 0 18px 0 26px;
  background: url(../../../../ja/indonesia/common/img/blank_icn_w.png) no-repeat right 3px;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
}
#header ul.right {
  padding: 15px 0;
}

#header ul.right li.question {
  padding: 0 25px 0 0;
  font-size: 12px;
  line-height: 30px;
}
#header ul.right li.question a {
  padding: 0 18px 0 0;
  background: url(../../../../ja/indonesia/common/img/mail_icn_s.gif) no-repeat right 4px;
  color: #fff;
  text-decoration: none;
}
#header ul.right li.langP {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
}
#header ul.right li.lang {
  padding: 0 0 0 5px;
}
#header ul.right li.lang a:hover {
  opacity: 1;
}

/*------------------------------
  #nav
------------------------------*/
#nav {
/*  position: fixed;
  top: 0;*/
  width: 100%;
  height: 50px;
  background: url(../../../../ja/indonesia/common/img/nav_bg_img_01.png) repeat left top;
  z-index: 100;
}
#nav li a {
  float: left;
  width: 386px;
  margin: 0 6px 0 0;
  padding: 18px 0 16px;
  background: rgba(215,8,59, 0.8);
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
#nav li a:hover {
    opacity: 0.8;
    background: #9e042a;
    color: #fff;
    transition: background 900ms;
}
#nav li.last-child a {
  margin: 0;
}

/*------------------------------
  #main
------------------------------*/
#main {
  overflow: hidden;
  background: url(../../../../ja/indonesia/common/img/main_bg_img_01.png) repeat left top ;
  background-size: 5px auto;
}

/*------------------------------
  #conctact
------------------------------*/
#contact {
  height: 104px;
  margin: 0 0 20px;
  padding: 15px 0;
  background: url(../../../../ja/indonesia/common/img/main_bg_img_02.png) 50% 0 repeat-y;
}
#contact .btn_bg {
  width: 770px;
  height: 104px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border-radius: 6px;
  /* box-shadow */
  -webkit-box-shadow:0px 2px 0px 0px #b6b6b6;
  box-shadow:0px 2px 0px 0px #b6b6b6;
  text-align: center;
}
#contact .btn_bg h3 {
  padding: 26px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
#contact .btn_bg span {
  padding: 0 10px 0 0;
  font-size: 18px;
  line-height: 1;
}
#contact .btn_bg span img {
  vertical-align: middle;
}
#contact .btn_bg a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

/*------------------------------
  #bnr
------------------------------*/
#bnr {
  height: 100px;
  margin: 20px auto 0;
}
#bnr .list {
  width: 460px;
  margin: 0 auto;
}
#bnr .floatL {
  width: 220px;
  margin: 0 20px 0 0;
}
#bnr .last-child {
  margin: 0;
}

/*------------------------------
  #footer
------------------------------*/
#footer {
  clear: both;
  padding: 30px 0 25px;
  background: #000 ;
}
#footer ul.left {
  float: left;
}
#footer ul li {
  margin: 0 20px 0 0;
}
#footer ul li.last-child {
  margin: 0;
}
#footer ul li a.none {
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  text-decoration: none;
  padding: 0;
  background: none;
}
#footer ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  text-decoration: none;
  padding: 0 18px 0 0;
  background: url(../../../../ja/indonesia/common/img/blank_icn_w.png) no-repeat right 3px;
}
#footer ul.right {
  float: right;
  padding: 5px 0 0;
}
#footer ul.right li.copylight {
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  text-decoration: none;
}