﻿@charset "utf-8";

/* 大要素 下 余白
----------------------------------------------------- */
#wrapper #body #product_cont div.topic_block {
	width: 967px;
	margin: 0px auto;
	padding: 80px 0 70px;
	line-height: 1.7;
}

#wrapper #body #product_cont div.block {
	width:967px;
	margin:0px auto 30px;
}

#wrapper #body #product_cont div.block_s {
	width:967px;
	margin:0px auto 15px;
}

/* 灰色背景BOX
----------------------------------------------------- */
.topic_gray_box {
	background-color: #F1F1F1;
}

div.bg_gray_box {
	background-color:#F1F1F1;
	margin:0px 0px 60px;
	padding:30px 0px 0px;
}


/* コンテンツエリア
----------------------------------------------------- */
#body #product_cont{
	font-family:"メイリオ", Meiryo ;
	color:#333333 !important;
}



/* h1, h2, h3, h4, h5, p
----------------------------------------------------- */

/* h1 ---------- */

#body #product_cont h1#top_main_tit {
	font-size: 0;
	line-height: 0;
	text-align: center;
	height: 350px;
	position: relative;
}

#body #product_cont h1#top_main_tit img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -600px;
}

/**/

.top_main_under {
	background-color: #E0E0E0;
	position: relative;
	padding: 15px 0;
}
#body #product_cont .sns_con_area {
	padding-top: 30px;
}

#body #product_cont .top_main_under .sns_con_area {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding-top: 0px;
}

.main_price_block {
	text-align: center;
	width: 967px;
	margin: 0 auto;
}

.main_price_num {
	font-size: 81.3%;
}

.main_price_num span {
	font-size: 169.2%;
	font-weight: bold;
	color: #C80000;
}

.main_price_btn,
.main_point_btn {
	font-size: 87.5%;
	margin-top: 3px;
}

.main_price_btn a {
	padding: 7px 20px 7px 50px;
  background-color: #FF6600;
	background-image: url(../img/icon_cart.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	display: inline-block ;
	color: #FFF !important;
}

.main_price_btn a:hover {
	background-color:#FF8533;
}

ul.mainbtn_area {
	width:480px;
	margin: 0 auto;
}
ul.mainbtn_area:after {
	content: ""; clear: both; height: 0; display: block; visibility: hidden;
}
ul.mainbtn_area li.main_price_btn {
	float:left;
}
ul.mainbtn_area li.main_price_btn a {
	padding: 7px 35px 7px 65px;
  background-color: #FF6600;
	background-image: url(../img/icon_cart.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	display: inline-block ;
	color: #FFF !important;
}
ul.mainbtn_area li.main_price_btn a:hover {
	background-color:#FF8533;
}
ul.mainbtn_area li.main_point_btn {
	float:right;
}
ul.mainbtn_area li.main_point_btn a {
	padding: 7px 20px 7px 50px;
  background-color: #F2F2F2;
	background-image: url(../img/icon_point.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	display: inline-block ;
	color: #FF6600 !important;
}
ul.mainbtn_area li.main_point_btn a:hover {
	background-color:#F9F9F9;
}






.main_price_biz {
	font-size: 75%;
	margin-top: 12px;
}

/* GALLERY
----------------------------------------------------- */

.gallery_block {
	background: url(../img/gallery_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background: -webkit-gradient(radial, 50% 48%, 0, 50% 48%, 120, color-stop(1.00, #E5E5E5), color-stop(0.18, #fff));
	background: -webkit-radial-gradient(50% 50%, ellipse, #fff 30%, #E5E5E5 120%);
	background: -moz-radial-gradient(50% 50%, ellipse, #fff 30%, #E5E5E5 120%);
	background: -o-radial-gradient(50% 50%, ellipse, #fff 30%, #E5E5E5 120%);
	background: -ms-radial-gradient(50% 50%, ellipse, #fff 30%, #E5E5E5 120%);
	background: radial-gradient(50% 50%, ellipse, #fff 30%, #E5E5E5 120%);
}

.gallery_cnt {
	width: 967px;
	margin: 0 auto;
	padding: 39px 0 34px;
}

.gallery_tit {
	text-align: center;
	margin-bottom: 15px;
}

.gallery_list {
	width: 714px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.gallery_list li {
	float: left;
	width: 96px;
	margin: 3px;
	background-color: #fff;
}

.gallery_list li a {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #B2B2B2;
	transition: border-color 0.4s ease, opacity 0.4s ease;
}

.gallery_list li a:hover {
	border-color: #02205E;
	opacity: 0.7;
}

/* 特長
----------------------------------------------------- */

.feature_main {
	height: 400px;
	position: relative;
	margin: 55px 0 35px;
}

.feature_main img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -600px;
}

.feature_block {
	margin-bottom: 70px;
}

.feature_block:last-child {
	margin-bottom: 0;
}

.feature_c_box {
	text-align: center;
}

.feature_c_txt_s {
	margin-right: 100px;
	margin-left: 100px;
}

.feature_l_box:after,
.feature_r_box:after {
	content:"";
	display:block;
	clear:both;
}

.feature_img {
	width: 581px;
}

.feature_l_box .feature_img {
	float: left;
}

.feature_l_box .feature_img img {
	margin-left: -117px;
}

.feature_r_box .feature_img {
	float: right;
}

.feature_r_box .feature_img img {
	margin-right: -117px;
}

.feature_detail {
	width: 358px;
	padding: 40px 0 0;
}

.feature_l_box .feature_detail {
	float: right;
}

.feature_r_box .feature_detail {
	float: left;
}

.feature_block p {
	font-size: 87.5%;
	line-height: 1.7;
}

.feature_block p.feature_block_note {
	font-size: 75%;
	margin-top: 20px;
	text-align: left;
}

.feature_block p.feature_block_note_s {
	margin-right: 100px;
	margin-left: 100px;
}

.feature_topic {
	font-size: 187.5%;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 25px;
}

.feature_topic sup {
	font-size: 40%;
	bottom: auto!important;
	top: -1em;
}

.feature_block p.feature_topic_note {
	font-size: 75%;
	margin-bottom: 25px;
	text-align: left;
}

.feature_pickup_list {
	margin: -6px -6px 10px 0;
	padding: 0;
	list-style: none;
	letter-spacing: -.40em;
}

.feature_pickup_list li {
	border: 1px solid #C1C1C1;
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: normal;
	margin: 6px 6px 0 0;
	padding: 4px 15px 3px;
	font-size: 75%;
	line-height: 1.1;
}

.feature_column {
	background-color: #F5F5F5;
	text-align: left;
	margin-top: 40px;
}

.feature_column:after {
	content:"";
	display:block;
	clear:both;
}

.feature_col_cap {
	font-size: 87.5%;
	font-weight: bold;
	margin-top: 10px;
}

.movie_modal_list {
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.movie_modal_list li {
	float: left;
	width: 240px;
	margin-left: 2px;
}

.movie_modal_list li:first-child {
	margin-left: 0;
}

.movie_modal_note {
	margin: 10px 5px 0;
	padding-left: 1.0em;
	text-indent: -1.0em;
	text-align: left;
}

.other_feature_block {
	border-top: 1px solid #C1C1C1;
	padding: 50px 0;
}

.other_feature_head {
	border: 1px solid #C1C1C1;
	padding: 25px 100px 22px 25px;
	cursor: pointer;
	position: relative;
}

.other_feature_head:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #323232;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -12px;
}

.other_feature_head:after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../img/arrow_white_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -12px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	transition: transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
}

.other_feature_head.other_f_on:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.other_feature_tit {
	font-size: 118.8%;
	font-weight: bold;
	line-height: 1.2;
}

.other_feature_lead {
	font-size: 87.5%;
	line-height: 1.7;
	margin-top: 10px;
}

.other_feature_detail {
	display: none;
}

.other_feature_detail .feature_block {
	margin-bottom: 0;
	padding: 55px 0;
	border-top: 1px dotted #C1C1C1;
}

.other_feature_detail .feature_block:first-child {
	border-top: none;
}

.feature_block p.festure_sub_topic {
	font-size: 125%;
	line-height: 1.5;
	margin-bottom: 15px;
}

.other_feature_topic {
	text-align: left;
	padding-top: 10px;
}

.other_feature_topic:after {
	content:"";
	display:block;
	clear:both;
}

.other_feature_topic_l {
	float: left;
	width: 470px;
}

.other_feature_topic_r {
	float: right;
	width: 470px;
}

#notice {
	padding: 20px 0 0;
	border-top: 1px solid #C1C1C1;
	color: #666;
}

#notice ol {
	margin: 0;
	padding: 0;
	counter-reset: number;
  list-style: none;
}

#notice ol li {
	margin-top: 3px;
	font-size: 81.3%;
	position: relative;
	padding-left: 2.5em;
	line-height: 1.4;
}

#notice ol li:before {
  counter-increment: number;
  content: "※"counter(number)" ";
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
}

/* カスタマイズ
----------------------------------------------------- */

.customize_main {
	margin: 60px 0 30px;
}

.feature_block p.to_detail_link {
	width: 350px;
	margin: 35px auto 0;
	font-size: 106.3%;
}

.feature_block p.to_detail_link a {
	display: block;
	border: 1px solid #323232;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	color: #333!important;
	transition: background-color 0.4s ease;
	-webkit-transition: background-color 0.4s ease;
	position: relative;
}

.feature_block p.to_detail_link a:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.feature_block p.to_detail_link a:before {
	display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
	margin-right: 14px;
}

.customize_f_block {
	display: -webkit-flex;
	display: flex;
	margin-top: 63px;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
}

.customize_f_box {
	box-sizing: border-box;
	width: 50%;
	padding: 45px 36px 45px 26px;
	border-top: 1px solid #C1C1C1;
}

.customize_f_box:nth-child(even) {
	padding: 45px 26px 45px 36px;
	border-left: 1px solid #C1C1C1;
}

.customize_f_box.full_box {
	width: 100%;
}

.customize_full_box_head {
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.customize_f_img {
	margin-bottom: 20px;
}

.customize_full_box_head .customize_f_img {
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	width: 420px;
}

.customize_full_box_head .customize_full_box_detail {
	display: table-cell;
	vertical-align: middle;
}

.customize_f_box .feature_topic {
	font-size: 156.3%;
	text-align: center;
}

.customize_f_box .feature_pickup_list {
	text-align: center;
}

.feature_block p.customize_f_note {
	margin-top: 15px;
	font-size: 75%;
}

.feature_block .customize_f_box p.to_detail_link {
	width: 206px;
	margin: 35px auto 0;
	font-size: 87.5%;
}

.feature_block .customize_f_box p.to_detail_link a {
	padding: 12px;
}

/* サポート／サービス
----------------------------------------------------- */

.support_service_list {
	width: 810px;
	margin: 40px auto 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.support_service_list li {
	box-sizing: border-box;
	float: left;
	width: 250px;
	margin: 10px;
	border: 1px solid #323232;
	font-size: 81.3%;
}

.support_service_list li a {
	display: block;
	padding: 20px 20px 25px;
	text-align: center;
	color: #333!important;
	position: relative;
	transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
}

.support_service_list li a:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/support_pict_arrow.png);
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.support_service_list li a:hover {
	opacity: 0.6;
}

.support_service_pict {
	margin-bottom: 11px;
}

.support_service_box span {
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1.2;
}

.to_support_link {
	width: 350px;
	margin: 35px auto 0;
	font-size: 106.3%;
}

.to_support_link a {
	display: block;
	border: 1px solid #323232;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	color: #333!important;
	transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	position: relative;
}

.to_support_link a:hover {
	opacity: 0.6;
}

.to_support_link a:before {
	display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
	margin-right: 14px;
}


/* h2 ---------- */
div.h2_block{
	width:967px;
}

div.h2_block:after {content: ""; clear: both; height: 0; display: block; visibility: hidden; }

h2.ttl01{
	font-size:130%;
	margin-bottom:20px;
	padding:10px 25px 10px;
	background-color:#FFF;
	border:1px solid #7F7F7F;
	display: inline-block !important;
	font-weight:normal;
}

h2.topic_ttl {
	text-align: center;
	margin-bottom: 20px;
}

.topic_ttl_lead {
	text-align: center;
	font-size: 81.3%;
}

/**/
h2.ttl02{
	font-size:160%;
	font-weight:normal;
	margin:0px 0px 5px!important;
	padding:0px;
}

/* タブメニュー
----------------------------------------------------- */
#series_nav,
#series_nav_fixed {
	width: 100%;
	border-top:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.2);;
    -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.2);}

#series_nav ul,
#series_nav_fixed ul {
	box-sizing: border-box;
	display: table;
	width: 976px;
	margin: 0 auto ;
	padding: 1px 0 0 ;
	list-style: none;
}

#series_nav ul li,
#series_nav_fixed ul li {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	font-size: 96%;
	border-right:1px solid #C1C1C1;
	border-bottom:4px solid #FFF;
}
#series_nav ul li:first-child,
#series_nav_fixed ul li:first-child {
	border-left:1px solid #C1C1C1;
}

#series_nav ul li a,
#series_nav_fixed ul li a {
	display: block;
	text-align: center;
	padding: 10px 5px;
	transition: padding 0.2s ease;
	-webkit-transition: padding 0.2s ease;
}


