@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
}
html.fontL {
  font-size: 75%;
}

/*****基本設定*****/
/* base
----------------------------------------------------*/
body {
  background: #fff;
  font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;
  color: black;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

ul, li {
  list-style-type: none;
}

img {
  vertical-align: middle;
}

/* link
----------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}

/* sprite/extend
----------------------------------------------------*/
/* layout
----------------------------------------------------*/
#wrapper {
  width: 1115px;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
}

/* header
----------------------------------------------------*/
.header {
  height: 45px;
  margin: 0 0 29px 0;
  padding: 26px 0 0 0;
}

.header_logo {
  float: left;
  margin: 0 0 29px 0;
}

.header_navi {
  float: right;
  padding: 15px 0 0 0px;
  text-align: right;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}
.header_navi li {
  display: inline-block;
  margin: 0 0 0 17px;
  padding: 0 17px 0 0;
  border-right: 1px solid #666;
}
.header_navi li:last-child {
  border: none;
  padding: 0;
}
.header_navi li a:hover {
  color: #000;
}

/* global
----------------------------------------------------*/
.global {
  clear: both;
  overflow: hidden;
  margin: 0 0 35px 0;
  line-height: 20px;
}

.global_nav {
  float: left;
}
.global_nav li {
  float: left;
  margin: 0 15px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.global_nav li a {
  position: relative;
  display: block;
  padding: 0 0 0 12px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
}
.global_nav li a:after {
  position: absolute;
  left: 0;
  top: 4px;
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background: url('../images/icons-s48fa17e2f3.png') -36px -53px;
}
.global_nav li a:hover {
  text-decoration: none;
  color: #666;
}
.global_nav li.selected a:after {
  background: url('../images/icons-s48fa17e2f3.png') -22px -13px;
}

#fontSize {
  float: right;
  text-align: right;
  line-height: 15px;
  font-size: 1px;
}
#fontSize dt {
  display: inline-block;
  font-size: 14px;
}
#fontSize dd {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  font-size: 14px;
}
#fontSize dd:hover {
  color: #666;
}
#fontSize dd.selected {
  padding: 5px;
  background: #3974aa;
  color: #fff;
}
#fontSize dd.selected:hover {
  color: #fff;
}

/* mainImg
----------------------------------------------------*/
#mainImg {
  position: relative;
  margin: 0 0 40px 0;
  overflow: hidden;
}
#mainImg .flex-prev {
  z-index: 100;
  position: absolute;
  left: 15px;
  top: 121px;
  display: block;
  width: 27px;
  height: 200px;
  text-indent: -9999px;
  background: url(../images/renewal/slider_arrow.png) no-repeat left top;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#mainImg .flex-next {
  z-index: 100;
  position: absolute;
  right: 15px;
  top: 121px;
  display: block;
  width: 27px;
  height: 200px;
  text-indent: -9999px;
  background: url(../images/renewal/slider_arrow.png) no-repeat left top;
}
#mainImg .flex-disabled {
  display: none;
}

/* side
----------------------------------------------------*/
.side_search {
  height: 50px;
  margin: 0 0 6px 0;
}
.side_search .side_search_txt {
  float: left;
  display: block;
  height: 50px;
  width: 150px;
  padding: 0 0 0 15px;
  border: 1px solid #ccc;
  border-right: none;
  box-sizing: border-box;
  font-size: 15px;
}
.side_search .side_search_btn {
  position: relative;
  float: right;
  display: block;
  background: url('../images/icons-s48fa17e2f3.png') 0 -71px;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}

.side_menu01,
.side_menu02 {
  margin: 0 0 6px 0;
}
.side_menu01 a,
.side_menu02 a {
  position: relative;
  display: block;
  height: 45px;
  padding: 0 0 0 10px;
  background: #fff;
  border: 1px solid #879ab5;
  box-sizing: border-box;
  line-height: 45px;
  color: #2e497c;
}
.side_menu01 a:after,
.side_menu02 a:after {
  position: absolute;
  right: 13px;
  top: 14px;
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
}
.side_menu01 a:hover,
.side_menu02 a:hover {
  text-decoration: none;
  background: #f5f7f9;
}

.side_menu01 a:after {
  background: url('../images/icons-s48fa17e2f3.png') 0 -53px;
}

.side_menu02 a:after {
  background: url('../images/icons-s48fa17e2f3.png') -18px -53px;
}

