@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
a{
	color:#666;
	text-decoration: underline;
}
textarea{
	resize: vertical;
}
.clearfix {
	zoom: 1;
}
.left{
	text-align:left !important;
}
.center{
	text-align:center !important;
}
.right{
	text-align:right !important;
}
table{
	width:100%;
	word-break:break-all;
}
hr{
	border:1px solid #ccc;
	border-width: 1px 0 0 0;
}
hr.etc1{
	border-width: 1px 0 0 0;
	margin-bottom:20px;
}
input[type="text"], input[type="password"]{
	padding: 3px;
}
.checkbox01-input{
	display: none;
}
.checkbox01-parts{
	padding-left: 20px;
	position:relative;
	cursor:pointer;
}
.checkbox01-parts:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 2px solid #ccc;
	background-color:#fff;
}
.checkbox01-parts:hover:before{
	border: 2px solid #575756;
}
.checkbox01-input:checked + .checkbox01-parts:before{
	background-color:#4c6180;
	border: 2px solid #4c6180;
}
.checkbox01-input:checked + .checkbox01-parts:after{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 6px;
	width: 6px;
	height: 10px;
	transform: rotate(40deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.checkbox02-input-label{
	margin:5px 10px;
	display:inline-block;
	cursor: pointer;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10から */
}
.checkbox02-input-label:hover{
}
.checkbox02-input{
	display: none;
}
.checkbox02-input:checked ~ img{
	opacity:0.3;
}
.checkbox02-parts{
	position:relative;
	height: 50px;
	display: inline-block;
}
.checkbox02-input:checked + .checkbox02-parts:after{
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 30px;
	width: 14px;
	height: 28px;
	transform: rotate(40deg);
	border-bottom: 5px solid #4c6180;
	border-right: 5px solid #4c6180;
}

.input_text_size1{
	width:50px;
}
.input_text_size2{
	width:100px;
}
.input_text_size3{
	width:150px;
}
.input_text_size4{
	width:200px;
}
.input_text_size5{
	width:250px;
}
.input_text_size6{
	width:300px;
}
.input_text_size7{
	width:350px;
}
.input_text_size8{
	width:400px;
}
.input_text_size_max{
	width:98%;
}
/*--------------------
HEADER
--------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color:#fff;
	transition: .3s;
	border-bottom:1px solid #e1e1e1;
}
header .inner{
	max-width:970px;
	min-width:720px;
	width:100%;
	margin:0 auto;
	padding:8px 0;
}
header .area-left{
	display:inline-block;
	float:left;
	line-height:46px;
}
header .area-left p{
	font-size:120%;
	padding:0 15px;
}
header .area-left p .tag-admin{
	background:red;
	color:#fff;
	font-size:70%;
	font-weight:bold;
	letter-spacing:1px;
	padding:1px 10px 2px 10px;
	margin:0 10px;
	border-radius:10px;
}
header .area-right{
	display:inline-block;
	float:right;
	line-height:46px;
}
header .area-right .name{
	padding-right:20px;
}
header .area-right a{
	text-decoration:underline;
	color:#666;
}
#id_error_message{
	display:none;
	border:2px solid red;
	color:red;
	padding:20px;
	margin-top:30px;
	border-radius:15px;
}
#id_success_message{
	background-color:#c2fbe3;
	margin-top:30px;
	padding:8px 20px;
}
/*--------------------
CONTENT
--------------------*/
#content{
	margin-top:63px;
	padding:0 0 15px 0;
}
#content .error_message {
	color: red;
	display: block;
	font-weight: normal !important;
}
#content .area-pankuzu{
	background-color:#575756;
	color:#fff;
	box-shadow: 0px 0px 10px 0 #c1c1c1;
	-moz-box-shadow: 0px 0px 10px 0 #c1c1c1;
	-webkit-box-shadow: 0px 0px 10px 0 #c1c1c1;
}
#content .area-pankuzu .inner{
	max-width:970px;
	min-width:720px;
	width:100%;
	margin:0 auto;
	padding-bottom:2px;
}
#content .area-pankuzu .inner ul li{
	display:inline;
}
#content .area-pankuzu .inner ul li:last-child{
	content:normal;
}
#content .area-pankuzu .inner ul li a{
	color:#fff;
	font-size:90%;
}
#content #content-inner{
	max-width:970px;
	min-width:720px;
	width:100%;
	margin:0 auto;
}
#content #content-inner table.tbl-list{
	width:100%;
	margin:20px 0;
}
#content #content-inner table.tbl-list tr th{
	background-color:#f1f1f1;
	text-align:center;
	border:1px solid #cccccc;
	padding:3px 5px;
}
#content #content-inner table.tbl-list tr td{
	border:1px solid #cccccc;
	text-align:center;
	padding:3px 5px;
}
#content #content-inner table.tbl-list tr td.thumb{
	background-color:#f1f1f1;
}
#content #content-inner table.tbl-list tr td.thumb img{
	max-width:80px;
	max-height:50px;
}
#content #content-inner table.tbl-list tr td a.link_detail{
	text-decoration:underline;
	color:#666;
}
#content #content-inner table.tbl-list tr td a.dl_pdf{
	text-decoration:underline;
	color:#666;
}
#content #content-inner table.tbl-list tr td a.dl_zu{
	text-decoration:underline;
	color:#666;
}
#content #content-inner table.tbl-list tr td a.dl_pic{
	text-decoration:underline;
	color:#666;
}
#content #content-inner .area-search{
	width:700px;
	margin:30px auto;
	padding:20px;
	background-color:#f1f1f1;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px 0 #c1c1c1;
	-moz-box-shadow: 0px 0px 10px 0 #c1c1c1;
	-webkit-box-shadow: 0px 0px 10px 0 #c1c1c1;
	border-radius: 10px;
}
#content #content-inner table.tbl-search-header{
	width:680px;
	margin:0 auto;
}
#content #content-inner table.tbl-search-header tr th{
	width:14em;
	padding:5px 0;
}
#content #content-inner table.tbl-search-header tr td{
	padding:5px 0;
}
#content #content-inner table.tbl-search-header tr td input[type="text"]{
	padding:5px;
	width:286px;
}
#content #content-inner table.tbl-search-header tr td select{
	padding:5px;
	width:300px;
}
#content #content-inner table.tbl-search-header tr td.area-btn{
	text-align:center;
	border-left:1px solid #ccc;
	padding-left:20px;
}
#content #content-inner table.tbl-search-header tr td.area-btn .search{
	background-color:#637da5;
	letter-spacing:2px;
	color:#fff;
	padding:15px;
	border-radius:7px;
	display:block;
	border-bottom:5px solid #4c6180;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width:100%;
	cursor:pointer;
	border-top:none;
	border-right:none;
	border-left:none;
}
#content #content-inner table.tbl-search-header tr td.area-btn .search:hover{
	background-color:#4c6180;
}
#content #content-inner table.tbl-search-header tr td.area-btn .reset{
	margin-top:10px;
	letter-spacing:2px;
	background-color:#aaa;
	color:#fff;
	padding:5px 15px;
	border-radius:7px;
	display:block;
	border-bottom:5px solid #555;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width:100%;
	cursor:pointer;
	border-top:none;
	border-right:none;
	border-left:none;
}
#content #content-inner table.tbl-search-header tr td.area-btn .reset:hover{
	background-color:#555;
}
#content #content-inner .area-pager{
	margin:20px 0;
	text-align:right;
}
#content #content-inner .area-pager a{
	color:#666;
	text-decoration:underline;
	margin:0 10px;
}

