/* =====================================
reset
------------------------------------- */
* {
  margin: 0;
  border: 0;
  padding: 0;
}

@font-face {
  font-family: "YuGothicRedifined";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium");
}

@font-face {
  font-family: "YuGothicRedifined";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
}

/* =====================================
base
------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  line-height: 1.5;
  background-color: #fff;
  font-size: 12px;
}

html.fontsize-s {
  font-size: 10px;
}

html.fontsize-m {
  font-size: 12px;
}

html.fontsize-l {
  font-size: 14px;
}

@media only screen and (max-width: 980px) {
  html.fontsize-s, html.fontsize-m, html.fontsize-l {
    font-size: 12px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
  font-family: "Yu Gothic Medium", YuGothicRedifined, "\6e38\30b4\30b7\30c3\30af", YuGothic, Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: -.00001em;
  text-align: left;
}

[lang="en"] body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

@media only screen and (max-width: 980px) {
  body {
    text-align: right;
  }
}

@media only screen and (max-width: 600px) {
  body {
    text-align: center;
  }
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

input[type="submit"],
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"],
button,
select,
option,
label {
  cursor: pointer;
}

label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

th,
dt {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

p {
  margin-top: 1em;
}

p:first-child {
  margin-top: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0;
}

.ie7 img {
  max-width: none;
}

table img {
  max-width: inherit;
}

strong,
em {
  font-style: normal;
  font-weight: bold;
}

a:link, a:visited {
  color: #1040cf;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

sup {
  font-size: 80%;
  vertical-align: top;
}

sub {
  font-size: 80%;
  vertical-align: bottom;
}

/* =====================================
page
------------------------------------- */
#page {
  text-align: left;
}

#txt-page-warning {
  padding: 10px;
  text-align: center;
  color: #c00;
  border: 1px solid #c00;
  background: #fff;
}

#nav-skip {
  position: absolute;
  top: -999em;
  left: -999em;
  padding: .75em 10px;
  background-color: #767676;
  text-align: center;
  *zoom: 1;
}

#nav-skip > li {
  display: inline-block;
  *display: inline;
  margin: .25em 1.5em;
  *zoom: 1;
}

#nav-skip > li > a {
  color: #fff;
  *zoom: 1;
}

#nav-skip.show {
  position: static;
}

.static #nav-skip {
  position: static;
}

@media only screen and (max-width: 980px) {
  #nav-skip > li {
    margin-left: .75em;
    margin-right: .75em;
  }
}

/* =====================================
header
------------------------------------- */
#header {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

#header a {
  text-decoration: none;
}

#header a:hover, #header a:focus, #header a:active {
  text-decoration: underline;
}

.ie8 #header,
.ie7 #header {
  width: 980px;
}

@media only screen and (max-width: 980px) {
  #header #nav-header {
    text-align: right;
    padding-top: 85px;
  }
}

@media print {
  #header {
    display: none;
  }
}

#header .site-logo,
#header .site-language,
#header .site-search,
#header .site-fontsize {
  position: absolute;
}

#header .site-logo {
  top: 11px;
  left: 15px;
}

#header .site-logo a {
  display: block;
}

html.fontsize-s #header .site-logo, html.fontsize-m #header .site-logo, html.fontsize-l #header .site-logo {
  font-size: 12px;
}

@media only screen and (max-width: 980px) {
  #header .site-logo {
    top: 22px;
  }
}

@media only screen and (max-width: 600px) {
  #header .site-logo {
    top: 32px;
    left: 12px;
  }
}

#header .site-language {
  top: 0;
  left: 25%;
  *zoom: 1;
}

#header .site-language:after {
  content: "";
  clear: both;
  display: block;
}

#header .site-language > li {
  float: left;
  border-left: 1px solid #ccc;
  padding: 1em 15px 0 10px;
}

#header .site-language > li a {
  color: #333;
}

html.fontsize-s #header .site-language, html.fontsize-m #header .site-language, html.fontsize-l #header .site-language {
  font-size: 12px;
}

@media only screen and (max-width: 980px) {
  #header .site-language {
    position: absolute;
    top: 29px;
    left: auto;
    right: 180px;
    display: block;
    border-right: 1px solid #ccc;
  }
  #header .site-language > li {
    padding: 0 4px;
  }
  #header .site-language > li a {
    display: inline-block;
    *display: inline;
    padding: .25em 4px .15em 4px;
    *zoom: 1;
  }
}

@media only screen and (max-width: 600px) {
  #header .site-language {
    top: 0;
    right: 0;
    border-right: 0;
  }
  #header .site-language > li a {
    padding: .2em 4px .1em 4px;
  }
}

#header .site-search {
  top: 14px;
  right: 0;
  *zoom: 1;
}

#header .site-search:after {
  content: "";
  clear: both;
  display: block;
}

#header .site-search .label,
#header .site-search > div,
#header .site-search .field,
#header .site-search .submit {
  float: left;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
}

#header .site-search .label {
  line-height: 22px;
  padding: 1px 6px 0 0;
}

#header .site-search .label > span {
  display: none;
}

#header .site-search > div {
  *zoom: 1;
}

#header .site-search > div:after {
  content: "";
  clear: both;
  display: block;
}

#header .site-search .field {
  width: 226px;
  height: 23px;
  line-height: 17px;
  border: 1px solid #767676;
  padding: 2px;
}

#header .site-search .submit {
  height: 23px;
  overflow: hidden;
  border-radius: 0 3px 3px 0;
  padding: 4px 8px 4px 7px;
  background-color: #767676;
}

#header .site-search .submit img {
  height: 15px;
}

#header .site-search .close {
  display: none;
}

.ie7 #header .site-search .field {
  height: 17px;
}

@media only screen and (max-width: 980px) {
  #header .site-search {
    position: static;
    display: block;
  }
  #header .site-search .label,
  #header .site-search > div,
  #header .site-search .field,
  #header .site-search .submit {
    float: none;
  }
  #header .site-search .label {
    position: absolute;
    top: 26px;
    right: 10px;
    line-height: 27px;
    overflow: hidden;
    border: 1px solid #4e4e4e;
    border-radius: 4px;
    padding: 1px 12px 0 28px;
    text-align: center;
  }
  #header .site-search .label:before, #header .site-search .label:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    background-color: #737373;
  }
  #header .site-search .label:before {
    left: 13px;
    width: 7px;
    height: 1px;
    margin-top: -1px;
  }
  #header .site-search .label:after {
    left: 16px;
    width: 1px;
    height: 7px;
    margin-top: -4px;
  }
  #header .site-search .label[aria-expanded="true"]:after {
    content: none;
  }
  #header .site-search .label > span {
    position: absolute;
    top: -999em;
    left: -999em;
    display: inline;
  }
  #header .site-search > div {
    display: none;
    padding: 20px 10px;
    background-color: #eee;
    text-align: center;
  }
  #header .site-search .field {
    width: 50%;
    min-width: 230px;
    height: 34px;
    border-radius: 4px 0 0 4px;
    padding: 3px 0 3px 5px;
    font-size: 18px;
  }
  #header .site-search .submit {
    height: 34px;
    margin-left: -.325em;
    padding: 5px 24px;
  }
  #header .site-search .submit img {
    height: 24px;
  }
  #header .site-search .close {
    display: inline-block;
    line-height: 28px;
    margin: 2px 0 2px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 28px;
    background-color: #fff;
    font-size: 116.66667%;
  }
  .static #header .site-search > div {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  #header .site-search .label {
    top: 36px;
    padding: 1px 8px 0 22px;
  }
  #header .site-search .label:before {
    left: 10px;
  }
  #header .site-search .label:after {
    left: 13px;
  }
  #header .site-search .close {
    display: block;
    margin: 10px auto 0 auto;
  }
}

#header .site-fontsize {
  top: 47px;
  right: 0;
  *zoom: 1;
}

#header .site-fontsize:after {
  content: "";
  clear: both;
  display: block;
}

#header .site-fontsize > p,
#header .site-fontsize > ul,
#header .site-fontsize > ul > li {
  float: left;
}

#header .site-fontsize > p {
  line-height: 20px;
  padding-right: 8px;
}

#header .site-fontsize > ul {
  border-left: 1px solid #ccc;
  *zoom: 1;
}

#header .site-fontsize > ul:after {
  content: "";
  clear: both;
  display: block;
}

#header .site-fontsize > ul > li {
  border: 1px solid #ccc;
  border-left: 0;
}

#header .site-fontsize > ul > li > button {
  display: block;
  width: 40px;
  line-height: 18px;
  background-color: #efefef;
  color: #333;
  text-align: center;
}

#header .site-fontsize > ul > li > button:hover, #header .site-fontsize > ul > li > button:focus, #header .site-fontsize > ul > li > button:active {
  background-color: #fff;
}

html.fontsize-s #header .site-fontsize, html.fontsize-m #header .site-fontsize, html.fontsize-l #header .site-fontsize {
  font-size: 12px;
}

html.fontsize-s #header .site-fontsize > ul > li > button.fontsize-s,
html.fontsize-m #header .site-fontsize > ul > li > button.fontsize-m,
html.fontsize-l #header .site-fontsize > ul > li > button.fontsize-l {
  background-color: #454545;
  color: #fff;
}

@media only screen and (max-width: 980px) {
  #header .site-fontsize {
    position: static;
    display: none;
  }
}

#nav-global {
  padding-top: 60px;
}

#nav-global > #menu-ui {
  display: none;
}

#nav-global > #menu-content {
  display: block;
}

#nav-global > #menu-content > ul {
  *zoom: 1;
}

#nav-global > #menu-content > ul:after {
  content: "";
  clear: both;
  display: block;
}

#nav-global > #menu-content > ul > li {
  float: left;
  border-bottom-width: 3px;
  border-style: solid;
  padding-bottom: 1px;
}

#nav-global > #menu-content > ul > li > span {
  display: block;
  line-height: 2;
  background-color: #fff;
  font-weight: bold;
}

#nav-global > #menu-content > ul > li > ul {
  display: table;
  *display: block;
  width: 100%;
  border-width: 1px;
  border-left-width: 0;
  border-style: solid;
}

#nav-global > #menu-content > ul > li > ul > li {
  float: none;
  *float: left;
  display: table-cell;
  *display: block;
  border-style: solid;
  border-left-width: 1px;
  border-bottom-width: 0;
  padding-bottom: 0;
}

#nav-global > #menu-content > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: .71em 10px .71em 22px;
  color: #000;
  font-weight: bold;
}

#nav-global > #menu-content > ul > li > ul > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent;
}

#nav-global > #menu-content > ul > li.group {
  width: 56%;
  border-bottom-color: #2552c7;
  background-color: #e5ecf6;
}

#nav-global > #menu-content > ul > li.group > span {
  color: #041d5f;
}

#nav-global > #menu-content > ul > li.group > ul {
  border-color: #2552c7;
}

#nav-global > #menu-content > ul > li.group > ul > li {
  border-color: #2552c7;
}

#nav-global > #menu-content > ul > li.group > ul > li > a:before {
  border-left-color: #2552c7;
}

#nav-global > #menu-content > ul > li.holding {
  width: 44%;
  border-bottom-color: #168a43;
  background-color: #eaf6ec;
}

#nav-global > #menu-content > ul > li.holding > span {
  color: #0a3a00;
}

#nav-global > #menu-content > ul > li.holding > ul {
  border-color: #168a43;
}

#nav-global > #menu-content > ul > li.holding > ul > li {
  border-color: #168a43;
}

#nav-global > #menu-content > ul > li.holding > ul > li > a:before {
  border-left-color: #168a43;
}

#nav-global > #menu-content > ul > li.holding > ul > li.active > a {
  background: #137539;
  color: #fff;
}

#nav-global > #menu-content > ul > li.holding > ul > li.active > a:before {
  border-left-color: #fff;
}

#nav-global > #menu-content > #menu-close {
  display: none;
}

html.fontsize-s #nav-global, html.fontsize-m #nav-global, html.fontsize-l #nav-global {
  font-size: 12px;
}

[lang="en"] #nav-global > #menu-content > ul > li.group {
  width: 52%;
}

[lang="en"] #nav-global > #menu-content > ul > li.holding {
  width: 48%;
}

