/* import */
/* ==|== HTML5 Boilerplate ======================================================= */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  }
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  }
audio:not([controls]) {
  display: none;
  }
[hidden] {
  display: none;
  }
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-spacing: 1px;
  }
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
  }

/* --  
 body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  }
  */
  
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
  }
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
  }
a {
  color: #00e;
  }
a:visited {
  color: #551a8b;
  }
a:hover {
  color: #06e;
  }
a:focus {
  outline: thin dotted;
  }
a:hover,
a:active {
  outline: 0;
  }
abbr[title] {
  border-bottom: 1px dotted;
  }
b,
strong {
  font-weight: bold;
  }
blockquote {
  margin: 1em 40px;
  }
dfn {
  font-style: italic;
  }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  }
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
  }
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
  }
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  }
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  }
q {
  quotes: none;
  }
q:before,
q:after {
  content: "";
  content: none;
  }
small {
  font-size: 85%;
  }
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  }
sup {
  top: -0.5em;
  }
sub {
  bottom: -0.25em;
  }
ul,
ol {
/*  margin: 1em 0;*/
/*  padding: 0 0 0 40px;*/
  }
dd {
  margin: 0 0 0 40px;
  }
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  }
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  }
svg:not(:root) {
  overflow: hidden;
  }
figure {
  margin: 0;
  }
form {
  margin: 0;
  }
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  }
label {
  cursor: pointer;
  }
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
  }
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  }
button,
input {
  line-height: normal;
  }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  }
button[disabled],
input[disabled] {
  cursor: default;
  }
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
  }
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  }
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  }
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  }
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
  }
table {
  border-collapse: collapse;
  border-spacing: 0;
  }
td {
  vertical-align: top;
  }
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
  }
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  }
.ir br {
  display: none;
  }
.hidden {
  display: none !important;
  visibility: hidden;
  }
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  }
.invisible {
  visibility: hidden;
  }
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  }
.clearfix:after {
  clear: both;
  }
.clearfix {
  *zoom: 1;
  }
a,
a:hover,
a:active,
a:visited {
  color: #4169e1;
  }
a:hover {
  text-decoration: none;
  }
a.greyLink {
  color: #999999;
  }
::selection {
  background-color: #a8a8a8;
  }
.fit {
  width: 100%;
  height: auto;
  }
html,
body {
  height: 100%;
  font-size: 13px;
  background-color: #ffffff;
  }
* html #container {
  height: 100%;
  }



/*-------------------- Chips for Display START --------------------*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  }
.clearfix:after {
  clear: both;
  }
.clearfix {
  *zoom: 1;
  }
p.clearfix {
  clear: both;
  content: "";
  *zoom: 1;
  display: table;
  font-size: 1px;
  }
.floatLeft {
  float: left;
  }
.floatRight {
  float: right;
  }
.vs_float {
  overflow: hidden;
  }

.alignCenter {
  text-align: center;
  }
.alignRight {
  text-align: right;
  }
.alignLeft {
  text-align: left;
  }

.d_block {
  display: block;
  }
.d_inline {
  display: inline;
  }
.d_inlineBlock {
  display: inline-block;
  }

.No_Wrap {
  white-space: nowrap;
  }

.hidden {
  display: none !important;
  visibility: hidden;
  }

/*-------------------- Chips for Display END --------------------*/



/*-------------------- Utility Modified Figure START --------------------*/

.minifont {
  font-size: 10px;
  }
.defofont {
  font-size: 12px;
  }
.largefont {
  font-size: 20px;
  }

.text-red01 {
  color: #cc0000;
  }
.text-red02 {
  color: #d8171f;
  }
.text-blue01 {
  color: #184e79;
  }
.text-blue02 {
  color: #306f8f;
  }
.text-blue03 {
  color: #5fa6c4;
  }
.text-gray01 {
  color: #999999;
  }
.text-gray02 {
  color: #aaaaaa;
  }
.text-gray03 {
  color: #cccccc;
  }

.space1em {
  margin-top: 1em;
  margin-bottom: 1em;
  }
.space2em {
  margin-top: 2em;
  margin-bottom: 2em;
  }
.space10 {
  margin-top: 10px;
  margin-bottom: 10px;
  }
.space20 {
  margin-top: 20px;
  margin-bottom: 20px;
  }
.space30 {
  margin-top: 30px;
  margin-bottom: 30px;
  }
.mb1em {
  margin-bottom: 1em;
  }
