@charset "UTF-8";

/* ==========================================================================
   CSS規定値のリセット
   ========================================================================== */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* --------------------------------------------------------------------------
   HTML5 display definitions
   -------------------------------------------------------------------------- */
/*Correct `block` display not defined in IE 8/9.*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block; }
/*Correct `inline-block` display not defined in IE 8/9.*/
audio,canvas,video {display: inline-block; }
/*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.
 Hide the `template` element in IE, Safari, and Firefox < 22.*/
[hidden],template {display: none; }
/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
html {font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
}
/* --------------------------------------------------------------------------
   Links
   -------------------------------------------------------------------------- 
/*Remove the gray background color from active links in IE 10.*/
a {background: transparent; }
/*Address `outline` inconsistency between Chrome and other browsers.*/
a:focus {outline: thin dotted; }
/*Improve readability when focused and also mouse hovered in all browsers.*/
a:active,a:hover {outline: 0; }
/* --------------------------------------------------------------------------
   Typography
   -------------------------------------------------------------------------- */
/*Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/*Address styling not present in IE 8/9, Safari 5, and Chrome.*/
abbr[title] {border-bottom: 1px dotted; }
/*Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/
b,strong {font-weight: bold; }
/*Address styling not present in Safari 5 and Chrome. */
dfn {font-style: italic; }
/*Address differences between Firefox and other browsers.*/
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0; }
/*Address styling not present in IE 8/9.*/
mark {background: #ff0;color: #000; }
/*Correct font family set oddly in Safari 5 and Chrome.*/
code,kbd,pre,samp {font-family: monospace, serif;font-size: 1em; }
/*Improve readability of pre-formatted text in all browsers.*/
pre {white-space: pre-wrap; }
/*Set consistent quote types.*/
q {quotes: "\201C" "\201D" "\2018" "\2019"; }
/*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.*/
img {border: 0; }
/*Correct overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden; }
/* --------------------------------------------------------------------------
   Figures
   -------------------------------------------------------------------------- */
/*Address margin not present in IE 8/9 and Safari 5.*/
figure {margin: 0; }
/* --------------------------------------------------------------------------
   Forms
   -------------------------------------------------------------------------- */
/*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.
  2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {border: 0;/* 1 */
  padding: 0;/* 2 */ }
/*1. Correct font family not being inherited in all browsers.
  2. Correct font size not being inherited in all browsers.
  3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button,input,select,textarea {font-family: inherit;/* 1 */
  font-size: 100%;/* 2 */
  margin: 0;/* 3 */ }
/*Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button,input {line-height: normal; }
/* 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.*/
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"],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; }
/* 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 */ }
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/*Remove inner padding and border in Firefox 4+.*/
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0; }
/* 1. Remove default vertical scrollbar in IE 8/9.
   2. Improve readability and alignment in all browsers. */
textarea { overflow: auto;/* 1 */
  vertical-align: top;/* 2 */ }
/* reset adjust */
ul, ol, dd {margin: 0;padding: 0; }
li {list-style: none; }


/* ==========================================================================
   トップページスライドショーの設定
   ========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }


  /*!* ----- カスタマイズ ----- *!*/
.carousel {
	max-height: 296px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	/*background-color: #FFF;*/
    text-align: center;
}

/*.carousel .carouselItem {*/
  /*position: relative;*/
  /*margin-top: 20px;*/
/*}*/

/*.carousel .carouselItem .slick-slide {*/
  /*padding: 30px 0;*/
  /*background-color: #e1e1e1;*/
/*}*/

/*.carousel .carouselItem .slick-slide.slick-active {*/
  /*background-color: #efefef;*/
/*}*/

/*.carousel .carouselItem a {*/
  /*outline: none;*/
/*}*/

/*.slick-prev,*/
/*.slick-next {*/
  /*position: absolute;*/
  /*display: block;*/
  /*height: 100px;*/
  /*width: 100px;*/
  /*line-height: 0;*/
  /*cursor: pointer;*/
  /*background: transparent;*/
  /*color: transparent;*/
  /*top: 20%;*/
  /*margin-top: -22px;*/
  /*border: none;*/
  /*z-index: 100; }*/
  /*.slick-prev:hover, .slick-prev:focus,*/
  /*.slick-next:hover,*/
  /*.slick-next:focus {*/
    /*opacity: 0.7; }*/