#content #content-inner #pager-area{
	margin-top:10px;
	margin-bottom:20px;
}
#content #content-inner .pager-box{
	display:inline-block;
	border:1px solid #ccc;
	line-height:25px;
	width:24px;
	text-align:center;
}
#content #content-inner .pager-box-on{
	background-color:#eeeeee;
	display:inline-block;
	border:1px solid #ccc;
	line-height:25px;
	width:24px;
	text-align:center;
}

#content #content-inner .area-result-count{
	margin:20px 0;
	padding:0 10px;
	text-align:right;
	background-color:#eef3f7;
	line-height:35px;
	border-bottom: 2px solid #92a0ab;
}
#content #content-inner .area-contact{
	width:680px;
	margin:30px auto;
	padding:15px 20px 15px 20px;
	background-color:#f1f1f1;
	border: 1px solid #dedede;
	/*
	box-shadow: 0px 0px 10px 0 #c1c1c1;
	-moz-box-shadow: 0px 0px 10px 0 #c1c1c1;
	-webkit-box-shadow: 0px 0px 10px 0 #c1c1c1;
	*/
	border-radius:8px;
}
#content #content-inner table.tbl-contact{
	width:660px;
	margin:0 auto;
}
#content #content-inner table.tbl-contact tr th,#content #content-inner table.tbl-contact tr td{
	padding:10px 0;
}
#content #content-inner table.tbl-contact tr th{
	width:10em;
}
#content #content-inner table.tbl-contact tr th b{
	font-size:1.3em;
}
#content #content-inner table.tbl-contact tr td select{
	padding:3px;
	width:300px;
}
#content #content-inner table.tbl-contact tr td textarea{
	width:100%;
}
#content #content-inner table.tbl-contact tr td.area-btn{
}
#content #content-inner table.tbl-contact tr td.area-btn .send{
	width:200px;
	margin:0 auto;
	letter-spacing:2px;
	text-align:center;
	background-color:#637da5;
	color:#fff;
	cursor:pointer;
	padding:15px;
	border-radius:7px;
	display:block;
	border-bottom:5px solid #4c6180;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-top:none;
	border-right:none;
	border-left:none;
}
#content #content-inner table.tbl-contact tr td.area-btn .send:hover{
	background-color:#4c6180;
}