.mb2em {
  margin-bottom: 2em;
  }
.mb5 {
  margin-bottom: 5px;
  }
.mb10 {
  margin-bottom: 10px;
  }
.mb20 {
  margin-bottom: 20px;
  }
.mb30 {
  margin-bottom: 30px;
  }
.ml10 {
  margin-left: 10px;
  }
.ml20 {
  margin-left: 20px;
  }
.ml30 {
  margin-left: 30px;
  }
.ml40 {
  margin-left: 40px;
  }
.ml1em {
  margin-left: 1em;
  }
.ml2em {
  margin-left: 2em;
  }
.mr5 {
  margin-right: 5px;
  }
.mr10 {
  margin-right: 10px;
  }
.mr20 {
  margin-right: 20px;
  }
.mr30 {
  margin-right: 30px;
  }
.mr1em {
  margin-right: 1em;
  }
.mr2em {
  margin-right: 2em;
  }
.ind-left1em{
  margin-left: 1em;
  }
.ind-left2em{
  margin-left: 2em;
  }
.ind-left3em{
  margin-left: 3em;
  }
.ind-left4em{
  margin-left: 4em;
  }
.ind-left5{
  margin-left: 5px;
  }
.ind-left10{
  margin-left: 10px;
  }
.ind-left20{
  margin-left: 20px;
  }
.ind-left30{
  margin-left: 30px;
  }
.ind-left40{
  margin-left: 40px;
  }
.ind-left50{
  margin-left: 50px;
  }
.boxred {
  border: 1px solid #cc0000;
  }
.boxgray {
  border: 1px solid #aaaaaa;
  }
.boxyellow {
  border: 1px solid #ebd40d;
  }
.boxdeep {
  border: 1px solid #306f8f;
  }
.boxlight {
  border: 1px solid #5fa6c4;
  }
.box5 {
  padding: 5px;
  }
.box10 {
  padding: 10px;
  }
.box20 {
  padding: 20px;
  }
.box30 {
  padding: 30px;
  }
.box1em {
  padding: 1em;
  }
.box2em {
  padding: 2em;
  }
.boxcenter {
  margin-left: auto;
  margin-right: auto;
  }
.box500 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  }
.box_incenter {
  text-align: center;
  }

.bg_pink01 {
  background-color: #edbfd8;
  }
.bg_pink02 {
  background-color: #ffdddd;
  }
.bg_blue01 {
  background-color: #d1e7eb;
  }
.bg_blue02 {
  background-color: #ddf4f8;
  }
.bg_green01 {
  background-color: #d2e795;
  }
.bg_green02 {
  background-color: #e3f0aa;
  }
.bg_gray01 {
  background-color: #cccccc;
  }
.bg_gray02 {
  background-color: #eeeeee;
  }
.bg_deepblue {
  background-color: #7ebdc7;
  }
.bg_deepgreen {
  background-color: #a8ce38;
  }

.minimark_yellow {
  background-color: #ebd40d;
  font-size: 10px;
  color: #ffffff;
  padding: 0px 2px;
  margin-left: 10px;
  font-weight: normal;
  }
.minimark_blue {
  background-color: #5fa6c4;
  font-size: 10px;
  color: #ffffff;
  padding: 0px 2px;
  margin-left: 10px;
  font-weight: normal;
  }
.minimark_pink {
  background-color: #cc3399;
  font-size: 10px;
  color: #ffffff;
  padding: 0px 2px;
  margin-left: 10px;
  font-weight: normal;
  }
.minimark_orange {
  background-color: #f5832a;
  font-size: 10px;
  color: #ffffff;
  padding: 0px 2px;
  margin-left: 10px;
  font-weight: normal;
  }
.minimark_gray {
  background-color: #666666;
  font-size: 10px;
  color: #ffffff;
  padding: 0px 2px;
  margin-left: 10px;
  font-weight: normal;
  }

/*-------------------- Utility Modified Figure END --------------------*/



/* target IE6 */
.red {
  color: #ff0000;
  }

a#pagetop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #ebd40d;
  z-index: 1;
  }
#center {
  width: 980px;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  }
@media all and (-ms-high-contrast:none){
#center {
  top: -1.4em;
  }
  }/* --- @over IE10 riskyError_tag END --- */

  /* --
#center header {
  height: 80px;
  width: 100%;
  padding: 0;
  position: relative;
  background-color: #ebd40d;
  z-index: 10;
  }

#center header a.logo {
  display: block;
  height: 70px;
  margin-bottom: 10px;
  width: 240px;
  margin: 0;
  padding: 0;
  background-image: url('/ss_stuff/classic_basics/img2/pc/sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -620px;
  }
  -- */