/*

#series_nav ul li a:link,
#series_nav_fixed ul li a:link,
#series_nav ul li a:visited,
#series_nav_fixed ul li a:visited,
#series_nav ul li a:hover,
#series_nav_fixed ul li a:hover,
#series_nav ul li a:active,
#series_nav_fixed ul li a:active {
	color: #FFF;
}
#series_nav ul li:hover,
#series_nav_fixed ul li:hover {
	background-color: rgba( 255, 255, 255, 0.30 );
}


#series_nav ul li a:hover:after,
#series_nav_fixed ul li a:hover:after {
	left: 30px;
	right: 30px;
}

#series_nav ul li.no_underline a:after,
#series_nav_fixed ul li.no_underline a:after {
	display: none;
}
#series_nav ul li.current,
#series_nav_fixed ul li.current {
	position: relative;
}

#series_nav ul li.current:after,
#series_nav_fixed ul li.current:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 18px;
	background: url(../img/series_nav_arrow.png) 0 0 no-repeat;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -15px;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
}

#series_nav ul li.current.current1:after,
#series_nav_fixed ul li.current.current1:after {
	-webkit-transform: translateX(194px);
	transform: translateX(194px);
}

#series_nav ul li.current.current2:after,
#series_nav_fixed ul li.current.current2:after {
	-webkit-transform: translateX(390px);
	transform: translateX(390px);
}
*/
#series_nav_fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background-color:rgba( 255, 255, 255, 0.9 );
	display: none;
}

#series_nav.nav_off {
	opacity: 0;
}

/* TOP スペック表
----------------------------------------------------- */

div.scroll_div {
width:967px;
height:100%;
overflow: auto;
}
div.pc_content.scroll_div {
	overflow:hidden;
	width:967px;
	height:100%;
	position:relative;
}

table.lineup_table{
	width:967px;
	font-size:85%;
	background-position:bottom;
	border-top:1px solid #999;
	border-left:1px solid #999;
}

.pc_content table.lineup_table{
	table-layout: fixed;
}
.pc_content table.lineup_table.model1{
	width:770px;
	margin:0px auto;
}
.pc_content table.lineup_table.model2,
.pc_content table.lineup_table.model3{
	width:100%;
}

.pc_content table.lineup_table.model4{
	width:1080px;
}
.pc_content table.lineup_table.model5{
	width:1350px;
}
.pc_content table.lineup_table.model6{
	width:1620px;
}
.pc_content table.lineup_table.model7{
	width:1890px;
}
.pc_content table.lineup_table.model8{
	width:2160px;
}

.pc_content table.lineup_table td{
	width:260px;
	text-align:left;
	vertical-align: top;
}
.pc_content table.lineup_table.model1 td{
	width:760px;
}

.pc_content table.lineup_table.model2 td{
	width:460px;
}
.pc_content table.lineup_table.model3 td{
	width:300px;
}

table.lineup_table th{
	padding:10px 0px;
	background-color:#E3E3E3;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

table.lineup_table td.model,
table.spec_table td.model {
	border-right:1px solid #999;
	border-bottom:0px solid #999;
}
table.lineup_table td.model span.for_pc{
	color:#333;
}

table.lineup_table td p.spec_ttl{
	color:#333;
	margin:0px 0px 10px;
	font-weight:bold;
}

table.lineup_table td.img,
table.spec_table td.img {
	padding:15px 0px;
	border-right:1px solid #999;
	border-bottom:0px solid #999;
}

table.lineup_table td.img img,
table.lineup_table td.img img{
	vertical-align:middle !important;
}

.pc_content table.lineup_table td.model,
.pc_content table.lineup_table td.img,
.pc_content table.lineup_table td.product_no{
	text-align:center !important;
}

table.lineup_table td,
table.spec_table td {
	padding:15px 10px !important;
	text-align:center;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#FFF;
}


table.lineup_table td span {
	color: #CC0000;
}
table.lineup_table td span.rise_cell,
table.lineup_table td.model span,
table.lineup_table td p.spec_ttl span{
	color: #333;
}
table.lineup_table tr td .tento,
table.lineup_table tr td .tento2{
	margin:10px 0px 5px;
}

table.lineup_table tr td .tento span,
table.lineup_table tr td .tento2{
	padding:5px 10px;
	background:#FFF2CA;
	color:#333;
}
table.lineup_table tr td .tento span.ex_red_txt {
	color: #CC0000;
}
/*  */
.scroll_button.next{
bottom:0px;
right:0px;
	width:135px;
	height:99%;
	position:absolute;
	background:url(/pc/common_2016/img/spec_btn_next_bk.png) 0 0 space;
/*	background-image: -webkit-linear-gradient(left, transparent, #FFF 75%, #FFF 100%, transparent);
	background-image: linear-gradient(to right, transparent,  #FFF 75%, #FFF 100%, transparent);*/
	cursor:pointer;
}
.scroll_button.prev{
bottom:0px;
left:0px;
	width:135px;
	height:99%;
	position:absolute;
	background:url(/pc/common_2016/img/spec_btn_prev_bk.png) 0 0 space;
/*	background-image: -webkit-linear-gradient(left, transparent,  #FFF 0%, #FFF 25%, transparent);
	background-image: linear-gradient(to right, transparent, #FFF 0%, #FFF 25%, transparent);*/
	cursor:pointer;
}
.scroll_button{
	text-align:center;
	padding:0;
}

/**/
.spec_btn a{
	width:110px;
	margin:0 auto 10px;
	padding:5px 0 5px 20px;
	border:1px solid #D7D7D7;
    background:#F0F0F0;
	background-image: url(../img/arrow_spec_next.png);
	background-repeat: no-repeat;
	background-position:12px center;
	text-align:center;
	display:block;
	color:#333 !important;
}

.spec_btn a:hover{
	background:#E7E7E7;
	background-image: url(../img/arrow_spec_next.png);
	background-repeat: no-repeat;
	background-position:12px center;
}

/* TOP スペック表上部　タブエリア
----------------------------------------------------- */
.spec_tab_area {
	width:967px;
}

.spec_tab_area ul.link_box {
	margin: 0px auto 44px;
	padding: 0;
	list-style: none;
}

#body .spec_tab_area ul.link_box:after {content: ""; clear: both; height: 0; display: block; visibility: hidden; }

#body .spec_tab_area ul.link_box li {
	width: 480px;
	float: left;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin-left: 7px;
}

