@charset "UTF-8";

/*-----表組-----*/

#table_products_list {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#table_products_list th{
	background: #eeecea;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: center;
	vertical-align:middle;
}
#table_products_list td{
	background: #FFF;
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: center;
	vertical-align:middle;
	width:15%;
}

#table_products_list td div {
	margin-top:5px;
}
#table_products_list td div img{
	height:70px;
}

.sort {
	margin-bottom:12px;
	text-align:right;
	
}

#table_spec {
	width:440px;
	border-collapse: collapse;
	border-spacing: 0;
}
#table_spec th{
	background: #eeecea;
	font-weight: bold;
	padding: 2px 5px;
	border: 1px solid #cccccc;
	vertical-align:middle;
}
#table_spec td{
	background: #FFF;
	padding: 2px 5px;
	border: 1px solid #cccccc;
	vertical-align:middle;
}

.f_left {
	float:left;
}
.f_right {
	float:right;
}

/*-----タブ-----*/
ul.tabmenu {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
}
ul.tabmenu li {
	display:block;
	font-weight: bold;
	float:left;
	padding:10px 30px;
	border:1px solid #ddd;
	border-bottom:0;
	margin-right:5px;
	cursor:pointer;
}
.tabactive {
	background-color: #f9f8f5!important;
	margin-top: 1px;
	margin-bottom: -1px;
}
ul.tabcont {
	width:100%;
	clear:both;
	padding: 0px 30px 0px 30px;
	overflow:hidden;
	border:1px solid #ddd;
	background: #f9f8f5;
	border-top:0;
}
ul.tabcont > li {
	position:relative;
/*タブの表示*/
	display: none;
}

ul.display > li {
	display: block;
}

ul.tabcont li div.motor_sec {
	position:absolute;
	top:50px;
	right:0px;
	float:left;
}
ul.tabcont li div.motor_sec div {
	text-align:center;
	float:left;
	width:150px;
	padding:4px 0;
	font-size:90%;
	font-weight:bold;
	line-height:120%;
	background-color:#DBD5CA;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin:0 0 5px 0;
}
ul.tabcont li div.motor_sec p {
	padding-left:20px;
	float:left;
}
ul.tabcont li div.description {
	position:relative;
	clear:both;
	float: left;
	width: 450px;
	margin-bottom:20px;
}
ul.tabcont li div.description p.lead {
	margin-top:20px;
	font-size:110%;
	line-height:170%;
}
ul.tabcont li div.btn {
	margin-top:20px;
	float: left;
}
ul.tabcont li div.btn a {
	display:block;
	float: left;
	width: 140px;
	height:70px;
	margin-right:15px;
	background-image:url(../images/btn.png);
	background-repeat:no-repeat;
	text-indent:-999px;
	overflow:hidden;
}
ul.tabcont li div.btn a.btn1 {
	background-position:0 0;
}
ul.tabcont li div.btn a.btn1:hover {
	background-position:0 -70px;
}
ul.tabcont li div.btn a.btn2 {
	background-position:-140px 0;
}
ul.tabcont li div.btn a.btn2:hover {
	background-position:-140px -70px;
}
ul.tabcont li div.btn a.btn3 {
	margin-right:0;
	background-position:-280px 0;
}
ul.tabcont li div.btn a.btn3:hover {
	background-position:-280px -70px;
}
ul.tabcont li div.data {
	float: right;
	width: 460px;
	margin-bottom:20px;
}
ul.tabcont li div.data p {
	margin-bottom:10px;
}
ul.tabcont li div.data img.draw {
width:100%;
}

/*-----一覧-----*/

ul.box_out {
	width:100%;
float:left;
}
li.box {
width:220px;
background:#FFF;
border:1px solid #DDD;
padding:15px;
margin-bottom:30px;
float:left;
margin-right:19px;
}
li.box div.img {
margin-top:15px;
width:100％;
text-align:center;
}
li.box div.img img {
max-height:170px;
}
li.box div.box_in {
margin-top:15px;
width:100％;
}
ul.box_out li.end {
margin-right:0px;
}
li.box div.name {
	font-size:110%;
	line-height:120%;
	font-weight:bold;
	background-color:#A29B97;
	color:#FFF;
	padding:4px 10px;
}
li.box div.drive {
	text-align:right;
	line-height:120%;
	font-weight:bold;
	padding:4px 10px;
	border-bottom:1px solid #CCC;
}
li.box div.disc {
margin:10px 0;
clear:both;
}
li.box div.bucket {
	width:100%;
}
li.box div.bucket div {
	text-align:center;
	padding:4px 0;
	font-size:90%;
	font-weight:bold;
	line-height:120%;
	background-color:#DBD5CA;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin:0 0 5px 0;
}
li.box div.bucket p {
	text-align:center;
}