#center #breadcrumbs {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 10px;
  }

#center #navigation {
  width: 240px;
/*  position: absolute;
  top: 170px;
  left: 0;  */
  position: relative;
  float: left;
  padding-bottom: 30px;
  }
#center #navigation a {
  text-decoration: underline;
  }
#center #navigation a:hover {
  text-decoration: none;
  }
#center #navigation .inner {
  width: 200px;
  margin-left: 20px;
  }
#center #navigation .collapse {
  display: none;
  background-color: #aaa;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  }
#center #navigation .collapse .rightExpand {
  display: block;
  height: 18px;
  width: 18px;
  background-image: url('/ss_stuff/classic_basics/img2/pc/sprite.png');
  background-position: 0px -561px;
  background-repeat: no-repeat;
  position: absolute;
  right: 32px;
  top: 8px;
  }
#center #navigation .collapse .rightExpand.open {
  background-position: 0px -515px;
  }
#center #navigation ul {
  margin: 0;
  padding: 0;
  }
#center #navigation ul li {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  }
#center #navigation ul li a {
  color: #fff;
  }
#center #navigation ul li span {
  display: block;
  background-color: #5fa6c4;
  padding: 10px;
  font-weight: bold;
  
  }
#center #navigation ul li.helpgeneral span {
  background-color: #3f83a0;
  }
#center #navigation ul li.yellow span {
  background-color: #ebd40d;
  }
#center #navigation ul li.yellow a {
  color: black;
  }
#center #navigation ul li.royalblue span {
  background-color: #4169e1;
  }
#center #navigation ul .submenu {
  border: 1px solid #ccc;
  border-top: none;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 10px;
  }
#center #navigation ul .submenu li {
  background-image: url('/ss_stuff/classic_basics/img2/pc/cms/guide/arrow.png');
  background-repeat: no-repeat;
  background-position: 10px 0.3em;
  }
#center #navigation ul .submenu a {
  display: block;
  position: relative;
  background-color: transparent;
  color: #000;
  padding: 0 0 0 30px;
  }
#center #content {
  float: left;
  margin-left: 0;
  width: 720px;
  padding-bottom: 30px;
  }
#center #content .inner {
  margin-right: 10px;
  }
#center #content .wide img {
  width: 690px;
  height: 10px;
  }
#center #content a {
  text-decoration: underline;
  }
#center #content a:hover {
  text-decoration: none;
  }
#center #content p,
#center #content ul,
#center #content ol,
#center #content div {
  font-size: 15px;
  }
#center #content h1 {
  margin-top: 0;
  }
#center #content h2 {
  color: #5fa6c4;
  border-bottom: 2px solid #5fa6c4;
  font-weight: normal;
  margin-top: 30px;
  }
#center #content h3 {
  color: #999999;
  border-bottom: 2px solid #999999;
  font-weight: normal;
  margin-top: 30px;
  }
#center #content h3 a {
  color: #4169e1;
  text-decoration: none;
  }
#center #content .box {
  padding: 10px;
  border: 1px solid #ccc;
  }
#center #content .box .box-left {
  width: 50%;
  float: left;
  }
#center #content .box .box-right {
  width: 50%;
  float: right;
  }
#center #content .box img {
  max-width: 95%;
  height: auto;
  }
#center #content .code {
  word-wrap: break-word;
  }
#center #content table {
  width: 100%;
  margin-bottom: 20px;
  }
#center #content table th {
  background-color: #eee;
  text-align: left;
  white-space: nowrap;
  }
#center #content table td,
#center #content table th {
  border: 1px solid #ccc;
  padding: 10px;
  }
#center #content table td.no {
  white-space: nowrap;
  }

#center #content table.col2 th {
  width: 50%;
  }
#center #content .indent {
  margin-left: 30px;
  margin-bottom: 10px;
  }
#center #content .indent img {
  max-width: 100%;
  }
#center #content .indent img.fullsize {
  width: 100%;
  height: auto;
  }
#center #content .indent .bluebox {
  background-color: #5fa6c4;
  color: #fff;
  padding: 2px 5px;
  margin-right: 10px;
  margin-left: -30px;
  }