#body .spec_tab_area ul.link_box li:first-child {
	margin-left: 0;
}

#body .spec_tab_area ul.link_box li.stay {
	padding:0px 0px 0px 0px;
}

#body .spec_tab_area ul.link_box li a{
	display: block;
	color:#323232;
	background-color:#fff;
	text-decoration:underline;
	border:1px solid #474747;
	padding:20px 0px;
	text-decoration:none;
}

#body .spec_tab_area ul.link_box li.stay a{
	color:#FFF;
	background-color:#474747;
	position: relative;
}

#body .spec_tab_area ul.link_box li.stay a:before{
	content: "";
	position: absolute;
	bottom: -14px;
	right: 50%;
	border-style: solid;
	border-width: 14px 11px 0 11px;
	border-color: #474747 transparent transparent transparent;
	transition: 0.3s ease-out;
}


#body .spec_tab_area ul.link_box li a:hover,
#body .spec_tab_area ul.link_box li a:active{
	background:#BFBFBF;
}

#body .spec_tab_area ul.link_box li.stay a:hover,
#body .spec_tab_area ul.link_box li.stay a:active{
	background:#000;
}


#body .spec_tab_area ul.link_box li.stay a:hover:before,
#body .spec_tab_area ul.link_box li.stay a:active:before{
	content: "";
	position: absolute;
	bottom: -14px;
	right: 50%;
	border-style: solid;
	border-width: 14px 11px 0 11px;
	border-color: #000 transparent transparent transparent;
}



#spec_high,
#spec_high02,
#spec_high03,
#spec_high04{
	display:none;
}



/* キャンペーン
----------------------------------------------------- */

.top_cp_area{
	width:967px;
	margin-bottom:20px;
}

.top_cp_area:after {content: ""; clear: both; height: 0; display: block; visibility: hidden; }


.cp_bdr{
	border-bottom:1px solid #CCC;
	margin:20px 0px 15px;
}


.top_cp_area .cp_box_ttl{
	width:200px;
	height:150px;
	border:3px solid #333;
	margin:0px 15px 0px 12px !important;
	padding:0px;
	float:left;
	display: table !important;
}

.top_cp_area .cp_box_none{
	width:206px;
	height:150px;
	float:left;
	display: table !important;
	margin:0px 15px 0px 12px !important;
}


.top_cp_area .cp_box_ttl h3{
	font-size:120%;
	line-height:120%;
	display: table-cell !important;
	vertical-align: middle !important;
	text-align:center !important;
}


/**/
.top_cp_area .div_cp_box{
	border:1px solid #CCC;
	background-color:#FFF;
	width:230px;
	float:left;
}
.top_cp_area .div_cp_box:hover{
	background:#F0F0F0;
}

.top_cp_area .div_cp_box p img{
	width:100%;
	padding-bottom:15px !important;
}

.top_cp_area .div_cp_box h3{
	font-size:80%;
	line-height:130%;
	padding:0px 8px 8px;
}

.top_cp_area .div_cp_box span.new{
	color:#CC0000;
	margin-right:0.5em;
	padding-right:0.5em;
	border-right:2px solid #333;
}

.top_cp_area .div_cp_box p.cp_name{
	color: #333 !important;
	font-size:90% !important;
	font-weight:bold;
	background:none!important;
	display:inline-block!important;
	padding:0px 0px 5px 8px;
}

.top_cp_area  .mgn_left{
	margin-right:13px;
}

/*  */
.top_cp_area .div_cp_box .album {
	position: relative;
}

.top_cp_area .div_cp_box .album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.top_cp_area .div_cp_box .album .img1 {
	display: block;
	opacity: 1\9;
}

.top_cp_area .div_cp_box .album .img2 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 0;
	left: 0;
}

@keyframes album {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

/* 環境への取り組み
----------------------------------------------------- */

#top_eco_area{
	margin:0px 0px 15px;
	padding:20px 15px 20px;
	border:1px solid #73AD31;
}

#top_eco_area table td{
	vertical-align:top;
}

#top_eco_area table th{
	padding-right:15px;
	vertical-align:top;
}

/* 周辺機器・オプション品
----------------------------------------------------- */
#wrapper #body ul.option_btn li{
	display:inline-block;
	width:310px;
	margin-left:13px !important;
}

#wrapper #body ul.option_btn li:first-child{
	margin-left:0px !important;
}

#wrapper #body ul.option_btn li a{
	border:1px solid #CCC;
	font-size:120% !important;
	text-align:center;
	display:block;
	padding:20px 0px 20px 15px;
	background: url(../img/arrow_next_b.png) no-repeat 25% center;
}
#wrapper #body ul.option_btn li a:hover{
	background:#F5F5F5 url(../img/arrow_next_b.png) no-repeat 25% center;
}
#wrapper #body .bg_gray_box ul.option_btn li a:hover{
	background:#FFF url(../img/arrow_next_b.png) no-repeat 25% center;
}



/* レッツノート個人向けサイトリンク集
----------------------------------------------------- */
#wrapper #body ul.link_banner_btn li{
	display:inline-block;
	width:310px;
	margin-left:13px !important;
}

#wrapper #body ul.link_banner_btn li:first-child{
	margin-left:0px !important;
}





/* メーカー直販サイトだけのおトクなメリット
----------------------------------------------------- */
#bottom_link_area{
	width:967px;
	margin:0px auto 0px;
}

#bottom_link_area:after {content: ""; clear: both; height: 0; display: block; visibility: hidden; }

#bottom_link_area .l_box,
#bottom_link_area .c_box{
	float:left;
	width:310px;
	margin-right:16px;
}

#bottom_link_area .r_box{
	float:right;
	width:310px;
}


#bottom_link_area h3{
	border-bottom:1px solid #929292;
	padding:0px 0px 8px;
	margin-bottom:10px;
}

#wrapper #body #bottom_link_area ul li a{
	font-size:80% !important;
	padding-left:15px;
	background: url(../img/arrow_next_s_b.png) no-repeat left center;
}

#wrapper #body #bottom_link_area ul li a:hover {
	color: #6186D4;
}

/* カスタマイズ・ご注文 ボタン
----------------------------------------------------- */
.pr_btn_order a{
	padding:10px 20px 10px 50px;
	font-size:18px !important;
	font-weight:bold;
    background:#FF6600;
	background-image: url(../img/icon_cart.png);
	background-repeat: no-repeat;
	background-position:20px center;
	display: inline-block ;
	color:#FFF !important;
	position: relative;
	z-index: 1;
}
.pr_btn_order_gray{
	padding:10px 50px 10px 50px;
	font-size:16px !important;
	font-weight:bold;
    background:#999;
	background-position:20px center;
	display: inline-block ;
	color:#FFF !important;
	position: relative;
	z-index: 1;
}

.pr_btn_order a:hover{
	background:#FF8533;
	background-image: url(../img/icon_cart.png);
	background-repeat: no-repeat;
	background-position:20px center;
	display: inline-block ;
}

/* ご注文
----------------------------------------------------- */
.order_lead_bnr {
	margin: 35px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	letter-spacing: -.40em;
}

.order_lead_bnr li {
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: normal;
	margin: 5px;
}

h3.select_cat_topic {
	width: 390px;
	margin: 60px auto 33px;
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.2;
	padding: 12px;
	text-align: center;
}

.order_recommend_table {
	box-sizing: border-box;
	width: 821px;
	margin: 0 auto;
	border-collapse: collapse;
  border-spacing: 0;
}

.order_recommend_table td {
	border-top: 1px solid #C1C1C1;
	border-left: 1px solid #C1C1C1;
	text-align: center;
	padding: 5px;
	font-size: 81.25%;
}

.order_recommend_table td.order_recom_main_td {
	position: relative;
	padding: 54px 5px 24px;
	vertical-align:top;
}