@media only screen and (max-width: 980px) {
  #nav-global {
    width: 50%;
    padding: 4px 4px 0 4px;
    background-color: #767676;
  }
  #nav-global > #menu-ui {
    display: block;
    width: 100%;
    border-radius: 4px 4px 0 0;
    padding: .4em 4px .6em 4px;
    background-color: #767676;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  #nav-global > #menu-ui > span {
    position: relative;
    display: inline-block;
    padding-left: 18px;
  }
  #nav-global > #menu-ui > span:before, #nav-global > #menu-ui > span:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    background-color: #eee;
  }
  #nav-global > #menu-ui > span:before {
    left: 0;
    width: 12px;
    height: 2px;
    margin-top: -1px;
  }
  #nav-global > #menu-ui > span:after {
    left: 5px;
    width: 2px;
    height: 12px;
    margin-top: -6px;
  }
  #nav-global > #menu-ui > span > span {
    position: absolute;
    top: -999em;
    left: -999em;
  }
  #nav-global > #menu-ui[aria-expanded="true"] {
    background-color: #fff;
    color: #000;
  }
  #nav-global > #menu-ui[aria-expanded="true"] > span:before {
    background-color: #333;
  }
  #nav-global > #menu-ui[aria-expanded="true"] > span:after {
    content: none;
  }
  #nav-global > #menu-content {
    display: none;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 50%;
    min-width: 256px;
    padding: 0 4px 1.66667em 4px;
    background-color: #767676;
  }
  #nav-global > #menu-content[aria-expanded="true"] {
    z-index: 12;
  }
  #nav-global > #menu-content > ul {
    margin-bottom: 1.42857em;
    background-color: #fff;
    font-size: 116.66667%;
  }
  #nav-global > #menu-content > ul > li {
    float: none;
    border-bottom-width: 0;
    padding-bottom: 0;
  }
  #nav-global > #menu-content > ul > li > ul {
    display: block;
    border-width: 0;
  }
  #nav-global > #menu-content > ul > li > ul > li {
    float: none;
    display: block;
    border-top: 1px solid #ccc;
    border-left-width: 0;
    border-bottom-width: 0;
  }
  #nav-global > #menu-content > ul > li > ul > li > a {
    padding: 1.125em 30px 1.125em 18px;
    font-weight: normal;
  }
  #nav-global > #menu-content > ul > li > ul > li > a:before, #nav-global > #menu-content > ul > li > ul > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: inherit;
    right: 15px;
    display: block;
    width: 4px;
    height: 10px;
    border: 0;
    background-color: #999;
  }
  #nav-global > #menu-content > ul > li > ul > li > a:before {
    margin-top: -10px;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
  }
  #nav-global > #menu-content > ul > li > ul > li > a:after {
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }
  #nav-global > #menu-content > ul > li > span {
    line-height: 1.5;
    border-top: 1px solid #ccc;
    padding: .75em 10px;
    text-align: center;
  }
  #nav-global > #menu-content > ul > li.group, #nav-global > #menu-content > ul > li.holding {
    width: 100%;
    background-color: #fff;
  }
  #nav-global > #menu-content > ul > li.group > ul > li, #nav-global > #menu-content > ul > li.holding > ul > li {
    border-color: #ccc;
  }
  #nav-global > #menu-content > ul > li.group > span {
    background-color: #d4e0f1;
    color: #1b50c2;
  }
  #nav-global > #menu-content > ul > li.group > ul > li > a:before, #nav-global > #menu-content > ul > li.group > ul > li > a:after {
    background-color: #1b50c2;
  }
  #nav-global > #menu-content > ul > li.holding > span {
    background-color: #d4f1dd;
    color: #15743a;
  }
  #nav-global > #menu-content > ul > li.holding > ul > li > a:before, #nav-global > #menu-content > ul > li.holding > ul > li > a:after {
    background-color: #137539;
  }
  #nav-global > #menu-content > ul > li.holding > ul > li.active > a {
    background: #137539;
    font-weight: bold;
  }
  #nav-global > #menu-content > ul > li.holding > ul > li.active > a:before, #nav-global > #menu-content > ul > li.holding > ul > li.active > a:after {
    background-color: #fff;
  }
  #nav-global > #menu-content > #menu-close {
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: .25em 28px;
    background-color: #fff;
    font-size: 116.66667%;
  }
  [lang="en"] #nav-global > #menu-content > ul > li.group, [lang="en"] #nav-global > #menu-content > ul > li.holding {
    width: 100%;
  }
  .static #nav-global {
    width: 100%;
    padding: 4px;
  }
  .static #nav-global > #menu-ui {
    display: none;
  }
  .static #nav-global > #menu-content {
    position: static;
    display: block;
    width: 100%;
    padding: 0;
  }
  .static #nav-global > #menu-content > ul {
    margin-bottom: 0;
  }
  .static #nav-global > #menu-content > ul > li {
    float: left;
    width: 50%;
    border-left: 1px solid #ccc;
  }
  .static #nav-global > #menu-content > ul > li:first-child {
    border-left: 0;
  }
}

@media only screen and (max-width: 600px) {
  #nav-global > #menu-content {
    width: 80%;
  }
  .static #nav-global > #menu-content > ul > li {
    float: none;
    width: 100%;
    border-left: 0;
  }
}

/* =====================================
sub-header
------------------------------------- */
#sub-header {
  max-width: 980px;
  margin: 0 auto;
  padding: 1em 0;
  *zoom: 1;
}

#sub-header:after {
  content: "";
  clear: both;
  display: block;
}

.ie8 #sub-header,
.ie7 #sub-header {
  width: 980px;
}

#sub-header .print {
  float: right;
}

#sub-header .print a {
  display: inline-block;
  *display: inline;
  padding-left: 18px;
  background-image: url(/ir/cmn/img/icon-print-01.png);
  background-repeat: no-repeat;
  background-position: 0 45%;
  color: #000;
  font-size: 116.66667%;
  text-decoration: none;
  *zoom: 1;
}

#sub-header .print a:hover, #sub-header .print a:focus, #sub-header .print a:active {
  text-decoration: underline;
}

@media only screen and (max-width: 980px) {
  #sub-header .print {
    display: none;
  }
}

@media print {
  #sub-header {
    display: none;
  }
}

#sub-header .breadcrumb {
  overflow: hidden;
  padding: 0 12px 0 8px;
}

#sub-header .breadcrumb > li {
  display: inline-block;
  *display: inline;
  padding-left: 4px;
  *zoom: 1;
}

#sub-header .breadcrumb > li > a {
  margin-right: 4px;
}

#sub-header .breadcrumb > li > strong {
  font-weight: normal;
}

/* =====================================
content
------------------------------------- */
#content {
  position: relative;
  direction: rtl;
  *direction: ltr;
  display: table;
  *display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 4em;
  *zoom: 1;
}

#content:after {
  content: "";
  clear: both;
  display: block;
}

.ie8 #content,
.ie7 #content {
  width: 980px;
}

@media only screen and (max-width: 980px) {
  #content {
    direction: ltr;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media print {
  #content {
    direction: ltr;
    width: 980px;
    margin: 0;
  }
}

#main {
  *float: right;
  direction: ltr;
  display: table-cell;
  *display: block;
  *width: 745px;
  font-size: 125%;
  line-height: 1.47;
  margin-bottom: 10px;
  vertical-align: top;
}

@media only screen and (max-width: 980px) {
  #main {
    display: block;
    *width: 100%;
  }
}

@media print {
  #main {
    *float: left;
    padding-right: 20px;
    *padding-right: 0;
  }
}

#sub {
  *float: left;
  direction: ltr;
  display: table-cell;
  *display: block;
  width: 235px;
  *width: 215px;
  margin-bottom: 10px;
  padding-right: 20px;
  *padding-right: 0;
  vertical-align: top;
}

@media only screen and (max-width: 980px) {
  #sub {
    *float: none;
    display: block;
    width: 100%;
    padding-right: 0;
  }
}

@media print {
  #sub {
    *float: right;
    padding-right: 0;
  }
}

#nav-local {
  background-color: #fff;
}

#nav-local > #submenu-ui {
  display: none;
}

#nav-local > #submenu-content {
  display: block;
  margin-bottom: 20px;
  border-top: 5px solid #168a43;
}

#nav-local > #submenu-content a,
#nav-local > #submenu-content span {
  position: relative;
  display: block;
}

#nav-local > #submenu-content > dt {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 133.33333%;
  font-weight: bold;
}

#nav-local > #submenu-content > dt > a {
  padding: 1em 10px;
  background-color: #eaf6ec;
  text-decoration: none;
}

#nav-local > #submenu-content > dt > a:hover, #nav-local > #submenu-content > dt > a:focus, #nav-local > #submenu-content > dt > a:active {
  text-decoration: underline;
}

#nav-local > #submenu-content > dd {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 1px 1px 0 1px;
}

#nav-local > #submenu-content > dd a:before,
#nav-local > #submenu-content > dd span:before {
  position: absolute;
  display: block;
}

#nav-local > #submenu-content > dd > ul {
  font-size: 116.66667%;
}

#nav-local > #submenu-content > dd > ul > li {
  margin-bottom: 1px;
  border-top: 1px solid #ccc;
}

#nav-local > #submenu-content > dd > ul > li > a {
  padding: 1.1em 10px 1em 21px;
  background-color: #fcfcfc;
  text-decoration: none;
}

#nav-local > #submenu-content > dd > ul > li > a:hover, #nav-local > #submenu-content > dd > ul > li > a:focus, #nav-local > #submenu-content > dd > ul > li > a:active {
  text-decoration: underline;
}

#nav-local > #submenu-content > dd > ul > li > a:before {
  content: "";
  top: 1.525em;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #1040cf;
}

#nav-local > #submenu-content > dd > ul > li.active > a {
  background-color: #137539;
  color: #fff;
  font-weight: bold;
}

#nav-local > #submenu-content > dd > ul > li.active > a:before {
  top: 1.6em;
  border-width: 8px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}

#nav-local > #submenu-content > dd > ul > li > ul {
  font-size: 85.71429%;
}

#nav-local > #submenu-content > dd > ul > li > ul > li {
  border-top: 1px dotted #ccc;
  padding-bottom: 1px;
}

#nav-local > #submenu-content > dd > ul > li > ul > li > a {
  padding: .95em 5px .9em 31px;
}

#nav-local > #submenu-content > dd > ul > li > ul > li > a:before {
  content: "";
  top: 1.475em;
  left: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

#nav-local > #submenu-content > dd > ul > li > ul > li.active {
  background-color: #e9f4ed;
}

#nav-local > #submenu-content > dd > ul > li > ul > li.active > a,
#nav-local > #submenu-content > dd > ul > li > ul > li.active > span {
  padding: .95em 5px .825em 31px;
}

#nav-local > #submenu-content > dd > ul > li > ul > li.active > a:before,
#nav-local > #submenu-content > dd > ul > li > ul > li.active > span:before {
  content: "";
  top: 1.425em;
  left: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

#nav-local > #submenu-content > dd > ul > li > ul > li > ul {
  position: relative;
  top: -.25em;
}

#nav-local > #submenu-content > dd > ul > li > ul > li > ul > li {
  margin-bottom: .5em;
}

#nav-local > #submenu-content > dd > ul > li > ul > li > ul > li > a,
#nav-local > #submenu-content > dd > ul > li > ul > li > ul > li > span {
  padding: 0 10px 0 42px;
}

#nav-local > #submenu-content > dd > ul > li > ul > li > ul > li > a:before,
#nav-local > #submenu-content > dd > ul > li > ul > li > ul > li > span:before {
  content: "";
  top: .475em;
  left: 31px;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 50%;
}

#nav-local > #submenu-content > dd > #submenu-close {
  display: none;
}

.ie7 #nav-local * {
  *zoom: 1;
}

@media only screen and (max-width: 980px) {
  #nav-local {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    padding: 4px 4px 0 4px;
    background-color: #767676;
  }
  #nav-local:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -.5px;
    bottom: 4px;
    width: 1px;
    background-color: #b3b3b3;
  }
  #nav-local > #submenu-ui {
    display: block;
    width: 100%;
    border-radius: 4px 4px 0 0;
    padding: .4em 4px .6em 4px;
    background-color: #767676;
    color: #fff;
    font-size: 116.66667%;
    font-weight: bold;
    text-align: center;
  }
  #nav-local > #submenu-ui > span {
    position: relative;
    display: inline-block;
    padding-left: 18px;
  }
  #nav-local > #submenu-ui > span:before, #nav-local > #submenu-ui > span:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    background-color: #eee;
  }
  #nav-local > #submenu-ui > span:before {
    left: 0;
    width: 12px;
    height: 2px;
    margin-top: -1px;
  }
  #nav-local > #submenu-ui > span:after {
    left: 5px;
    width: 2px;
    height: 12px;
    margin-top: -6px;
  }
  #nav-local > #submenu-ui > span > span {
    position: absolute;
    top: -999em;
    left: -999em;
  }
  #nav-local > #submenu-ui[aria-expanded="true"] {
    background-color: #fff;
    color: #333;
  }
  #nav-local > #submenu-ui[aria-expanded="true"] > span:before {
    background-color: #333;
  }
  #nav-local > #submenu-ui[aria-expanded="true"] > span:after {
    content: none;
  }
  #nav-local > #submenu-content {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 100%;
    margin-bottom: 0;
    border-top: 0;
    padding: 0 4px 1.66667em 4px;
    background-color: #767676;
  }
  #nav-local > #submenu-content[aria-expanded="true"] {
    z-index: 12;
  }
  #nav-local > #submenu-content > dt {
    display: none;
  }
  #nav-local > #submenu-content > dd {
    border: 0;
    padding: 0;
  }
  #nav-local > #submenu-content > dd a {
    text-decoration: none;
  }
  #nav-local > #submenu-content > dd a:hover, #nav-local > #submenu-content > dd a:focus, #nav-local > #submenu-content > dd a:active {
    text-decoration: underline;
  }
  #nav-local > #submenu-content > dd > ul {
    margin-bottom: 1.42857em;
    background-color: #fff;
  }
  #nav-local > #submenu-content > dd > ul > li {
    border-top: 1px solid #ccc;
  }
  #nav-local > #submenu-content > dd > ul > li > a {
    position: relative;
    display: block;
    padding: 1.125em 30px 1.125em 18px;
    color: #000;
  }
  #nav-local > #submenu-content > dd > ul > li > a:before, #nav-local > #submenu-content > dd > ul > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: inherit;
    right: 15px;
    display: block;
    width: 4px;
    height: 10px;
    border: 0;
    background-color: #137539;
  }
  #nav-local > #submenu-content > dd > ul > li > a:before {
    margin-top: -10px;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
  }
  #nav-local > #submenu-content > dd > ul > li > a:after {
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }
  #nav-local > #submenu-content > dd > ul > li > ul {
    font-size: 85.7%;
  }
  #nav-local > #submenu-content > dd > ul > li > ul > li {
    border-top: 1px dotted #ccc;
  }
  #nav-local > #submenu-content > dd > ul > li > ul > li:first-child {
    border-top-style: solid;
  }
  #nav-local > #submenu-content > dd > ul > li > ul > li > a,
  #nav-local > #submenu-content > dd > ul > li > ul > li > span {
    position: relative;
    display: block;
    padding: .85em 10px .85em 36px;
    color: #000;
  }
  #nav-local > #submenu-content > dd > ul > li > ul > li > a:before,
  #nav-local > #submenu-content > dd > ul > li > ul > li > span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 19px;
    display: block;
    border-radius: 0;
    background-color: transparent;
  }
  #nav-local > #submenu-content > dd > ul > li > ul > li > a:before {
    width: 0;
    height: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #137539;
  }
  #nav-local > #submenu-content > dd > ul > li > ul > li > span:before {
    width: 8px;
    height: 2px;
    margin-top: -1px;
    background-color: #137539;
  }
  #nav-local > #submenu-content > dd > ul > li > ul > li > ul {
    display: none;
  }
  #nav-local > #submenu-content > dd > ul > li > ul > li.active > a,
  #nav-local > #submenu-content > dd > ul > li > ul > li.active > span {
    padding: .85em 10px .85em 36px;
    background-color: #d4f1dd;
  }
  #nav-local > #submenu-content > dd > ul > li > ul > li.active > a:before,
  #nav-local > #submenu-content > dd > ul > li > ul > li.active > span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    display: block;
    border-radius: 0;
    background-color: transparent;
  }
  #nav-local > #submenu-content > dd > ul > li > ul > li.active > a:before {
    width: 0;
    height: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #137539;
  }
  #nav-local > #submenu-content > dd > ul > li > ul > li.active > span:before {
    width: 8px;
    height: 2px;
    margin-top: -1px;
    background-color: #137539;
  }
  #nav-local > #submenu-content > dd > ul > li.active > a {
    background-color: #137539;
    color: #fff;
  }
  #nav-local > #submenu-content > dd > ul > li.active > a:before, #nav-local > #submenu-content > dd > ul > li.active > a:after {
    top: 50%;
    background-color: #fff;
  }
  #nav-local > #submenu-content > dd > #submenu-close {
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: .25em 28px;
    background-color: #fff;
  }
  .static #nav-local {
    position: static;
    width: auto;
    margin: 0 -10px;
    padding: 4px;
  }
  .static #nav-local:before {
    content: none;
  }
  .static #nav-local > #submenu-ui {
    display: none;
  }
  .static #nav-local > #submenu-content {
    position: static;
    display: block;
    padding: 0;
  }
  .static #nav-local > #submenu-content > dt {
    display: block;
    border-left: 0;
    border-right: 0;
  }
  .static #nav-local > #submenu-content > dd > ul {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  #nav-local > #submenu-content {
    width: 160%;
    min-width: 256px;
  }
}