#center #content .indent .indent {
  margin-bottom: 10px;
  }
#center #content .indent .indent .redround {
  font-size: 10px;
  font-weight: bold;
  padding: 1px 4px;
  line-height: 18px;
  text-align: center;
  background-color: red;
  color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-left: -30px;
  margin-right: 10px;
  }
#center #content .nr {
  font-size: 10px;
  font-weight: bold;
  padding: 1px 4px;
  line-height: 18px;
  text-align: center;
  background-color: red;
  color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  }
#center #content .left-content,
#center #content .right-content {
  width: 300px;
  }
#center #content .left-content img,
#center #content .right-content img {
  max-width: 100%;
  }
#center #content .left-content h3,
#center #content .right-content h3 {
  margin-top: 0;
  }
#center #content .left-content {
  float: left;
  }
#center #content .right-content {
  float: right;
  }
#center #content .smallblueframe {
  border: 1px solid #5fa6c4;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  }
#center #content .boxedLink {
  display: inline-block;
  margin: 0 -4px 3px 3px;
  padding: 6px 5px 4px;
  padding-left: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #dfdfdf;
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
  color: #000;
  }
#center #content .reviewsLink {
  background-image: url('/ss_stuff/classic_basics/img2/pc/cms/sprite.png');
  background-position: -522px -407px;
  }
#center #content ol {
  padding-left: 20px;
  }
#center #content ul.cube {
  list-style-type: square;
  padding-left: 16px;
  }
#center #content ul.cube .cubesubleft,
#center #content ul.cube .cubesubright {
  list-style-type: square;
  color: #999999;
  margin-left: -10px;
  width: 40%;
  }



/*-- for toiawase listmenu --*/

#center #content .inner #form-menu {
  margin: 0 0 1em 0;
  }
#center #content .inner #form-menu div {
  margin: 3px 0 0 0;
  padding: 0.8em 0;
  width: 690px;
  height: auto;
  color: #ffffff;
  line-height: 1.4em;
  cursor: pointer;
  background-color: #5FA6C4;
  background-image: url('/ss_stuff/classic_basics/img2/pc/cms/guide/help-arrow_s.png');
  background-repeat: no-repeat;
  background-position: 6px 0.6em;
  }
#center #content .inner #form-menu div span {
  display: block;
  margin-left: 36px;
  }
#center #content .inner #form-menu ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 690px;
  height: auto;
  line-height: 1.4em;
  background-color: #eeeeee;
  }
#center #content .inner #form-menu ul a {
  text-decoration: none;
  }
#center #content .inner #form-menu ul li {
  list-style: none;
  padding: 0.8em 0;
  border-bottom: 2px solid #ffffff;
  color: #000000;
  }
#center #content .inner #form-menu ul li span {
  display: block;
  margin: 0 20px;
  }

@media only screen and (max-width: 721px) {
#center #content .inner #form-menu div {
  margin-top: 8px;
  padding: 2em 0;
  width: 100%;
  line-height: 1.2em;
  background-image: url('/ss_stuff/classic_basics/img2/pc/cms/guide/help-arrow.png');
  background-position: 6px 2.2em;
  background-size: 2em;
  }
#center #content .inner #form-menu div span {
  margin-left: 3em;
  }
#center #content .inner #form-menu ul {
  width: 100%;
  padding: 0;
  
  }
#center #content .inner #form-menu ul li {
  padding: 2em 0;
  }
#center #content .inner #form-menu ul li span {
  margin: 0 10px;
  }
}/* --- @max-width 721px form-menu END --- */



/*-- for toiawase listmenu END --*/



@media only screen and (max-width: 721px) {
#center #content ul.cube .cubesubleft,
#center #content ul.cube .cubesubright {
  margin-left: -30px;
  width: 90%;
  }
}/* --- @max-width 721px help_undertxt END --- */

#center #content ul.cube .cubesubleft a,
#center #content ul.cube .cubesubright a {
  color: #4169e1;
  }
#center #content ul.cube .cubesubleft {
  float: left;
  }
#center #content ul.cube .cubesubright {
  float: right;
  }
#center #content .qa {
  border-top: 2px solid #999999;
  }
#center #content .rightAlign {
  text-align: right;
  }
#center #content .frame {
  border: 1px solid black;
  padding: 10px;
  margin-bottom: 10px;
  }
#center #content .frame ul {
  margin: 0;
  }