.mark_recommend {
	width: 134px;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.mark_recommend span {
	display: block;
	font-size: 92.3%;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
	background-color: #323232;
	border-radius: 10px;
	padding: 4px 4px 3px;
	position: relative;
}

.mark_recommend span:before{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -6px;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #323232 transparent transparent transparent;
}

.order_recommend_table td:first-child {
	border-left: none;
}

.order_recommend_table tr:first-child td {
	border-top: none;
}

.order_recommend_table td {
	position: relative;
}
.order_recommend_table td img.red_camp {
	position: absolute;
	bottom: 0;
	right: 0;
}
.order_recommend_table td.order_recom_price_td {
	padding: 26px 5px;
}

.order_recom_price_num span {
	font-size: 140%;
	font-weight: bold;
	color: #C80000;
}

.order_recom_price_btn {
	margin-top: 10px;
}

.select_all_model_note {
	text-align: center;
	color: #006EC0;
	font-size: 87.5%;
}

.order_premium_bnr {
	margin-top: 34px;
}

.order_product_var {
	margin-top: 30px;
	border: 1px solid #C1C1C1;
	padding: 20px 25px;
	background: #fff;
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1.2;
}

.order_product_block {
	margin-top: 10px;
	border: 1px solid #C1C1C1;
	padding: 24px 50px;
	background: #fff;
}

.order_premium_block {
	border: 1px solid #527386;
	background: url(../img/order_premium_bg.jpg) center top repeat-y;
}

.order_product_head {
	box-sizing: border-box;
	display: table;
	width: 100%;
	border-bottom: 1px solid #989898;
	margin-bottom: 20px;
}

.order_product_head_img {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	width: 150px;
	padding-bottom: 13px;
}

.order_product_head_name {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	padding-bottom: 13px;
}

.order_product_edition {
	font-size: 81.3%;
}

.order_product_model {
	font-size: 106.3%;
	font-weight: bold;
}

.order_product_model span {
	font-size: 82.4%;
}

.order_special_link {
	margin-top: 5px;
	font-size: 81.3%;
}

.order_special_link a {
	display: inline-block;
	background-color: #FD9902;
	color: #fff!important;
	transition: background-color 0.4s ease;
	-webkit-transition: background-color 0.4s ease;
	padding: 4px 10px;
	border-radius: 4px;
}

.order_special_link a:hover {
	background-color: #FFC000;
}

.order_special_link a:before {
	display: inline-block;
	vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
	margin-right: 10px;
	margin-top: -2px;
}

.order_product_detail_link {
	margin-top: 5px;
	font-size: 81.3%;
}

.order_product_price {
	font-size: 81.3%;
	margin-top: 10px;
}

.order_product_price span {
	font-size: 184.6%;
	font-weight: bold;
	line-height: 1.2;
	color: #C80000;
}

.order_product_price span sup {
	font-size: 60%;
	font-weight: normal;
}

.order_product_head_spec {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	width: 400px;
	padding-bottom: 13px;
}

.order_spec_win10 {
	font-size: 68.8%;
	text-align: right;
}

.order_spec_list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	letter-spacing: -.40em;
}

.order_spec_list li {
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: normal;
	font-size: 81.3%;
	line-height: 1.1;
	border: 1px solid #989898;
	margin: 6px 0 0 6px;
	padding: 4px 8px 3px;
}

.order_spec_list li.em-red {
	background-color: #F8E0E0;
	border: 1px solid #CC0000;
	color: #CC0000;
}

.order_spec_list li.em-blue {
	background-color: #E5F0F9;
	border: 1px solid #006EC0;
	color: #006EC0;
}

.order_spec_list li.win_ver {
	display: table;
	margin-left: auto;
}

.order_product_color_cnt {
	box-sizing: border-box;
	display: table;
	width: 100%;
}

.order_product_color_cell {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 0 26px 8px 15px;
	border-left: 1px dotted #989898;
}

.order_product_color_cell:first-child {
	border-left: none;
}

.order_product_color_box {
	margin-top: 28px;
}

.order_product_color_box:first-child {
	margin-top: 0;
}

.order_color_name {
	font-weight: bold;
}

.order_color_name:before {
	content: "\0025cf";
	display: inline-block;
	margin-right: 3px;
}

.order_color_name.silver:before {
	color: #CCCCCC;
}

.order_color_name.black:before {
	color: #000;
}

.order_color_name.copper:before {
	color: #CC9900;
}

.order_color_name.gold:before {
	color: #927A5C;
}

.order_lte_on {
	display: inline-block;
	font-size: 93.8%;
	border: 1px solid #333;
	line-height: 1.1;
	padding: 2px 5px 1px;
	margin-left: 10px;
}

.order_color_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.order_color_list li {
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin-top: 10px;
}

.order_color_prdnum {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	text-align: center;
	font-size: 93.8%;
	line-height: 1.2;
}

.order_color_prdnum span {
	display: block;
	font-size: 86.7%;
}

.order_color_btn {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	width: 202px;
	font-size: 81.3%;
}

.order_color_btn .pr_btn_order a {
	font-weight: normal;
	padding: 8px 20px 8px 50px;
}

.order_color_price_note {
	margin-top: 10px;
	font-size: 80%;
	color: #ff0000;
	text-align: right;
}

.order_related_link_list {
	margin-top: 50px;
	text-align: center;
	letter-spacing: -.40em;
}

.order_related_link_list li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 297px;
	margin: 10px;
	font-size: 87.5%;
}

.order_related_link_list li a {
	display: block;
	margin-top: 7px;
	border: 1px solid #323232;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	color: #333!important;
	transition: background-color 0.4s ease;
	-webkit-transition: background-color 0.4s ease;
	position: relative;
}
#wrapper #body .order_related_link_list li a {
	font-size: 114.3% !important; 
}

.order_related_link_list li a:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.order_related_link_list li a:before {
	display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
	margin-right: 14px;
}

/* 仕様
----------------------------------------------------- */

#spec_main_v {
	height: 199px;
	position: relative;
}

#spec_main_v h1 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

.spec_tit_block {
	padding: 88px 10px 130px;
}

.spec_tit {
	text-align: center;
	margin-bottom: 38px;
}

.spec_anchor_nav {
	margin: 0;
	padding: 0;
	line-height: none;
	letter-spacing: -.40em;
	text-align: center;
}

.spec_anchor_nav li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	border-right: 1px solid #C1C1C1;
	font-size: 81.2%;
	line-height: 1.1;
	padding: 0 30px;
}

DIV#body .spec_anchor_nav li a {
	color: #323232;
}

DIV#body .spec_anchor_nav li a:link,
DIV#body .spec_anchor_nav li a:visited {
	color: #323232;
}

DIV#body .spec_anchor_nav li a:hover,
DIV#body .spec_anchor_nav li a:active {
	color: #222;
	text-decoration: underline;
}

.spec_anchor_nav li:first-child {
	border-left: 1px solid #C1C1C1;
}

.spec_category_tit {
	font-size: 150%;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}

div.bg_gray_box .spec_category_tit {
	padding-top: 55px;
}




table.kome_spec {
	width:967px;
	font-size:85%;
	border:none;
}

div.spec_table table.kome_spec td{
	background:none;
	border:none;
	color:#666666;
}


div.spec_table table.kome_spec th{
	color:#FF6600;
	vertical-align: top;
	font-weight:normal;
	padding-right:10px;
}

.spec_tx{
	font-size:85%;
}

.spec_tx .orange_txt {
	color:#FF6600;
}

div.accesspoint {
	width:600px;
	margin:0px auto 30px;
	border:1px solid #999;
}
div.accesspoint h3 {
	font-size:90%;
	padding:3px 10px;
	text-align:center;
	background-color:#666666;
	color:#FFFFFF;
	margin-bottom:5px;
}
div.accesspoint p {
	font-size:90%;
	text-align:center;
	margin-bottom:5px;
}
div.accesspoint table {
	font-size:90%;
	margin:0px auto 10px;
	border-top:1px solid #999;
	border-left:1px solid #999;
}
div.accesspoint table th {
	background-color:#F0F0F0;
}
div.accesspoint table th,
div.accesspoint table td {
	padding:3px 10px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

/* bk red new */
.new_box{
	font-size:80%;
	color:#FFF;
	margin-right:10px;
	padding:2px 5px;
background:#FF0000;
}

/* 追従ボタン
----------------------------------------------------- */

#side_btn {
	position: fixed;
	top: 14%;
	right: 0;
	z-index:9999;
}

#side_btn #side_btn_order {
	width: 50px;
	margin-left: auto;
}

#side_btn #side_btn_order a {
	display: block;
	width: 50px;
	height: 203px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../img/side_btn_order.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#side_btn #side_btn_cp {
	width: 51px;
	margin-top: 62px;
	margin-left: auto;
	overflow: hidden;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

#side_btn #side_btn_cp.side_cp_open {
	width: 299px;
}

#side_btn .side_btn_cp_cnt {
	width: 299px;
}

#side_btn .side_cp_btn_img {
	float: left;
	width: 51px;
}

#side_btn .side_cp_btn_img a {
	display: block;
	width: 51px;
	height: 196px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../img/side_btn_cp.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#side_btn .side_cp_bnr {
	box-sizing: border-box;
	float: right;
	width: 248px;
	height: 195px;
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
	background-color: #fff;
	margin-top: 1px;
	padding: 16px 0 17px 1px;
}

/* special --------------------------------- */
#special_cont{
	width: 100%;
	background:#EfEfeF;
	margin: 0px auto 60px;
	padding:60px 0px;
}

h2.special_tit{
	text-align:center;
	margin: 0px auto;
	padding:90px 0 60px!important;
}

#special_box{
	width: 967px;
	margin: 0px auto ;
	padding:0;
}
.special_con{
	width: 967px;
	margin: 0px auto 30px;
	padding:0;
	background:#FFF;
	border-bottom:5px solid #CCC;
}
.special_con .special_img{
	float: none;
	width: 100%;
	height: auto;
}
.special_con .special_img img {
	width: 100%;
}

.special_con .special_txt {
 	position: static;
	display: inline-block;
	line-height:150%;
	margin: 0 0 0 1px;
	padding: 15px 4% 0;
	width: 92%;
 	height: auto;
 	color: #555;
	background: none;
 	border: none;
}


.special_con .special_txt h3 {
	font-size: 110%;
	margin: 0 0 10px;
	padding: 0;
}
.special_con .special_txt h3 .new {
	font-size: 80%;
	color:#F00;
	display: inline-block;
	margin-right:10px;
}