.side_rate {
  float: right;
  width: 200px;
  padding-top: 0.55em;
}
.side_rate b {
  display: block;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.side_rate b span {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.side_rate div {
  margin: 0 0 1px 0;
  padding: 7px 12px 0;
  background-color: #efefef;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEFEFEF', endColorstr='#FFF8F8F8');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efefef), color-stop(5%, #f8f8f8));
  background-image: -webkit-linear-gradient(top, #efefef 0%, #f8f8f8 5%);
  background-image: -moz-linear-gradient(top, #efefef 0%, #f8f8f8 5%);
  background-image: -o-linear-gradient(top, #efefef 0%, #f8f8f8 5%);
  background-image: linear-gradient(top, #efefef 0%, #f8f8f8 5%);
}
.side_rate table {
  width: 100%;
}
.side_rate table th {
  padding: 8px 0;
  border-bottom: 1px dotted #a6a6a6;
  font-size: 11px;
  color: #163872;
  text-align: left;
  line-height: 1;
}
.side_rate table th span {
  position: relative;
  padding: 0 0 0 35px;
}
.side_rate table th span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: " ";
  width: 0;
  height: 0;
  margin: -3px 0 0 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #163872;
  vertical-align: middle;
}
.side_rate table th span:after {
  position: absolute;
  left: 13px;
  top: 50%;
  content: " ";
  width: 15px;
  height: 13px;
  margin: -7px 0 0 0;
}

.side_rate table th.us span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') 0 -13px;
}
.side_rate table th.eu span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -30px -27px;
}
.side_rate table th.au span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -30px -40px;
}
.side_rate table th.cn span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') 0 -40px;
}
.side_rate table th.br span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -15px -40px;
}
.side_rate table th.za span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') 0 -27px;
}
.side_rate table th.tr span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -22px 0;
}
.side_rate table th.mx span:after {
  background: url('../images/renewal/icons-s48fa17e2f3.png') -15px -27px;
}
.side_rate table td {
  padding: 8px 0;
  border-bottom: 1px dotted #a6a6a6;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
}
.side_rate table tr:last-child th, .side_rate table tr:last-child td {
  border: none;
}
.side_rate p {
  padding: 10px 0 0 0;
  border-top: 1px solid #c1c1c1;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.side_note01 {
  margin: 0 0 15px 0;
}
.side_note01 a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.side_note02 {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 15px 0;
}
.side_note02 a {
  position: relative;
  padding: 0 0 0 20px;
}
.side_note02 a span {
  font-size: 14px;
  font-size: 1.4rem;
}
.side_note02 a span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  background: url('../images/icons-s48fa17e2f3.png') -32px -13px;
  width: 13px;
  height: 11px;
  width: 14px;
  height: 14px;
}
.side_note03 {
  font-size: 14px;
  font-size: 1.4rem;
}
.side_note03 a {
	padding: 0 0 0 20px;
	display: block;
}

.side_banner .slides{
	overflow:hidden;
}
.side_banner .flex-control-nav.flex-control-paging{
	text-align:center;
	margin-top:5px;
}
.side_banner .flex-control-nav.flex-control-paging li{
	display:inline-block;
	margin:0 3px;
}

.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }


/* content
----------------------------------------------------*/
.topStandard {
  float: left;
  width: 870px;
  margin: 0 0 40px 0;
}