#center #content .frame h3 {
  margin-top: 10px;
  }
#center #content .blueFrame {
  border-color: #5fa6c4;
  }
#center #content .redFrame {
  border-color: red;
  }
#center #content .greyFrame {
  border-color: #999999;
  border-bottom: none;
  margin-bottom: 0;
  }
#center #content .greyLast {
  border-color: #999999;
  margin-bottom: 0;
  }
#center #content .greyBox {
  background-color: #eee;
  border-color: #ccc;
  }
#center #content .charList {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  }
#center #content .charList li {
  display: inline;
  margin-right: 20px;
  }
#center #content .arrow {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  }
#center #content .arrow li {
  background-image: url('/ss_stuff/classic_basics/img2/pc/cms/guide/arrow.png');
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  padding-left: 20px;
  line-height: 24px;
  }
#center #content .arrow li a {
  color: black;
  }
#center #content .warning {
  padding-left: 40px;
  background-image: url('/ss_stuff/classic_basics/img2/pc/cms/guide/warning.png');
  background-repeat: no-repeat;
  background-position: center left;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  }
#center #content .warning p {
  margin: 0;
  }
#center #content h3.warning {
  display: block;
  background-image: url('/ss_stuff/classic_basics/img2/pc/cms/guide/small-warning.png');
  height: 18px;
  padding-left: 28px;
  }
#center #content a.arrow {
  background-image: url('/ss_stuff/classic_basics/img2/pc/cms/guide/arrow.png');
  background-repeat: no-repeat;
  background-position: top left;
  margin-left: 0;
  padding-left: 20px;
  }
#center #content form {
  width: 100%;
  }
#center #content form .formItem {
  border: 1px solid #ccc;
  border-bottom: 0;
  overflow: hidden;
  }
#center #content form .formItem.last {
  border-bottom: 1px solid #ccc;
  }
#center #content form .formItem .fi-padding {
  padding: 10px;
  }
#center #content form .formItem .fi-label {
  background-color: #eee;
  border-right: 1px solid #ccc;
  float: left;
  width: 29%;
  }
#center #content form .formItem .fi-label.fullWidth {
  width: 100%;
  border: none;
  }
#center #content form .formItem .fi-field {
  float: right;
  width: 70%;
  }
#center #content form .formItem .fi-field input[type="text"],
#center #content form .formItem .fi-field textarea {
  width: 80%;
  border: 1px solid #ccc;
  line-height: 24px;
  height: 24px;
  }
#center #content form .formItem .fi-field textarea {
  height: 150px;
  line-height: 16px;
  }
#center #content form .formItem .fi-field input.smaller {
  width: 50%;
  margin-left: 10px;
  }
#center #content form .formItem .fi-field input[type="radio"] {
  margin: 10px;
  }
#center #content form .formItem .fi-label,
#center #content form .formItem .fi-field {
  padding-bottom: 500px;
  margin-bottom: -500px;
  }
#center #content form .formItem.fullWidth .fi-label,
#center #content form .formItem.fullWidth .fi-field {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  }
#center #content form .formItem.fullWidth .fi-label.fi-label,
#center #content form .formItem.fullWidth .fi-field.fi-label {
  font-weight: bold;
  }
#center #content form .formItem:after {
  content: '';
  display: block;
  float: none;
  clear: both;
  }
#center #content form .centerBtn {
  text-align: center;
  }
#center #content p.center {
  text-align: center;
  }
#center #content .narrow {
  width: 80%;
  margin: 0 auto;
  }
#center #content .narrow h4 {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  }

p.rightAlign {
  overflow: hidden;
  }
p.rightAlign a {
  float: right;
  margin-top: 3em;
  }





.showMobile {
  display: none;
  }
table.showMobile {
  display: none;
  }
.hideMobile {
  display: block;
  }
table.hideMobile {
  display: table;
  }
