﻿@charset "utf-8";

/*-----------------------------	
	h1
-----------------------------*/
#tano-main-area .tano-h1-type-01 {
    padding: 18px 0 15px 10px;
    margin: 0;
    background: #eee;
    border-bottom: 2px #999 solid;
}

#tano-main-area .tano-h1-type-01 span {
    color: #333;
    font-size: 28px;
}

/*-----------------------------	
	h2
-----------------------------*/
#tano-main-area h2.tano-h2-type-01 {
	line-height:1.9em;
	margin:50px 0 10px 0;
	font-size: 21px;
	font-weight:600;
	padding:4px 0 0 20px;
	background:#eee;
	color:#000;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

/*-----------------------------	
	h3
-----------------------------*/
#tano-main-area h3.tano-h3-type-01{
	font-size:19px;
	font-weight:bold;
	background:#fff;
	color:#000;
	padding:0;
	margin:50px 0 10px 0;
}
/*-----------------------------	
	.tano-jin-text-01
-----------------------------*/
#tano-main-area .tano-jin-text-01{
	margin:0;
}

/*-----------------------------	
	.functional_nav01
-----------------------------*/

#tano-main-area .functional_nav01 ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 10px 0 20px 0;
}
#tano-main-area .functional_nav01 li{
	width: 232px;
}
#tano-main-area .functional_nav01 li a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background:#333;
	display: block;
	text-align: center;
	text-decoration: none;
	padding:6px 0 13px;
	position: relative;
	border:2px solid #333;
}
#tano-main-area .functional_nav01 li a:before{
	content: "";
	position: absolute;
	bottom:10px;
	left: 50%;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#tano-main-area .functional_nav01 li a:hover{
	background: #fff;
	color:#333;
	border:2px solid #333;
}
#tano-main-area .functional_nav01 li a:hover::before{
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}
#tano-main-area .link_list_top p,
#tano-main-area .link_list_top ul{
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
}
#tano-main-area .link_list_top p{
	font-weight: bold;
	margin:0 30px 0 0;
}
#tano-main-area .link_list_top ul li a{
	display: inline;
	position: relative;
	padding-left: 13px;
}
#tano-main-area .link_list_top ul li a:hover{
	text-decoration: underline;
}
#tano-main-area .link_list_top ul li a:before{
	content: "";
	position: absolute;
	top:38%;
	left: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*-----------------------------	
	.tano-free-html-area .memo
-----------------------------*/
.tano-free-html-area .memo{
	margin-top:10px;
}
.tano-free-html-area .memo .memo-img01{
	text-align:center;
	margin:5px 0;
}
.tano-free-html-area .memo .memo-icon-list01,
.tano-free-html-area .memo .memo-icon-list02{
	display:flex;
	flex-wrap:wrap;
}
.tano-free-html-area .memo .memo-icon-list01{
	gap:8px;
	margin-bottom:8px;
}
.tano-free-html-area .memo .memo-icon-list01 li{
	width:auto;
	height:40px;
}
#tano-container-left .tano-free-html-area .memo .memo-link-btn{
	text-align:center;
	margin:5px 0;
}
#tano-container-left .tano-free-html-area .memo .memo-link-btn a{
	display: block;
	padding: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ccc;
	background-color: #fff2e5;
}
#tano-container-left .tano-free-html-area .memo .memo-link-btn a:hover{
	color:#666;
	background-color:#ffffd5;
}
/*-----------------------------	
	.section01
-----------------------------*/
.section01-inner-img{
	text-align:center;
}