.topStandard_ttl {
  display: table;
  width: 870px;
  margin: 0 0 15px 0;
}
.topStandard_ttl h2 {
  display: table-cell;
  font-size: 20px;
  font-size: 2rem;
}
.topStandard_ttl h2 span {
  margin: 0 0 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.topStandard_btn {
  display: table-cell;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: bottom;
}
.topStandard_btn a:before {
  content: " ";
  display: inline-block;
  background: url('../images/icons-s48fa17e2f3.png') -15px -13px;
  width: 7px;
  height: 14px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.topStandard_cont_tabs {
  position: relative;
  z-index: 5;
  height: 55px;
  border-bottom: 1px solid #3974aa;
}
.topStandard_cont_tabs li {
  float: left;
  width: 92px;
  margin: 0 5px 0 0;
  box-sizing: border-box;
}
.topStandard_cont_tabs li:last-child {
  width: 94px;
  margin: 0;
}
.topStandard_cont_tabs li a {
  display: block;
  box-sizing: border-box;
  height: 50px;
  padding: 15px 0 0 0;
  background: #fff;
  border: 1px solid #9eb7ca;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000;
}
.topStandard_cont_tabs li a:hover {
  text-decoration: none;
  background: #f5f7f9;
}
.topStandard_cont_tabs li.lines a {
  padding: 7px 0 0 0;
}
.topStandard_cont_tabs li.active a {
  height: 56px;
  background: #efeff0;
  border: 1px solid #3974aa;
  border-bottom: none;
}

.topStandard_cont_table {
  position: relative;
  z-index: 4;
  width: 100%;
  border: 1px solid #3974aa;
  border-top: none;
  border-collapse: collapse;
}
.topStandard_cont_table thead th {
  padding: 10px 0;
  background: #efeff0;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
}
.topStandard_cont_table thead th span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
}
.topStandard_cont_table tbody th {
  padding: 10px;
  border-bottom: 1px solid #9eb7ca;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
.topStandard_cont_table tbody th a {
  color: #163872;
}
.topStandard_cont_table tbody td {
  width: 6em;
  padding: 10px 5px;
  border-bottom: 1px solid #9eb7ca;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.topStandard_cont_table tbody td span {
  position: relative;
}
.topStandard_cont_table tbody td span:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.topStandard_cont_table tbody td span.rise:before {
  background: url('../images/icons-s48fa17e2f3.png') -11px 0;
  width: 11px;
  height: 11px;
}
.topStandard_cont_table tbody td span.drop:before {
  background: url('../images/icons-s48fa17e2f3.png') 0 0;
  width: 11px;
  height: 11px;
}
.topStandard_cont_table tbody tr:nth-child(even) th,
.topStandard_cont_table tbody tr:nth-child(even) td {
  background: #e7eef3;
}
.topStandard_cont_table tbody tr:last-child th, .topStandard_cont_table tbody tr:last-child td {
  border: none;
}

.subStandard {
  float: left;
  width: 860px;
  margin: 0 0 40px 0;
}

.subStandard_ttl {
  display: table;
  width: 860px;
  margin: 0 0 15px 0;
}
.subStandard_ttl h2 {
  display: table-cell;
  font-size: 20px;
  font-size: 2rem;
}
.subStandard_ttl h2 span {
  margin: 0 0 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.subStandard_btn {
  display: table-cell;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: bottom;
}
.subStandard_btn a:before {
  content: " ";
  display: inline-block;
  background: url('../images/icons-s48fa17e2f3.png') -15px -13px;
  width: 7px;
  height: 14px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.subStandard_cont_tabs {
  position: relative;
  z-index: 5;
  height: 55px;
  border-bottom: 1px solid #3974aa;
}
.subStandard_cont_tabs li {
  float: left;
  width: 81px;
  margin: 0 5px 0 0;
  box-sizing: border-box;
}
.subStandard_cont_tabs li:first-child {
  width: 86px;
}
.subStandard_cont_tabs li:last-child {
  margin: 0;
}
.subStandard_cont_tabs li a {
  display: block;
  box-sizing: border-box;
  height: 50px;
  padding: 15px 0 0 0;
  background: #fff;
  border: 1px solid #9eb7ca;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000;
}
.subStandard_cont_tabs li a:hover {
  text-decoration: none;
  background: #f5f7f9;
}
.subStandard_cont_tabs li.lines a {
  padding: 7px 0 0 0;
}
.subStandard_cont_tabs li.active a {
  height: 56px;
  background: #efeff0;
  border: 1px solid #3974aa;
  border-bottom: none;
}

.subStandard_cont_table {
  position: relative;
  z-index: 4;
  width: 100%;
  border: 1px solid #3974aa;
  border-top: none;
  border-collapse: collapse;
}
.subStandard_cont_table thead th {
  padding: 10px 0;
  background: #efeff0;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
}
.subStandard_cont_table thead th span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
}
.subStandard_cont_table tbody th {
  padding: 10px;
  border-bottom: 1px solid #9eb7ca;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
.subStandard_cont_table tbody th a {
  color: #163872;
}
.subStandard_cont_table tbody td {
  width: 6em;
  padding: 10px 5px;
  border-bottom: 1px solid #9eb7ca;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.subStandard_cont_table tbody td span {
  position: relative;
}
.subStandard_cont_table tbody td span:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.subStandard_cont_table tbody td span.rise:before {
  background: url('../images/icons-s48fa17e2f3.png') -11px 0;
  width: 11px;
  height: 11px;
}
.subStandard_cont_table tbody td span.drop:before {
  background: url('../images/icons-s48fa17e2f3.png') 0 0;
  width: 11px;
  height: 11px;
}
.subStandard_cont_table tbody tr:nth-child(even) th,
.subStandard_cont_table tbody tr:nth-child(even) td {
  background: #e7eef3;
}
.subStandard_cont_table tbody tr:last-child th, .subStandard_cont_table tbody tr:last-child td {

}

.topSide01,
.topSide02 {
  float: right;
  width: 200px;
}

.topNews {
  float: left;
  width: 870px;
  margin: 0 0 45px 0;
}
.topNews dl {
  height: 250px;
  overflow: auto;
  font-size: 12px;
  font-size: 1.2rem;
}
.topNews dl dt {
  clear: left;
  float: left;
  width: 20em;
  padding: 11px 0 13px;
  color: #666;
}
.topNews dl dt span {
  display: inline-block;
  width: 90px;
  margin: 0 0 0 15px;
  border: 1px solid #ccc;
  text-align: center;
  color: #000;
  vertical-align: middle;
}
.topNews dl dd {
  padding: 12px 0 13px 20em;
  border-bottom: 1px solid #efeff0;
}

.topNews_ttl {
  display: table;
  width: 100%;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #333;
}
.topNews_ttl h2 {
  display: table-cell;
  font-size: 20px;
  font-size: 2rem;
}

.topNews_btn {
  display: table-cell;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: bottom;
}
.topNews_btn a:before {
  content: " ";
  display: inline-block;
  background: url('../images/icons-s48fa17e2f3.png') -15px -13px;
  width: 7px;
  height: 14px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.topImportant {
  float: left;
  width: 810px;
  margin: 0 0 75px 0;
  border: 1px solid #EA1000;
  padding: 20px 30px;
}
.topImportant dl {
  overflow: auto;
  font-size: 12px;
  font-size: 1.2rem;
}
.topImportant dl dt {
  clear: left;
  float: left;
  width: 12em;
  padding: 11px 0 13px;
  color: #666;
}
.topImportant dl dt span {
  display: inline-block;
  width: 90px;
  margin: 0 0 0 15px;
  border: 1px solid #ccc;
  text-align: center;
  color: #000;
  vertical-align: middle;
}
.topImportant dl dd {
  padding: 12px 0 13px 12em;
}

.topImportant_ttl {
  display: table;
  width: 100%;
  padding: 0.5em 0 0.5em 60px;
  background: url(/am/img/icon/icImportant.png) no-repeat left center;
  margin-bottom: 15px;
}
.topImportant_ttl h2 {
  display: table-cell;
  font-size: 20px;
  font-size: 2rem;
}
.topImportant .topImportant_linkPDF {
    background-image: url(/am/img/icon/top_icPDF.gif);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 2px 50px 0 0;
}

.topNotes {
  float: left;
  width: 870px;
  clear: both;
  margin: 0 0 20px 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #bebebe;
}
.topNotes h2 {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-size: 2rem;
}
.topNotes ul li {
  display: inline-block;
  width: 390px;
  margin: 0 0 7px 0;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}
.topNotes ul li.half {
  width: 220px;
}
.topNotes ul li a:before {
  content: " ";
  display: inline-block;
  background: url('../images/icons-s48fa17e2f3.png') -15px -13px;
  width: 7px;
  height: 14px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.footer {
  clear: both;
  overflow: hidden;
  padding: 35px 0 0 0;
  border-top: 1px solid #bebebe;
}
.footer .footer_content {
  float: left;
  width: 340px;
  margin: 0 47px 0 0;
}
.footer .footer_content:nth-child(3) {
  float: right;
  margin: 0;
}
.footer .footer_content p {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #efeff0;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer .footer_content ul {
  margin: 0 0 40px 0;
}
.footer .footer_content ul li {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.footer .footer_content ul li a:before {
  content: " ";
  display: inline-block;
  background: url('../images/icons-s48fa17e2f3.png') -15px -13px;
  width: 7px;
  height: 14px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.footer .footer_copy {
    overflow: hidden;
    width: 100%;
    padding: 20px 0 40px 0;
    border-top: 1px solid #bebebe;
    font-size: 12px;
    font-size: 1.2rem;
}
.footer .footer_copy .footer_copy_ja {
  display: inline-block;
    margin-left: 0.5em;
}
.footer .footer_copy .footer_copy_en {
    display: inline-block;
}
/* 200916 追記 */
.footer .footer_copy p {
	margin: 0;
}
.footer .footer_copy_varl {
	margin-bottom: 10px;
    font-size: 14px;
}
.footer .footer_copy_varl br {
    display: none;
}


/*
second*/
td, th {
  font-size: 12px;
  font-size: 1.2rem;
}

.tableA {
  border-top-color: #c6d6e3;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #c6d6e3;
  border-left-style: solid;
  border-left-width: 1px;
  width: 100%;
}

.tableA th {
  background-color: #e6eaee;
  border-bottom-color: #c6d6e3;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-right-color: #c6d6e3;
  border-right-style: solid;
  border-right-width: 1px;
  color: #336699;
  text-align: center;
  font-weight: bold;
  padding: 5px 6px;
}

.tableA td {
  border-bottom-color: #c6d6e3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-color: #c6d6e3;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: right;
  vertical-align: middle;
  padding: 5px 6px;
}

.tableA td.left {
  text-align: left;
}

.tableA td.center {
  text-align: center;
}

.tableA .row {
  background-color: #ebf7ff;
  color: #336699;
  text-align: left;
  padding: 4px 6px;
}

.tableB {
  border-top: 1px #C6D6E3 solid;
  border-left: 1px #C6D6E3 solid;
  width: 100%;
  margin-top: 10px;
}

.tableB th {
  background-color: #EBF7FE;
  border-right: 4px #C6D6E3 solid;
  border-bottom: 1px #C6D6E3 solid;
  font-weight: bold;
  text-align: left;
  padding: 6px 8px;
}

.tableB td {
  background-color: #FFF;
  border-right: 1px #C6D6E3 solid;
  border-bottom: 1px #C6D6E3 solid;
  padding: 6px 8px;
}

.tableB td.center {
  text-align: center;
}

.tableB td div.listDecimal02 ol {
  list-style-type: decimal;
  margin: 0px 0px 0px 30px;
  padding: 0 0 0 -5px;
  text-align: left;
  line-height: 1.7em;
  font-size: 100%;
}

.tableB td.listDecimal02 li {
  margin: 0;
  padding: 0px;
}

.txtSmall {
  font-size: 10px;
  font-size: 1rem;
}

.txtRight {
  margin-bottom: 25px;
  text-align: right;
}

.connectBox {
  border: 1px #E6EAEE solid;
  margin: 25px 0 15px 0;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}

.connectBox h4 {
  background-attachment: scroll;
  background-color: #F2F4F6;
  background-image: url(../images/class/connectBoxh4Bg.gif);
  background-position: top center;
  background-repeat: repeat-x;
  padding: 7px 10px;
  color: #336699;
  font-weight: bold;
}

.connectBox ul,
.connectBox .inner {
  margin: 10px 15px;
}

.connectBox ul li span {
  margin: 0 0 0 2em;
}

.connectBox dd {
  padding-left: 12px;
}

.connectBox .lineTop {
  border-top-color: #cccccc;
  border-top-style: dotted;
  border-top-width: 1px;
  margin-top: 12px;
  padding-top: 12px;
}

.txtLink {
  background-image: url(../images/arrow/arrowR.gif);
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: normal;
  padding-left: 12px;
  color: #163872;
}
.txtLink img {
  vertical-align: middle;
}

.linkPDF {
  background-image: url(../images/icon/icPDF.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 2px 0 0 20px;
  
}

.iconlist {
  margin: 10px 0 20px 5px;
}

.iconlist li {
  background-image: url(../images/about/icon_list.gif);
  background-position: 0 1em;
  background-repeat: no-repeat;
  line-height: 2;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  font-size: 1.2rem;
}

.withMargin li {
  margin-bottom: 10px;
}

.nomark li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.listLower-alpha {
  margin: 10px 0px 30px 30px;
}

.listLower-alpha li {
  list-style-type: lower-alpha;
  margin: 0px;
  padding: 0px;
  line-height: 2;
  font-size: 12px;
  font-size: 1.2rem;
}

.listDecimal {
  margin: 10px 0px 30px 30px;
}

.listDecimal li {
  list-style-type: decimal;
  margin: 0;
  padding: 0px;
  line-height: 2;
  font-size: 12px;
  font-size: 1.2rem;
}

.listDisc {
  margin: 10px 0px 30px 30px;
}

.listDisc li {
  list-style-type: disc;
  margin: 0;
  padding: 0px;
  line-height: 2;
  font-size: 12px;
  font-size: 1.2rem;
}

.second #content {
  float: none;
  width: auto;
  /*overflow: hidden;*/
  margin: 0 0 50px 0;
  padding: 0;
}
.second #content .rightArea {
  float: right;
  width: 860px;
  padding: 0 0 0 25px;
  border-left: 1px solid #d6e0eb;
}
.second #content .rightArea > h2 {
  border: none;
  margin: 0 0 15px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
.second #content .rightArea > h2 .sub {
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.second #content .rightArea > h3 {
  border-top: 1px #D3E4ED solid;
  border-bottom: 1px #BACDD7 solid;
  background: url(../img/class/h3Bg.gif) repeat-x center center #f4f9fd;
  background-attachment: scroll;
  clear: both;
  margin: 25px 0 10px 0;
  padding: 3px 2px;
  color: #000;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}
.second #content .rightArea h4 {
  border-bottom: 1px solid #D6E0EB;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}
.second #content .rightArea > p {
  margin: 0 0 30px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
.second #content .rightArea > p.txtSmall, .second #content .rightArea > p.txtCap {
  font-size: 10px;
  font-size: 1rem;
}
.second #content .rightArea > p strong {
  font-weight: bold;
}
.second #content .rightArea a {
  color: #163872;
}
.second #content .leftArea {
  float: left;
  width: 200px;
}
.second #content .leftArea h2 {
  border-bottom: 1px solid #d6e0eb;
  margin-bottom: 14px;
  padding-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.second #content .leftArea h2 a {
  color: #163872;
}

#content a:hover {
  color: #666666;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#content .inline-block {
  display: inline-block;
}

#contentsMenu {
  padding-bottom: 20px;
}

