@charset "UTF-8";
/* CSS Document */
#wrapper-Tokusetu{
	background-color:#fff;
	min-height:600px;
	_height:600px;
	
	font-family: Arial,sans-serif;
	/*padding-bottom:80px;*/}

#wrap-Tokusetu{
    position: relative;
    height:auto !important; /*IE6*/	
    height: 100%;
    min-height: 100%;
    background-color:#FFF;
	_padding-bottom:144px; /*Footer*/ /*IE6*/
}

.pagetop-area {
	width: 940px;
	margin: 0 auto;
	padding: 30px 15px 10px 15px;
	background:none !important;
	text-align:right;
}

/*--------------------------------------------------------------*/


article {
	/*margin:0 0 50px 0;*/
}

/*--------------------------------------------------------------
main
--------------------------------------------------------------*/

.main {
	margin:0 0 80px;
}
.main h1 img{width:100%;}

h2.title {
  font-family: Arial, Helvetica, sans-serif;
  font-size:2.8rem;
  font-weight: bold;
}



/*--------------------------------------------------------------
content-Index
--------------------------------------------------------------*/
/*.content-wrap
--------------------------------------------------------------*/
.content-wrap{
	width: 960px;
	margin:0 auto 80px;
}

.content-wrap p{
	color: #333;
	font-size: 1.6rem;
	line-height: 3.2rem;
}

.content-wrap .lead{
	display: flex;
	justify-content: space-between;
	margin: 0 0 35px 0;
}

.content-wrap .lead p{width: 679px;}


/*--------------------------------------------------------------
Features
--------------------------------------------------------------*/
.Features-area {
  margin:0 auto;
  width:960px;
  padding:80px 0 100px;
  font-size:1.2rem;
}

.Features-area .area {
  display: flex;
  justify-content: space-between;}

.Features-area .area div{width:450px;}

.Features-area ul.number {font-size: 1.2rem;}
.Features-area ul.number li {margin-bottom:	30px; }
.Features-area ul.number li.last {margin-bottom:	0; }

.Features-area ul.number li p {
	line-height:180%;
	margin-left:25px;}

.Features-area ul.number li h3 {
  color: #0068b7;
  font-weight: bold;
  font-size: 2.1rem;
  padding-left: 2.3rem;
  text-indent: -2.3rem;
  margin-bottom:6px;
}



/*--------------------------------------------------------------
Features
--------------------------------------------------------------*/
.Features {background:#efeedf;}

.Features .Feature-area {
  margin:0 auto;
  width:960px;}

ul.number li h3 {
  color: #0068b7;
  font-weight: bold;
  font-size: 2.1rem;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
}



/*--------------------------------------------------------------
Performance Curves
--------------------------------------------------------------*/
.Curves{padding:80px 0 0;}

.Curves h2 {margin-bottom:10px;}
.Curves h2 + p {
  margin-bottom:30px;
  font-size:1.2rem;
}

.Curves .Curves-area{
  margin:0 auto;
  width:960px;}

.Curves-Block{margin:0 0 120px 0;}


.Curves .Curves-area img {
  display: inline-block;
  margin: auto;
  margin:20px 30px;
}

.curve_img {
  text-align: center;
  margin: auto;}



/*--------------------------------------------------------------
Model Selection
--------------------------------------------------------------*/
.Model-area {
  margin:0 auto;
  width:960px;
  padding:0 0 100px;
  font-size:1.2rem;}

.Model-area h2 {margin-bottom:40px;}

.tableArea .bold {font-weight: bold;}
.tableArea .unit {
  display: inline-block;
	margin: 8px 0 0 0;}

.tableArea .unit.mn {margin-top: 4px;}

.tableArea {
	width: 960px;
	margin: 0 0 12px 0;
	border-collapse: collapse;
	border: 1px solid #eee;
	font-size: 1.4rem;
	color: #333;}

.tableArea tr {border-bottom: 1px solid #eee;}
.tableArea tr:nth-child(-n+2) > * {border-right: 1px solid #eee;}

.tableArea th {
	padding: 8px 5px;
	color: #fff;
	font-weight: normal;
	background: #2185b0;}
.tableArea tr:first-child th:first-child {text-align: center;}


.tableArea td {
	padding: 8px 5px;
	font-size: 1.4rem;
	text-align: center;
	border-left: 1px solid #eee;}

.tableArea tr:last-child td {background: #eaf6fd;}

.tableAreaWrap > p {
	margin: 6px 20px 0 0;
	color: #666;
	font-size: 1.2rem;}

.tableAreaWrap sup {font-size:0.8rem;}





/*--------------------------------------------------------------
product
--------------------------------------------------------------*/
.Related-area {
	width: 960px;
	margin: 0 auto 35px;}
.Related-area  h2 {margin-bottom:40px;}

.productInfo {
  background: #f8f8f8;
  padding:40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom:35px;
}

.productInfo li {
  font-size:1.4rem;
	display: inline-block;
	letter-spacing: normal;
	width: 420px;
	margin: 0 0 0 0;
	overflow: hidden;}

.productInfo li a img {
  width:420px;
  height:200px;
  margin-bottom:10px;
}

.productInfo li a span {
  background: url("../../../images/common/icon-arrow3.gif") no-repeat left center;
  padding-left:15px;}

.productInfo li a:hover {opacity: 0.8;}

.btn-product {
	width: auto;
	height: auto;
	margin:0 0 40px 0;}

.btn-product a {
	display:block;
  width: 410px;
  height: 56px;
	margin:0 auto;
}