/*-----------------------------	
	.section02
-----------------------------*/
#tano-main-area .section02 .tano-jin-text-01{
	margin-bottom:10px;
	padding-top:0;
}
#tano-main-area .section02 .link-list01 ul{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-flow: row wrap;
	gap:20px;
	padding: 20px;
	margin-top:10px;
	background: #eee;
}
#tano-main-area .section02 .link-list01 ul li a{
	display: block;
	border: 2px #eee solid;
	border-radius: 10px;
	background: #fff;
    /*width: 210px;*/
    text-decoration: none;
    text-align: center;
    vertical-align: bottom;
    line-height: 1.2em;
    font-size: 1.2em;
    color: #000;
	width:calc((920px - 52px) / 3);
}
#tano-main-area .section02 .link-list01 li a:hover {
	border: 2px #666 solid;
	color: #666;
}
#tano-main-area .section02 .link-list01 li a .image{
	padding:0 10px 15px 10px;
	margin: 0;
	width: auto;
	height: 90px;
}
#tano-main-area .section02 .link-list01 li a:hover .image{
	opacity:0.6;
}
#tano-main-area .section02 .link-list01 li.section02-link01 a .image{
	background: url(/files/uploadFiles/special/mae/machine/laminator/section02-link01-img.png) no-repeat 50% 0;
}
#tano-main-area .section02 .link-list01 li.section02-link02 a .image{
	background: url(/files/uploadFiles/special/mae/machine/laminator/section02-link02-img.png) no-repeat 50% 0;
}
#tano-main-area .section02 .link-list01 li.section02-link03 a .image{
	background: url(/files/uploadFiles/special/mae/machine/laminator/section02-link03-img.png) no-repeat 50% 0;
}
#tano-main-area .section02 .link-list01 li.section02-link04 a .image{
	background: url(/files/uploadFiles/special/mae/machine/laminator/section02-link04-img.png) no-repeat 50% 0;
}
#tano-main-area .section02 .link-list01 li.section02-link05 a .image{
	background: url(/files/uploadFiles/special/mae/machine/laminator/section02-link05-img.png) no-repeat 50% 0;
}
#tano-main-area .section02 .link-list01 li.section02-link06 a .image{
	background: url(/files/uploadFiles/special/mae/machine/laminator/section02-link06-img.png) no-repeat 50% 0;
}
#tano-main-area .section02 .link-list01 li.section02-link07 a .image{
	background: url(/files/uploadFiles/special/mae/machine/laminator/section02-link07-img.png) no-repeat 50% 0;
}
#tano-main-area .section02 .link-list01 li.section02-link08 a .image{
	background: url(/files/uploadFiles/special/mae/machine/laminator/section02-link08-img.png) no-repeat 50% 0;
}
#tano-main-area .section02 .link-list01 li a img{
	visibility:hidden;
	width:170px;
	height: 90px;
}
#tano-main-area .section02 .link-list01 li a span{
    padding:0;
	line-height:20px;
	display: block;
	padding:10px 10px 10px;
}
#tano-main-area .section02 .link-list01 li a span.title{
	font-weight: bold;
	font-size: 19px;
	padding:20px 10px 0 10px;
}

/*-----------------------------	
	.section03 .link-list01
-----------------------------*/
#tano-main-area .section03 .link-list01 ul{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-top:10px;
}
#tano-main-area .section03 .link-list01 ul li{
	width: 312px;
}
#tano-main-area .section03 .link-list01 ul li a{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #666;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 8px 0 6px;
    position: relative;
	border:2px solid #666;
}
#tano-main-area .section03 .link-list01 ul li a:hover{
	background: #fff;
	color:#666;
	border:2px solid #666;
}
#tano-main-area .section03 .link-list01 ul li a:before{
	content: "";
    position: absolute;
    top: 35%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#tano-main-area .section03 .link-list01 ul li a:hover::before{
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

/*-----------------------------	
	.tano-back-color-none
-----------------------------*/
#tano-main-area .tano-back-color-none{
	background:#fbfcc0;
	/*background:#888;*/
	color:#333;
	padding:7px 3px 6px 3px;
}