#contentsMenu li {
  background-image: url(../images/about/menuBorder.gif);
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  min-height: 162px;
  padding-bottom: 15px;
  padding-right: 15px;
  width: 200px;
}

#contentsMenu .right {
  padding-right: 0;
}

#contentsMenu .other {
  background: none;
  min-height: 1px;
  height: auto;
}

#contentsMenu .other a {
  height: auto;
  margin-bottom: 9px;
  width: auto;
}

#contentsMenu a {
  color: #666666;
  display: block;
  height: inherit;
  width: inherit;
}

#contentsMenu a:link {
  color: #666666;
  text-decoration: none;
}

#contentsMenu a:active {
  color: #666666;
  text-decoration: none;
}

#contentsMenu a:visited {
  color: #666666;
  text-decoration: none;
}

#contentsMenu a:hover {
  color: #666666;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#contentsMenu .inner {
  padding: 10px;
}
#contentsMenu :not(a) .inner {
  padding-bottom: 0;
}

#contentsMenu img {
  display: block;
}

#contentsMenu p {
  font-size: 12px;
}

#contentsMenu .txtLink {
  margin: 0 0 5px 0;
  padding: 5px 0;
  background: url(../images/arrow/arrowR.gif) no-repeat left top 10px;
  padding-left: 12px;
  color: #336699;
  font-weight: bold;
}

