/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: 'Open Sans', "メイリオ", Meiryo, sans-serif; /* 1 */
  font-size: 13px;
  line-height: 2;
  color: #303030;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  color: #007BC6;
  text-decoration: none;
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/* ▼ CB Created Common CSS
*    date: 20150630
*    edited: CB AI
   =========================================================================== */

/* basic style */
p{
  margin: 0;
}
img{
  vertical-align: bottom;
}
.hover{
  -webkit-transition: all .2s;
  transition: all .2s;
}
.hover:hover{
  opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=70); /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  -khtml-opacity: .70; /* Safari 1.x */
  -moz-opacity: .70; /* FF lt 1.5, Netscape */
}


/* header style */
.header-wrapper{
  border-bottom: 3px solid #f7b400;
  margin-bottom: 30px;
  background-color: #fff;
}
.header{
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 14px;
  overflow: hidden;
  position: relative;
}
.header h1#top{
  margin-top: 0;
  padding-top: 18px;
}
.header h1{
  margin-top: 18px;
}
.header .lang_us{
  position: absolute;
  top: 11px;
  right: 13px;
}
.header .lang_us a{
  padding-left: 12px;
  font-size: 13px;
  color: #303030;
  background: url(../img/common/arrow_blue.png) no-repeat left center;
  font-family: 'Open Sans', "メイリオ", Meiryo, sans-serif;
}
.header .lang_us a:hover{
  text-decoration: none;
}
.header-nav{
  height: 36px;
  position: absolute;
  overflow: hidden;
  top: 40px;
  right: 0;
}
.header-nav .request-btn{
  margin-right: 10px;
  float: left;
}
.request-btn a{
  padding: 7px 12px;
  display: inline-block;
  line-height: 1;
  background-color:#f76b00;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.request-btn a:hover {
  background-color:#f7b500;
}
#siteSearch{
  width: 200px;
  height: 36px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9dbde;
}
#siteSearch .searchBox{
  width: 150px;
  height: 34px;
  padding: 0 10px;
  border: none;
}
#siteSearch .btn{
  vertical-align: text-bottom;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {
  color: #909090;
}



/* showcase style */
.title{
  width: 910px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border: 1px solid #f5f1f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title.default{
  height: 120px;
}
.title.default h2{
  margin: 0 30px 0 0;
  padding: 15px 40px 15px 30px;
  font-size: 138.5%; /* 18px */
  color: #F7B400;
}
.title.default span{
  margin-right: 8px;
  font-size: 155.6%; /* 18px → 28px */
  color: #303030;
}
.title.default .inner-title{
  min-width: 390px;
  position: absolute;
  top: 15px;
  left: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
}
.inner-nav{
  width: 390px;
  height: 226px;
  position: absolute;
  top: 15px;
  left: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.4);
}
.inner-nav:after{
  content: "";
  width: 22px;
  height: 36px;
  position: absolute;
  top: 45%;
  right: -22px;
  display: block;
  background: url(../img/common/inner-nav-bg.png) no-repeat left top;
}
.inner-nav ul{
  margin: 0 20px;
  padding: 14px 0 0 0;
  list-style: none;
}
.inner-nav li{

}
.inner-nav li a{
  padding-left: 12px;
  background: url(../img/common/arrow_blue.png) no-repeat left center;
}


/* ad_txt style */
.ad_txt{
  width: 1200px;
  margin: 0 auto;
}
.ad_txt p{
  padding: 10px 0;
}