.nav-pagetop-01 {
  position: absolute;
  right: 0;
  bottom: 1em;
  margin-top: 0;
}

.nav-pagetop-01 > a {
  position: relative;
  display: inline-block;
  *display: inline;
  padding-left: 12px;
  text-decoration: none;
  *zoom: 1;
}

.nav-pagetop-01 > a:hover, .nav-pagetop-01 > a:focus, .nav-pagetop-01 > a:active {
  text-decoration: underline;
}

.nav-pagetop-01 > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #1040cf transparent;
}

@media only screen and (max-width: 980px) {
  .nav-pagetop-01 {
    right: 10px;
  }
}

@media print {
  .nav-pagetop-01 {
    display: none;
  }
}

#stock-price {
  margin-top: 2.7em;
  border: 1px solid #ccc;
  background: #fff;
}

#stock-price > dt {
  font-size: 133.3%;
  font-weight: bold;
  padding: .6em 20px;
  color: #fff;
  background: #137539;
}

#stock-price > dt > small {
  font-size: 75%;
  font-weight: normal;
}

#stock-price > dd {
  padding: .5em 20px 1em;
}

#stock-price > dd > dl {
  *zoom: 1;
  margin-top: .67em;
}

#stock-price > dd > dl:after {
  display: block;
  clear: both;
  content: "";
}

#stock-price > dd > dl dt {
  float: left;
  width: 4.5em;
  padding-top: 1em;
}

#stock-price > dd > dl dt + dd {
  font-size: 216.7%;
  font-weight: bold;
  *zoom: 1;
  padding: .05em 0 .05em 2.1em;
  text-align: right;
  border-top: 1px solid #ccc;
}

#stock-price > dd > dl dt + dd:after {
  display: block;
  clear: both;
  content: "";
}

#stock-price .link-in {
  margin-top: 0;
}

#stock-price .link-in > a {
  display: block;
  padding: .3em 10px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 2px;
}

#stock-price .link-in > a:hover, #stock-price .link-in > a:focus, #stock-price .link-in > a:active {
  text-decoration: underline;
}

#stock-price .link-in > a:hover > span, #stock-price .link-in > a:focus > span, #stock-price .link-in > a:active > span {
  text-decoration: underline;
}

#stock-price .link-in > a > span {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 10px;
}

#stock-price .link-in > a > span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #1040cf;
}

.ie7 #stock-price > dd > dl dt {
  border-top: 1px solid #ccc;
}

.ie7 #stock-price > dd > dl dt + dd {
  padding-left: 0;
}

@media only screen and (max-width: 980px) {
  #stock-price .link-in > a {
    font-size: 116.7%;
    padding: .6em 10px;
  }
}

/* =====================================
footer
------------------------------------- */
#footer {
  border-top: 2px solid #c5c5c5;
  padding-bottom: 1em;
  background-color: #e7e7e7;
  color: #333;
  *zoom: 1;
}

#footer .footer-inner {
  max-width: 980px;
  margin: 0 auto;
}

#footer .copyright {
  margin-top: .5em;
  text-align: right;
}

#footer .copyright small {
  color: #666;
  font-size: 100%;
}

@media only screen and (max-width: 980px) {
  #footer .copyright {
    text-align: center;
  }
}

@media print {
  #footer {
    display: none;
  }
}

.list-footer-01 {
  overflow: hidden;
  margin-top: 1.1em;
}

.list-footer-01 > li {
  float: left;
  margin: 0 13px .25em 0;
}

.list-footer-01 > li > a {
  position: relative;
  display: inline-block;
  *display: inline;
  padding-left: 10px;
  color: #333;
  text-decoration: none;
  *zoom: 1;
}

.list-footer-01 > li > a:hover, .list-footer-01 > li > a:focus, .list-footer-01 > li > a:active {
  text-decoration: underline;
}

.list-footer-01 > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #333;
}

@media only screen and (max-width: 980px) {
  .list-footer-01 {
    text-align: center;
  }
  .list-footer-01 > li {
    float: none;
    display: inline-block;
    margin: 0 10px .5em 10px;
  }
}

/* =====================================
module
------------------------------------- */
.list-bullet-01 {
  margin-top: 1em;
}

.list-bullet-01 li {
  position: relative;
  padding-left: 15px;
}

.list-bullet-01 li:before {
  position: absolute;
  display: block;
  content: "";
}

.list-bullet-01 li ul {
  font-size: 93.3%;
}

.list-bullet-01 li .list-note-01 {
  font-size: inherit;
}

.list-bullet-01 > li:before {
  top: .44em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #000;
}

.list-bullet-01 > li li:before {
  top: .52em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #000;
}

li .list-bullet-01 {
  margin-top: 0;
}

.list-bullet-01.fsz-s {
  line-height: 1.7;
}

.ie7 .list-bullet-01 li {
  margin-left: 16px;
  padding-left: 0;
  list-style-type: square;
}

.list-num-01 {
  margin-top: 1em;
}

.list-num-01 > li {
  position: relative;
  padding-left: 1.5em;
}

.list-num-01 > li:before {
  display: none;
  content: none;
}

.list-num-01 > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}

li .list-num-01 {
  margin-top: 0;
}

.list-num-01.fsz-s {
  line-height: 1.7;
}

.list-num-02 {
  margin-top: 1em;
}

.list-num-02 > li {
  position: relative;
  padding-left: 2.8em;
}

.list-num-02 > li:before {
  display: none;
  content: none;
}

.list-num-02 > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}

li .list-num-02 {
  margin-top: 0;
}

.list-num-02.fsz-s {
  line-height: 1.7;
}

.list-note-01 {
  margin-top: 1em;
}

.list-note-01 > li {
  font-size: 80%;
  position: relative;
  padding-left: 2.2em;
}

.list-note-01 > li:before {
  display: none;
  content: none;
}

.list-note-01 > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}

li .list-note-01 {
  margin-top: 0;
}

[lang="en"] .list-note-01 > li {
  padding-left: 2em;
}

.list-note-02 {
  margin-top: 1em;
}

.list-note-02 > li {
  font-size: 80%;
  position: relative;
  padding-left: 3.2em;
}

.list-note-02 > li:before {
  display: none;
  content: none;
}

.list-note-02 > li .mark {
  position: absolute;
  top: 0;
  left: 0;
}

[lang="en"] .list-note-02 > li {
  padding-left: 2.6em;
}

.list-desc-01 {
  margin-top: 1em;
}

.list-desc-01 dt,
.list-desc-01 dd {
  padding-left: 15px;
}

.list-desc-01 dt *:first-child,
.list-desc-01 dd *:first-child {
  margin-top: 0;
}

.list-desc-01 dt {
  font-weight: bold;
  position: relative;
}

.list-desc-01 dt:before {
  position: absolute;
  top: .36em;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 5px;
  background: #000;
}

.list-desc-01.fsz-s {
  line-height: 1.7;
}

.ie7 .list-desc-01 dt,
.ie7 .list-desc-01 dd {
  display: list-item;
  margin-left: 16px;
  padding-left: 0;
}

.ie7 .list-desc-01 dd {
  list-style-type: none;
}

.list-desc-02 {
  *zoom: 1;
  margin-top: 1em;
  padding-bottom: .67em;
  border-bottom: 1px dotted #ccc;
}

.list-desc-02:after {
  display: block;
  clear: both;
  content: "";
}

.list-desc-02 dt *:first-child,
.list-desc-02 dd *:first-child {
  margin-top: 0;
}

.list-desc-02 dt {
  float: left;
  clear: left;
  width: 16%;
  padding-left: 5px;
}

.list-desc-02 dt + dd {
  *zoom: 1;
  padding-left: 17%;
  padding-right: 5px;
}

.list-desc-02 dt + dd:after {
  display: block;
  clear: both;
  content: "";
}

.list-desc-02 dt + dd + dt,
.list-desc-02 dd + dt + dd {
  margin-top: .67em;
  padding-top: .67em;
}

.list-desc-02 dd + dt + dd {
  border-top: 1px dotted #ccc;
}

.list-desc-02.label {
  font-size: 80%;
}

.list-desc-02.label dt {
  position: relative;
  width: 24.5%;
  padding-right: 5.8em;
}

.list-desc-02.label dt > .txt-label-02 {
  position: absolute;
  top: .67em;
  right: 0;
}

.list-desc-02.label dt:first-child > .txt-label-02 {
  top: 0;
}

.list-desc-02.label dt + dd {
  padding-left: 27.5%;
}

.hdg-02 + .list-desc-02 {
  margin-top: 1em;
}

[lang="en"] .list-desc-02 dt {
  width: 17.5%;
}

[lang="en"] .list-desc-02 dt + dd {
  padding-left: 18.5%;
}

[lang="en"] .list-desc-02.label dt {
  width: 23%;
  padding-right: 6.5em;
}

[lang="en"] .list-desc-02.label dt + dd {
  padding-left: 26%;
}

.ie7 .list-desc-02 dt + dd {
  padding-left: 1%;
}

.ie7 .list-desc-02 dt + dd + dt {
  border-top: 1px dotted #ccc;
}

.ie7 .list-desc-02.label dt {
  width: 15.5%;
}

.ie7 .list-desc-02.label dt + dd {
  padding-left: 3%;
}

@media only screen and (max-width: 980px) {
  .list-desc-02 dt {
    width: 20%;
  }
  .list-desc-02 dt + dd {
    padding-left: 21%;
  }
  .list-desc-02.label dt {
    width: 31.5%;
  }
  .list-desc-02.label dt + dd {
    padding-left: 33.5%;
  }
  [lang="en"] .list-desc-02 dt {
    width: 21.5%;
  }
  [lang="en"] .list-desc-02 dt + dd {
    padding-left: 22.5%;
  }
  [lang="en"] .list-desc-02.label dt {
    width: 30%;
  }
  [lang="en"] .list-desc-02.label dt + dd {
    padding-left: 32%;
  }
}