#contentsMenu :not(a) .txtLink {
  margin-bottom: 0;
}

#cNavi li {
  margin-bottom: 2px;
  line-height: 1.4em;
  font-size: 12px;
  font-size: 1.2rem;
}

#cNavi li a {
  background-color: #e6eaee;
  background-image: url(../images/arrow/arrowR.gif);
  background-position: 9px 11px;
  background-repeat: no-repeat;
  display: block;
  padding: 6px 0 6px 20px;
  color: #163872;
  _height: 0;
}

#cNavi li a:hover,
#cNavi li a:active {
  background-color: #E9F4FF;
  text-decoration: none;
}

#cNavi li a:visited {
  color: #336699;
}

#cNavi.cMenu01 li.menu01 a,
#cNavi.cMenu02 li.menu02 a,
#cNavi.cMenu03 li.menu03 a,
#cNavi.cMenu04 li.menu04 a,
#cNavi.cMenu05 li.menu05 a,
#cNavi.cMenu06 li.menu06 a,
#cNavi.cMenu07 li.menu07 a,
#cNavi.cMenu08 li.menu08 a,
#cNavi.cMenu09 li.menu09 a {
  background-color: #E9F4FF;
}

#cNavi li p {
  background-color: #e6eaee;
  background-image: url(../images/arrow/arrowR.gif);
  background-position: 9px 11px;
  background-repeat: no-repeat;
  display: block;
  padding: 1px 0px 3px 20px;
  color: #000;
  _height: 0;
}


