
/*===== ■ コンタクトレンズ =====*/

#products_bnr {
  width: 100%;
  margin-bottom: 30px;
}

#products_bnr li {
  float: left;
  width: 235px;
  margin-right: 20px;
}

#products_bnr li:last-child {
  margin-right: 0;
}

#products_bnr li a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 30px 0;
  background: url(../img/common/bg_bnr.gif);
  text-align: center;
  line-height: 1.4;
}

#products_bnr li a img {
  display: block;
  margin: 0 auto 10px;
}

#products_bnr li a:hover {
  background: url(../img/common/bg_bnr_over.gif);
}

#products_bnr li a:hover img {
  opacity: 1 !important;
}



/*===== ■ コンタクトが初めての方へ / 暮らしから始める目に良いこと  =====*/

#contact-box {
  width: 100%;
  margin-bottom: 30px;
}

#contact-box div {
  float: left;
  margin-right: 20px;
}

#contact-box div:first-child {
  background: url(../img/top/bg_contact.jpg) no-repeat left top;
  width: 560px;
  height: 240px;
  padding: 20px 30px;
}

#contact-box div:last-child {
  margin-right: 0;
  background: url(../img/top/bg_life.jpg) no-repeat left top;
  width: 420px;
  height: 240px;
  padding: 10px;
}

#contact-box div:first-child h2 {
  font-size: 24px;
  font-weight: bold;
  color: #a0bf25;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 300px;
  border-bottom: 1px dotted #000;
}

#contact-box div:first-child ul {
  width: 360px;
}

#contact-box div:first-child ul li {
  margin-bottom: 5px;
  line-height: 1.3;
}

#contact-box div:first-child ul li:last-child {
  margin-bottom: 0;
}

#contact-box div:first-child ul li a {
  position: relative;
  color: #000;
}

#contact-box div:first-child ul li a:before {
  content: "";
  background: url(../img/common/arrow_green.png) no-repeat left center;
  padding-left: 18px;
}

#contact-box div:first-child ul li a:hover {
  text-decoration: underline;
  color: #00508d;
}



/* 暮らしから始める目に良いこと */

#contact-box div:last-child h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 5px;
}

#contact-box div:last-child h2 em {
  color: #ff6000;
}

#contact-box div:last-child h2:first-letter {
  font-size: 36px;
}

#contact-box div:last-child ul {
  width: 100%;
}

#contact-box div:last-child ul li {
  width: 126px;
  float: left;
  margin-right: 10px;
}

#contact-box div:last-child ul li:last-child {
  margin-right: 0;
}




/*===== ■ 新着情報など  =====*/

#news-box {
  width: 100%;
}

#news-box #news{
  float: left;
  width: 560px;
}

#news-box #news + div {
  width: 420px;
  float: right;
  background: #fff;
}

#news-box #news h2 {
  float: left;
  position: relative;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 70px;
  line-height: 1.4;
}

#news-box #news h2:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 3px;
  margin: -2px 0 0 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#news-box #news div {
  float: left;
}

#news-box #news div dl {
  width: 100%;
  display: table;
  margin-bottom: 12px;
}

#news-box #news div dl dt,
#news-box #news div dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
}

#news-box #news div dl dt {
  width: 85px;
  white-space: nowrap;
  padding-right: 1em;
}

#news-box #news div dl dd a {
  display: block;
  color: #fff;
}

#news-box #news div dl dd a:hover {
  text-decoration: underline;
}




/*===== ■ スライダー =====*/


/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}


/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}


/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(slider-img/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(slider-img/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}



/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  top: -30px;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  margin: 10px;
  display: inline-block;
  cursor: pointer;
}

.sp-selected-button {
  background: #0067B7;
}


/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: .7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 40px;
  cursor: pointer;
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: '';
  position: absolute;
  width: 35%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