@media only screen and (max-width: 721px) {
  .showMobile {
    display: block;
  }
  table.showMobile {
    display: table;
  }
  .hideMobile {
    display: none;
  }
  table.hideMobile {
    display: none;
  }
  #center #navigation,
  #center #content {
    position: relative;
    top: 0;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #center #navigation .inner,
  #center #content .inner {
    width: auto;
    margin: 20px;
  }
  #center #navigation .collapse {
    display: block;
  }
  #center #navigation .collapseBox {
    display: none;
  }
  #center #content .left-content,
  #center #content .right-content {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 20px;
  }
  #center #content .left-content img,
  #center #content .right-content img {
    max-width: 100%;
  }
  #center #content ul.cube .cubesubleft,
  #center #content ul.cube .cubesubright {
    clear: both;
    float: none;
  }
  #center #content form .formItem {
    border: 1px solid #ccc;
    border-bottom: 0;
  }
  #center #content form .formItem.last {
    border-bottom: 1px solid #ccc;
  }
  #center #content form .formItem .fi-label {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #center #content form .formItem .fi-field {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #center #content form .formItem:after {
    content: '';
    display: block;
    float: none;
    clear: both;
  }
  }





/*-------------------- ▼▼▼ Footer Generalization ▼▼▼ --------------------*/

/* --
footer {
  background: #ebecec;
  color: #434343;
  }
footer a, 
footer a:hover, 
footer a:active, 
footer a:visited {
  color: #434343;
  }

-- */

/*-------------------- ▲▲▲ Footer Generalization ▲▲▲ --------------------*/



/*-------------------- ▼▼▼ FooterDesign NEW ▼▼▼ --------------------*/

div#wrapAllInside {
  padding-bottom: 0;
  }

footer {
  height: auto;
  margin-top: 0;
  }
@media only screen and (max-width: 721px) {
footer {
  background-color: #ebecec;
  }
}/* --- @max-width 721px footer END --- */

section.lightG {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  overflow: hidden;
  }
@media only screen and (max-width: 721px) {
section.lightG {
  width: 100vw;
  padding: 0;
  }
}/* --- @max-width 721px lightG END --- */

section.lightG ul {
  margin: 0 24px 0 0;
  padding: 0;
  width: 220px;
  list-style-type: none;
  float: left;
  overflow: hidden;
  }
section.lightG ul:nth-child(1) {
  border-right: 1px solid #cdcdcd;
  }
section.lightG ul a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  }
@media only screen and (max-width: 721px) {
section.lightG ul {
  width: 100vw;
  border: none;
  float: none;
  }
section.lightG ul:nth-child(1) {
  border-top: 1px solid #434343;
  border-right: none;
  }
}/* --- @max-width 721px footer block basic END --- */

section.lightG ul a {
  text-decoration: none;
  }
section.lightG ul li {
  font-size: 12px;
  line-height: 2em;
  margin: 0 0 0 0.8em;
  padding: 0;
  text-decoration: underline;
  }
section.lightG ul > li:nth-child(1) {
  margin: 0;
  font-weight: bold;
  text-decoration: none;
  }
section.lightG ul > li:nth-child(1) span {
  margin: 0;
  }
/* li.outside:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(/img2/pc/cms/common/outlink_icon.png);
  background-size: contain;
  position: relative;
  top: 0;
  left: 10px;
  } */

@media only screen and (max-width: 721px) {
footer#toporder section.lightG ul li {
  margin: 0;
  font-size: 14px;
  line-height: 3em;
  text-decoration: none;
  border-bottom: 1px solid #434343;
  }
section.lightG li span {
/*  display: inline-block; */
  margin-left: 10vw;
  }
footer#toporder section.lightG ul > li:nth-child(1) {
  color: #ffffff;
  line-height: 1.2em;
  background-color: #434343;
  }
section.lightG ul > li:nth-child(1) span {
  margin-left: 4vw;
  }
}/* --- @max-width 721px footer block basic END --- */

section.deepG {
  min-height: 28px;
  margin: 0;
  padding: 1px 0;
  color: #ffffff;
  font-size: 11px;
  background-color: #434343;
  }
section.deepG div {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  }
section.deepG a {
  color: #ffffff;
  text-decoration: underline;
  }
section.deepG div ul.inspection {
  margin: 0;
  padding: 10px 0;
  float: right;
  overflow: hidden;
  }
section.deepG li {
  list-style-type: none;
  float: left;
  }
section.deepG li:first-child {
  margin: 0 1em 0 0;
  }
section.deepG span {
  padding: 2px;
  border: 1px solid #ffffff;
  }

@media only screen and (max-width: 721px) {

section.deepG div {
  width: 92%;
  }
section.deepG li {
  display: table;
  float: none;
  text-align: right;
  }

section.deepG li:first-child {
  margin: 0 0 0.5em 0;
  }

}/* --- @max-width 721px copywright_inspection END --- */

/*-------------------- ▲▲▲ FooterDesign NEW ▲▲▲ --------------------*/