#cNavi li li {
  margin: 2px 0 0;
}

#cNavi li li a {
  background-color: #e6eaee;
  background-image: url(../images/arrow/arrowChild.gif);
  background-position: 25px 12px;
  padding-left: 35px;
}


.pnkzWrap {
  overflow: hidden;
  margin: -15px 0 25px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #dedede;
}

.pnkz {
  float: left;
  line-height: 15px;
}

.pnkz li {
  display: inline;
  padding-right: 8px;
  font-size: 10px;
  font-size: 1rem;
}

.pnkz a {
  padding-right: 8px;
  color: #163872;
}

.pnkzRtxt {
  float: right;
  width: auto;
  background-image: url(../img/arrow/arrowR.gif);
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: normal;
  padding-left: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.pnkzRtxt a {
  color: #163872;
}

.strategyMenu li {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
  border: 1px solid #d7e1eb;
  box-sizing: border-box;
}
.strategyMenu li .strategyMenu_img {
  display: table-cell;
  width: 490px;
}
.strategyMenu li .strategyMenu_txt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 30px;
  line-height: 1.4;
}
.strategyMenu li .strategyMenu_txt h3 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.strategyMenu li .strategyMenu_txt p {
  font-size: 16px;
  font-size: 1.6rem;
}
.strategyMenu li:hover {
  border: 1px solid #9cbbd1;
  color: #666;
}
.strategyMenu li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.biglink {
  cursor: pointer;
}

