@import url(normalize.css);
@import url(default.css);
/* -----------------------------------------------------------
 body
----------------------------------------------------------- */
body {
  line-height: 1.5;
  font-size: 12px;
  color: #000;
  min-width: 960px;
}

/* -----------------------------------------------------------
 default setting
----------------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #555;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}

small {
  font-size: 86%;
}

a.arrow {
  background: url(../images/common/icn_arrow.gif) 0 2px no-repeat;
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
}

a.arrow.normal {
  background: url(../images/common/icn_arrow.gif) 0 4px no-repeat;
  font-size: inherit;
  font-weight: normal;
  line-height: 20px;
  display: inline;
}

.txtr {
  text-align: right;
}

small.txtright {
  display: block;
  text-align: right;
}

small.notice {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
  margin: 0.5em 0 0.2em;
}

.clr {
  zoom: 1;
}
.clr:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.inner {
  zoom: 1;
  margin: 0 auto;
  width: 960px;
}
.inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

/*-------------------------------------------
 LAYOUT
 -------------------------------------------*/
header.global {
  height: 153px;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
header.global .inner {
  position: relative;
}
header.global h1 {
  padding: 30px 0;
}
header.global h1 img {
  width: 270px;
  background-color: #fff;
}
header.global #gnav > ul {
  position: relative;
  height: 30px;
}
header.global #gnav > ul > li {
  padding-top: 8px;
  float: left;
  height: 30px;
}
header.global #gnav > ul > li > a img {
  line-height: 1;
}
header.global #gnav > ul > li > a:hover img {
  opacity: 1;
}
header.global #gnav > ul > li.mmenu.mhover {
  height: 30px;
  background-color: #000;
}
header.global #gnav > ul > li.mmenu.mhover .mmenu_box {
  display: block;
}
header.global #gnav > ul > li.mmenu .mmenu_box {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  width: 912px;@
  height: 125px;
  padding: 24px;
  background-color: #000;
}
header.global #gnav > ul > li.mmenu .mmenu_box figure {
  width: 156px;
  height: 125px;
  overflow: hidden;
  float: left;
}
header.global #gnav > ul > li.mmenu .mmenu_box ul {
  padding-top: 15px;
  width: 720px;
  float: right;
}
header.global #gnav > ul > li.mmenu .mmenu_box ul li {
  margin-bottom: 12px;
  margin-right: 35px;
  float: left;
}
header.global #gnav > ul > li.mmenu .mmenu_box ul li a {
  display: block;
  padding: 0 0 0 18px;
  background: url(../images/common/icn_mmenu_arrow.gif) 0 6px no-repeat;
}

header.global #gnav > ul > li.pmenu{
	cursor:pointer;
}

header.global #gnav > ul > li.pmenu.phover {
  height: 46px;
  background-color: #000;
}
header.global #gnav > ul > li.pmenu.phover .pmenu_box {
  display: block;
}
header.global #gnav > ul > li.pmenu .pmenu_box {
  display: none;

  width: 120px;
		height:108px;
  background-color: #000;
}

header.global #gnav > ul > li.pmenu .pmenu_box ul {
  padding: 15px 0 0 10px;
}
header.global #gnav > ul > li.pmenu .pmenu_box ul li {
  margin-bottom: 12px;
}
header.global #gnav > ul > li.pmenu .pmenu_box ul li a {
  display: block;
  padding: 0 0 0 10px;
  background: url(../images/common/icn_mmenu_arrow.gif) 0 6px no-repeat;
}


header.global #subnav {
  position: absolute;
  width: 530px;
  top: 20px;
  right: 0;
}
header.global #subnav ul {
  zoom: 1;
  margin-bottom: 18px;
}
header.global #subnav ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
header.global #subnav ul li {
  float: left;
  padding-left: 15px;
  line-height: 1;
}
header.global #subnav .search {
  width: 200px;
  float: right;
}
header.global #subnav .search div {
  border: 1px solid #d9d9d9;
  zoom: 1;
}
header.global #subnav .search div:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
header.global #subnav .search div input {
  border: 0;
  margin: 0;
  padding: 1px 2px;
  width: 175px;
  height: 16px;
  line-height: 14px;
  float: left;
}
header.global #subnav .search div input.submit {
  float: right;
  overflow: hidden;
  text-indent: -100px;
  width: 19px;
  height: 18px;
  background: #b09b39 url(../images/common/btn_search.gif) 50% 50% no-repeat;
}

.container {
  clear: both;
  position: relative;
  background-color: #fff;
}

footer.global {
  padding-top: 119px;
  background: url(../images/common/footer_bg.gif) 50% 0 no-repeat;
}
footer.global .menu1 {
  padding: 12px 0;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
footer.global .menu1 a {
  float: left;
  margin-right: 20px;
  line-height: 1;
}
footer.global .menu1 a img {
  height: 20px;
  background: #FFF;
}
footer.global .menu1 a.pagetop {
  float: right;
  margin-right: 0;
  padding: 5px 0 0;
}
footer.global .menu1 a.pagetop img {
  height: 10px;
}
footer.global .sitelist {
  zoom: 1;
  padding: 30px 0;
}
footer.global .sitelist:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
footer.global .sitelist .col {
  float: left;
  height: 280px;
  padding-left: 18px;
}
footer.global .sitelist .col .ttl {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(../images/common/icn_arrow.gif) 0 50% no-repeat;
}
footer.global .sitelist .col > ul {
  margin-top: -4px;
  font-size: 11px;
}
footer.global .sitelist .col > ul > li {
  padding-left: 8px;
  margin-bottom: 5px;
}
footer.global .sitelist .col > ul > li > a {
  padding-left: 15px;
  background: url(../images/common/icn_arrow2.gif) 0 50% no-repeat;
}
footer.global .sitelist .col1 {
  padding-left: 0;
  width: 223px;
  border-right: 1px solid #d9d9d9;
}
footer.global .sitelist .col2 {
  width: 236px;
  border-right: 1px solid #d9d9d9;
}
footer.global .sitelist .col3 {
  width: 217px;
  border-right: 1px solid #d9d9d9;
}
footer.global .sitelist .col4 {
  width: 226px;
}
footer.global .policy {
  border-top: 1px solid #000;
  padding: 14px 0;
}
footer.global .policy a {
  float: left;
  margin-right: 20px;
}
footer.global .policy small.copyright {
  float: right;
  line-height: 18px;
  font-size: 11px;
}