.special_con .special_txt p {
	font-size: 90%;
	margin: 0 0 10px;
	padding: 0;
}
.special_con .special_txt a {
	color:#333;
	text-decoration: none;
}
.basis_box {
	width: 967px;
	margin: 0px auto 0;
	padding:0px 0 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.basis_img_box{
	width: 310px;
	margin: 0 18px 30px 0 ;
	padding:0;
	float: left;
	border-bottom:5px solid #CCC;
	background: #FFF;
}

.basis_img_box:nth-child(3n){
	margin: 0 0 30px ;
}
.basis_img_box img{
	width: 100%;
}

.basis_box .basis_txt {
 	position: static;
	display: inline-block;
	line-height:150%;
 	margin: 1px 0 0;
	padding: 15px;
	width: 310px;
 	height: auto;
 	color: #555;
 	border: none;
 	box-sizing: border-box;
}

.basis_box .basis_txt h3 {
	font-size: 110%;
	margin: 0 0 15px;
	padding: 0;
}
.basis_box .basis_txt h3 .new {
	color:#F00;
	display: inline-block;
	margin-right:0.5em;
}
.basis_box .basis_txt h3 .new:after {
	content: " |";
}

.basis_box .basis_txt p {
	font-size: 90%;
}


.special_con a:hover,
.basis_img_box a:hover {
filter:alpha(opacity=70); /* IE 6,7*/
-ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
-moz-opacity:0.7; /* FF , Netscape */
-khtml-opacity: 0.7; /* Safari 1.x */
opacity:0.7;
}
.special_con a:hover img,
.basis_img_box a:hover img {
	filter:alpha(opacity=70) !important; 
	-moz-opacity:0.7 !important;
	opacity: 0.7 !important; 
}

.special_con:after,
.basis_box:after,
.basis_img_box:after,
.info_block dl:after {
	content: ""; clear: both; height: 0; display: block; visibility: hidden;
}
#special_cont .my_pagetop_end{
	width: 967px;
	margin: 0px auto 0;
	}

/*  */
.info_block{
	width:100%;
	margin:0;
	padding:25px 0 ;
	background:none;	
}
.info_block dl{
	display:table;
	width:800px;
	margin:0 auto;
	padding:10px 0 ;
}
.info_block dl.mt_10{
	border-top:1px solid #CCC;
}

.info_block dl dt,
.info_block dl dd{
	font-size:110%;
	display:table-cell;
	margin:0;
	padding:0 ;
}
.info_block dl dt{
	font-size:96%;
	width:90px;
	line-height:120%;
	padding:20px 0 ;
	color:#FFF;	
	background:#185F7D;
	text-align:center;
}
.info_block dl dt.info_otoku{
	/*background: #F90;*/
	background-color: #DF0003;
}
.info_block dl dt.info_otoku.yellow{
	background-color: #E6B300;
}
	
.info_block dl dd.info_text{
	padding-left:30px;
	vertical-align:middle;
}
.info_block dl dd .info_data{
	display:block;
	font-size:80%;
}
.info_block dl dd.info_link{
	width:120px;
	font-size:90%;
	text-align:right;
	vertical-align:bottom;
}
.info_block dl dd.info_link a{
	color:#333;
	padding-left:1em;
	background-image: url(../img/arrow_next_s_b.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.main_info_area02 {
	border: 2px solid #F93035 ;
	margin: 30px 90px 0px;
    padding: 20px;
}
.area02_text {
	width: 976px;
	margin: 0 auto;
	font-size: 93.8%;
}

.main_info_area02 p {
	color: #F93035;
}

/* spn */
@media screen and (max-width: 640px) {

h2,
h3,
h4,
h5{
	background:none;
	border:none;
}


/* 大要素 下 余白
----------------------------------------------------- */
#wrapper #body #product_cont div.topic_block {
	width: 100%;
	margin: 0px auto;
	padding: 30px 0 20px;
}

#wrapper #body #product_cont div.block {
	width:100%;
	margin:0px auto 30px;
	background:none;
}

#wrapper #body #product_cont div.block_s {
	width:100%;
	margin:0px auto 15px;
}

div.block p,
div.block_s p,
.section p,
.section_s p,
.section_l p{
	line-height:140%;
	margin-left:5%;
	margin-right:5%;
}
div.block.spn_w90 ul{
	font-size:120%;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

/*.moreBox p{	font-size:120%; }*/

/* 灰色背景BOX
----------------------------------------------------- */
div.bg_gray_box {
	background-color:#F5F5F5;
	margin:0 0px 2em;
	padding:24px 0px 0px;
}


/* コンテンツエリア
----------------------------------------------------- */
#body #product_cont{
	font-family:"メイリオ", Meiryo, 'HiraKakuProN-W6' ;
	color:#333333 !important;
}



/* h1, h2, h3, h4, h5, p
----------------------------------------------------- */

/* h1 ---------- */
#body #product_cont h1#top_main_tit {
	height: auto;
}

#body #product_cont h1#top_main_tit img {
	position: relative;
	left: auto;
	top: auto;
	margin-left: 0;
	width: 100%;
	height: auto;
}

/**/

.top_main_under {
	padding: 40px 0 15px;
}

.main_price_block {
	width: 90%;
}

.main_price_num {
	font-size: 14px;
}

.main_price_num span {
	font-size: 24px;
}

.main_price_btn,
.main_point_btn {
	font-size: 14px;
	margin-top: 7px;
}

.main_price_btn a,
.main_point_btn a {
	padding: 10px 20px 10px 50px;
	text-decoration: none;
}



ul.mainbtn_area {
	width:100%;
}
ul.mainbtn_area li.main_price_btn {
	float:none;
	padding-top:8px;
	margin:0 auto;
}
ul.mainbtn_area li.main_point_btn {
	float:none;
	padding-top:8px;
	margin:0 auto;
}




.main_price_biz {
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.5;
}

/* GALLERY
----------------------------------------------------- */

.gallery_block {
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.gallery_cnt {
	width: auto;
	margin: 0 auto;
	padding: 25px 0 40px;
}

.gallery_list {
	width: auto;
}

.gallery_list li {
	width: 90px;
	margin: 0;
}

.gallery_list li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 0;
}

