/* General */
#primaryNavigation {
  position: relative;
  overflow: visible;
  height: 34px;
  z-index: 99;
}
#primaryNavigation.fixed {
  position: fixed;
  top: 0px;
}
#primaryNavigation ul.horizontalNavigation ul {
  position: absolute;
  width: auto;
  _width: 200px;
  min-width: 128px;
  overflow: hidden;
  background-color: rgb(236,240,253);
  border-left: solid 1px #b0cefd;
  border-right: solid 1px #b0cefd;
}
#primaryNavigation ul.horizontalNavigation ul li {
  float: none;
}
#primaryNavigation ul.horizontalNavigation ul li a:hover,
#primaryNavigation ul.horizontalNavigation ul li a:focus,
#primaryNavigation ul.horizontalNavigation ul li a.active {
  background-image: none;
}
#primaryNavigation ul.horizontalNavigation ul li a {
  border-bottom: solid 1px #b0cefd;
  padding-bottom: 7px;
}
#primaryNavigation ul.horizontalNavigation ul li a span {
  border: none;
}
#content #contentWrapper.fixed {
  background-attachment: fixed;
  padding-top: 41px;
  _padding-top: 0;  
}
#content div.homePageLayout div.page.columnOne #c74330 .box {
  border: 1px solid #c0c0c0;
  margin: 0 30px;
  padding-bottom: 10px;
  background: #f2f7fe none;
}

/* Home */
#content div.homePageLayout {
  background-image: none;
}
#content div.homePageLayout div.page.columnOne {
  width: 910px;
}
#content div.homePageLayout div.page.columnOne div.divider {
  width: 850px;
  margin-left: 30px;
  margin-right: 30px;
}
#content div.homePageLayout div.page.columnTwo {
  display: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	padding: 0;
}
#content #contentWrapper {
	background: none;
}
.sectionList .section {
  width: 190px;
  margin: 0 15px;
}
.sectionList .sectionThumbnail {
  width: 190px;
  height: 190px;
  overflow: hidden;
}
.sectionList .sectionContent {
}
#c332925 p img,
#c332929 p img,
#c361481 p img {
vertical-align:text-bottom;
}

/* Sliders */
html {
  overflow: auto;
}
* html {
  overflow: hidden;
  overflow-x: auto;
  height: 100%;
}
body {
  /*overflow-x: hidden;*/
  min-width: 924px;
}
* html body {
  overflow-y: auto;
  height: 100%;
}
#content div.homePageLayout div.page.columnOne {
  overflow: visible;
}


div.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
}
.bx-viewport:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 910px;
  height: 100%;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  z-index: 1;
}
.bx-viewport:after {
  content: "";
  position: absolute;
  display: block;
  left: 1820px;
  width: 910px;
  height: 100%;  
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
div.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: center;
	width: 100%;
}
div.bx-wrapper .bx-controls-direction a {
  z-index: 85;
}

/* Fixed logo */
/* メインバナー開始位置：左から220px、上から210px */
#c332905 .boxWrapper {
	position: relative;
}
#c342607 {
	position: absolute;
	left: 15px;
	top: 10px;
	z-index: 90;
}


/* Home Ticker */
#c339233 {
  height: 34px;
  overflow: visible;
}
#vtArticles {
  position: absolute !important;
  z-index: 1;
  width: 850px;
  margin: 0 15px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px #777;
  -moz-box-shadow: 1px 1px 4px #777;
  box-shadow: 1px 1px 4px #777;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px silver\9;
  *border: solid 1px silver;
  _border: solid 1px silver;
}
#vtArticles.paused {
  overflow-y: scroll !important;
}
#vtArticles ul li {
  background: none;
  line-height: 120%;
}


/* Home Panels */
.section.masonry-brick .csc-textpic-text {
  padding: 10px 0;
}

/* Head */
#c339221 h2,
#c339229 h2,
#c339339 h2 {
  margin: 0 30px 10px 30px;
  padding-top: 60px;
  font-size: 180%;
}
#c339221 h2 span,
#c339229 h2 span,
#c339339 h2 span {
  margin: 60px 10px;
  font-size: 60%;
}

/* 販売終了製品 */
#c341465 {
  padding: 20px 30px;
}