/*.slick-prev {*/
  /*left: 50%;*/
  /*margin-left: -490px;*/
  /*background: url(../img/carousel-arrow_left.png) no-repeat 0 0; }*/

/*.slick-next {*/
  /*right: 50%;*/
  /*margin-right: -490px;*/
  /*background: url(../img/carousel-arrow_right.png) no-repeat 0 0; }*/

/*.slick-dots {*/
  /*position: absolute;*/
  /*margin: auto;*/
  /*right: 0;*/
  /*left: 0;*/
  /*bottom: 10px;*/
  /*list-style: none;*/
  /*display: block;*/
  /*text-align: right;*/
  /*width: 905px;*/
  /*z-index: 100;*/
  /*line-height: 0; }*/
  /*.slick-dots li {*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*width: 22px;*/
    /*height: 13px;*/
    /*padding: 0;*/
    /*cursor: pointer; }*/
    /*.slick-dots li button {*/
      /*border: 0;*/
      /*background: url(img/bullet_carousel1.png) no-repeat 0 0;*/
      /*display: block;*/
      /*width: 22px;*/
      /*height: 13px;*/
      /*outline: none;*/
      /*line-height: 0;*/
      /*color: transparent;*/
      /*padding: 0;*/
      /*cursor: pointer; }*/
      /*.slick-dots li button:hover, .slick-dots li button:focus {*/
        /*outline: none; }*/
        /*.slick-dots li button:hover:before, .slick-dots li button:focus:before {*/
          /*opacity: 0.7; }*/
    /*.slick-dots li.slick-active button {*/
      /*background: url(img/bullet_carousel2.png) no-repeat 0 0; }*/

@media only screen and (max-width: 980px) {
  .carousel{width: 980px;}
}
@media only screen and (max-width: 640px) {
  .carousel{width: 100%;}
  .carousel .slick-slide img {
    width: 100%;
    height: auto; }
  .slick-prev {
    left: 0;
    margin-left: 0; }
  .slick-next {
    right: 0;
    margin-right: 0; }
  .slick-dots {
    width: inherit;
    margin: 0 10px;
    padding-right: 0; }
}/* end of 640 */



/* ==========================================================================
   モーダル表示の設定
   ========================================================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/corporate/ja/img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/corporate/ja/img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/corporate/ja/img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/corporate/ja/img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/corporate/ja/img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("/corporate/ja/img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050; }

#fancybox-buttons.top {
  top: 10px; }

#fancybox-buttons.bottom {
  bottom: 10px; }

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); }

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0; }

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("/corporate/ja/img/fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8; }

#fancybox-buttons a:hover {
  opacity: 1; }

#fancybox-buttons a.btnPrev {
  background-position: 5px 0; }

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e; }

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px; }

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px; }

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px; }

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px; }

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px; }

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default; }
.qaliq {
	color: #000000;
	font-size: 18px;
	margin-top: 20px;
	background-color: #FFF;
	display: block;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d4dadf;
	border-right-color: #d4dadf;
	border-bottom-color: #d4dadf;
	border-left-color: #d4dadf;
	padding-top: 10px;
 }
.qalia {
	color: #666666;
	font-size: 18px;
	background-image: url(../img/qalogo.png);
	background-repeat: no-repeat;
	padding-left: 90px;
	padding-top: 15px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4dadf;
	display: block;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d4dadf;
	border-left-color: #d4dadf;
	background-position: 10px top;
 }
.company ul {

 }
.company ul li {
	display: block;
	font-size: 1.5em;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 4.5em;
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #d4dadf;
 }
.company ul li img {
	float: left;
	margin-right: 30px;
 }
.company ul li span {
	color: #666666;
	font-size: large;
}
.companyh1 {
	font-size: 2rem;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1f3500;
	display: block;
	margin-top: 30px;
}
.companyh1 span {
	color: #009900;
}
.company h2 {
	font-size: 1.5rem;
	font-weight: normal;
	color: #333333;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}
.company table {
	background-color: #FFF;
}
.company table th {
	padding: 20px;
	background-image: url(../img/th-bg.jpg);
	background-repeat: repeat-x;
}
.company table td {
	padding: 10px;
	background-image: url(../img/td-bg.jpg);
	background-repeat: repeat-x;
}
.wrightbox {
	background-color: #FFF;
	margin: 20px;
	padding: 30px;
	border: 1px solid #CCC;
}
.wrightbg {
	background-color: #FFF;
}