#content #content-inner table.tbl-deatil{
	width:970px;
	margin:0 auto 50px auto;
}
#content #content-inner table.tbl-deatil tr{
	border-bottom:1px solid #ddd;
}
#content #content-inner table.tbl-deatil tr th,#content #content-inner table.tbl-deatil tr td{
	padding:30px 0;
}
#content #content-inner table.tbl-deatil tr th{
	text-align:center;
	width:150px;
	font-size:100%;
	font-weight:bold;
	letter-spacing: 2px;
}
#content #content-inner table.tbl-deatil tr td{
	width:820px;
}
#content #content-inner table.tbl-deatil tr td .area-detail-pic{
	width:820px;
}
#content #content-inner table.tbl-deatil tr td .area-detail-pic img{
	display:inline-block;
	pointer-events: none;
	cursor:pointer;
	max-width:80px;
	max-height:80px;
}
#content #content-inner img.product-image{
	float:left;
	margin:0 20px 0 10px;
	max-width:80px;
	max-height:400px;
}
#content #content-inner .product-title{
	float:left;
	text-align:left;
	width:600px;
	font-size:120%;
	letter-spacing: 2px;
}
#content #content-inner .product-title-main{
	float:left;
	text-align:left;
	width:600px;
	font-size:130%;
	letter-spacing: 2px;
}
#content #content-inner table.tbl-detail-zu{
	width:810px;
	border:1px solid #999;
	margin-left:10px;
}
#content #content-inner table.tbl-detail-zu tr{
	border:none;
	border-bottom:1px solid #999;
}
#content #content-inner table.tbl-detail-zu tr th{
	color:#fff;
	background-color:#575756;
	text-align:center;
	word-break:break-all;
	padding:6px 0 4px 0;
	letter-spacing:2px;
}
#content #content-inner table.tbl-detail-zu tr td{
	text-align:center;
	padding:6px;
	word-break:break-all;
	border-left:1px solid #999;
}
#content #content-inner table.tbl-detail-zu tr td.zu-name-area{
	text-align:left;
}
#content #content-inner table.tbl-detail-zu tr td a{
	text-decoration:underline;
	color:#666;
}
#content #content-inner a.btn-pic-all-check{
	background-color:#575756;
	color:#fff;
	font-size:90%;
	border-radius: 18px;
	padding: 11px 2px 12px 2px;
	letter-spacing: 2px;
	margin:30px auto 30px auto;
	display:block;
	width:400px;
	text-align:center;
	position:relative;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#content #content-inner a.btn-pic-all-check:hover{
	opacity:0.8;
}
#content #content-inner a.btn-pic-all{
	background-color:#575756;
	color:#fff;
	font-size:90%;
	border-radius:8px;
	padding: 1px 2px 2px 2px;
	letter-spacing: 2px;
	margin:5px 25px 10px 0;
	display:inline-block;
	width:160px;
	text-align:center;
	position:relative;
	float:right;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#content #content-inner a.btn-pic-all:hover{
	opacity:0.8;
}

