@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, em {
  font-style: normal;
}

strong, th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
}

/* Fonts
------------------------------------------------------------*/
body {
  /* IE */
  font-family: Helvetica, Arial;
  word-wrap: break-word;
}

html > body {
  font-size: 12px;
  /* Except IE */
}

/* clearfix
------------------------------------------------------------*/
.cf:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.cf {
  zoom: 1;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/
/* common
------------------------------------------------------------*/
.fL {
  float: left;
}

/* header
------------------------------------------------------------*/
header {
  display: none;
  color: #FFF;
  font-size: 108%;
  letter-spacing: 0.1em;
  background-image: url(images/nav_bg.jpg);
  background-repeat: repeat-x;
}
header #navMain {
  width: 1070px;
  height: 85px;
  padding-left: 30px;
}
header #navMain #logo {
  margin-right: 50px;
  padding-top: 24px;
}
header #navMain #gNav {
  padding-top: 20px;
  text-align: center;
}
header #navMain #gNav li {
  float: left;
  height: 65px;
}
header #navMain #gNav li.active {
  background-image: url(images/triangular.png);
  background-repeat: no-repeat;
  background-position: 50% 45px;
}
header #navMain #gNav li.active a {
  color: #fedf65;
}
header #navMain #gNav li a {
  height: 28px;
  padding-top: 14px;
  display: block;
  color: #FFF;
  background-image: url(images/nav_line.png);
  background-repeat: no-repeat;
  width: 127px;
}
header #navMain #gNav #gNav04 a {
  width: 165px;
}
header #navMain #gNav li a:hover {
  color: #fedf65;
}
header #navMain #gNav li:last-child a {
  background-image: url(images/nav_line.png), url(images/nav_line.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
}
header #navMain #logo a {
  text-indent: -9999px;
  width: 212px;
  height: 37px;
  background-image: url(images/common_parts.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
}
header #navMain #searchAndLang {
  margin-left: 29px;
  padding: 15px 0 13px 0;
}
header #navMain #searchAndLang #search {
  width: 233px;
}
header #navMain #searchAndLang #search #searchTxt {
  background-image: url(images/common_parts.png);
  background-repeat: no-repeat;
  background-position: 0 -78px;
  width: 154px;
  height: 18px;
  margin-bottom: 12px;
  padding-left: 27px;
  padding-top: 6px;
  float: left;
  margin-right: 5px;
}
header #navMain #searchAndLang #search #searchTxt input {
  width: 138px;
  border: none;
  outline: none;
  display: block;
}
header #navMain #searchAndLang #search #searchBtn {
  background-image: url(images/common_parts.png);
  background-repeat: no-repeat;
  background-position: -186px -78px;
  width: 47px;
  height: 24px;
  text-indent: -9999px;
  display: block;
  float: left;
}
header #navMain #searchAndLang #lang {
  background-image: url(images/common_parts.png);
  background-repeat: no-repeat;
  background-position: 0 -48px;
  width: 172px;
  height: 18px;
  display: block;
  padding-left: 16px;
  padding-top: 2px;
  position: relative;
  margin-left: 2px;
  position: relative;
  cursor: pointer;
}
header #navMain #searchAndLang #chooseLang {
  display: none;
  width: 178px;
  border: #ccc solid 1px;
  background-color: #fff;
  padding: 5px 2px;
  position: absolute;
  top: 25px;
  left: 0;
  -webkit-box-shadow: black 0.5px 0.5px 24px;
  -moz-box-shadow: black 0.5px 0.5px 24px;
  box-shadow: black 0.5px 0.5px 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
header #navMain #searchAndLang #chooseLang ul li {
  padding: 4px 19px;
}
header #navMain #searchAndLang #chooseLang ul li:hover {
  background-color: #d7f0fc;
}
header #navMain #searchAndLang #chooseLang ul li.chooseLangActive {
  background-color: #d7f0fc;
}
header #navMain #searchAndLang #chooseLang ul li a {
  color: #444;
  margin-left: 7px;
}
header #navMain #searchAndLang .chooseLangFlag {
  padding-top: 2px;
}
header #sauNavWrap {
  background-image: url(images/bg_gray.jpg);
  /*
  #subNav li:first-child a {
  	margin-left: 0;
  	
  }
  */
}
header #sauNavWrap #subNav {
  max-width: 1040px;
  min-width: 800px;
  padding-left: 30px;
}
header #sauNavWrap #subNav li {
  float: left;
  border-bottom: #888889 solid 1px;
  height: 30px;
  padding-top: 12px;
  background-image: url(images/sub_nav_line.png);
  background-repeat: no-repeat;
  background-position: center left;
}
header #sauNavWrap #subNav li:last-child {
  background-image: url(images/sub_nav_line.png), url(images/sub_nav_line.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
}
header #sauNavWrap #subNav li a {
  color: #FFF;
  text-align: center;
  width: 153px;
  display: block;
  font-size: 108%;
  font-weight: lighter;
  height: 26px;
}
header #sauNavWrap #subNav li a:hover {
  color: #154f8b;
  font-weight: bold;
  border-bottom: #154f8b solid 5px;
}
header #sauNavWrap #subNav li a.subNavActive {
  color: #154f8b;
  font-weight: bold;
  border-bottom: #154f8b solid 5px;
}