li.box a.detail {
	display:block;
	width:100%;
	color:#FFF;
	padding:4px 0;
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:120%;
	background-color:#A60005;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
li.box a.detail:hover {
	background-color:#CC0000;
}
a.catalogue {
	margin-top:-40px;
	margin-bottom:20px;
	float:right;
	display:block;
	width:200px;
	color:#FFF;
	padding:6px 0;
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:120%;
	background-color:#A60005;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
a.catalogue:hover {
	background-color:#CC0000;
}
h5 {
	font-size:120%;
	font-weight:bold;
	margin: 30px  0 15px 10px;
	border-left: 5px solid #C00;
	padding-left:10px;
}
ul#group {
	width: 100%;
	padding: 15px 0 0 15px;
	border: 1px solid #ddd;
	float: left;
	background-color: #F2F1ED;
}
ul#group li {
	width:83px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	text-align:center;
}
ul#group li div {
	height:70px;
	padding:5px;
	background-color:#FFF;
	margin-bottom:5px;
}
ul#group li img {
	max-height:100%;
	max-width:100%;
}

.tabin {
	width: 100%;
	float:left;
	background-color:#FFF;
	margin-bottom:20px;
	padding:20px;
}
#gallery #ph_left {
	text-align:center;
	background-color:#FFF;
	width:760px;
	float:left;
	padding:20px;
	margin-bottom:20px;
}
#gallery #ph_left li {
	display:none;
}
#gallery #ph_left li img {
	width:100%;
}
#gallery ul#thamb {
	width:140px;
	float:right;
}
#gallery ul#thamb li a {
	display:block;
	background-color:#FFF;
	padding:10px;
	margin-bottom:20px;
	border:1px solid #DDD;
}
#gallery ul#thamb li a:hover {
	border:1px solid #BBB;
}
#gallery ul#thamb li img {
	width:100%;
}

/*詳細表示切り替え*/

#detail {
	float:left;
	margin-bottom:30px;
}
#detail li {
	width: 145px;
	float:left;
	margin-right: 10px;
	text-align:center;
}
#detail li:last-child {
	margin-right: 0px;
}
#detail li p.cap {
	color: #FFF;
	background-color: #CC0000;
	font-size: 85%;
	font-weight: bold;
	margin: 0;
	text-align: center;
	padding: 2px 5px;
	line-height: 150%;
	height: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#detail li div {
	width: 145px;
	height:145px;
	background:#000;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
}
#detail li img {
	max-width:135px;
	max-height:135px;
	width: auto;
	height: auto;
}
#detail li p.dt_btn {
	display:block;
	width: 140px;
	height:25px;
	margin: 10px auto 0 auto;
	background-image:url(../images/detail.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-999px;
	overflow:hidden;
}
#detail li p.dt_btn_hover {
	background-position:0 -25px;
}
ul.dt_area {
	width: 100%;
}
ul.dt_area li#dt00 {
background-color: #FFF;
	padding:20px;
}

ul.dt_area li#dt00 img {
width:100%;
}

ul.dt_area li {
	background-color: #000;
	display:none;
	width: 100%;
}
ul.dt_area li h5 {
	color: #FFF;
	background-color: #CC0000;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	text-align: center;
	padding: 2px 5px;
	line-height: 150%;
}
ul.dt_area li div {
	padding:20px;
}
ul.dt_area li div img {
	width:100%
}
ul.dt_area li div p {
	color:#FFF;
	margin-top:20px
}
ul.dt_area li div a {
	float:right;
	background-image:url(../images/dtclose.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:14px;
	color:#FFF;
}
.tb_cap {
	margin-top:-40px;
	margin-bottom: 10px;
}

a.toi-btn {
letter-spacing: normal!important;
display: inline-block;
padding: 10px 15px;
line-height: 1;
font-size: 16px;
font-weight: 600;
background: rgba(170,0,0,1);
color: #FFF;
text-decoration: none;
border-radius: 5px;
}
a.toi-btn:hover {
background: rgba(200,0,0,1);
}
a.toi-btn.svl {
position: absolute;
right: 0;
top: -20px;
}

a.toi-btn.ldr {
position: absolute;
right: 0;
bottom: 20px;
}

.data .full {
width: 456px;
margin-bottom: 20px;
}
.data .full img {
width: 100%;
}

span.ls {
letter-spacing: 0.18em;
}

div.btnpdf a {
 position: absolute;
 right: 230px;
 bottom: 20px;
	display:block;
	width: 210px;
	height:36px;
	background-image:url(../images/btnpdf.png);
	background-repeat:no-repeat;
	text-indent:-999px;
	overflow:hidden;
}
div.btnpdf a:hover {
	background-position:0 -36px;
}