#content #content-inner .desc-pic{
	position: relative;
	float: left;
}

#content #content-inner a.area-relate-product{
	text-align:center;
	margin:5px 10px;
	display:block;
	float:left;
	cursor:pointer;
	color:#666;
	text-decoration:underline;
	max-width:80px;
}
#content #content-inner a.area-relate-product img{
	max-width:80px;
	max-height:80px;
}
#content #content-inner .area-detail-other{
	background-color:#f6f6f6;
	border:1px solid #ddd;
	padding:15px;
	margin-left:10px;
}
#content #content-inner .mask-zu{
	text-align: center;
	padding:30px 0;
}
#content #content-inner .btn-mask-zu{
	background-color:#0092b3;
	padding:25px 30px;
	border-radius:10px;
	color: #fff;
	letter-spacing:1px;
	text-decoration:none;
}
#content #content-inner .btn-mask-zu:hover{
	opacity:0.9;
}
#content #content-inner .mask-contact{
	text-align: center;
	margin-bottom:50px;
}
#content #content-inner .btn-mask-contact{
	background-color:#0092b3;
	padding:25px 30px;
	border-radius:10px;
	color: #fff;
	letter-spacing:1px;
	text-decoration:none;
}
#content #content-inner .btn-mask-contact:hover{
	opacity:0.9;
}
#content #content-inner .btn-csv-dl{
	float:left;
	margin:10px 0;
	background-color:#575756;
	color:#fff;
	text-decoration:none;
	padding:2px 15px 3px 15px;
	border-radius:10px;
	font-size:90%;
	letter-spacing:1px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#content #content-inner .btn-csv-dl:hover{
	opacity:0.8;
}
#content #content-inner .result_text{
	text-align:center;
	padding:100px 0 !important;
}
#content #content-inner .btn-type1{
	width:200px;
	margin:0 auto;
	letter-spacing:2px;
	text-align:center;
	background-color:#637da5;
	color:#fff;
	padding:15px;
	border-radius:7px;
	display:block;
	border-bottom:5px solid #4c6180;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#content #content-inner .btn-type1:hover{
	background-color:#4c6180;
}

#content #content-inner table.tbl-howto tr td img{
	padding:0 20px;
}

/*--------------------
FOOTER
--------------------*/
footer{
	background-color: #676766;
	color:#fff;
}
footer .inner{
	max-width:970px;
	min-width:720px;
	width:100%;
	margin:0 auto;
}
footer .area-left{
	display:inline-block;
	float:left;
	line-height:56px;
}
footer .area-left p{
	font-size:90%;
	padding:0 15px;
	letter-spacing:0.5px;
	font-weight:normal;
}
footer .area-left p a{
	color:#fff;
}
footer .area-right{
	display:inline-block;
	float:right;
	line-height:56px;
}
footer .area-right p{
	font-size:70%;
	padding:0 15px;
	letter-spacing:0.5px;
	font-weight:normal;
}