@charset "utf-8";

/* *******************************************************************
 LAYOUT
******************************************************************* */

/* ==============================================
 Root Frames
============================================== */

#container {
  width: 100%;
  min-width: 1280px;
  padding-top: 70px;
  position: relative;
}


/* ==============================================
 Header
============================================== */

#header {
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0; top: 0;
  z-index: 1000;
	background: url(../img/bg_line01.png) left bottom repeat-x #fff;
}

#header h1 {
  position: absolute;
  left: 20px; top: 10px;
  z-index: 100;
}

#header ul.localnav {
  position: absolute;
  left: 310px; top: 27px;
  z-index: 100;
}

#header ul.localnav li {
  padding-left: 15px;
  float: left;
  font-size: 170%;
  font-family: 'Pathway Gothic One', sans-serif;
  line-height: 1.2;
	background: url(../img/ic_arrow01.png) left 50% no-repeat;
}
#header ul.localnav li+li {
  margin-left: 50px;
}

#header ul.localnav li a {
  color: #333;
}

#header ul.snsicon {
  position: absolute;
  right: 10px; top: 10px;
}

#header ul.snsicon li {
  padding-right: 10px;
  float: right;
  background:none;
}

/* ==============================================
 MV
============================================== */

#mv {
  width: 100%;
}

#mv img {
  width: 100%;
  height: auto;
}


/* ==============================================
 Content
=====================================1========= */

#content {
  width: 100%;
  padding: 70px 0;
  background: url(../img/bg_repeat03.png) right top repeat-y;
}

#content .secwrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 30px;
  background: url(../img/bg_line02.png) center top no-repeat;
}

#content .section {
  position: relative;
}

#content .section header {
  width: 100%;
  height: 70px;
  margin-bottom: 60px;
  text-align: left;
  overflow: hidden;
}

#content .section header .tit-main {
  float: left;
  margin-right: 30px;
  font-size: 700%;
  font-family: 'Pathway Gothic One', sans-serif;
  line-height: 1;
}

#content .section header .catch {
  overflow: hidden;
  margin-top: 10px;
  font-size: 180%;
  line-height: 1.6;
}


#content .colwrap {
  width: 100%;
  margin-top: 30px;
  padding-top: 100px;
  padding-bottom: 70px;
	background: url(../img/bg_line02.png) center top repeat-y;
  overflow: hiddden;
}
#content .colwrap:before, #content .colwrap:after {
	display: table;
	line-height: 0;
	content: "";
	*zoom: 1;
}
#content .colwrap:after {
	clear: both;
}

#content .colwrap .section {
  width: 530px;
  display: inline;
  float: left;
}

#content .colwrap .section+.section {
  float: right;
}


/* ==============================================
 Footer
============================================== */

#footer {
  width: 100%;
  background: #333;
	position: relative;
  -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,.6) inset;
  -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.6) inset;
  -o-box-shadow: 0 0 50px 0 rgba(0,0,0,.6) inset;
  -ms-box-shadow: 0 0 50px 0 rgba(0,0,0,.6) inset;
  box-shadow: 0 0 50px 0 rgba(0,0,0,.6) inset;
}

#footer .fgroup {
}

#footer .wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 40px;
  text-align: left;
	background: url(../img/bt_backtop01.png) center top no-repeat;
}

#footer .address {
  margin-top: 10px;
}

#footer .address p {
  font-size: 120%;
  color: #ccc;
}

#footer .copyright {
  padding: 15px 0;
  background: #221e1f;
}

#footer .copyright p {
  font-size: 110%;
  color: #808080;
}


#footer #backtop{
	z-index: 1000;
}

#footer #backtop.abs {
	width: 100px;
	height: 50px;
	position: absolute;
	left: 50%; top: 0;
  margin-left: -50px;
}

#footer #backtop.fixed {
	width: 80px;
	height: 80px;
	position: fixed;
	right: 0; bottom: 0;
}

#footer #backtop a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -999px;
}

#footer #backtop.fixed a {
	background: url(../img/bt_backtop02.png) left top no-repeat;
}


/* *******************************************************************
 THEME
******************************************************************* */

.item .col-lt {
  width: 370px;
  float: left;
}
.item .col-lt img {
  margin: 0 auto;
  display: block;
}

.item .col-rt {
  width: 830px;
  float: right;
  text-align: left;
  position: relative;
}

.item .list {
  margin-left: 30px;
  margin-bottom: 50px;
  display: inline-block;
  overflow: hidden;
}

.item .list li {
  float: left;
  text-align: center;
}
.item .list li+li {
  margin-left: 20px;
}
.item .list li.last {
  margin-left: 40px;
}

.item .list li img {
  display: block;
}

.item .desc {
  text-align: left;
  font-size: 160%;
  margin-top:100px;
}

.item .desc2 {
  text-align: left;
  font-size: 160%;
  margin-top:140px;
}

.item .desc+.icon {
  margin-top: 30px;
}

.item .material {
  text-align: left;
  margin-top:30px;
}

.item .floatwrap {
  width: 270px;
  position: absolute;
  right: 0; top: 0;
}

.item .icon {
  width: 100%;
  margin-bottom: 30px;
}

.item .floatwrap .icon li {
  margin-top: 3px;
}

.item .floatwrap .icon li+li {
  margin-top: 10px;
}

.colwrap .item .icon {
  width: 100%;
  font-size: 0;
  text-align: left;
}

.colwrap .item .icon li {
  display: inline-block;
  vertical-align: middle;
}

.colwrap .item .icon li+li {
  margin-left: 20px;
}

.item .price {
  display: block;
  text-align: left;
  font-size: 150%;
  overflow: hidden;
}

.item .spec {
  display: block;
  text-align: left;
  font-size: 120%;
  overflow: hidden;
}

.item .spec span {
  display: block;
  width: 50%;
  float: left;
}


.item table {
  width: 100%;
  font-size: 120%;
}

.item .col-rt table {
  margin-top: 30px;
}

.item table th {
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #333;
}
.item table td {
  text-align: center;
}
.item table .pad td {
  padding-top: 5px;
}
.item p+table {
  margin-top: 30px;
}