.strategyTitle {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
  border: 1px solid #d7e1eb;
  box-sizing: border-box;
}
.strategyTitle .strategyMenu_img {
  display: table-cell;
  width: 490px;
}
.strategyTitle .strategyMenu_txt {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 30px;
  line-height: 1.4;
}
.strategyTitle .strategyMenu_txt h2 {
  margin: 0 0 5px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.strategyTitle .strategyMenu_txt p {
  font-size: 16px;
  font-size: 1.6rem;
}

.second #content .rightArea .strategyContent {
  padding: 0 0 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.second #content .rightArea .strategyContent h3 {
  border-top: 1px #D3E4ED solid;
  border-bottom: 1px #BACDD7 solid;
  background: url(../img/class/h3Bg.gif) repeat-x center center #f4f9fd;
  background-attachment: scroll;
  clear: both;
  margin: 40px 0 20px 0;
  padding: 3px 2px;
  color: #000;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}
.second #content .rightArea .strategyContent .strategyContent_inner {
  padding: 15px;
}
.second #content .rightArea .strategyContent .strategyContent_inner.aus {
  background: url(../images/strategy/aus_bg.jpg) no-repeat center center;
  background-size: cover;
}
.second #content .rightArea .strategyContent .strategyContent_inner.gcb {
  background: url(../images/strategy/gcb_bg.jpg) no-repeat center center;
  background-size: cover;
}
.second #content .rightArea .strategyContent .strategyContent_inner.infra {
  background: url(../images/strategy/infra_bg.jpg) no-repeat center center;
  background-size: cover;
}
.second #content .rightArea .strategyContent .strategyContent_inner h4 {
  margin: 10px 0 20px 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  /*
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.8);
*/
  border: none;

}
/*
.second #content .rightArea .strategyContent .strategyContent_inner.gcb h4 {
  color: #000;
  text-shadow: 0 0 10px white, 0 0 5px white, 0 0 1px white;
  filter: dropshadow(color=white, offX=0, offY=-1) dropshadow(color=white, offX=1, offY=0) dropshadow(color=white, offX=0, offY=1) dropshadow(color=white, offX=-1, offY=0);
}
*/
.second #content .rightArea .strategyContent .strategyContent_inner ol li {
  overflow: hidden;
  margin: 0 0 1px 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.8);
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li:before {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0.6em 1.2em;
  background: rgba(22, 56, 114, 0.5);
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li:nth-child(1):before {
  content: "理由1";
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li:nth-child(2):before {
  content: "理由2";
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li:nth-child(3):before {
  content: "理由3";
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li:nth-child(4):before {
  content: "理由4";
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li:nth-child(5):before {
  content: "理由5";
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li h5 {
  display: inline;
  margin: 0 0.8em 0 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.2;
}
.second #content .rightArea .strategyContent .strategyContent_inner ol li p {
  display: inline;
  margin: 0;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2.3;
}
.second #content .rightArea .strategyContent p {
  margin: 0 0 20px 0;
  line-height: 2;
}
.second #content .rightArea .strategyContent .fundList li {
  margin: 0 0 5px 0;
}
.second #content .rightArea .strategyContent .fundList li a {
  padding: 0 0 0 12px;
  background: url(../images/arrow/arrowR.gif) no-repeat left center;
  color: #163872;
}
.second #content .rightArea .strategyContent table {
  width: 100%;
}
.second #content .rightArea .strategyContent table th {
  width: 9em;
  padding: 10px;
  border-bottom: 1px solid #efeff0;
  color: #666;
  text-align: left;
}
.second #content .rightArea .strategyContent table td {
  padding: 10px;
  border-bottom: 1px solid #efeff0;
}
.second #content .rightArea .strategyContent table td a {
  color: #163872;
}