/* contents-wrapper style */
.contents-wrapper{
  padding: 32px 0 0 0;
  border-top: 3px solid #f7b400;
  background: url(../img/common/contents_bg.gif) repeat left top;
  position: relative;
}
.main-wrapper{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* main-contents style */
.main-contents{
  width: 1060px;
  margin-bottom: 30px;
  background: #FFF;
  float: left;
}
.breadcrumbs-list{
  margin-bottom: 15px;
  padding-left: 30px;
  border-bottom: 1px solid #f0f6f9;
  -webkit-box-shadow: 1px 2px 2px -2px rgba(245,245,245,1);
  box-shadow: 1px 2px 2px -2px rgba(245,245,245,1);
}
.breadcrumbs-list ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs-list li{
  margin-right: 5px;
  padding-right: 15px;
  display: inline;
  background: url(../img/common/list_breadcrumbs.png) no-repeat right center;
}
.breadcrumbs-list li:last-child{
  margin-right: 0;
  padding-right: 0;
  background: none;
}
.breadcrumbs-list li a:hover{
  text-decoration: none;
}


.main{
  padding: 0 30px 55px;
  position: relative;
}
.main a{
    line-height: 1.5;
}
.main .comp-txt{
  width: 1000px;
  padding: 5px 30px 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px dotted #D9DBDE;
}
.main h3{
  margin: 0 0 30px 0;
  padding-top: 30px;
  font-size: 246.2%; /* 32px */
  line-height: 1.3;
}
.main h4{
  margin: 0 0 30px 0;
  padding-left: 20px;
  font-size: 169.2%; /* 22px */
  line-height: 1.5;
  border-left: 10px solid #00aeeb;
}
.main .lead-txt{
  margin-bottom: 10px;
  font-size: 123.1%; /* 16px */
}
.main em{
  font-weight: bold;
  font-style: normal;
}
.main .attention-txt{
  color: #F76900;
}
.main .link-txt{
  padding-left: 12px;
  display: inline-block;
  background: url(../img/common/arrow_blue.png) no-repeat left 6px;
}
.main .left-txt{
  text-align: left;
}
.main .right-txt{
  text-align: right;
}
.main .center-txt{
  text-align: center;
}
.main .mb10{
  margin-bottom: 10px!important;
}
.main .mb20{
  margin-bottom: 20px!important;
}
.main .mb30{
  margin-bottom: 30px!important;
}
.main .mb55{
  margin-bottom: 55px!important;
}
.main .align-l{
 margin-right: 20px;
 float: left;
 overflow: hidden;
}
.main .align-r{
 margin-left: 20px;
 float: right;
 overflow: hidden;
}
.main ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.main ul li{
  padding: 0 0 4px 12px;
  line-height: 1.5;
  background: url(../img/common/list_default.png) no-repeat left 8px;
}
.main table{
  width: 940px;
  margin: 0 30px 10px 30px;
  border: 1px solid #00aeeb;
}
.main table tr{
  border: 1px solid #00aeeb;
}
.main table th{
  padding: 14px;
  font-size: 123.1%; /* 16px */
  color: #00AEEB;
  font-weight: bold;
  background: #E4F1FA;
  border: 1px solid #00aeeb;
}
.main table td{
  padding: 14px;
  border: 1px solid #00aeeb;
}
.main .default-contents{
  overflow: hidden;
  margin-bottom: 25px;
}
.main .default-contents p{
  margin: 0 30px 30px;
}
.main .default-contents .topic-list{
  margin-left: 30px;
}
.main .default-contents .topic-list dt{
  margin: 0 30px 10px 0;
}
.main .default-contents .topic-list dd{
  margin: 0 30px;
  padding-bottom: 20px;
}
.main .default-contents .topic-list dd p{
  margin: 0 0 10px 0;
}
.main .default-contents .topic-list dd ul{
  margin: 0 0 10px 0;
  padding-left: 34px;
}
.main .default-contents .topic-list dd ol{
  margin: 0 0 10px 0;
  padding-left: 52px;
}
.main .default-contents .topic-list dd table{
  width: 910px;
  margin: 0 0 10px 0;
}
.main .default-contents .topic-list dd .topic-ttl{
  padding-left: 34px;
  text-indent: -34px;
}

.main .limit-line{
  width: 1060px;
  margin: 0 0 55px -30px;
  border: none;
  border-bottom: 2px dotted #D9DBDE;
}
.main .otherwindow{
  padding: 6px 4px 0 4px;
  vertical-align: top;
}
.main ul li .otherwindow{
  padding: 2px 4px 0 4px;
}
.main .pdf{
  padding: 6px 0 0 4px;
  vertical-align: top;
}
.main .main-4col-nav{
  margin-bottom: 55px;
}
.main .main-4col-nav ul{
  overflow: hidden;
}
.main .main-4col-nav li{
  width: 235px;
  margin-right: 20px;
  padding: 0;
  float: left;
  background: #00aeeb;
  display: -webkit-box;
  display: -moz-box;
  display:box;
}
.main .main-4col-nav li:last-child{
  margin-right: 0;
}
.main .main-4col-nav li a{
  width: 215px;
  padding: 18px 10px;
  display: inherit;
  background: url(../img/common/arrow_white.png) no-repeat 98% center;
  color: #FFF;
  font-size: 123.1%; /* 16px */
  font-weight: bold;
  -webkit-box-align:center;
  -moz-box-align:center;
  box-align:center;
}
.main .main-4col-nav a:hover{
  text-decoration: none;
}
.main .main-4col-nav li:hover{
  background-color: #F7B400;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* main-footer style */
.main-footer{
  border-top: 3px solid #007bc6;
  padding: 10px 30px 30px 30px;
}
.main-footer-title{
  margin-bottom: 7px;
  color: #F7B400;
  font-weight: bold;
}
.main-footer-title span{
  margin-right: 8px;
  color: #303030;
  font-size: 169.2%;
}
.main-footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.main-footer li{
  margin-right: 15px;
  padding-right: 15px;
  float: left;
  background: url(../img/common/list_splitline.gif) no-repeat right center;
}
.main-footer li:last-child{
  margin-right: 0;
  padding-right: 0;
  background: none;
}


/* main-navi style */
.main-navi{
  width: 104px;
  padding-bottom: 55px;
  float: right;
  margin-top: 10px;
}
.main-navi ul{
  width: 100px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navi ul.navi-01{
  margin-bottom: 25px;
}
.navi-01 li{
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.2);
}
.navi-01 li:last-child{
  margin-bottom: 0;
}
.navi-01 a{
  display: block;
  width: 100px;
  height: 110px;
}
.nav-products a{
  background: url(../img/common/side_nav_products_on.jpg) no-repeat left top;
}
.nav-example a{
  background: url(../img/common/side_nav_example_on.jpg) no-repeat left top;
}
.nav-seminar a{
  background: url(../img/common/side_nav_seminar_on.jpg) no-repeat left top;
}
.main-navi ul.navi-02{
  padding-top: 6px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 6px 0 rgba(0,0,0,0.2);
  box-shadow: 0px 0px 6px 0 rgba(0,0,0,0.2);
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.navi-02 li{
  border-bottom: 1px solid #f0f6f9;
  -webkit-box-shadow: 1px 2px 2px -2px rgba(245,245,245,1);
  box-shadow: 1px 2px 2px -2px rgba(245,245,245,1);
}
.navi-02 li:last-child{
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.navi-02 li a{
  height: 100px;
  line-height: 100px;
  display: inline-block;
}
.navi-02 li a:hover{
  -webkit-transition: all .2s;
  transition: all .2s;
}
.nav-online{
  background: url(../img/common/side_nav_online_on.jpg) no-repeat left top;
}
.nav-partners{
  background: url(../img/common/side_nav_partners_on.jpg) no-repeat left top;
}
.nav-alliance{
  background: url(../img/common/side_nav_alliance_on.jpg) no-repeat left top;
}
.nav-training{
  background: url(../img/common/side_nav_training_on.jpg) no-repeat left top;
}
.nav-faq{
  background: url(../img/common/side_nav_faq_on.jpg) no-repeat left top;
}
.navi-01 img:hover, .navi-02 img:hover{
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.main-navi ul.navi-03{
  background: #007bc6;
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.2);
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}
.navi-03 .nav-fb{
  float: left;
  padding: 17px 0 17px 15px;
}
.navi-03 .nav-tw{
  float: right;
  padding: 17px 15px 17px 0;
}



/* footer style */
.footer{
  margin-top: 40px;
  font-family: 'Open Sans', "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
  background-color: #ffffff;
}
#pagetop {
  position: fixed;
  right: 32px;
  bottom: 20px;
}
#pagetop a {
  display: block;
  padding: 19px 14px 18px 15px;
  line-height: 1;
  display: inline-block;
  background: #007BC6;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.footer-service-nav{
  padding: 10px 0 14px;
  background: #007BC6;
}
.footer-service-nav p{
  width: 1148px;
  margin: 0 auto 10px;
  padding: 0 10px 0 52px;
  line-height: 2.7;
  color: #FFF;
  font-size: 100%;
  background: url(../img/common/footer_lead_img.png) no-repeat 10px top;
}
.footer-service-nav ul{
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.footer-service-nav ul li{
  margin-right: 10px;
  padding: 0;
  line-height: 1;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #a3b5bc;
}
.footer-service-nav ul li:last-child{
  margin-right: 0;
}

.footer-contents{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-navi{
  margin: 0;
  padding: 10px 0 0 0;
  float: left;
  list-style: none;
}
.footer-navi li{
  margin-right: 12px;
  display: inline;
}
.footer-navi li:last-child{
  margin-right: 0;
}
.footer-navi li a{
  color: #303030;
  font-size: 100%;
}
.footer-navi li a:hover{
  text-decoration: none;
}
.footer-banner{
  margin: 0;
  padding: 10px 0;
  float: right;
  list-style: none;
  overflow: hidden;
}
.footer-banner li{
  margin-right: 10px;
  float: left;
}
.footer-banner li:last-child{
  margin-right: 0;
}
.footer-banner li a{
    display: inline-block;
}
.footer-banner .mailmag-btn{
  padding-top: 8px;
}
.footer-banner .mailmag-btn a{
  border: 1px solid #a3b5bc;
}
.footer-banner .mailmag-btn a:hover{
  border: 1px solid #F7B400;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.footer-banner .request-btn{
  padding-top: 8px;
}
.footer-copyright{
  width: 1200px;
  float: right;
  text-align: right;
  font-size: 90%;
  line-height: 2;
}

/* add nagamine start */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }
#wrapper00{
  width: 1100px;
  margin: 0 auto;
}
#wrapper01{
  float: left;
}
.footer{
  clear: both;
}
#winPageTop,
#pagetop{
  display: none;
}
/*IE*/
#pagetop a {
  padding: 15px\9;
}
#wrapper00{
  width: 1200px\9;
  position: relative\9;
  min-height: 1000px\9;
}
#wrapper02{
  position: absolute\9;
  top: 0px\9;
  left: 1000px\9;
}
.footer-service-nav ul{
  width: 1300px\9;
}
.seminarTitle00{
  font-weight: bold;
  font-size: 250%!important;
}
/* add nagamine end */