@media only screen and (max-width: 600px) {
  .list-desc-02 dt,
  [lang="en"] .list-desc-02 dt {
    width: 35%;
  }
  .list-desc-02 dt + dd,
  [lang="en"] .list-desc-02 dt + dd {
    padding-left: 36%;
  }
  .list-desc-02[data-lyt-breakable="true"] dt,
  [lang="en"] .list-desc-02[data-lyt-breakable="true"] dt {
    width: auto;
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  .list-desc-02[data-lyt-breakable="true"] dt + dd,
  [lang="en"] .list-desc-02[data-lyt-breakable="true"] dt + dd {
    margin-top: .67em;
    padding-left: 5px;
    padding-right: 5px;
  }
  .list-desc-02[data-lyt-breakable="true"] dd + dt + dd,
  [lang="en"] .list-desc-02[data-lyt-breakable="true"] dd + dt + dd {
    padding-top: 0;
    border-top: none;
  }
  .list-desc-02[data-lyt-breakable="true"] dd + dt,
  [lang="en"] .list-desc-02[data-lyt-breakable="true"] dd + dt {
    border-top: 1px dotted #ccc;
  }
  .list-desc-02[data-lyt-breakable="true"].label dt > .txt-label-02,
  [lang="en"] .list-desc-02[data-lyt-breakable="true"].label dt > .txt-label-02 {
    position: static;
    margin-left: 15px;
  }
}

.list-desc-03 {
  *zoom: 1;
  margin-top: 1em;
}

.list-desc-03:after {
  display: block;
  clear: both;
  content: "";
}

.list-desc-03 dt {
  float: left;
  clear: left;
  width: 16%;
}

.list-desc-03 dt + dd {
  *zoom: 1;
  padding-left: 17%;
}

.list-desc-03 dt + dd:after {
  display: block;
  clear: both;
  content: "";
}

.list-desc-03 dt + dd + dt,
.list-desc-03 dd + dt + dd {
  margin-top: .34em;
}

.ie7 .list-desc-03 dt + dd {
  padding-left: 1%;
}

@media only screen and (max-width: 980px) {
  .list-desc-03 dt {
    width: 20%;
  }
  .list-desc-03 dt + dd {
    padding-left: 21%;
  }
}

@media only screen and (max-width: 600px) {
  .list-desc-03 dt {
    width: 35%;
  }
  .list-desc-03 dt + dd {
    padding-left: 36%;
  }
  .list-desc-03[data-lyt-breakable="true"] dt {
    float: none;
    width: auto;
  }
  .list-desc-03[data-lyt-breakable="true"] dt + dd {
    width: auto;
    margin-top: 0;
    padding-left: 0;
  }
}

.list-label-01 {
  *zoom: 1;
  margin-top: 1em;
}

.list-label-01:after {
  display: block;
  clear: both;
  content: "";
}

.list-label-01 dt {
  float: left;
  clear: left;
  margin-right: .8em;
}

.list-label-01 dt [class*="label"] {
  font-size: 80%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.list-label-01 dt + dd {
  *zoom: 1;
  overflow: hidden;
}

.list-label-01 dt + dd:after {
  display: block;
  clear: both;
  content: "";
}

.list-label-01 dt + dd + dt,
.list-label-01 dd + dt + dd {
  margin-top: .34em;
}

.list-label-01 + .link-basic-01 {
  margin-top: 2.7em;
}

@media only screen and (max-width: 600px) {
  .list-label-01[data-lyt-breakable="true"] dt {
    float: none;
  }
  .list-label-01[data-lyt-breakable="true"] dt + dd {
    margin-top: .34em;
  }
}

.list-img-01 {
  margin-top: 3em;
  text-align: center;
}

.list-img-01 > li {
  margin-top: 1em;
}

.list-img-01 > li:first-child {
  margin-top: 0;
}

.list-img-01.line {
  margin: 1em 0 -1em;
  text-align: left;
}

.list-img-01.line > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7% 1em 0;
  text-align: center;
}

.list-img-01.line > li img {
  display: block;
}

.list-img-01.line > li img + * {
  margin-top: .5em;
}

@media only screen and (max-width: 600px) {
  .list-img-01.line > li {
    margin-right: 3.9%;
  }
}

.link-basic-01,
.link-col-01 {
  position: relative;
  margin-top: 1em;
}

.link-basic-01 > li + li,
.link-col-01 > li + li {
  margin-top: .3em;
}

.link-basic-01 > li > ul,
.link-basic-01 > li > p,
.link-col-01 > li > ul,
.link-col-01 > li > p {
  line-height: 1.2;
  margin-top: 0;
  padding-bottom: .2em;
  padding-left: 15px;
}

.link-basic-01.line {
  margin-top: .8em;
  margin-left: -14px;
}

.link-basic-01.line > li {
  margin-top: .3em;
  display: inline-block;
  *display: inline;
  margin-left: 14px;
}

ul.link-basic-01 > li > a,
ul.link-basic-01 > li > .disabled,
p.link-basic-01 > a,
p.link-basic-01 > .disabled,
ul.link-col-01 > li > a,
ul.link-col-01 > li > .disabled {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 15px;
}

ul.link-basic-01 > li > a:before,
ul.link-basic-01 > li > .disabled:before,
p.link-basic-01 > a:before,
p.link-basic-01 > .disabled:before,
ul.link-col-01 > li > a:before,
ul.link-col-01 > li > .disabled:before {
  position: absolute;
  top: .4em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent;
}

ul.link-basic-01 > li > a,
p.link-basic-01 > a,
ul.link-col-01 > li > a {
  text-decoration: none;
}

ul.link-basic-01 > li > a:hover, ul.link-basic-01 > li > a:focus, ul.link-basic-01 > li > a:active,
p.link-basic-01 > a:hover,
p.link-basic-01 > a:focus,
p.link-basic-01 > a:active,
ul.link-col-01 > li > a:hover,
ul.link-col-01 > li > a:focus,
ul.link-col-01 > li > a:active {
  text-decoration: underline;
}

ul.link-basic-01 > li > a:before,
p.link-basic-01 > a:before,
ul.link-col-01 > li > a:before {
  border-left-color: #1040cf;
}

ul.link-basic-01 > li > .disabled:before,
p.link-basic-01 > .disabled:before,
ul.link-col-01 > li > .disabled:before {
  border-left-color: #666;
}

.ie8 .link-basic-01.line > li {
  display: inline;
  white-space: nowrap;
}

.ie8 ul.link-basic-01 > li,
.ie8 p.link-basic-01,
.ie8 ul.link-col-01 > li {
  margin-left: 15px;
  text-indent: -15px;
}

.ie8 ul.link-basic-01 > li > a, .ie8 ul.link-basic-01 > li > .disabled,
.ie8 p.link-basic-01 > a,
.ie8 p.link-basic-01 > .disabled,
.ie8 ul.link-col-01 > li > a,
.ie8 ul.link-col-01 > li > .disabled {
  display: inline;
}

.ie7 ul.link-basic-01 > li > a,
.ie7 ul.link-basic-01 > li > .disabled,
.ie7 p.link-basic-01 > a,
.ie7 p.link-basic-01 > .disabled,
.ie7 ul.link-col-01 > li > a,
.ie7 ul.link-col-01 > li > .disabled {
  padding-left: 0;
}

.ie7 ul.link-basic-01 > li > a,
.ie7 p.link-basic-01 > a,
.ie7 ul.link-col-01 > li > a {
  text-decoration: underline;
}

.ie7 ul.link-basic-01 > li > a:hover, .ie7 ul.link-basic-01 > li > a:focus, .ie7 ul.link-basic-01 > li > a:active,
.ie7 p.link-basic-01 > a:hover,
.ie7 p.link-basic-01 > a:focus,
.ie7 p.link-basic-01 > a:active,
.ie7 ul.link-col-01 > li > a:hover,
.ie7 ul.link-col-01 > li > a:focus,
.ie7 ul.link-col-01 > li > a:active {
  text-decoration: none;
}

.ie7 ul.link-basic-01 > li > ul,
.ie7 ul.link-basic-01 > li > p,
.ie7 p.link-basic-01 > ul,
.ie7 p.link-basic-01 > p,
.ie7 ul.link-col-01 > li > ul,
.ie7 ul.link-col-01 > li > p {
  padding-left: 0;
}

.link-col-01 {
  *zoom: 1;
  margin-top: .7em;
}

.link-col-01:after {
  display: block;
  clear: both;
  content: "";
}

.link-col-01 > li {
  float: left;
  margin-top: .3em;
}

.link-col-01.col2 > li {
  width: 49.99%;
}

.link-col-01.col3 > li {
  width: 33.3%;
}

.ie8 .link-col-01.col2 > li {
  width: 47%;
}

.ie8 .link-col-01.col3 > li {
  width: 31%;
}

@media only screen and (max-width: 600px) {
  .link-col-01[data-lyt-breakable="true"] > li {
    float: none;
    width: auto;
    height: auto !important;
  }
}

.link-anc-01 {
  position: relative;
  margin-top: 1em;
}

.link-anc-01 > li + li {
  margin-top: .3em;
}

.link-anc-01 > li ul {
  margin-top: .3em;
  padding-left: 15px;
}

.link-anc-01.line {
  margin-left: -14px;
}

.link-anc-01.line > li {
  display: inline-block;
  *display: inline;
  margin-left: 14px;
}

ul.link-anc-01 > li > a,
p.link-anc-01 > a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 15px;
  text-decoration: none;
}

ul.link-anc-01 > li > a:hover, ul.link-anc-01 > li > a:focus, ul.link-anc-01 > li > a:active,
p.link-anc-01 > a:hover,
p.link-anc-01 > a:focus,
p.link-anc-01 > a:active {
  text-decoration: underline;
}

ul.link-anc-01 > li > a:before,
p.link-anc-01 > a:before {
  position: absolute;
  top: .48em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 6px 4px 0 4px;
  border-style: solid;
  border-color: #1040cf transparent transparent transparent;
}

.ie7 ul.link-anc-01 > li > a,
.ie7 p.link-anc-01 > a {
  padding-left: 0;
  text-decoration: underline;
}

.ie7 ul.link-anc-01 > li > a:hover, .ie7 ul.link-anc-01 > li > a:focus, .ie7 ul.link-anc-01 > li > a:active,
.ie7 p.link-anc-01 > a:hover,
.ie7 p.link-anc-01 > a:focus,
.ie7 p.link-anc-01 > a:active {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .link-anc-01.narrow-hide {
    display: none;
  }
}

.link-pagetop-01 {
  font-size: 80%;
  margin-top: 1em;
  text-align: right;
}

.link-pagetop-01 > a {
  position: relative;
  padding-left: 12px;
  text-decoration: none;
}

.link-pagetop-01 > a:hover, .link-pagetop-01 > a:focus, .link-pagetop-01 > a:active {
  text-decoration: underline;
}

.link-pagetop-01 > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: "";
  border-width: 0 4px 6px 4px;
  border-style: solid;
  border-color: transparent transparent #1040cf transparent;
}

a .link-txtimg-01 {
  position: relative;
  top: 2px;
  vertical-align: baseline;
  border-bottom: 1px solid #1040cf;
}

a:hover .link-txtimg-01,
a:focus .link-txtimg-01,
a:active .link-txtimg-01 {
  border-bottom-color: transparent;
}

.link-basic-01 a .link-txtimg-01,
.link-col-01 a .link-txtimg-01 {
  border-bottom-color: transparent;
}

.link-basic-01 a:hover .link-txtimg-01,
.link-col-01 a:hover .link-txtimg-01 {
  border-bottom-color: #1040cf;
}

.link-btn-01 {
  margin-top: .7em;
}

form > .link-btn-01:first-child {
  margin-top: .7em;
}

.link-btn-01 > li + li {
  margin-top: .7em;
}

ul.link-btn-01 > li > a,
ul.link-btn-01 > li > button,
p.link-btn-01 > a,
p.link-btn-01 > button {
  font-size: 106.7%;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  display: block;
  *zoom: 1;
  padding: 10px 20px 10px 40px;
  text-decoration: none;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

ul.link-btn-01 > li > a:hover, ul.link-btn-01 > li > a:focus, ul.link-btn-01 > li > a:active,
ul.link-btn-01 > li > button:hover,
ul.link-btn-01 > li > button:focus,
ul.link-btn-01 > li > button:active,
p.link-btn-01 > a:hover,
p.link-btn-01 > a:focus,
p.link-btn-01 > a:active,
p.link-btn-01 > button:hover,
p.link-btn-01 > button:focus,
p.link-btn-01 > button:active {
  text-decoration: underline;
}

ul.link-btn-01 > li > a:before,
ul.link-btn-01 > li > button:before,
p.link-btn-01 > a:before,
p.link-btn-01 > button:before {
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #137539;
}

ul.link-btn-01 > li > button:active,
ul.link-btn-01 > li > button > span,
ul.link-btn-01 > li > button img,
p.link-btn-01 > button:active,
p.link-btn-01 > button > span,
p.link-btn-01 > button img {
  position: relative;
}

ul.link-btn-01 > li.w-auto > a,
ul.link-btn-01 > li.w-auto > button,
p.link-btn-01.w-auto > a,
p.link-btn-01.w-auto > button {
  display: inline-block;
  *display: inline;
  width: auto;
  padding-right: 30px;
}

.ie7 ul.link-btn-01 > li > a,
.ie7 ul.link-btn-01 > li > button,
.ie7 p.link-btn-01 > a,
.ie7 p.link-btn-01 > button {
  padding-left: 30px;
  text-decoration: underline;
}

.ie7 ul.link-btn-01 > li > a:hover, .ie7 ul.link-btn-01 > li > a:focus, .ie7 ul.link-btn-01 > li > a:active,
.ie7 ul.link-btn-01 > li > button:hover,
.ie7 ul.link-btn-01 > li > button:focus,
.ie7 ul.link-btn-01 > li > button:active,
.ie7 p.link-btn-01 > a:hover,
.ie7 p.link-btn-01 > a:focus,
.ie7 p.link-btn-01 > a:active,
.ie7 p.link-btn-01 > button:hover,
.ie7 p.link-btn-01 > button:focus,
.ie7 p.link-btn-01 > button:active {
  text-decoration: none;
}

.link-rss-01 > a {
  font-size: 93.3%;
  font-weight: bold;
  position: relative;
  padding: 2px 0 0 25px;
  text-decoration: none;
  color: #000;
}

.link-rss-01 > a:hover, .link-rss-01 > a:focus, .link-rss-01 > a:active {
  text-decoration: underline;
}

.link-rss-01 > a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 4px;
  background: #fa8c2b url(/ir/cmn/img/icon-rss-01.png) 3px 3px no-repeat;
}

.ie7 .link-rss-01 > a {
  padding-left: 0;
  text-decoration: underline;
}

.ie7 .link-rss-01 > a:hover, .ie7 .link-rss-01 > a:focus, .ie7 .link-rss-01 > a:active {
  text-decoration: none;
}

.link-side-01 {
  padding: 16px 5px 0;
  border-top: 3px double #e6e6e6;
}