.tano-item-detail-box-2 .tano-item-detail .tano-item-detail-center img, 
.tano-item-detail-box-3 .tano-item-detail .tano-item-detail-center img, 
.tano-item-detail-box-4 .tano-item-detail .tano-item-detail-center img,
.tano-item-detail-box-5 .tano-item-detail .tano-item-detail-center img {
    border: 0px;
}
/*-----------------------------	
	btn
-----------------------------*/
#tano-main-area .tano-btn-center{
	margin:0 auto;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#tano-main-area .tano-btn-center a{
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
	color: #000;
	background: #fbf267;
	padding:15px 40px 12px 30px;
	border-radius: 30px;
	position: relative;
}
#tano-main-area .tano-btn-center a:before{
	position: absolute;
	right: 30px;
	top:43%;
	content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#tano-main-area .tano-btn-center a span{
	padding-right:5px;
}
#tano-main-area .tano-btn-center a:hover {
	background: #ffb83b;
}
/*-----------------------------	
	.section-frame
-----------------------------*/
#tano-main-area .section-frame{
	border:solid 3px #009900;
	width:900px;
	margin:20px auto;
}
#tano-main-area .section-frame h4.tano-h4 {
	background: #009900;
	font-size: 19px;
	font-weight: 600;
    padding: 7px 0 5px 0;
	margin: 0;
	color: #000;
    text-align: center;
}
#tano-main-area span.color-point{
	color:#ffff00;
}
#tano-main-area .section-frame article{
	margin:20px;
}
#tano-main-area .section-frame h5.tano-h5{
	border-bottom: 1px dotted #ff8b14;
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 0 5px;
	margin: 10px 0 5px 0;
	color: #f5780c;
}
#tano-main-area .section-frame h5.tano-h5 a{
	color:#f5780c;
}
#tano-main-area .section-frame h5.tano-h5 a:hover{
	color:#f5780c;
	text-decoration:none;
}
#tano-main-area .section-frame .tano-jin-text-01{
	color:#444;
}
#tano-main-area .section-frame .tano-jin-text-01 .text_bold{
	font-weight:600;
	color:#000;
}
#tano-main-area .tano-img-right{
	float:right;
	margin:0 10px;
	over-flow:hidden;
}
#tano-main-area .section-frame article .box01 .tano-jin-text-01,
#tano-main-area .section-frame article .box02 .tano-jin-text-01{
	display:inline-block;
}
#tano-main-area .section-frame article .box02 .tano-jin-text-01{
	width:650px;
}
#tano-main-area .section-frame .box01,
#tano-main-area .section-frame .box02 {
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-top:10px;
}
#tano-main-area .section-frame .box01 .box-inner01,
#tano-main-area .section-frame .box02 .box-inner01{
	display: flex;
	font-size: 14px;
	margin-bottom:20px;
}
#tano-main-area .section-frame .box01 .box-inner01{
	align-items: flex-start;
}
#tano-main-area .section-frame .box02 .box-inner01{
	align-items: center;
}
#tano-main-area .section-frame .box01 .box-inner01 img{
	width: 200px;
	height: 90px;
}
#tano-main-area .section-frame .box02 .box-inner01 img{
	width: 60px;
	height: 60px;
}
#tano-main-area .section-frame .box01 .box-inner01 p{
	width: 210px;
	margin:0 0 0 10px;
}
#tano-main-area .section-frame .box02 .box-inner01 p{
	width: 310px;
	margin:0 0 0 10px;
}
/*-----------------------------	
	.CopyTable
-----------------------------*/
#tano-main-area .section-frame .CopyTable{
width: 100%;
border-collapse: collapse;
margin-bottom: 30px;
}
.CopyTable th{
padding: 4px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.CopyTable td{
padding: 5px 10px 3px 10px;
text-align: left;
vertical-align: top;
background-color: #fff;
border: 1px solid #b9b9b9;
}
.CopyTable td.head{
padding: 5px 10px 3px 10px;
text-align: center;
font-weight:bold;
font-size:110%;
vertical-align: center;
background-color: #fff;
border: 1px solid #b9b9b9;
}


/*-----------------------------------------
	.spec-table-01
-------------------------------------------*/
#tano-main-area .spec-table-01 {
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin: 10px 0 0;
	width: 100%;
}
#tano-main-area .spec-table-01 tr th {
	border: 1px solid #CCC;
	padding: 2px 5px;
	vertical-align: middle;
	background: #eee;
	width: 125px;
}
#tano-main-area .spec-table-01 tr td {
	border: 1px solid #CCC;
	vertical-align: middle;
	background: #fff;
	padding: 2px 5px;
	width: 315px;
}
#tano-main-area .tano-item-detail-box-2 .spec-table-01 tr td {
	width: auto;
}
#tano-main-area .tano-item-detail-box-3 .spec-table-01 tr th {
	width: 300px;
}
#tano-main-area .tano-item-detail-box-4 .spec-table-01 tr th {
	width: 6em;
}