.gallery_cnt .bx-controls-direction a {
	display: block;
	position: absolute;
	top: 20px;
	width: 15px;
	height: 29px;
	background-image: url(../img/order_recommend_spn_arrow.png);
	background-repeat: no-repeat;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.gallery_cnt .bx-controls-direction a.bx-prev {
	background-position: 0 0;
	left: -20px;
}

.gallery_cnt .bx-controls-direction a.bx-next {
	background-position: -15px 0;
	right: -20px;
}

.gallery_cnt .bx-wrapper .bx-controls-direction a.disabled {
	display: block;
	opacity: 0.2;
}

/* 特長
----------------------------------------------------- */

.feature_main {
	height: auto;
	margin: 30px 0 15px;
}

.feature_main img {
	position: relative;
	left: auto;
	top: 0;
	margin-left: 0;
	width: 100%;
	height: auto;
}

.feature_block {
	margin-bottom: 40px;
}

.feature_img {
	width: auto;
	margin-bottom: 15px;
}

.feature_l_box .feature_img {
	float: none;
}

.feature_l_box .feature_img img {
	margin-left: 0;
	width: 100%;
	height: auto;
}

.feature_r_box .feature_img {
	float: none;
}

.feature_r_box .feature_img img {
	margin-right: 0;
	width: 100%;
	height: auto;
}

.feature_detail {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.feature_l_box .feature_detail {
	float: none;
}

.feature_r_box .feature_detail {
	float: none;
}

.feature_c_box {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.feature_c_txt_s {
	margin-right: 0;
	margin-left: 0;
}

.feature_block p {
	font-size: 14px;
	line-height: 1.7;
}

.feature_block p.feature_block_note {
	font-size: 11px;
}

.feature_block p.feature_block_note_s {
	margin-right: 0;
	margin-left: 0;
}

h3.feature_topic {
	font-size: 22px;
	margin-bottom: 15px;
	color: #333;
	text-align: center;
}

h3.feature_topic sup {
	top: auto;
}

.feature_block p.feature_topic_note {
	font-size: 11px;
	margin-bottom: 15px;
}

.feature_topic sup a {
	text-decoration: none;
}

.feature_pickup_list {
	margin: -4px -4px 10px 0;
	text-align: center;
}

.feature_pickup_list li {
	margin: 5px 5px 0 0;
	padding: 4px 15px 3px;
	font-size: 12px;
}

.feature_pickup_list li a {
	text-decoration: none;
}

.feature_column {
	box-sizing: border-box;
	width: 90%;
	margin: 25px auto 0;
}

.feature_col_cap {
	font-size: 13px;
	margin-top: 8px;
}

.movie_modal_list {
	margin: 20px 0 0;
}

.movie_modal_list li {
	box-sizing: border-box;
	float: left;
	width: 50%;
	margin-left: 0;
	padding: 1px;
}

.movie_modal_list li img {
	width: 100%;
	height: auto;
}

.movie_modal_note {
	margin: 5px 0 0;
	font-size: 13px;
}

.other_feature_block {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}

.other_feature_head {
	padding: 10px 50px 10px 15px;
}

.other_feature_head:before {
	width: 24px;
	height: 24px;
	right: 10px;
}

.other_feature_head:after {
	width: 24px;
	height: 24px;
	background-image: url(../img/arrow_white_plus_spn.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
	right: 10px;
}

.other_feature_tit {
	font-size: 14px;
	color: #333!important;
	line-height: 1.5;
}

.other_feature_lead {
	display: none;
}

.other_feature_detail .feature_block {
	padding: 30px 0;
}

.other_feature_detail .feature_c_box {
	width: auto;
}

.other_feature_detail .feature_column {
	width: auto;
}

.feature_block p.festure_sub_topic {
	font-size: 16px;
}

.other_feature_topic_l {
	float: none;
	width: auto;
}

.other_feature_topic_r {
	float: none;
	width: auto;
	margin-top: 15px;
}

.other_feature_topic_r img {
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
}

#notice {
	width: 90%;
	margin: 0 auto;
	padding: 12px 0 0;
}

#notice ol {
	margin: 0;
	padding: 0;
	counter-reset: number;
  list-style: none;
}

#notice ol li {
	margin-top: 5px;
	font-size: 11px;
}

/* カスタマイズ
----------------------------------------------------- */

.customize_main {
	width: 90%;
	margin: 40px auto 20px;
}

.customize_main img {
	width: 100%;
	height: auto;
}

.feature_block p.to_detail_link {
	width: 260px;
	margin: 20px auto 0;
	font-size: 14px;
}

.feature_block p.to_detail_link a {
	padding: 10px 15px;
}

.customize_f_block {
	display: block;
	margin-top: 35px;
}

.customize_f_box {
	width: auto;
	padding: 32px 0;
}

.customize_f_box:nth-child(even) {
	padding: 32px 0;
	border-left: none;
}

.customize_f_box.full_box {
	width: auto;
}

.customize_full_box_head {
	display: block;
	width: auto;
	margin-bottom: 0;
}

.customize_f_img {
	margin-bottom: 16px;
}

.customize_f_img img {
	width: 100%;
	height: auto;
}

.customize_full_box_head .customize_f_img {
	margin-bottom: 16px;
	display: block;
	width: auto;
}

.customize_full_box_head .customize_full_box_detail {
	display: block;
}

.customize_f_box .feature_topic {
	font-size: 20px;
}

.feature_block p.customize_f_note {
	font-size: 11px;
}

.feature_block .customize_f_box p.to_detail_link {
	margin: 30px auto 0;
	font-size: 14px;
	width: 180px;
}

/* サポート／サービス
----------------------------------------------------- */

.support_service_list {
	width: 280px;
	margin: 20px auto 0;
}

.support_service_list li {
	float: none;
	width: auto;
	margin: 10px 0 0;
	font-size: 13px;
}

.support_service_list li a {
	box-sizing: border-box;
	width: 100%;
	display: table;
	padding: 0;
	text-align: left;
	color: #333!important;
	text-decoration: none;
}

.support_service_list li a:after {
	right: 4px;
	bottom: 4px;
}

.support_service_list li a:hover {
	opacity: 1;
}

.support_service_pict {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
	width: 65px;
	padding: 12px 7px 12px 12px;
}

.support_service_pict img {
	width: 100%;
	height: auto;
}

.support_service_box {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.support_service_box span {
	font-size: 17px;
}

.to_support_link {
	width: 280px;
	margin: 25px auto 0;
	font-size: 14px;
}

.to_support_link a {
	padding: 10px 15px;
}

.to_support_link a:hover {
	opacity: 1;
}


.sns_con_area,
#wrapper #body #product_cont #product_title .sns_con_area{
	width:98%;
	float:none;
	padding:0 !important;
}

/* h2 ---------- */

h2.topic_ttl img {
	height: 60px;
	width: auto;
}

.topic_ttl_lead {
	width: 90%;
	margin: 0 auto;
	font-size: 100%;
	text-align: left;
}

p.more_info{
	float:none;
	width:90%;
	font-size:100% !important;
	text-align:right;
	margin-top:0.5em;
}

p.more_info a{
	background: url(../img/arrow_next_s_bl.png) no-repeat left center;
	padding-left:1em;
	background-size:0.8em;
}

/**/
h2.ttl02{
	font-size:180%;
	margin:0px 0px 0.2em 5%!important;
}


/* p ---------- */

/*　調整用 */

#wrapper #body #product_cont .block p,
#wrapper #body #product_cont .block p.lead,
#wrapper #body #product_cont .block_s p,
#wrapper #body #product_cont .block_s p.lead,
#wrapper #body #product_cont .feature_pre_area p.lead {
	font-size:130% !important;
}

#wrapper #body #product_cont .block p.tx80{font-size:110% !important;}
#wrapper #body #product_cont p.spec_tx {font-size:110% !important;}

#wrapper #body #product_cont .block p.top_lead,
#wrapper #body #product_cont .block p.top_lead_s,
#wrapper #body #product_cont .block_s p.top_lead,
#wrapper #body #product_cont .block_s p.top_lead_s{
	margin:0 5% 10px !important;
	font-size:160% !important;
}

.m_none{
	margin:0 5% 2em !important;
}


div.top_lead_s_block{
	width:100%;
}

div.top_lead_s_block:after {content: ""; clear: both; height: 0; display: block; visibility: hidden; }


div.top_lead_s_block p.top_lead_s{
	display: inline-block !important;
}





/* タグライン
----------------------------------------------------- */

#letsnote_tag_line{
width:100%;
padding: 5px 0  5px;
}

#letsnote_tag_line p{
	text-align:right;
}

#letsnote_tag_line img{
	width:40%;
}



/* タブメニュー
----------------------------------------------------- */
#series_nav,
#series_nav_fixed {
	border:none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#series_nav ul {
	display: block;
	width: auto;
	padding: 0 20px;
}

#series_nav ul li {
	display: block;
	width: auto;
	font-size: 120%;
	font-weight: normal;
	border: none;
	border-top: 1px dotted #323232;
}

#series_nav ul li:first-child {
	border-top: none;
}

#series_nav ul li a {
	text-align: left;
	padding: 12px 2px;
	text-decoration: none;
}

#series_nav ul li a:link,
#series_nav ul li a:visited {
	color: #333;
}

#series_nav ul li a:hover,
#series_nav ul li a:active {
	color: #333;
}

#series_nav ul li.current:after {
	display: none;
}

#series_nav ul li a:after {
	display: none;
}


#sp_product_nav_btn {
	box-sizing: border-box;
	display: table;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: 1px solid #FFF;
	color: #fff;
	background-color:#999;
	position: fixed;
	right: -40px;
	top: -1px;
	z-index: 999;
	-webkit-transition-property: border, background-color, right;
	transition-property: border, background-color, right;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

#sp_product_nav_btn.nav_on {
	right: -1px;
}

#sp_product_nav_btn.sp_product_nav_open {
	right: -1px;
}

#sp_product_nav_btn span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#sp_product_nav_btn.sp_product_nav_open {
	border: 1px solid transparent;
	background-color: transparent;
}

#sp_product_nav_btn span {
	font-size:24px;
	font-weight:bold;
	width: 16px;
	height: auto;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
}

#sp_product_nav_btn.sp_product_nav_open span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#series_nav_sp_fixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 45px 15px 25px;
	z-index: 998;
	font-size: 14px;
	display: none;
}

#series_nav_sp_fixed #side_btn_order {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 3px;
}

#series_nav_sp_fixed #side_btn_order a {
	display: block;
	padding: 12px 3px;
	color: #FF7600;
	text-decoration: none;
	cursor: pointer;
}

#series_nav_sp_fixed #side_btn_order a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 18px auto;
}

#series_nav_sp_fixed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px dotted #C1C1C1;
}

#series_nav_sp_fixed ul li {
	border-bottom: 1px dotted #C1C1C1;
	font-size: 14px;
}

#series_nav_sp_fixed ul li a {
	display: block;
	padding: 12px 3px;
	color: #333;
	text-decoration: none;
}

#sp_product_nav_cp {
	width: 230px;
	margin: 20px auto 0;
}

.side_cp_title_spn {
	text-align: center;
	margin-bottom: 10px;
}

.side_cp_title_spn img {
	width: 79px;
	height: auto;
}

#sp_product_nav_cp .side_cp_bnr {
	float: none;
	width: auto;
	height: auto;
	border-top: none;
	border-bottom: none;
	background-color: #fff;
	margin-top: 0;
	padding: 0;
}



/* TOP スペック表
----------------------------------------------------- */
div.scroll_div {
width:100%;
}

table.lineup_table{
	width:99%;
	font-size:85%;
	background-position:bottom;
	border-top:1px solid #999;
	border-left:1px solid #999;
}

#wrapper #body #product_cont table.lineup_table p{
	font-size:100% !important;
}

.pc_content table.lineup_table.model1{
	table-layout: auto;
}

.sp_content_write table.lineup_table,
.pc_content table.lineup_table.model1{
	box-sizing: border-box;
	width:96%;
	font-size:110%;
	line-height:160%;
	margin:-1px auto 0;
}

.pc_content table.lineup_table.model1 td.img,
.pc_content table.lineup_table.model1 td.product_no,
.sp_content_write table.lineup_table td.img,
.sp_content_write table.lineup_table td.product_no{
	text-align:center;
}