.link-side-01 > li {
  margin-top: .5em;
}

.link-side-01 > li:first-child {
  margin-top: 0;
}

.link-side-01 > li > a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 9px;
  text-decoration: none;
}

.link-side-01 > li > a:hover, .link-side-01 > li > a:focus, .link-side-01 > li > a:active {
  text-decoration: underline;
}

.link-side-01 > li > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: "";
  border-width: 3px 0 3px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
}

.ie7 .link-side-01 > li > a {
  padding-left: 0;
  text-decoration: underline;
}

.ie7 .link-side-01 > li > a:hover, .ie7 .link-side-01 > li > a:focus, .ie7 .link-side-01 > li > a:active {
  text-decoration: none;
}

@media only screen and (max-width: 980px) {
  .link-side-01 {
    margin: 3.3em -10px 0;
    border-top: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  .link-side-01 > li {
    font-size: 116.7%;
    margin-top: 0;
    border-top: 1px solid #ccc;
  }
  .link-side-01 > li > a {
    display: block;
    color: #000;
    padding: 16px 20px 16px 30px;
  }
  .link-side-01 > li > a:before {
    border-left-color: #1040cf;
    left: 11px;
  }
}

.link-share-01 {
  margin-top: 1em;
}

.link-share-01 > li {
  display: inline-block;
  display: inline;
  *zoom: 1;
  margin-left: 5px;
}

.select-basic-01 {
  height: 2em;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #fff;
}

.box-basic-01 {
  margin-top: 2.7em;
  padding: 15px 20px;
  border: 1px solid #ccc;
  background: #fff;
}

.box-basic-01 > .hdg-in-01 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 1em;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
}

.box-basic-01 > .hdg-in-01 .hdg-label-01 {
  font-size: 80%;
  font-weight: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 5px;
  color: #fff;
  border-radius: 2px;
  background: #137539;
  margin-right: 8px;
  vertical-align: middle;
}

.box-basic-01 > .hdg-in-01 .hdg-img-01 {
  display: inline-block;
  *display: inline;
  margin-right: 15px;
  vertical-align: middle;
}

.box-basic-01 > .hdg-in-01 + * {
  margin-top: 10px;
}

.box-basic-01 > *:first-child {
  margin-top: 0;
}

.box-basic-01 + .box-basic-01 {
  margin-top: 1em;
}

.box-basic-02 {
  margin-top: 2.7em;
  padding: 15px 20px;
  background: #efefef;
}

.box-basic-02 > .hdg-in-01 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 1em;
}

.box-basic-02 > .hdg-in-01 .hdg-label-01 {
  font-size: 80%;
  font-weight: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 5px;
  color: #fff;
  border-radius: 2px;
  background: #137539;
  margin-right: 8px;
  vertical-align: middle;
}

.box-basic-02 > .hdg-in-01 .hdg-img-01 {
  display: inline-block;
  *display: inline;
  margin-right: 15px;
  vertical-align: middle;
}

.box-basic-02 > .hdg-in-01 + * {
  margin-top: 5px;
}

.box-basic-02 > *:first-child {
  margin-top: 0;
}

.box-basic-02 + .box-basic-02 {
  margin-top: 1em;
}

.box-link-01 {
  font-size: 80%;
  display: block;
  margin: 1em 1px 0;
  padding: 7px 19px 15px;
  border-top: 4px solid #137539;
  outline: 1px solid #ccc;
  background: #fff;
}