.innerWrap {
  overflow: hidden;
}
.innerWrap .inner01 {
  float: left;
  width: 65%;
}
.innerWrap .inner02 {
  float: right;
  width: 30%;
}
.innerWrap .inner02 img {
  padding-top: 20px;
}

.half_list {
  overflow: hidden;
}
.half_list li {
  clear: both;
  float: left;
  width: 48%;
  margin: 0 0 30px;
}
.half_list li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
.half_list li:nth-child(2n) {
  clear: none;
  float: right;
}

.investor_list {
  margin: 0 0 10px 0;
}

.investor_list li {
  background-image: url(../images/about/icon_list.gif);
  background-position: 0 10px;
  background-repeat: no-repeat;
  line-height: 1.8em;
  margin: 5px 0 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  font-size: 1.2rem;
}

.mapArea {
  margin-bottom: 10px;
}

.ssc {
  font-size: 12px;
  font-size: 1.2rem;
}
.ssc li {
  margin: 0 0 10px 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 2;
}

.flatTable {
  width: 100%;
  margin: 0 0 30px 0;
}
.flatTable caption {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
.flatTable td, .flatTable th {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
.flatTable th {
  width: 12em;
}

.ssc2 {
  font-size: 12px;
  font-size: 1.2rem;
}
.ssc2 li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 2;
}

.adobe {
  overflow: hidden;
  border: 2px solid #e6eaee;
  margin: 5px 0 25px;
  padding: 14px;
}
.adobe img {
  float: left;
  padding: 6px 20px 6px 0;
}
.adobe p {
  font-size: 12px;
  font-size: 1.2rem;
}
.adobe p strong {
  display: block;
  color: #000;
  font-weight: bold;
}

/* size-original
----------------------------------------------------*/
.fsize-originals {
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}
.fsize-originals .text10 {
  font-size: 77%;
}
.fsize-originals .text11 {
  font-size: 85%;
}
.fsize-originals .text12 {
  font-size: 93%;
}
.fsize-originals .text13 {
  font-size: 100%;
}
.fsize-originals .text14 {
  font-size: 108%;
}
.fsize-originals .text15 {
  font-size: 116%;
}
.fsize-originals .text16 {
  font-size: 123.1%;
}
.fsize-originals .text17 {
  font-size: 131%;
}
.fsize-originals .text18 {
  font-size: 138.5%;
}
.fsize-originals .text19 {
  font-size: 146.5%;
}
.fsize-originals .text20 {
  font-size: 153.9%;
}
.fsize-originals .text21 {
  font-size: 161.6%;
}
.fsize-originals .text22 {
  font-size: 167%;
}
.fsize-originals .text23 {
  font-size: 174%;
}
.fsize-originals .text24 {
  font-size: 182%;
}
.fsize-originals .text25 {
  font-size: 189%;
}
.fsize-originals .text26 {
  font-size: 197%;
}
.fsize-originals p {
  font-size: 93%;
  line-height: 2.2em;
}
.fsize-originals h1 {
  font-size: 93%;
  line-height: 1.6em;
}
.fsize-originals h2 {
  font-size: 93%;
  line-height: 1.6em;
}
.fsize-originals h3 {
  font-size: 93%;
  line-height: 1.6em;
}
.fsize-originals h4 {
  font-size: 93%;
  line-height: 1.6em;
}
.fsize-originals h5 {
  font-size: 93%;
  line-height: 1.6em;
}
.fsize-originals h6 {
  font-size: 93%;
  line-height: 1.6em;
}
.fsize-originals table {
  font-size: 93%;
  line-height: 1.6em;
}
.fsize-originals ul, .fsize-originals ol, .fsize-originals dl {
  font-size: 93%;
  line-height: 1.6em;
}
.fsize-originals ul ul,
.fsize-originals ul ol,
.fsize-originals ul dl,
.fsize-originals ol ul,
.fsize-originals ol ol,
.fsize-originals ol dl,
.fsize-originals dl ul,
.fsize-originals dl ol,
.fsize-originals dl dl {
  font-size: 100%;
}
.fsize-originals strong {
  font-weight: bold;
}
.fsize-originals sub {
  font-size: 64%;
  line-height: 1em;
}
.fsize-originals sup {
  font-size: 64%;
  line-height: 1em;
}
.fsize-originals form {
  line-height: 1.6em;
}