table.lineup_table th{
	width:20%;
	padding:3px 0px;
	background-color:#E3E3E3;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

table.lineup_table td.model,
table.spec_table td.model {
	border-right:1px solid #999;
	border-bottom:0px solid #999;
}

table.lineup_table td.img,
table.spec_table td.img {
	padding:10px 0px;
	border-right:1px solid #999;
	border-bottom:0px solid #999;
}

table.lineup_table td.img img{
	width:40%;
	vertical-align:middle !important;
}
.pc_content table.lineup_table.model1 td.img img,
.sp_content_write table.lineup_table td.img img{
	width:auto;
	max-width:640px;
}

table.lineup_table td,
table.spec_table td {
	text-align:center;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#FFF;
	line-height:140%;
}
.pc_content table.lineup_table.model1 td,
.sp_content_write table.lineup_table td {
	text-align:left;
}
.pc_content table.lineup_table.model1 td  p.spec_ttl,
.sp_content_write table.lineup_table td p.spec_ttl {
	line-height:150%;
	margin:0 0 1em;
	font-weight:bold;
}

table.lineup_table td span {
	color: #CC0000;
}

table.lineup_table tr td .tento,
table.lineup_table tr td .tento2{
	margin:1em 0 0;
}

table.lineup_table tr td .tento span,
table.lineup_table tr td .tento2{
	padding:5px 10px;
	background:#FFF2CA;
	color:#333;
}

/**/
.spec_btn a{
	width:52%;
	font-size:100%;
	margin:0 auto 0.5em;
	padding:0.8em 0 0.8em 1.8em;
	background-position:0.5em center;
	background-size:1em;
	text-decoration:none;
}

.spec_btn a:hover{
	background-position:0.5em center;
	background-size:1em;
}

/* TOP スペック表上部　タブエリア
----------------------------------------------------- */
.spec_tab_area{
	width:97%;
	margin:0 0 0 1%;
}

.spec_tab_area ul.link_box{
	width:100%;
	float:none;
	margin: 0 auto 30px;
}


#body .spec_tab_area ul.link_box li{
	width:49%;
	font-size:100%;
	line-height:1.5em;
	padding:0px;
	margin:0 0 0 1%;
}

#body .spec_tab_area ul.link_box li.stay {
	padding:0px;
}


#body .spec_tab_area ul.link_box li.stay a:before{
	right: 42%;
}

#body .spec_tab_area ul.link_box li a{
	font-size:100% !important;
	line-height:1.5em;
	padding:0.5em;
	background-size:0.7em;
	text-decoration:none;
	border:1px solid #999;
}

#body .spec_tab_area ul.link_box li.stay a{
	padding:0.5em ;
	font-size:100% !important;
	background-size:0.7em;
}

#body .spec_tab_area ul.link_box li.stay a:hover:before,
#body .spec_tab_area ul.link_box li.stay a:active:before{
	right: 42%;
}


#spec_high02,
#spec_premium02{
	width:100%;
	margin:0 auto 0;
}
#spec_high03,
#spec_premium03{
	margin-top:1em;
}



/* キャンペーン
----------------------------------------------------- */

.top_cp_area{
	width:100%;
	margin-bottom:0;
}

.cp_bdr{
	margin:1.2em 0px 1em;
}


.top_cp_area .cp_box_ttl{
	width:90%;
	height:auto;
	margin:0px auto 0.5em !important;
	padding:0.5em 0 ;
	float:none;
}

.top_cp_area .cp_box_none.for_pc{
	display: none !important;
}


.top_cp_area .cp_box_ttl h3{
	font-size:140%;
	line-height:1.2em;
	color:#333;
	display: block !important;
	font-weight: normal;
}


/**/
.top_cp_area .div_cp_box{
	width:96%;
	margin:1em 0% 0 2%;
}

.top_cp_area .div_cp_box p{
	width:48%;
	margin:0px 2% 0 0;
	float:left;
}
.top_cp_area .div_cp_box p img{
	width:100%;
	padding:0 !important;
}

.top_cp_area .div_cp_box h3,
.top_cp_area .div_cp_box p.cp_name{
	width:45%;
	float:left;
	margin:0px 0 0 1%;
}
.top_cp_area .div_cp_box h3{
	font-size:106% !important;
	line-height:1.5em;
	color:#333;
	padding:0px 0 0.5em;
}

.top_cp_area .div_cp_box span.new{
	color:#CC0000;
	display: block;
	margin-right:0em;
	padding-right:0em;
	border-right:none;
}

.top_cp_area .div_cp_box p.cp_name{
	font-size:130% !important;
	line-height:1.2em;
	color:#333;
	font-weight:bold;
	background:none!important;
	display:inline-block!important;
	padding:0.7em 0px 0.3em ;
}

.top_cp_area  .mgn_left{
	margin-right:0;
}
#products_contents .top_cp_area .cp_box_none.for_pc,
.top_cp_area .cp_box_none{
	display: none !important;
}

/*  */
.top_cp_area .div_cp_box .album {
	position: relative;
}

.top_cp_area .div_cp_box .album img {
	width: 100%;
}


/* 環境への取り組み
----------------------------------------------------- */

#top_eco_area{
	width:96%;
	margin:0px auto 1em;
	padding:1em 0 ;
}
#top_eco_area table{
	width:100%;
}

#top_eco_area table tr{
	display:inline-block;
}

#top_eco_area table tr.for_pc{
	display:none;
}


#top_eco_area table th,
#top_eco_area table td{
	width:15%;
	padding:0 1% 3%;
	display:block;
	float:left;
}

#top_eco_area table td{
	width:80%;
	font-size:110%;
	padding:0 0 3%;
}

#top_eco_area table th img{
	width:90%;
}

#top_eco_area table td a {
	word-break: break-all;
}

/* 周辺機器・オプション品
----------------------------------------------------- */


#wrapper #body ul.option_btn li{
	display:block;
	width:90%;
	margin:0 0 0.5em 5% !important;
}

#wrapper #body ul.option_btn li:first-child{
	margin:0 0 0.5em 5% !important;
}

#wrapper #body ul.option_btn li a{
	border:1px solid #4473C5;
	font-size:120% !important;
	text-align:center;
	display:block;
	text-decoration:none;
	padding:1em 0px 1em 1em;
	background: url(../img/arrow_next_b.png) no-repeat 20% center;
	background-size: 0.7em;
}
#wrapper #body ul.option_btn li a:hover{
	background:#F5F5F5 url(../img/arrow_next_b.png) no-repeat 20% center;
	background-size: 0.7em;
}
#wrapper #body .bg_gray_box ul.option_btn li a:hover{
	background:#FFF url(../img/arrow_next_b.png) no-repeat 20% center;
	background-size: 0.7em;
}



/* レッツノート個人向けサイトリンク集
----------------------------------------------------- */
#wrapper #body ul.link_banner_btn{
	width:96%;
	margin:0 auto ;
}
#wrapper #body ul.link_banner_btn li{
	display:inline-block;
	width:47%;
	margin-left:2% !important;
	margin-bottom:5% !important;
}

#wrapper #body ul.link_banner_btn li:first-child{
	margin-left:2% !important;
}

#wrapper #body ul.link_banner_btn li img{
	width:100%;
	height:auto;
}




#bottom_link_area{
	width:100%;
	margin:0px auto 0px;
	padding:0 0 0.5em !important;
}

#bottom_link_area:after {content: ""; clear: both; height: 0; display: block; visibility: hidden; }

#bottom_link_area .l_box,
#bottom_link_area .c_box,
#bottom_link_area .r_box{
	width:100%;
}


#bottom_link_area h3{
	width:95%;
	font-size:130%;
	border-bottom:1px solid #929292;
	padding:1em 0px 0.3em 5%;
	color:#333;
	margin:0 0 1em;
}
#wrapper #body #bottom_link_area ul{
	width:90%;
	margin-left:5%;
}

#wrapper #body #bottom_link_area ul li {
	margin-bottom:5%;
}

#wrapper #body #bottom_link_area ul li a{
	font-size:110% !important;
	display:block;
	padding-left:1em;
	background: url(../img/arrow_next_s_b.png) no-repeat left center;
	background-size: 0.7em;
}


/* カスタマイズ・ご注文 ボタン
----------------------------------------------------- */
.pr_btn_order{
	margin:5px 0px 5px;
}

.pr_btn_order a{
	padding:10px 20px 10px 50px;
	font-size:16px !important;
	font-weight:bold;
    background:#FF6600;
	background-image: url(../img/icon_cart.png);
	background-repeat: no-repeat;
	background-position:20px center;
	display: inline-block ;
	color:#FFF !important;
	text-decoration:none;
}

.pr_btn_order a:hover{
	background:#FF8533;
	background-image: url(../img/icon_cart.png);
	background-repeat: no-repeat;
	background-position:20px center;
	display: inline-block ;
}





/* ご注文
----------------------------------------------------- */
.order_lead_bnr {
	width:100%;
	margin: 20px 0 0;
}
.order_lead_bnr li{
	width:90%;
}
.order_lead_bnr li img{
	width:100%;
}

h3.select_cat_topic {
	width: 260px;
	margin: 40px auto 20px;
	color: #333!important;
}

.order_recommend_area {
	position: relative;
}

.order_recommend_block {
	width: 266px;
	margin: 0 auto;
	overflow: hidden;
}

.order_recommend_table {
	width: auto;
}

.order_recommend_table td {
	box-sizing: border-box;
	width: 260px;
	font-size: 107%;
	border-left: none;
}

.order_recommend_table td.order_recom_main_td {
	padding: 40px 5px 5px;
}

.mark_recommend {
	top: 0;
	width: 162px;
}

.mark_recommend span {
	font-size: 120%;
	padding: 6px 20px;
	border-radius: 16px;
}

.order_recommend_spn_pn {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	letter-spacing: -.40em;
	text-align: center;
}

.order_recommend_spn_pn li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 15px;
}

.order_recommend_spn_pn li a {
	display: block;
	width: 12px;
	height: 12px;
	background-color: #D6D6D6;
	cursor: pointer;
}