.box-link-01 > .hdg-in-01 {
  font-size: 133.3%;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.box-link-01 > .hdg-in-01 a {
  position: relative;
  padding-left: 17px;
  text-decoration: none;
  color: #000;
}

.box-link-01 > .hdg-in-01 a:before {
  position: absolute;
  top: .2em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #137539;
}

.box-link-01 > .hdg-in-01 a:hover, .box-link-01 > .hdg-in-01 a:focus, .box-link-01 > .hdg-in-01 a:active {
  text-decoration: underline;
}

.box-link-01 > .hdg-in-01 + * {
  margin-top: 1em;
}

.box-link-01 + .box-link-01 {
  margin-top: 1.25em;
}

.box-basic-01 + .box-link-01,
.box-basic-02 + .box-link-01,
.tbl-basic-01 + .box-link-01,
.tbl-basic-02 + .box-link-01,
.tbl-overflow-01 + .box-link-01 {
  margin-top: 2.7em;
}

a.box-link-01 {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

a.box-link-01 > .hdg-in-01 {
  position: relative;
  padding-left: 17px;
}

a.box-link-01 > .hdg-in-01:before {
  position: absolute;
  top: .35em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #137539;
}

a.box-link-01:hover > .hdg-in-01, a.box-link-01:focus > .hdg-in-01, a.box-link-01:active > .hdg-in-01 {
  text-decoration: underline;
}

.ie7 .box-link-01 {
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #ccc;
  border-top: 5px solid #137539;
}

.ie7 .box-link-01 > .hdg-in-01 {
  padding-left: 0;
}

.ie7 .box-link-01 > .hdg-in-01 a {
  padding-left: 0;
}

.box-faq-01 {
  margin-top: 2em;
}

.box-faq-01 > .hdg-in-01 {
  font-size: 106.7%;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  *zoom: 1;
  margin-top: 2em;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}

.box-faq-01 > .hdg-in-01 > .tgl-state {
  padding-right: 0;
  padding-left: 29px;
}

.box-faq-01 > .hdg-in-01 .mark {
  position: absolute;
  top: .08em;
  left: 1px;
}

.box-faq-01 > .hdg-in-01 + * {
  margin-top: .67em;
}

.box-faq-01 > .box-answer-01 {
  position: relative;
  padding-left: 29px;
}

.box-faq-01 > .box-answer-01 > .hdg-in-01 {
  position: absolute;
  top: .25em;
  left: 0;
}

.box-faq-01 > .box-answer-01 > .hdg-in-01 + * {
  margin-top: 0;
}

.box-faq-01 > *:first-child {
  margin-top: 0;
}

.box-faq-01 + * {
  margin-top: 2.7em;
}

.static .box-faq-01 > .hdg-in-01 {
  padding-left: 29px;
}

@media only screen and (max-width: 600px) {
  .box-faq-01 > .hdg-in-01 {
    margin-top: 1.5em;
  }
  .box-faq-01 > .hdg-in-01 > .tgl-state {
    padding: 3px 40px 4px 29px;
  }
  .box-faq-01 > .hdg-in-01 > .tgl-state .mark {
    top: .25em;
  }
  .box-faq-01 > .hdg-in-01 > *:first-child {
    margin-top: 0;
  }
}

.box-app-01 {
  font-size: 80%;
  margin-top: 3em;
  padding: 15px 18px 11px;
  border: 2px solid #ccc;
}

.box-app-01 p {
  margin-top: 1.5em;
}

.box-app-01 .list-note-01 {
  margin-top: 1.5em;
}

.box-app-01 .list-note-01 > li {
  font-size: 100%;
}

.box-app-01 .lyt-img-01 > .img {
  margin-right: 2.7%;
}

.box-app-01 .lyt-img-01 > .txt > .lyt-col-01 {
  margin-top: 0;
}

.box-app-01 > .hdg-in-01 {
  font-size: 133.3%;
  font-weight: bold;
  display: table;
  *display: block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.box-app-01 > .hdg-in-01 > .img,
.box-app-01 > .hdg-in-01 > .txt {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.box-app-01 > .hdg-in-01 > .img {
  width: 71px;
}

.box-app-01 > .hdg-in-01 + * {
  margin-top: 1em;
}

.box-app-01 .box-app-in {
  height: 100%;
  padding: 12px 0 15px;
  text-align: center;
  background: #eaf0f2;
}

.box-app-01 .box-app-in > .hdg-in-01 {
  font-size: 116.7%;
  font-weight: bold;
}

.box-app-01 .box-app-in > .hdg-in-01 > em {
  color: #0068b7;
}

.box-app-01 .box-app-in > .hdg-in-01 + .bnr {
  margin-top: 2em;
}

.box-app-01 .box-app-in > .hdg-in-01 + .qr {
  margin-top: .5em;
}

@media only screen and (max-width: 600px) {
  .box-app-01 .lyt-img-01 > .img {
    max-width: 31%;
    margin-right: 20px;
  }
  .box-app-01 .lyt-img-01 > .txt {
    overflow: visible;
  }
  .box-app-01 .lyt-img-01 > .txt > .lyt-col-01 > .col {
    overflow: hidden;
  }
  .box-app-01 .lyt-img-01 > .txt > .lyt-col-01 > .col:first-child {
    padding-top: 1.25em;
  }
  .box-app-01 > .hdg-in-01 {
    display: table;
  }
  .box-app-01 > .hdg-in-01 > img {
    display: table-cell;
  }
}

.box-relation-01 {
  font-size: 80%;
  position: relative;
  display: block;
  padding: 4px 20px 4px 28px;
  background: #efefef;
}

.box-relation-01:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #137539;
}

.box-relation-01:link, .box-relation-01:visited {
  text-decoration: none;
  color: #000;
}

.box-relation-01:hover > dl dt,
.box-relation-01:hover > .inner .hdg-in-01, .box-relation-01:focus > dl dt,
.box-relation-01:focus > .inner .hdg-in-01, .box-relation-01:active > dl dt,
.box-relation-01:active > .inner .hdg-in-01 {
  text-decoration: underline;
}

.box-relation-01 > dl,
.box-relation-01 > .inner {
  height: 100%;
  padding: 9px 0 9px 16px;
  border-left: 1px solid #ccc;
}

.box-relation-01 > dl dt,
.box-relation-01 > .inner .hdg-in-01 {
  font-size: 133.3%;
  font-weight: bold;
  line-height: 1.4;
}

.box-relation-01 > dl dt + *,
.box-relation-01 > .inner .hdg-in-01 + * {
  margin-top: .6em;
}

.ie7 .box-relation-01 {
  padding-left: 20px;
}

.ie7 .box-relation-01 > dl,
.ie7 .box-relation-01 > .inner {
  height: auto;
  padding-left: 0;
  border-left: 0;
}

.box-tooltip-01 {
  position: relative;
  width: 300px;
}

.box-tooltip-01 > .inner {
  border: 1px solid #999;
}

.box-tooltip-01 > .inner > dl > dt {
  padding: 1em 15px;
  background: #efefef;
}

.box-tooltip-01 > .inner > dl > dt > em {
  font-size: 125%;
  display: block;
}

.box-tooltip-01 > .inner > dl > dd {
  overflow: auto;
  height: 240px;
  padding: 1em 15px;
  background: #fff;
}

.box-tooltip-01 > .inner > .btn-close-01 {
  position: absolute;
  z-index: 11;
  top: 5px;
  margin-top: 0;
}

.box-tooltip-01 > .inner > .arrow {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 17px;
  height: 100%;
}

.box-tooltip-01.lt, .box-tooltip-01.lc, .box-tooltip-01.lb {
  padding-left: 16px;
}

.box-tooltip-01.lt > .inner > .btn-close-01, .box-tooltip-01.lc > .inner > .btn-close-01, .box-tooltip-01.lb > .inner > .btn-close-01 {
  right: 5px;
}

.box-tooltip-01.lt > .inner > .arrow, .box-tooltip-01.lc > .inner > .arrow, .box-tooltip-01.lb > .inner > .arrow {
  left: 0;
}

.box-tooltip-01.rt, .box-tooltip-01.rc, .box-tooltip-01.rb {
  padding-right: 16px;
}

.box-tooltip-01.rt > .inner > .btn-close-01, .box-tooltip-01.rc > .inner > .btn-close-01, .box-tooltip-01.rb > .inner > .btn-close-01 {
  right: 21px;
}

.box-tooltip-01.rt > .inner > .arrow, .box-tooltip-01.rc > .inner > .arrow, .box-tooltip-01.rb > .inner > .arrow {
  right: 0;
}

.box-tooltip-01.lt > .inner > .arrow {
  background: url(/ir/cmn/img/icon-tooltip-lt-01.gif) 100% 0 no-repeat;
}

.box-tooltip-01.lc > .inner > .arrow {
  background: url(/ir/cmn/img/icon-tooltip-lc-01.gif) 100% 50% no-repeat;
}

.box-tooltip-01.lb > .inner > .arrow {
  background: url(/ir/cmn/img/icon-tooltip-lb-01.gif) 100% 100% no-repeat;
}

.box-tooltip-01.rt > .inner > .arrow {
  background: url(/ir/cmn/img/icon-tooltip-rt-01.gif) 100% 0 no-repeat;
}

.box-tooltip-01.rc > .inner > .arrow {
  background: url(/ir/cmn/img/icon-tooltip-rc-01.gif) 100% 50% no-repeat;
}

.box-tooltip-01.rb > .inner > .arrow {
  background: url(/ir/cmn/img/icon-tooltip-rb-01.gif) 100% 100% no-repeat;
}

@media only screen and (max-width: 980px) {
  .box-tooltip-01 {
    display: none;
  }
}

.lyt-img-01 {
  *zoom: 1;
  margin-top: 1em;
}

.lyt-img-01:after {
  display: block;
  clear: both;
  content: "";
}

.lyt-img-01 > .img > .caption {
  font-size: 80%;
  display: block;
  margin-top: .5em;
  text-align: center;
}

.lyt-img-01 > .txt {
  overflow: hidden;
}

.lyt-img-01 > .txt > *:first-child {
  margin-top: 0;
}

.lyt-img-01.img-l > .img {
  float: left;
  margin-right: 2%;
}

.lyt-img-01.img-r > .img {
  float: right;
  margin-left: 2%;
}

.lyt-img-01 + .lyt-img-01 {
  margin-top: 2.7em;
}

.lyt-img-01.txt-auto > .txt {
  overflow: visible;
}

@media only screen and (max-width: 980px) {
  .lyt-img-01 > .img {
    max-width: 49%;
  }
}

@media only screen and (max-width: 600px) {
  .lyt-img-01[data-lyt-breakable="true"] > .img {
    max-width: 100%;
    text-align: center;
  }
  .lyt-img-01[data-lyt-breakable="true"] > .txt {
    overflow: visible;
    margin-top: 1em;
  }
  .lyt-img-01[data-lyt-breakable="true"].img-l > .img, .lyt-img-01[data-lyt-breakable="true"].img-r > .img {
    float: none;
    margin: 0;
  }
}

.lyt-img-02 {
  margin-top: 1em;
}

.lyt-img-02 > .img {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 745px;
  -webkit-overflow-scrolling: touch;
}

.lyt-img-02 > .img > img {
  max-width: none;
}

@media only screen and (max-width: 980px) {
  .lyt-img-02 > .img {
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .lyt-img-02 > .img > img {
    max-height: 500px;
  }
}

@media print {
  .lyt-img-02 > .notice {
    display: none;
  }
  .lyt-img-02 > .img {
    overflow-x: visible;
    overflow-y: visible;
    width: auto;
  }
  .lyt-img-02 > .img > img {
    max-width: 100%;
    max-height: none;
  }
}

.lyt-col-01 {
  *zoom: 1;
  width: 103%;
  margin-top: -.25em;
  margin-left: -3%;
}

.lyt-col-01:after {
  display: block;
  clear: both;
  content: "";
}

.lyt-col-01 > .col {
  float: left;
  margin-top: 1.25em;
  margin-left: 3%;
}

.lyt-col-01 > .col > .box-basic-01:only-child,
.lyt-col-01 > .col > .box-basic-02:only-child,
.lyt-col-01 > .col > .box-link-01:only-child,
.lyt-col-01 > .col > .box-relation-01:only-child {
  height: 100%;
}

.lyt-col-01 > .col > *:first-child {
  margin-top: 0;
}

.lyt-col-01.col2 > .col {
  width: 47%;
}

.lyt-col-01.col3 > .col {
  width: 30.3%;
}

* > .lyt-col-01:first-child {
  margin-top: -1.25em;
}

.lyt-col-01 + .lyt-col-01 {
  margin-top: 1.65em;
}

.hdg-01 + .lyt-col-01 {
  margin-top: -.25em;
}

.hdg-02 + .lyt-col-01,
.hdg-03 + .lyt-col-01,
.hdg-04 + .lyt-col-01,
.hdg-05 + .lyt-col-01,
.hdg-06 + .lyt-col-01 {
  margin-top: -.58em;
}

.hdg-07 + .lyt-col-01 {
  margin-top: -.8em;
}

.punctuation-01 + .lyt-col-01 {
  margin-top: .9em;
}

@media only screen and (max-width: 600px) {
  .lyt-col-01[data-lyt-breakable="true"] {
    width: auto;
    margin-top: 1em;
    margin-left: 0;
  }
  .lyt-col-01[data-lyt-breakable="true"] > .col {
    float: none;
    width: 100%;
    height: auto !important;
    margin-left: 0;
  }
  .lyt-col-01[data-lyt-breakable="true"] > .col:first-child {
    margin-top: 0;
  }
  * > .lyt-col-01[data-lyt-breakable="true"]:first-child {
    margin-top: 0;
  }
  .hdg-01 + .lyt-col-01[data-lyt-breakable="true"] {
    margin-top: 1em;
  }
  .hdg-02 + .lyt-col-01[data-lyt-breakable="true"],
  .hdg-03 + .lyt-col-01[data-lyt-breakable="true"],
  .hdg-04 + .lyt-col-01[data-lyt-breakable="true"],
  .hdg-05 + .lyt-col-01[data-lyt-breakable="true"],
  .hdg-06 + .lyt-col-01[data-lyt-breakable="true"] {
    margin-top: .67em;
  }
  .hdg-07 + .lyt-col-01[data-lyt-breakable="true"] {
    margin-top: .45em;
  }
}

.tbl-basic-01 {
  font-size: 80%;
  width: 100%;
  margin-top: 1.2em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.tbl-basic-01:first-child {
  margin-top: 0;
}

.tbl-basic-01 caption {
  font-weight: bold;
  padding: 7px;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #eaf6ec;
}

.tbl-basic-01 tr th,
.tbl-basic-01 tr td {
  padding: 7px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tbl-basic-01 tr th.str-01,
.tbl-basic-01 tr td.str-01 {
  border-bottom: 3px solid #ccc;
  background: #fef1ed !important;
}

.tbl-basic-01 tr th.str-02,
.tbl-basic-01 tr td.str-02 {
  font-weight: bold;
  color: #fff;
  background: #137539 !important;
}

.tbl-basic-01 tr th > *:first-child,
.tbl-basic-01 tr td > *:first-child {
  margin-top: 0;
}

.tbl-basic-01 tr th .list-note-01,
.tbl-basic-01 tr th .list-note-02,
.tbl-basic-01 tr td .list-note-01,
.tbl-basic-01 tr td .list-note-02 {
  font-weight: normal;
}

.tbl-basic-01 tr th .list-note-01 > li,
.tbl-basic-01 tr th .list-note-02 > li,
.tbl-basic-01 tr td .list-note-01 > li,
.tbl-basic-01 tr td .list-note-02 > li {
  font-size: 100%;
}

.tbl-basic-01 tr th .fsz-s,
.tbl-basic-01 tr td .fsz-s {
  font-size: 91.7%;
}

.tbl-basic-01 tr th {
  font-weight: bold;
}

.tbl-basic-01 thead tr th,
.tbl-basic-01 thead tr td {
  text-align: center;
  vertical-align: middle;
  background: #eaf6ec;
}

.tbl-basic-01.striped tbody tr:nth-child(even) th,
.tbl-basic-01.striped tbody tr:nth-child(even) td {
  background: #f8f9f3;
}

.ie8 .tbl-basic-01.striped tbody tr.even th,
.ie8 .tbl-basic-01.striped tbody tr.even td,
.ie7 .tbl-basic-01.striped tbody tr.even th,
.ie7 .tbl-basic-01.striped tbody tr.even td {
  background: #f8f9f3;
}

@media only screen and (max-width: 600px) {
  .tbl-basic-01[data-lyt-breakable="true"] col {
    display: none;
  }
  .tbl-basic-01[data-lyt-breakable="true"] tr th,
  .tbl-basic-01[data-lyt-breakable="true"] tr td {
    display: block;
  }
  .tbl-basic-01[data-lyt-breakable="true"] tr th.str-01,
  .tbl-basic-01[data-lyt-breakable="true"] tr td.str-01 {
    border-bottom-width: 2px;
    background: #fef1ed !important;
  }
  .tbl-basic-01[data-lyt-breakable="true"] tr th.str-01:not(:last-child),
  .tbl-basic-01[data-lyt-breakable="true"] tr td.str-01:not(:last-child) {
    border-bottom: none;
  }
}

.tbl-basic-02 {
  font-size: 80%;
  width: 100%;
  margin-top: 1.2em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.tbl-basic-02:first-child {
  margin-top: 0;
}

.tbl-basic-02 caption {
  font-weight: bold;
  padding: 7px;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #eaf6ec;
}

.tbl-basic-02 tr th,
.tbl-basic-02 tr td {
  padding: 7px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tbl-basic-02 tr th > *:first-child,
.tbl-basic-02 tr td > *:first-child {
  margin-top: 0;
}

.tbl-basic-02 tr th .list-note-01,
.tbl-basic-02 tr th .list-note-02,
.tbl-basic-02 tr td .list-note-01,
.tbl-basic-02 tr td .list-note-02 {
  font-weight: normal;
}

.tbl-basic-02 tr th .list-note-01 > li,
.tbl-basic-02 tr th .list-note-02 > li,
.tbl-basic-02 tr td .list-note-01 > li,
.tbl-basic-02 tr td .list-note-02 > li {
  font-size: 100%;
}

.tbl-basic-02 thead tr th,
.tbl-basic-02 thead tr td {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #eaf6ec;
}

.tbl-basic-02 tbody tr th {
  font-weight: bold;
  background: #eaf6ec;
}

@media only screen and (max-width: 600px) {
  .tbl-basic-02[data-lyt-breakable="true"] col {
    display: none;
  }
  .tbl-basic-02[data-lyt-breakable="true"] tr th,
  .tbl-basic-02[data-lyt-breakable="true"] tr td {
    display: block;
  }
}

.tbl-overflow-01 {
  position: relative;
  margin-top: 1em;
}

.tbl-overflow-01 .notice {
  font-size: 80%;
  position: absolute;
  z-index: -1;
  top: 0;
  height: 0;
  padding: 5px 0 5px 45px;
}

.tbl-overflow-01 .notice:before {
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
  width: 24px;
  height: 38px;
  content: "";
  background: url(/ir/cmn/img/icon-scroll-01.png) 0 0 no-repeat;
}

.tbl-overflow-01 .tbl-overflow-01-inner {
  overflow: auto;
  *overflow: visible;
  *overflow-x: scroll;
  width: 745px;
  margin-top: .5em;
  -webkit-overflow-scrolling: touch;
}

.tbl-overflow-01 .tbl-basic-01,
.tbl-overflow-01 .tbl-basic-02 {
  min-width: 745px;
}

@media only screen and (max-width: 980px) {
  .tbl-overflow-01 .notice {
    position: relative;
    z-index: 0;
    height: auto;
    min-height: 38px;
  }
  .tbl-overflow-01 .tbl-overflow-01-inner {
    width: auto;
  }
}

@media print {
  .tbl-overflow-01 {
    word-break: break-all;
  }
  .tbl-overflow-01 .notice {
    display: none;
  }
  .tbl-overflow-01 .tbl-overflow-01-inner {
    overflow: visible;
    width: auto;
  }
  .tbl-overflow-01 .tbl-basic-01,
  .tbl-overflow-01 .tbl-basic-02 {
    min-width: 0;
  }
}

.ico-01 {
  position: relative;
  bottom: .15em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
  vertical-align: middle;
}

.punctuation-01 {
  height: 4px;
  margin-top: 2.3em;
  color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #e5e5e5;
}

.punctuation-01 + * {
  margin-top: 1.3em;
}

.tab-switch-01 {
  position: relative;
  overflow: hidden;
  *overflow: visible;
  *border-bottom: 1px solid #ccc;
  margin-top: 1em;
}

.tab-switch-01:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #ccc;
}

.tab-switch-01 > .tab-switch-in {
  display: table;
  height: 62px;
  margin: 0 -5px -1px;
  border-spacing: 5px 0;
  border-collapse: separate;
}

.tab-switch-01 > .tab-switch-in > li {
  display: table-cell;
  width: 25%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
}

.tab-switch-01 > .tab-switch-in > li > a {
  font-weight: bold;
  line-height: 1.2;
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  background: #efefef;
}

.tab-switch-01 > .tab-switch-in > li > a:hover, .tab-switch-01 > .tab-switch-in > li > a:focus, .tab-switch-01 > .tab-switch-in > li > a:active {
  text-decoration: underline;
}

.tab-switch-01 > .tab-switch-in > li > a > .tab-label {
  display: table-cell;
  width: 225px;
  padding: 10px;
  vertical-align: middle;
}

.tab-switch-01 > .tab-switch-in > li.active {
  position: relative;
  z-index: 1;
  border-bottom-color: #fff;
}

.tab-switch-01 > .tab-switch-in > li.active > a {
  border-top: 4px solid #137539;
  background: #fff;
}

.tab-switch-01 + * {
  margin-top: 1em;
}

.ie7 .tab-switch-01 > .tab-switch-in {
  position: relative;
  top: 1px;
  zoom: 1;
  height: auto;
  margin-right: 0;
  margin-left: -5px;
}

.ie7 .tab-switch-01 > .tab-switch-in:after {
  display: block;
  clear: both;
  content: "";
}

.ie7 .tab-switch-01 > .tab-switch-in > li {
  float: left;
  width: 180px;
  min-height: 58px;
  margin-left: 5px;
}

.ie7 .tab-switch-01 > .tab-switch-in > li:first-child {
  width: 182px;
}

.ie7 .tab-switch-01 > .tab-switch-in > li > a {
  display: block;
}

.ie7 .tab-switch-01 > .tab-switch-in > li > a > .tab-label {
  display: inline;
  zoom: 1;
  width: auto;
  padding: 14px 10px 8px;
}

@media only screen and (max-width: 600px) {
  .tab-switch-01[data-lyt-breakable="true"] {
    border-bottom: 1px solid #ccc;
  }
  .tab-switch-01[data-lyt-breakable="true"]:after {
    display: none;
    content: "";
  }
  .tab-switch-01[data-lyt-breakable="true"] > .tab-switch-in {
    display: block;
    height: auto;
    margin: 0;
  }
  .tab-switch-01[data-lyt-breakable="true"] > .tab-switch-in > li {
    display: block;
    width: 100%;
    height: auto !important;
    text-align: left;
    border-bottom: none;
  }
  .tab-switch-01[data-lyt-breakable="true"] > .tab-switch-in > li > a {
    position: relative;
    padding: 10px 20px 10px 35px;
    background: #fff;
  }
  .tab-switch-01[data-lyt-breakable="true"] > .tab-switch-in > li > a:before {
    position: absolute;
    top: 50%;
    left: 19px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    content: "";
    border-width: 4px 0 4px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #137539;
  }
  .tab-switch-01[data-lyt-breakable="true"] > .tab-switch-in > li > a > .tab-label {
    display: inline-block;
    width: auto;
    padding: 0;
  }
  .tab-switch-01[data-lyt-breakable="true"] > .tab-switch-in > li.active > a {
    border-top: none;
    background: #efefef;
  }
  .tab-switch-01[data-lyt-breakable="true"] > .tab-switch-in > li.active > a:before {
    left: 18px;
    width: 8px;
    height: 2px;
    margin-top: -1px;
    border: none;
    background-color: #137539;
  }
}

.hdg-01 {
  position: relative;
  padding: 8px 11px 8px 23px;
  border: 1px solid #98bfa6;
  border-radius: 2px 2px 0 0;
  background: #b1e4c3 url(/ir/cmn/img/bg-hdg-01.png) 0 0 no-repeat;
}

.hdg-01 > .hdg-in-01 {
  font-size: 106.7%;
  font-weight: bold;
  line-height: 1.4;
}

.hdg-01.note {
  *zoom: 1;
}

.hdg-01.note:after {
  display: block;
  clear: both;
  content: "";
}

.hdg-01.note > .hdg-in-01 {
  float: left;
  clear: left;
  width: 66%;
}

.hdg-01.note > .hdg-note-01 {
  font-size: 80%;
  *zoom: 1;
  margin-top: .25em;
  padding-left: 66%;
  text-align: right;
}

.hdg-01.note > .hdg-note-01:after {
  display: block;
  clear: both;
  content: "";
}

.hdg-01 + * {
  margin-top: 1em;
}

.ie7 .hdg-01.note > .hdg-note-01 {
  padding-left: 0;
}

@media only screen and (max-width: 600px) {
  .hdg-01.note > .hdg-in-01 {
    float: none;
    width: auto;
  }
  .hdg-01.note > .hdg-note-01 {
    padding-left: 0;
    text-align: left;
  }
}

.hdg-02 {
  font-size: 133.3%;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 1.5em;
  padding: 6px 13px;
  border: 1px solid #ccc;
  background: #d4f1dd;
}

.hdg-02 .hdg-label-01 {
  font-size: 75%;
  display: block;
  margin-bottom: .1em;
}

.hdg-02 > a {
  position: relative;
  display: block;
  padding-left: 20px;
  text-decoration: none;
  color: #000;
}

.hdg-02 > a:hover, .hdg-02 > a:focus, .hdg-02 > a:active {
  text-decoration: underline;
}

.hdg-02 > a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #137539;
}

.hdg-02.tgl-switch-01 {
  padding-right: 5px;
}

.hdg-02.icon {
  position: relative;
  padding-left: 50px;
}

.hdg-02.icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: transparent url(/ir/cmn/img/icon-hdg-01.png) no-repeat 0 0;
}

.hdg-02.icon.icon-01:before {
  background-position: 0 0;
}

.hdg-02.icon.icon-02:before {
  background-position: -30px 0;
}

.hdg-02.icon.icon-03:before {
  background-position: -60px 0;
}

.hdg-02.icon.icon-04:before {
  background-position: -90px 0;
}

.hdg-02 + * {
  margin-top: .67em;
}

.static .hdg-02.tgl-switch-01 {
  padding-right: 13px;
}

.ie7 .hdg-02 > a {
  padding-left: 0;
  text-decoration: underline;
}

.ie7 .hdg-02 > a:hover, .ie7 .hdg-02 > a:focus, .ie7 .hdg-02 > a:active {
  text-decoration: none;
}

.hdg-03 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1.12em;
  padding-bottom: 3px;
  border-bottom: 3px solid #137539;
}

.hdg-03 .hdg-label-01 {
  display: block;
  margin-bottom: .1em;
}

.hdg-03 .hdg-label-01 > .hdg-label-in {
  font-size: 77.8%;
  font-weight: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 1px 5px;
  color: #fff;
  border-radius: 2px;
  background: #137539;
}

.hdg-03.tgl-switch-01 > .tgl-state {
  padding-top: 3px;
}

.hdg-03.tgl-switch-01 > .tgl-state > .tgl-state-in {
  margin-top: -17px;
}

.hdg-03 + * {
  margin-top: .67em;
}

.hdg-04 {
  font-size: 106.7%;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  margin-top: 1.13em;
  padding: 0 0 6px 14px;
  border-bottom: 1px solid #ccc;
}

.hdg-04:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 22px;
  content: "";
  background: #137539;
}

.hdg-04 + * {
  margin-top: .67em;
}

.ie7 .hdg-04 {
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 5px solid #137539;
}

.hdg-05 {
  font-size: 100%;
  font-weight: bold;
  position: relative;
  margin-top: .47em;
  padding-left: 17px;
}

.hdg-05:before {
  position: absolute;
  top: .45em;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #137539;
}

.hdg-05 + * {
  margin-top: .67em;
}

.ie7 .hdg-05 {
  padding-left: 10px;
  border-left: 5px solid #137539;
}

.hdg-06 {
  font-size: 93.3%;
  font-weight: bold;
  margin-top: 1.1em;
  padding: 2px 9px;
  background: #efefef;
}

.hdg-06 + * {
  margin-top: .67em;
}

.hdg-07 {
  font-size: 106.7%;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 2em;
}

.hdg-07 + * {
  margin-top: .67em;
}

.tgl-state {
  position: relative;
  padding-right: 40px;
}

.tgl-state > .tgl-state-in {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  overflow: hidden;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  white-space: nowrap;
  text-indent: 100%;
  border-radius: 3px;
  background: #137539;
}

.tgl-state > .tgl-state-in:before, .tgl-state > .tgl-state-in:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  content: "";
  background: #fff;
}

.tgl-state > .tgl-state-in:before {
  width: 14px;
  height: 2px;
  margin-top: -1px;
}

.tgl-state > .tgl-state-in:after {
  left: 13px;
  width: 2px;
  height: 14px;
  margin-top: -7px;
}

.tgl-state[role="button"] {
  cursor: pointer;
}

.active .tgl-state > .tgl-state-in:after {
  display: none;
  content: none;
}

.ie7 .tgl-state > .tgl-state-in {
  font-size: 10px;
  text-align: center;
  white-space: normal;
  text-indent: 0;
  color: #fff;
}

.tgl-target-01 > *:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  .tgl-hide-parts {
    display: none;
  }
  .static .tgl-hide-parts {
    display: block;
  }
}

.tooltip-word-01[tabindex="0"] {
  cursor: pointer;
  border-bottom: 1px dashed #999;
}

.tooltip-word-01[tabindex="-1"] {
  outline: none;
}

.img-txt-01 {
  position: relative;
  top: .1em;
  vertical-align: baseline;
}

.txt-label-01 {
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 14px;
  color: #fff;
  background: #064382;
}

.txt-label-02,
.txt-label-03 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 5.8em;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}