/* contents
------------------------------------------------------------*/
#contents {
  padding: 30px;
  position: relative;
}

/* sideNav
------------------------------------------------------------*/
#sideNavMain {
  font-size: 13px;
}
#sideNavMain h3 {
  font-size: 15px;
  border-bottom: #e4e5e5 solid 1px;
  color: #666;
  padding: 13px;
  margin-bottom: 8px;
}
#sideNavMain ul li {
  padding: 4px 0 6px 0;
  background-image: url(images/nav_plus.png);
  background-repeat: no-repeat;
  background-position: 10px 7px;
  margin: 4px 0;
}
#sideNavMain .plugin_pagetree_children_content {
  padding-left: 26px;
}
#sideNavMain li.sideNavActive {
  background-image: url(images/nav_minus.png);
  font-weight: bold;
}
#sideNavMain li.sideNavActiveChild {
  background-color: #d7f0fc;
}
#sideNavMain ul li ul li {
  background-image: url(images/nav_child.png);
  background-repeat: no-repeat;
  background-position: 24px 6px;
  font-weight: normal;
  font-size: 93%;
  padding: 4px 0 4px 5px;
}
#sideNavMain ul li ul li .plugin_pagetree_children_content {
  padding-left: 36px;
}

#sideNav {
  display: none;
  width: 288px;
  border: #e4e5e5 solid 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  padding: 0 0 244px 0;
}
#sideNav a {
  color: #21689e;
}
#sideNav a:hover {
  color: #0296fe;
  text-decoration: underline;
}

#navCloseBtn {
  background-color: #e4e5e5;
  height: 28px;
  width: 288px;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  text-indent: -9999px;
  background-image: url(images/nav_close_btn_on.png), url(images/bg_gray.jpg);
  background-position: 264px center;
  background-repeat: no-repeat, repeat;
}

/*navClose対応*/
#sideNav.sideNavClose {
  width: 28px;
  background-image: url(images/bg_gray.jpg);
}
#sideNav.sideNavClose #sideNavMain {
  display: none;
}
#sideNav.sideNavClose #navCloseBtn {
  width: 28px;
  background-image: url(images/nav_close_btn_off.png), url(images/bg_gray.jpg);
  background-position: center bottom;
  background-repeat: no-repeat, repeat;
}