.order_recommend_spn_pn li a.active {
	background-color: #323232;
}

.order_recommend_spn_nb {
	width: 266px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
}

.order_recommend_spn_nb li {
	position: absolute;
	top: 120px;
	cursor: pointer;
	width: 15px;
	height: 29px;
	z-index: 100;
}

.order_recommend_spn_nb li a {
	display: block;
	width: 15px;
	height: 29px;
	background-image: url(../img/order_recommend_spn_arrow.png);
	background-repeat: no-repeat;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.order_recommend_spn_nb li a.disabled {
	opacity: 0.2;
}

.order_recommend_spn_nb li.nb_back {
	left: -10px;
}

.order_recommend_spn_nb li.nb_back a {
	background-position: 0 0;
}

.order_recommend_spn_nb li.nb_next {
	right: -10px;
}

.order_recommend_spn_nb li.nb_next a {
	background-position: -15px 0;
}

.order_all_area {
	width: 90%;
	margin: 0 auto;
}

.select_all_model_note {
	font-size: 13px;
}

.order_premium_bnr {
	padding-top: 25px;
}

.order_premium_bnr img {
	width: 100%;
	height: auto;
}

.order_product_var {
	margin-top: 20px;
	padding: 10px 15px;
	font-size: 16px;
}

.order_product_block {
	padding: 10px;
}

.order_premium_block {
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.order_product_head {
	display: block;
	width: auto;
	margin-bottom: 0;
}

.order_product_head_img {
	display: block;
	width: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 13px;
}

.order_product_head_name {
	display: block;
	padding-bottom: 18px;
	text-align: center;
}

.order_product_edition {
	font-size: 13px;
}

.order_product_model {
	font-size: 17px;
	font-weight: bold;
}

.order_product_model span {
	font-size: 14px;
	display: block;
}

.order_special_link {
	font-size: 13px;
}

.order_special_link a {
	text-decoration: none;
}

.order_product_detail_link {
	margin-top: 5px;
	font-size: 13px;
}

.order_product_price {
	font-size: 13px;
	margin-top: 10px;
}

.order_product_price span {
	font-size: 20px;
}

.order_product_price span sup {
	font-size: 60%;
	font-weight: normal;
}

.order_product_head_spec {
	display: block;
	width: auto;
	padding-bottom: 13px;
}

.order_spec_win10 {
	font-size: 10px;
	text-align: left;
}

.order_spec_list {
	text-align: left;
	overflow: hidden;
	margin-left: -5px;
}

.order_spec_list li {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 48.6%;
	font-size: 10px;
	margin: 5px 0 0 1.4%;
	padding: 4px 2px 3px;
	text-align: center;
}

.order_spec_list li.spec_list_w {
	width: 98.6%;
}

.order_spec_list li.win_ver {
	display: block;
	margin: 5px 0 0 1.4%;
}

.order_product_color_cnt {
	display: block;
	width: auto;
}

.order_product_color_cell {
	display: block;
	width: auto;
	padding: 0;
	border-left: none;
	border-top: 1px solid #989898;
}

.order_product_color_cell:first-child {
	border-top: none;
}

.order_product_color_box {
	margin-top: 0;
	padding: 15px 0 25px;
	border-top: 1px dotted #989898;
}

.order_product_color_box:first-child {
	border-top: none;
}

.order_color_name {
	font-size: 14px;
}

.order_lte_on {
	padding: 2px 4px 1px;
	margin-left: 6px;
}

.order_color_list li {
	display: block;
	width: auto;
	margin-top: 20px;
}

.order_color_prdnum {
	display: block;
	padding-right: 0;
	font-size: 14px;
	line-height: 1.2;
}

.order_color_prdnum span {
	display: inline-block;
}

.order_color_btn {
	display: block;
	width: 240px;
	margin: 5px auto 0;
	font-size: 13px;
}

.order_color_btn .pr_btn_order a {
	font-weight: normal;
	padding: 8px 20px 8px 50px;
}

.order_color_price_note {
	font-size: 11px;
}

.order_related_link_list {
	margin-top: 30px;
}

.order_related_link_list li {
	width: 260px;
	margin: 7px;
	font-size: 14px;
}

#wrapper #body .order_related_link_list li a {
	font-size: 15px !important;
}


/* 仕様
----------------------------------------------------- */

#spec_main_v {
	height: auto;
}

#spec_main_v h1 {
	position: relative;
	top: auto;
	left: auto;
	margin-left: 0;
}

#spec_main_v h1 img {
	width: 100%;
	height: auto;
}

.spec_tit_block {
	padding: 55px 10px 35px;
}

.spec_tit {
	margin-bottom: 0;
}

.spec_tit img {
	height: 60px;
	width: auto;
}






table.kome_spec {
	width:96%;
	font-size:110%;
	line-height:1.5em;
	border:none;
	margin:0px auto 1em;
}

div.spec_table table.kome_spec td{
	background:none;
	border:none;
	color:#666666;
}


div.spec_table table.kome_spec th{
	color:#FF6600;
	vertical-align: top;
	font-weight:normal;
	padding-right:0.5em;
}

.spec_tx .orange_txt {
	color:#FF6600;
}

div.accesspoint {
	width:90%;
	margin:0px auto 1em;
	border:1px solid #999;
}
div.accesspoint h3 {
	font-size:100%;
	padding:0.2em 0.5em;
	text-align:center;
	background-color:#666666!important;
	color:#FFFFFF;
	margin-bottom:0.5em;
}
div.accesspoint p {
	font-size:90%;
	text-align:center;
	margin-bottom:0.3em;
}
div.accesspoint table {
	font-size:90%;
	margin:0px auto 0.5em;
	border-top:1px solid #999;
	border-left:1px solid #999;
}
div.accesspoint table th {
	background-color:#F0F0F0;
}
div.accesspoint table th,
div.accesspoint table td {
	padding:3px 10px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}


/* h3 ---------- */

h3.top {
	margin:1.5em 5% 10px !important;
}

#side_btn {
	display: none;
}

/* special -------------------------------- */
h2.special_tit{
	padding:55px 0  30px!important;
}


h2.special_tit img{
	height: 60px;
	width: auto;
}
#special_cont{
	width: 100%;
	padding:30px 0px ;
}


#special_box{
	width: 100%;
	margin: 0px auto;
	padding:0;
}
.special_con{
	width: 96%;
	margin: 0px auto 15px;
	padding:0;
}
.special_con .special_img {
	float: none;
	width: 100%;
	height: auto;
}
/*.special_r_img .special_img {
	float: right;
}
*/
.special_con .special_txt {
 	margin: 1px 0 0;
	padding: 1em 2% 0em;
	width: 96%;
 	height: auto;
 	color: #555;
}


.special_con .special_txt h3 {
	font-size:120%;
 	color: #555;
	margin: 0 0 0.5em;
}
.special_con .special_txt h3 .new {
 	color: #F00;
}

.special_con .special_txt p {
	margin: 0 0 1em;
}
.special_con .special_txt a {
	color:#333;
	text-decoration: none;
}
.special_con a:hover,
.basis_box a:hover {
filter:alpha(opacity=100); /* IE 6,7*/
-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
-moz-opacity:1.0; /* FF , Netscape */
-khtml-opacity: 1.0; /* Safari 1.x */
opacity:1.0;
}
.special_con a:hover img,
.basis_img_box a:hover img {
	filter:alpha(opacity=100) !important; 
	-moz-opacity:1.0 !important;
	opacity: 1.0 !important; 
}

/* */
.basis_box {
	width: 100%;
	margin: 0px auto ;
	padding:0;
}
.basis_img_box{
	width: 48%;
	margin: 0 0% 15px 1%  ;
	padding:0;
	border:none;
	border-bottom:5px solid #CCC;
}
.basis_img_box:nth-child(3n){
	margin: 0 0% 15px 1%  ;
}

.basis_img{
	width: 100%;
}
.basis_img_box img{
	width: 100%;
}

.basis_box .basis_txt {
	padding:1em 1em 0;
	width: 100%;
 	height: auto;
	border:none;
}

.basis_box .basis_txt:before{
	content: "";
	border:none;
}

.basis_box .basis_txt:after{
	content: "";
	border:none;
}

.basis_box .basis_txt h3 {
 	font-size:120%;
	color: #555;
	margin: 0 0 0.5em;
}
.basis_box .basis_txt h3 .new {
	color:#F00;
}
.basis_box .basis_txt h3 .new:after {
	content: none;
}
.basis_box .basis_txt p {
	margin: 0 0 1em;
}

/*  */
.info_block{
	width:100% !important;
	margin:0;
	padding:10px 0 ;
	background:none;	
}
.info_block dl{
	display:block;
	width:94%;
	font-size:110%;
	line-height:130%;
	margin:0 auto!important;
	padding:10px 0 5px  !important;
}
.info_block dl.mt_10{
}

.info_block dl dt,
.info_block dl dd{
	display:block;
	width:100%;
	margin:0 !important;
	padding:0 0 5px !important;
}
.info_block dl dt{
	width:8em;
	margin:0 0 5px !important;
	padding:4px 0 3px !important;
}
.info_block dl dd.info_text{
	padding-left:0px;
}
.info_block dl dd .info_data{
	padding-bottom:5px;
}
.info_block dl dd.info_link{
	width:100%;
}
.info_block dl dd.info_link a{
}

.main_info_area02 {
    margin: 30px 10px 0px;
}
.main_info_area02 p {
    line-height: 1.2;
}
}