[lang="en"] .txt-label-02,
[lang="en"] .txt-label-03 {
  min-width: 6.5em;
}

.txt-label-02 {
  background: #137539;
}

.txt-label-03 {
  background: #c00;
}

.txt-idt {
  text-indent: 1em;
}

.wb-all {
  word-break: break-all;
}

.fsz-l {
  font-size: 113.3%;
}

.fsz-s {
  font-size: 80%;
}

.fc-red {
  color: #c00 !important;
}

.fc-blue {
  color: #0068b7 !important;
}

.fc-orange {
  color: #e36202 !important;
}

.fst-i {
  font-style: italic !important;
}

.fw-b {
  font-weight: bold !important;
}

.fw-n {
  font-weight: normal !important;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.va-t {
  vertical-align: top !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-b {
  vertical-align: bottom !important;
}

.mt-05-em {
  margin-top: -.5em !important;
}

.mt-00 {
  margin-top: 0 !important;
}

.mt-05em {
  margin-top: .5em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mt-6em {
  margin-top: 6em !important;
}

.mt-7em {
  margin-top: 7em !important;
}

.mt-8em {
  margin-top: 8em !important;
}

.mt-9em {
  margin-top: 9em !important;
}

.mt-10em {
  margin-top: 10em !important;
}

.w-05per {
  width: 5% !important;
}

.w-10per {
  width: 10% !important;
}

.w-15per {
  width: 15% !important;
}

.w-20per {
  width: 20% !important;
}

.w-25per {
  width: 25% !important;
}

.w-30per {
  width: 30% !important;
}

.w-35per {
  width: 35% !important;
}

.w-40per {
  width: 40% !important;
}

.w-45per {
  width: 45% !important;
}

.w-50per {
  width: 50% !important;
}

.w-55per {
  width: 55% !important;
}

.w-60per {
  width: 60% !important;
}

.w-65per {
  width: 65% !important;
}

.w-70per {
  width: 70% !important;
}

.w-75per {
  width: 75% !important;
}

.w-80per {
  width: 80% !important;
}

.w-85per {
  width: 85% !important;
}

.w-90per {
  width: 90% !important;
}

.w-95per {
  width: 95% !important;
}

.w-100per {
  width: 100% !important;
}

/* =====================================
unique
------------------------------------- */
#nav-local > #submenu-content.idx-submenu-content > dd > ul > li {
  position: relative;
}

#nav-local > #submenu-content.idx-submenu-content > dd > ul > li > .idx-submenu-in {
  font-size: 92.9%;
  position: absolute;
  z-index: 10;
  top: -1px;
  left: 100%;
  display: none;
  width: 295px;
  padding: 1.3em 15px;
  border: 1px solid #137539;
  background: #eaf6ec;
}

#nav-local > #submenu-content.idx-submenu-content > dd > ul > li > .idx-submenu-in > li {
  margin-top: .7em;
  padding: 0;
  border: none;
}

#nav-local > #submenu-content.idx-submenu-content > dd > ul > li > .idx-submenu-in > li:first-child {
  margin-top: 0;
}

#nav-local > #submenu-content.idx-submenu-content > dd > ul > li > .idx-submenu-in > li > a {
  padding: 0 0 0 14px;
  text-decoration: none;
}

#nav-local > #submenu-content.idx-submenu-content > dd > ul > li > .idx-submenu-in > li > a:hover, #nav-local > #submenu-content.idx-submenu-content > dd > ul > li > .idx-submenu-in > li > a:focus, #nav-local > #submenu-content.idx-submenu-content > dd > ul > li > .idx-submenu-in > li > a:active {
  text-decoration: underline;
}

#nav-local > #submenu-content.idx-submenu-content > dd > ul > li > .idx-submenu-in > li > a:before {
  top: .5em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #1040cf;
  border-radius: 0;
  background: none;
}

#nav-local > #submenu-content.idx-submenu-content > dd > ul > li > .idx-submenu-in > li .note {
  margin-top: 0;
  padding-left: 15px;
}

#nav-local > #submenu-content.idx-submenu-content > dd > ul > li > .idx-submenu-in.show {
  display: block;
}

.static #nav-local > #submenu-content.idx-submenu-content > dd > ul > li > .idx-submenu-in {
  position: static;
  display: block;
  width: auto;
}

@media only screen and (max-width: 980px) {
  #nav-local > #submenu-content.idx-submenu-content > dd > ul > li > .idx-submenu-in {
    display: none;
  }
}

.idx-list-01 {
  font-size: 80%;
  position: relative;
  *zoom: 1;
  margin-top: 1.5em;
  padding: .9em 0 0 7em;
  border-top: 1px solid #ccc;
}

.idx-list-01 dt {
  position: absolute;
  top: .8em;
  left: 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #efefef;
}

.idx-list-01 dt + dd > *:first-child {
  margin-top: 0;
}

.idx-list-01 dt + dd > .link-basic-01:first-child {
  margin-top: -.3em;
}

[lang="en"] .idx-list-01 {
  padding-left: 9.5em;
}

.idx-box-01 {
  font-size: 80%;
  padding-bottom: 5px;
  border: 1px solid #ccc;
}

.idx-box-01 > .hdg-in-01 {
  font-size: 133.3%;
  padding: 7px 10px 6px;
  border-top: 4px solid #137539;
  border-bottom: 1px solid #ccc;
}

.idx-box-01 > .idx-calendar > li {
  *zoom: 1;
  padding: 8px 10px;
  background: #e9f4ed;
}

.idx-box-01 > .idx-calendar > li:nth-child(even) {
  background: #fff;
}

.idx-box-01 > .idx-calendar > li > .date {
  position: relative;
  display: block;
  padding-right: 5.8em;
}

.idx-box-01 > .idx-calendar > li > .date > .txt-label-02 {
  position: absolute;
  top: 0;
  right: 0;
}

.idx-box-01 > .idx-calendar > li > .contents {
  display: block;
  margin-top: .5em;
}

.idx-box-01 > .idx-calendar > li > .contents:first-child {
  margin-top: 0;
}

.idx-box-01 > .idx-calendar + .link-basic-01 {
  margin: 0 10px;
  padding-top: 5px;
  text-align: right;
  border-top: 1px dotted #ccc;
}

[lang="en"] .idx-box-01 > .idx-calendar > li > .date {
  padding-right: 6.5em;
}

.ie8 .idx-box-01 > .idx-calendar > li.even,
.ie7 .idx-box-01 > .idx-calendar > li.even {
  background: #fff;
}

@media only screen and (max-width: 600px) {
  .idx-box-01 > .idx-calendar > li > .date {
    padding-right: 0;
  }
  .idx-box-01 > .idx-calendar > li > .date > .txt-label-02 {
    position: static;
    margin-left: 15px;
  }
  [lang="en"] .idx-box-01 > .idx-calendar > li > .date {
    padding-right: 0;
  }
}

.idx-lyt-01 {
  *zoom: 1;
  margin-top: .4em;
}

.idx-lyt-01:after {
  display: block;
  clear: both;
  content: "";
}

.idx-lyt-01 > .col.left {
  position: relative;
  float: left;
  width: 66%;
}

.idx-lyt-01 > .col.left > .list-desc-02.label dt {
  width: 35%;
  padding-left: 0;
}