/* mainContents
------------------------------------------------------------*/
#mainContents {
  margin-left: 0;
  min-width: 300px;
  color: #666;
  font-size: 13px;
  /* Macro */
  /* code */
  /* table */
  /* revisionHistory */
  /* example */
  /* pageLink */
  /* pager */
}
#mainContents #main-header {
  border-bottom: #dbdbdb solid 1px;
  margin-bottom: 33px;
  padding-bottom: 18px;
}
#mainContents #main-header h1#title-heading {
  font-size: 25px;
  font-weight: bold;
}
#mainContents h2 {
  font-size: 27px;
  font-weight: lighter;
  color: #1f9be5;
  border-bottom: #1f9be5 dotted 1px;
  padding-bottom: 7px;
  margin-bottom: 17px;
  margin-top: 70px;
}
#mainContents h2:nth-child(2) {
  margin-top: 0;
}
#mainContents h3 {
  margin-top: 26px;
  margin-bottom: 12px;
  color: #1f9be5 !important;
  font-size: 20px;
}
#mainContents h3 span {
  color: #1f9be5 !important;
  font-size: 20px;
}
#mainContents p {
  margin-bottom: 18px;
  color: #333;
  line-height: 1.4em;
}
#mainContents ul {
  margin-left: 30px;
  margin-bottom: 20px;
  font-weight: normal;
  color: #333;
}
#mainContents ul li {
  list-style: disc;
  margin-bottom: 8px;
}
#mainContents h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 13px;
}
#mainContents h4 span {
  font-size: 16px;
  color: #333;
  margin-bottom: 13px;
}
#mainContents h5 {
  font-size: 16px;
  color: #333;
  margin-bottom: 13px;
}
#mainContents h5 span {
  font-size: 16px;
  color: #333;
  margin-bottom: 13px;
}
#mainContents .panelMacro .infoMacro {
  background-color: #e0f1fa;
  border: #6cbae9 dotted 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 100%;
}
#mainContents .panelMacro .infoMacro td {
  padding: 14px 0 0 12px;
}
#mainContents .panelMacro .warningMacro {
  background-color: #fae7ea;
  border: #ff4600 dotted 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 100%;
  margin-bottom: 66px;
}
#mainContents .panelMacro .warningMacro td {
  padding: 14px 0 0 12px;
}
#mainContents .code {
  margin-bottom: 22px;
}
#mainContents td.code {
  border: #ddd solid 1px;
  background-color: #f0f0f0;
  padding: 9px 12px;
}
#mainContents .table-wrap table {
  border: #ddd solid 1px;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 19px;
}
#mainContents .table-wrap table td {
  padding: 10px;
}
#mainContents .table-wrap table thead th {
  padding: 10px;
  font-weight: bold;
}
#mainContents .table-wrap table thead th:nth-child(odd) {
  border-right: #ddd solid 1px;
}
#mainContents .table-wrap table tr {
  border-bottom: #ddd solid 1px;
  padding-left: 20px;
  vertical-align: top;
}
#mainContents .table-wrap table tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
#mainContents .table-wrap table tbody tr:last-child {
  border: none;
}
#mainContents .table-wrap table tbody td:nth-child(odd) {
  border-right: #ddd solid 1px;
}
#mainContents .table-wrap table tbody td:nth-child(even) {
  width: 100%;
}
#mainContents #revisionHistory h4 {
  color: #1f9be5;
  font-size: 16px;
  margin-top: 94px;
  margin-bottom: 18px;
  padding-bottom: 13px;
  padding-left: 25px;
  border-bottom: #aaa dotted 1px;
  background-image: url(images/history.png);
  background-position: left 1px;
  background-repeat: no-repeat;
}
#mainContents #revisionHistory table th {
  font-weight: bold;
  vertical-align: top;
}
#mainContents #revisionHistory table td {
  padding-left: 26px;
  padding-bottom: 20px;
}
#mainContents #example h3 {
  font-weight: normal;
}
#mainContents #example #HTTPSRequest {
  border: #ddd solid 1px;
  background-color: #fff;
  padding: 10px;
  line-height: 1.8em;
  margin-bottom: 65px;
}
#mainContents #pageLink ul {
  margin-left: 0;
}
#mainContents #pageLink ul li {
  text-decoration: none;
  float: left;
}
#mainContents #pageLink ul li a {
  width: 120px;
  height: 36px;
  background-image: url(images/common_parts.png);
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}
#mainContents #pageLink ul #worldwide a {
  background-position: 0 -199px;
}
#mainContents #pageLink ul #japan {
  margin-left: 10px;
}
#mainContents #pageLink ul #japan a {
  background-position: -130px -199px;
}
#mainContents #pager {
  border-top: #dadbdb solid 1px;
  margin-top: 87px;
  padding-top: 20px;
  font-size: 12px;
  min-width: 800px;
}
#mainContents #pager p {
  color: #21689e;
}
#mainContents #pager #pagerPrev {
  float: left;
}
#mainContents #pager #pagerPrev a {
  text-indent: -9999px;
  width: 81px;
  height: 12px;
  background-image: url(images/common_parts.png);
  background-repeat: no-repeat;
  background-position: 0 -132px;
  display: block;
  margin-bottom: 10px;
}
#mainContents #pager #pagerNext {
  float: right;
}
#mainContents #pager #pagerNext a {
  text-indent: -9999px;
  width: 48px;
  height: 12px;
  background-image: url(images/common_parts.png);
  background-repeat: no-repeat;
  background-position: 0 -112px;
  display: inline-block;
  margin-bottom: 10px;
  float: right;
}
#mainContents #pager #pagerNext p {
  clear: right;
}

footer {
  display: none;
  background-image: url(images/bg_gray.jpg);
  height: 29px;
  clear: left;
  padding: 14px 30px 0 30px;
}
footer #fLogo a {
  background-image: url(images/common_parts.png);
  background-repeat: no-repeat;
  background-position: 0 -156px;
  width: 68px;
  height: 14px;
  display: block;
  text-indent: -9999px;
  float: left;
  margin-right: 57px;
}
footer #copyright {
  background-image: url(images/common_parts.png);
  background-repeat: no-repeat;
  background-position: 0 -176px;
  width: 231px;
  height: 13px;
  display: block;
  text-indent: -9999px;
  float: left;
}
footer ul {
  float: right;
}
footer ul #disclaimer a {
  background-image: url(images/common_parts.png);
  background-repeat: no-repeat;
  background-position: 0 -245px;
  width: 61px;
  height: 14px;
  display: block;
  text-indent: -9999px;
}
footer ul #termsOfUse {
  padding-left: 30px;
  border-left: #fff solid 1px;
  margin-left: 25px;
}
footer ul #termsOfUse a {
  background-image: url(images/common_parts.png);
  background-repeat: no-repeat;
  background-position: -72px -245px;
  width: 78px;
  height: 14px;
  display: block;
  text-indent: -9999px;
}
footer ul li {
  float: left;
}