.idx-lyt-01 > .col.left > .list-desc-02.label dt + dd {
  padding-left: 38%;
  padding-right: 0;
}

.idx-lyt-01 > .col.left > .link-basic-01 {
  padding-right: 5em;
}

.idx-lyt-01 > .col.left > .link-rss-01 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.idx-lyt-01 > .col.right {
  float: right;
  width: 31%;
  margin-left: 3%;
}

.idx-lyt-01 + .lyt-col-01 {
  margin-top: 0;
}

.idx-lyt-01 + .lyt-col-01 > .col {
  margin-top: 2em;
}

.ie7 .idx-lyt-01 > .col.left > .list-desc-02.label dt {
  width: 23%;
}

.ie7 .idx-lyt-01 > .col.left > .list-desc-02.label dt + dd {
  padding-left: 3%;
}

@media only screen and (max-width: 980px) {
  .idx-lyt-01 > .col.left, .idx-lyt-01 > .col.right {
    float: none;
    width: auto;
    margin: 2.5em 0 0;
  }
  .idx-lyt-01 > .col.left {
    margin-top: 0;
  }
  .idx-lyt-01 > .col.left > .list-desc-02.label dt {
    width: 29%;
  }
  .idx-lyt-01 > .col.left > .list-desc-02.label dt + dd {
    padding-left: 31%;
  }
}

@media only screen and (max-width: 600px) {
  .idx-lyt-01 > .col.left > .list-desc-02.label dt {
    width: auto;
    padding-right: 0;
  }
  .idx-lyt-01 > .col.left > .list-desc-02.label dt + dd {
    padding-left: 0;
  }
  .idx-lyt-01 > .col.left > .link-basic-01 {
    padding-right: 0;
  }
  .idx-lyt-01 > .col.left > .link-rss-01 {
    position: static;
  }
  .idx-lyt-01 + .lyt-col-01[data-lyt-breakable="true"] {
    margin-top: 2em;
  }
}

.idx-hdg-01 {
  border: 1px solid #98bea7;
  background: #d9efe4 url(/ir/cmn/img/bg-hdg-idx-01.png) 0 0 repeat;
}

.idx-hdg-01 > .idx-hdg-in {
  padding: 22px 80px 22px 20px;
  border: 1px solid #fff;
  background: url(/ir/cmn/img/bg-hdg-idx-02.jpg) 100% 0 no-repeat;
  background-size: auto 100%;
}

.idx-hdg-01 > .idx-hdg-in > .hdg-in-01 {
  font-size: 173.3%;
  font-weight: bold;
  line-height: 1.3;
}

.idx-hdg-01 > .idx-hdg-in > .hdg-note-01 {
  font-size: 80%;
  margin-top: 1.2em;
}

.idx-hdg-01 + * {
  margin-top: 1.3em;
}

@media only screen and (max-width: 600px) {
  .idx-hdg-01 > .idx-hdg-in {
    padding: 18px;
    background: url(/ir/cmn/img/bg-hdg-idx-03.jpg) 100% 0 no-repeat;
    background-size: auto 100%;
  }
  .idx-hdg-01 > .idx-hdg-in > .hdg-in-01 {
    font-size: 120%;
  }
  .idx-hdg-01 > .idx-hdg-in > .hdg-note-01 {
    display: none;
  }
}

.idx-hdg-02 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.idx-carousel-01 {
  position: relative;
  overflow: hidden;
  width: 745px;
  height: 290px;
}

.idx-carousel-01 > .idx-carousel-in {
  *zoom: 1;
}

.idx-carousel-01 > .idx-carousel-in:after {
  display: block;
  clear: both;
  content: "";
}

.idx-carousel-01 > .idx-carousel-in > li {
  float: left;
}

.idx-carousel-01 > .idx-carousel-in > li a {
  display: block;
  width: 100%;
  height: 100%;
}

.idx-carousel-01 > .crsl-pager {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  margin-top: -36px;
}

.idx-carousel-01 > .crsl-pager > li {
  position: absolute;
}

.idx-carousel-01 > .crsl-pager > li > button {
  border-radius: 19px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

.idx-carousel-01 > .crsl-pager > li > button:active,
.idx-carousel-01 > .crsl-pager > li > button > span,
.idx-carousel-01 > .crsl-pager > li > button img {
  position: relative;
}

.idx-carousel-01 > .crsl-pager > li.prev {
  left: 10px;
}

.idx-carousel-01 > .crsl-pager > li.prev > button {
  padding: 8px 13px 5px 11px;
  *padding: 8px 10px 8px 8px;
}

.idx-carousel-01 > .crsl-pager > li.next {
  right: 10px;
}

.idx-carousel-01 > .crsl-pager > li.next > button {
  padding: 8px 11px 5px 13px;
  *padding: 8px 8px 8px 10px;
}

.idx-carousel-01 > .crsl-navs {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 9px 0 7px;
  *padding: 3px 0 11px;
  text-align: center;
  background: #efefef;
  background: rgba(239, 239, 239, 0.9);
}

.idx-carousel-01 > .crsl-navs > .crsl-pause {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 14px;
  vertical-align: middle;
}

.idx-carousel-01 > .crsl-navs > .crsl-pause > button {
  height: 100%;
  background: none;
}

.idx-carousel-01 > .crsl-navs > .crsl-pause > button:active,
.idx-carousel-01 > .crsl-navs > .crsl-pause > button > span,
.idx-carousel-01 > .crsl-navs > .crsl-pause > button img {
  position: relative;
}

.idx-carousel-01 > .crsl-navs > .crsl-indicator {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 14px;
  vertical-align: middle;
}

.idx-carousel-01 > .crsl-navs > .crsl-indicator > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 20px;
}

.idx-carousel-01 > .crsl-navs > .crsl-indicator > li > button {
  overflow: hidden;
  width: 14px;
  height: 14px;
  border: 1px solid #525252;
  border-radius: 7px;
  background: #fff;
}

.idx-carousel-01 > .crsl-navs > .crsl-indicator > li > button > span {
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
}

.idx-carousel-01 > .crsl-navs > .crsl-indicator > li.current > button {
  border-color: #525252;
  background: #525252;
}

.idx-carousel-01 + * {
  margin-top: 1.5em;
}

.static .idx-carousel-01 {
  height: auto;
}

@media only screen and (max-width: 980px) {
  .idx-carousel-01 {
    width: 100%;
    height: auto;
  }
  .idx-carousel-01 > .idx-carousel-in > li img {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .idx-carousel-01 > .crsl-pager {
    top: 100%;
    margin-top: -28px;
  }
  .idx-carousel-01 > .crsl-pager > li > button {
    background: none;
  }
  .idx-carousel-01 > .crsl-pager > li.prev > button, .idx-carousel-01 > .crsl-pager > li.next > button {
    padding: 0;
  }
  .idx-carousel-01 > .crsl-navs {
    position: relative;
    background: #efefef;
  }
  .idx-carousel-01 > .crsl-navs > .crsl-indicator > li {
    margin-left: 30px;
  }
}

@media print {
  .idx-carousel-01 > .crsl-pager {
    display: none;
  }
  .idx-carousel-01 > .crsl-navs {
    display: none;
  }
}

.list-mft-01 {
  text-align: center;
}

.list-mft-01 > li {
  display: inline-block;
  width: 19%;
  margin: .5em 0;
  vertical-align: top;
}

.list-mft-01 > li > a {
  position: relative;
  display: block;
  line-height: 1.25;
  padding-top: 50px;
  color: #003a89;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
}

.list-mft-01 > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 45px;
  height: 45px;
  margin-left: -22.5px;
  background: transparent url(/ir/private_investor/movies/img/img-11.png) no-repeat 0 0;
}

.list-mft-01 > li > a[href*="b2b2x"]:before {
  background-position: 0 0;
}

.list-mft-01 > li > a[href*="b2b2x"]:hover:before, .list-mft-01 > li > a[href*="b2b2x"]:focus:before, .list-mft-01 > li > a[href*="b2b2x"]:active:before {
  background-position: 0 -45px;
}

.list-mft-01 > li > a[href*="2020"]:before {
  background-position: -45px 0;
}

.list-mft-01 > li > a[href*="2020"]:hover:before, .list-mft-01 > li > a[href*="2020"]:focus:before, .list-mft-01 > li > a[href*="2020"]:active:before {
  background-position: -45px -45px;
}

.list-mft-01 > li > a[href*="creation"]:before {
  background-position: -90px 0;
}

.list-mft-01 > li > a[href*="creation"]:hover:before, .list-mft-01 > li > a[href*="creation"]:focus:before, .list-mft-01 > li > a[href*="creation"]:active:before {
  background-position: -90px -45px;
}

.list-mft-01 > li > a[href*="global"]:before {
  background-position: -135px 0;
}

.list-mft-01 > li > a[href*="global"]:hover:before, .list-mft-01 > li > a[href*="global"]:focus:before, .list-mft-01 > li > a[href*="global"]:active:before {
  background-position: -135px -45px;
}

.list-mft-01 > li > a[href*="innovation"]:before {
  background-position: -180px 0;
}

.list-mft-01 > li > a[href*="innovation"]:hover:before, .list-mft-01 > li > a[href*="innovation"]:focus:before, .list-mft-01 > li > a[href*="innovation"]:active:before {
  background-position: -180px -45px;
}

.list-mft-01 > li > a b {
  display: block;
  font-size: 108.33333%;
}

.list-mft-01 > li > a b + span {
  padding-top: 0;
}

.list-mft-01 > li > a span {
  display: inline-block;
  padding: .25em 5px;
  background-color: #fff;
}

.list-mft-01 > li > a:hover span, .list-mft-01 > li > a:focus span, .list-mft-01 > li > a:active span {
  background-color: #e5ecf6;
}

@media only screen and (max-width: 600px) {
  .list-mft-01 > li {
    width: 32%;
  }
  .list-mft-01 > li > a {
    font-weight: normal;
  }
  .list-mft-01 > li > a b {
    font-size: 100%;
    font-weight: bold;
  }
  .list-mft-01 > li > a span {
    padding: .25em 5px;
  }
}

.link-youtube-01 > a {
  display: block;
  font-size: 100%;
  color: #333;
  text-decoration: none;
}

.link-youtube-01 > a > .img,
.link-youtube-01 > a > .title {
  display: block;
}

.link-youtube-01 > a > .img {
  position: relative;
  overflow: hidden;
}

.link-youtube-01 > a > .img:before, .link-youtube-01 > a > .img:after {
  content: "";
  position: absolute;
  display: block;
}

.link-youtube-01 > a > .img:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #000;
  opacity: .1;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  will-change: opacity;
}

.link-youtube-01 > a > .img:after {
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: transparent url(/ir/cmn/img/icon-movie-02.png) no-repeat 50% 50%;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  will-change: transform;
}

.link-youtube-01 > a > .img img {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  will-change: transform;
}

.link-youtube-01 > a > .title {
  margin-top: .5em;
}

.link-youtube-01 > a:hover > .img:before, .link-youtube-01 > a:focus > .img:before, .link-youtube-01 > a:active > .img:before {
  opacity: .4;
}

.link-youtube-01 > a:hover > .img:after, .link-youtube-01 > a:focus > .img:after, .link-youtube-01 > a:active > .img:after {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.link-youtube-01 > a:hover > .img img, .link-youtube-01 > a:focus > .img img, .link-youtube-01 > a:active > .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.txt-youtube-01 {
  font-size: 100%;
}

.ie7 .link-youtube-01 > a > .img:before,
.ie8 .link-youtube-01 > a > .img:before {
  content: none;
}

@media only screen and (max-width: 980px) {
  .link-youtube-01 > a {
    font-size: 93.33333%;
  }
  .txt-youtube-01 {
    font-size: 93.33333%;
  }
}

@media only screen and (max-width: 600px) {
  .link-youtube-01 > a {
    font-size: 80%;
  }
  .link-youtube-01 > a > .img:after {
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
  }
  .txt-youtube-01 {
    font-size: 80%;
  }
}

#modal-youtube-blind {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  display: none;
  background-color: #000;
  opacity: .8;
}

#modal-youtube-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  display: none;
  width: 746px;
  margin: -230px 0 0 -373px;
  padding-top: 40px;
  text-align: left;
}

#modal-youtube-dialog > .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 166.66667%;
  white-space: nowrap;
}

#modal-youtube-dialog > .iframe {
  position: relative;
  padding-top: 56.25%;
}

#modal-youtube-dialog > .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#modal-youtube-dialog > .close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-color: transparent;
}

#modal-youtube-dialog > .close:before, #modal-youtube-dialog > .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#modal-youtube-dialog > .close:before {
  width: 2px;
  height: 30px;
  margin: -15px 0 0 -1px;
}

#modal-youtube-dialog > .close:after {
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
}

#modal-youtube-dialog > .close > span {
  position: absolute;
  top: -999em;
  left: -999em;
}

@media only screen and (max-width: 980px) {
  #modal-youtube-dialog {
    width: 560px;
    margin: -177.5px 0 0 -280px;
  }
}

@media only screen and (max-width: 600px) {
  #modal-youtube-dialog {
    width: 73.75vw;
    margin: 0;
    padding-top: 32px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #modal-youtube-dialog > .title {
    right: 30px;
    font-size: 125%;
  }
  #modal-youtube-dialog > .close {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 530px) {
  #modal-youtube-dialog {
    width: 78.75vw;
  }
}

@media only screen and (max-width: 460px) {
  #modal-youtube-dialog {
    width: 83.75vw;
  }
}

@media only screen and (max-width: 390px) {
  #modal-youtube-dialog {
    width: 88.75vw;
  }
}

@media only screen and (max-width: 320px) {
  #modal-youtube-dialog {
    width: 93.75vw;
  }
}
