<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift-jis";
/* For cgi files css202005 from toppage style000.css
/* =Reset default browser CSS.
Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1.7;  /* ----add 0703------------------------------- */
}
td, th {
	border: 1;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table.table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -------------------------------------------------------------- */

body {
	color: #333;
	font-size: small;
	font-family: 'Hiragino Kaku Gothic Pro', '?q???M?m?p?S Pro W3', '???C???I', Meiryo, '?l?r ?o?S?V?b?N', sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
.thum-img {
	width: 50px;
	max-width: 50px;
	max-height: 50px;
}
/* link style color etc..
------------------------------------------------------------*/

a {
	color: #83c61a;
	text-decoration: none;
}
a:hover {
	color: #3b580d;
}
a:active, a:focus {
	outline: 0;
}
/* Wrapper overall layout
------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
	background: #fff;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
/*************
/* header layout
*************/


#header {
	height: 110px;
}
#header h1 {
	padding: 5px 0 10px 10px;
	font-size: 12px;
	font-weight: normal;
}
/*************
/* logo
*************/


.logo {
	float: left;
	margin-left: 17px;
}
.logo span {
	display: block;
}
/*************
/* logo+phone
*************/


.info {
	float: right;
	padding-right: 20px;
	text-align: right;
}
.info .open {
	font-size: 11px;
}

.logo, .info .tel {
	margin-top: 6px;
	color: #83c61a;
	font-size: 20px;
	font-weight: bold;
}
.logo span, .info span {
	color: #333;
	font-size: .6em;
	font-weight: normal;
}
/**************************
/* main image tittle/Top and sub page
**************************/

#mainBanner {
	margin: 17px auto;
	padding: 0;
	width: 100%;
	position: relative;
	line-height: 0;
}
#mainBanner img {
	max-width: 100%;
	height: auto;
	border: 4px solid #ebebeb;
}
.slogan {
	position: absolute;
	max-width: 100%;
	height: auto;
	bottom: 10px;
	left: 10px;
	padding: 5px 10px;
	line-height: 1.4;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
}


.tittle{
font-size: 110%;
margin : 10px ;
justify-content: flex-start;
text-align: left;
 padding: 0.4em 0.5em;/*?????????? ???E???]??*/
  color: #494949;/*?????F*/
  background: #f5f5f5;/*?w?i?F*/
  border-left: solid 5px #008000;/*????*/
  border-bottom: solid 3px #d7d7d7;/*????*/
 /*background: transparent;?w?i???????*/
}
h2.tittle{
margin : 10px ;
justify-content: flex-start;
text-align: left;
 padding: 0.4em 0.5em;/*?????????? ???E???]??*/
  color: #494949;/*?????F*/
  background: #f5f5f5;/*?w?i?F*/
  border-left: solid 5px #999999;/*????*/
  border-bottom: solid 3px #d7d7d7;/*????*/
 /*background: transparent;?w?i???????*/
}
h3.tittle{
font-size: 110%;
margin : 10px ;
justify-content: flex-start;
text-align: left;
 padding: 0.4em 0.5em;/*?????????? ???E???]??*/
  color: #494949;/*?????F*/
  background: #f5f5f5/*?w?i?F*/
  border-left solid 5px #999999;/*????*/
  border-bottom: solid 3px #d7d7d7;/*????*/
 /*background: transparent;?w?i???????*/
}
/**************************
/* grid Wrapper overall layout
**************************/

.gridWrapper {
	padding-bottom: 20px;
	overflow: hidden;
}
* html .gridWrapper {
	height: 1%;
}
.grid {
	float: left;
	border-radius: 5px;
	background: #fff;
}
.box {
	margin: 0 5px;
	padding: 10px;
	border: 1px solid #ebebeb;
}
.box img {
	max-width: 100%;
	height: auto;
	border: 4px solid #ebebeb;
}
.box h3 {
	padding: 10px 0 5px;
}
.box h3, .box p {
	text-align: left;
}
.box p.readmore {
	padding: 10px 5px 5px;
	text-align: right;
}
/*************
section.content article
*************/

section.content article {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	overflow: hidden;
}
* html section.content article {
	height: 1%;
}
section.content p {
    letter-spacing: .1rem;
    text-align: left;
    font-feature-settings: "palt";
}

h3.heading {
	font-weight: normal;
	padding: 0 10px;
	line-height: 36px;
	color: #333;
	background: #f1f1f1;
	margin 0px?@0px?@5px?@0px;
}
section.content img {
	max-width: 90%;
	height: auto;
}
.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 10px 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 0 10px 10px;
}
#gallery .grid img, .border, ul.list img {
	border: 4px solid #ebebeb;
}
/*************
table
*************/

table.table_00{
	width: 100%;
	border-collapse: collapse;
  }
  
  table.table_00 tr{
	border-bottom: solid 2px white;
  }
  
  table.table_00 tr:last-child{
	border-bottom: none;
  }
  
  table.table_00 th{
	position: relative;
	text-align: left;
	width: 30%;
	background-color: #52c2d0;
	color: white;
	text-align: center;
	padding: 10px 0;
  }
  
  table.table_00 th:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #52c2d0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
  }
  
  table.table_00 td{
	text-align: left;
	width: 70%;
	text-align: center;
	background-color: #eee;
	padding: 10px 0;
  }

table.table {
	border-collapse: collapse;
	margin: 5px auto 15px auto;
	width: 100%;
}
table.table td {
	border-collapse: collapse;
	background-color: #F9F9F9;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}
table.table th {
	background-color: #F5F5F5;
	text-align: right;
	padding: 8px;
	width: 100%;
	white-space: nowrap;
	color: #151515;
	border-top: 1px solid #D4D4D4;
	border-right: 4px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
}
/*************
?e?[?u??????
section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
*************/

.demo04 th, .demo04 td {
	width: auto;
	text-align: left;
	line-height: 40px;
	font-size: 110%;
}

.demo03 th, .demo03 td {
	width: auto;
	text-align: left;
	
}


table.demo03 a:link{

color:#339933;
}
table.demo03 a:hover{
border-bottom: 1px solid #CCC;
color:#E8AC51;
}
table.demo03 a:active{

color:#E8AC51;
}
table.demo03 a:visited{
color:#727272;
}


@media only screen and (max-width: 480px) {
	.demo03 {
		list-style: none;
		width: 100%;
		margin-left: 5%;
	}
	.demo03 tr {
		display: block;
		margin-left: 5%;
	}
	.demo03 th {
	background: #e9727e;
		border: none;
		margin-left: 5%;
		display: block;
		width: 100%;
	}
	.demo03 td {
		display: list-item;
		width: 100%;
		margin-left: 5%;
		border: none;
	}
	
		.demo04 {
		float: left;
		list-style: none;
		width: 100%;
		margin: 0 -10px;
	}
	.demo04 tr {
		display: block;
		
	}
	.demo04 th {
		border: none;
		font-weight: bold;
		background: #F2F2F2;
		display: block;
		width: 100%;
	}
	.demo04 td {
		display: list-item;
		width: 100%;
		
		border: none;
	}
	.img_floatleft{
	float: left;}
	

	
/*************
products wrapper
*************/
	.content-product {
		width: 70%;
		display: inline-block;
		vertical-align: top;
	}
}
/*************
???i????box
*************/

#content-product {
	margin: auto;
	font-size: 100%;
	width: 92%;
	/*790px*/
	float: right;
	padding-top: 10px;
	padding-right: auto;
	padding-bottom: 10px;
	padding-left: auto;
	letter-spacing: 0.1em;
}


/*************
/* sidebar
*************/

#sidebar ul {
	padding: 10px;
}
#sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px dashed #ebebeb;
}
#sidebar li:last-child {
	border: 0;
	margin-bottom: 0px;
}
#sidebar li a {
	color: #333;
	display: block;
}
#sidebar li a:hover {
	color: #888;
}
#sidebar ul.list li {
	clear: both;
	margin-bottom: 5px;
	padding: 5px 0;
	overflow: hidden;
	border: 0;
}
ul.list li {
	height: 1%;
}
ul.list li img {
	float: left;
	margin-right: 10px;
}
ul.list li {
	font-size: 12px;
	line-height: 1.35;
}
.text-box {
	width: 100%;
	height:auto;
	padding-top: 2%;
	position: relative;
	margin: 1%;
}
.text-box span {
	position: absolute;
	top: 0%;
	left: 2%;
	transform: translate(-2%, -2%);
}
.title-sizeA {
	font-size: 120%;
	color: blue;
	/* ?????T?C?Y?w?? */
}
.blue-title-txt {
	font-size: 100%;
}
.blue-title-txt-big {
	font-size: 150%;
	font-weight: bold;
	color: #0000FF;
	font-family: 'Hiragino Kaku Gothic Pro', '?q???M?m?p?S Pro W3', '???C???I', Meiryo, '?l?r ?o?S?V?b?N', sans-serif;
}
/*************
/* header link banner etc..
*************/

#lang_sk {
	width: 100%;
	text-align: right;
	padding: 0px auto;
	margin: 0px auto;
	border-bottom: solid 1px #ccc;
	position:Fabsolute;
}
#lang_sk ul {
	padding: 0px;
	margin: 0x;
}
#lang_sk ul li {
	display: inline;
	margin-right: 1em;
}
#lang_sk ul li a {
	text-decoration: none;
	display: inline;
	color: #CCC;
	font-weight: normal;
	font-family: 'Hiragino Kaku Gothic Pro', '?q???M?m?p?S Pro W3', '???C???I', Meiryo, '?l?r ?o?S?V?b?N', sans-serif;
}
#lang_sk ul li a:hover {
	color: #666;
	font-family: 'Hiragino Kaku Gothic Pro', '?q???M?m?p?S Pro W3', '???C???I', Meiryo, '?l?r ?o?S?V?b?N', sans-serif;
	text-decoration: underline;
}

sup {
	font-size: 60%; 
	vertical-align: super;
	vertical-align:text-top;
	}

/*************
/* header01 
*************/

.header01 {
	clear: both;
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	background: #009966;
}
/*************
/* footer
*************/

#footer {
	clear: both;
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	background: #009966;
}
* html #footer {
	height: 1%;
}
#footer .grid {
	padding: 10px 0 5px;
	margin: 0;
	background: transparent;
}
#footer #info .logo, #footer #info .info {
	float: none;
}
#footer #info .info {
	clear: both;
	padding: 10px 0 0 15px;
	text-align: left;
}
#footer .logo {
	font-size: 18px;
}
#footer .info .tel, #footer .info .tel span, #footer #info .open {
	font-size: 12px;
	color: #333;
}
ul.footnav {
	/*float:right;*/
	text-align: center;
	width: auto;
	padding: 10px 0;
}
ul.footnav li {
	width: auto;
	/*float:right;*/
	float: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	padding: 0 7px 0 8px;
	font-size: 11px;
	border-right: 1px solid #b6b6b6;
}

ul.pankuzu {
	/*float:right;*/
	text-align: center;
	width: auto;
	padding: 10px 0;
}
ul.pankuzu li {
	width: auto;
	/*float:right;*/
	float: none;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	padding: 1px 2px 0 16px;
	font-size: 11px;
	background-image: url(../img/pan-image.gif);
    background-repeat: no-repeat;
}
ul.pankuzu {
		float: none;
		width: 100%;
		text-align: left;
	}
ul.pankuzu li {
		float: none;
		display: inline-block;
	}


#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
address {
	clear: both;
	padding: 5px;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	color: #333;
	background: #dbdbdb;
}
/* PC------------------------------------------------------------*/

@media only screen and (min-width: 960px) {
	#header, #wrapper, .inner {
		width: 960px;
		padding: 0;
		margin: 0 auto;
	}
	#wrapper {
		padding-bottom: 20px;
	}
	nav#mainNav {
		clear: both;
		overflow: hidden;
		position: relative;
		/*	background:#EEFFFF;  #f1f1f1???j???[???o?i?[?F?D?F?S???w?i*/
		background-image: url(https://www.sk-co-ltd.com/img/button_base_off.png);
	}
	nav#mainNav .inner {
		width: 932px;
		padding: 0 14px;
	}
	nav#mainNav ul li {
		float: left;
		position: relative;
	}
	nav#mainNav li.last {
		border-right: 1px solid #ebebeb;
	}
	nav#mainNav ul li a {
		display: block;
		text-align: center;
		_float: left;
		font-size: 13px;
		width: 154px;
		height: 45px;
		padding-top: 15px;
		color: #009966;
		/*background:; #f1f1f1*?o?i?[???F*/
		background-image: url(https://www.sk-co-ltd.com/img/button_base_off.png);
		border-left: 1px solid #ebebeb;
	}
	nav#mainNav ul li a span, nav#mainNav ul li a strong {
		display: block;
	}
	nav#mainNav ul li a span {
		color: #3b580d;
		font-size: 10px;
	}
	nav div.panel {
		display: block !important;
		float: left;
	}
	a#menu {
		display: none;
	}
	nav#mainNav li.active a, nav#mainNav li a:hover {
		background-image: url(https://www.sk-co-ltd.com/img/button_base_on.png);
		/*background:; color:#909090;?o?i?[???F*/
		border-left: 1px solid #ebebeb;
		color: #F60;
		font-weight: bold;
		padding-top: 15px;
	}
	#mainBanner {
		margin-left: 15px;
	}
	#subpage #mainBanner {
		margin: 15px auto;
	}
	#main{/*left???j???[?p??*/
	float:right;
	width:94%;/*667px*/
	padding-right:15px;
	}
	#sidebar {
		float: left;
		width: 245px;
		padding: 15px 0 0 15px;
		overflow: hidden;
	}
	#sidebar-en {
		float: left;
		width: 245px;
		padding: 15px 0 0 15px;
		overflow: hidden;
		background-color: red;
		height: 500px;
	}
	#sidebar article {
		padding: 7px;
		margin-bottom: 20px;
		border: 1px solid #ebebeb;
		overflow: hidden;
	}
	/* ?O???b?h?S?? */
	.gridWrapper {
		width: 960px;
		margin: 0 0 0 -10px;
	}
	#gallery article {
		padding: 10px 0 10px 10px;
	}
	/* ?O???b?h */
	.grid {
		float: left;
		width: 300px;
		margin-left: 20px;
	}
	#subpage .grid {
		width: auto;
	}
	#gallery .grid {
		width: auto;
		margin: 10px 0 2px 10px;
	}
}
@media only screen and (max-width:959px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	nav#mainNav {
		clear: both;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
		background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
		border: 1px solid #e4e4e4;
	}
	nav#mainNav a.menu {
		width: 100%;
		display: block;
		height: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: left;
	}
	nav#mainNav a#menu span {
		padding-left: 10px;
	}
	nav#mainNav a.menu span:before {
		content: "??N ";
	}
	nav#mainNav a.menuOpen span:before {
		content: "?? ";
	}
	nav#mainNav a#menu:hover {
		cursor: pointer;
		background-image: url(https://www.sk-co-ltd.com/img/button_base_on.png);
	}
	nav .panel {
		display: none;
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		z-index: 1;
	}
	nav#mainNav ul li {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		line-height: 1.2;
	}
	nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
		display: block;
		padding: 15px 10px;
		text-align: left;
		border-bottom: 1px dashed #ccc;
		background-image: url(https://www.sk-co-ltd.com/img/button_base_off.png);
	}
	nav#mainNav ul li a span {
		padding-left: 10px;
	}
	nav#mainNav ul li:first-child a {
		border-top: 1px solid #e4e4e4;
	}
	nav#mainNav ul li:last-child a {
		border: 0;
	}
	nav#mainNav ul li.active a {
		color: #009966;
	}
	/*#3b580d */
	nav div.panel {
		float: none;
	}
	#subpage #mainBanner {
		max-width: 100%;
	}
	/*668px*/
	#sidebar {
		padding-bottom: 30px;
	}
	#sidebar article {
		padding: 7px 0;
	}
	#sidebar-en {
		padding-bottom: 30px;
	}
	#sidebar-en article {
		padding: 7px 0;
	}
	#footer .grid, #footer ul.footnav {
		float: none;
		width: 100%;
		text-align: center;
	}
	ul.footnav li {
		float: none;
		display: inline-block;
	}
	.grid {
		width: 32%;
		margin: 10px 0 0 1%;
	}
	#gallery .grid {
		float: left;
		width: 31%;
		margin: 0 0 0 1%;
	}
	#footer .grid img, #footer .info {
		float: none;
	}
	#footer .grid p {
		display: block;
	}
	#footer #info .info {
		float: none;
		text-align: center;
	}
	#footer.logo, #footer .info {
		width: 100%;
		float: none;
	}
}
/* ?X?}?[?g?t?H?? ??(?????h?X?P?[?v) */

@media only screen and (max-width:640px) {
	#header {
		height: auto;
		padding-bottom: 20px;
	}
	.title-sizeA {
		font-size: 100%;
	}
	#header h1, .logo, .info {
		text-align: center;
	}
	.logo, .info {
		clear: both;
		width: 100%;
		float: none;
		margin: 0;
	}
	.box img {
		float: left;
		margin-right: 5px;
	}
	.box h3 {
		padding-top: 0;
	}
	.alignleft, .alignright {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
	#gallery .grid {
		float: left;
	}
	section.content img {
		max-width: 90%;
		height: auto;
	}
}
/* ?X?}?[?g?t?H?? ?c(?|?[?g???[?g) */

@media only screen and (max-width:480px) {
	.grid {
		width: 100%;
	}
	.box img {
		max-width: 100px;
	}
	#mainBanner h2, #mainBanner p {
		font-size: 100%;
	}
	.title-sizeA blue-title-txt {
		font-size: 100%;
		/* ?????T?C?Y?w?? */
	}
	#form-privacy {
		width: 80%;
		height: 30px;
		overflow: auto;
		border: thin;
		border-color: #999;
		-webkit-overflow-scrolling: touch;
		font-size: 70%;
	}
}
.tbl-r05 td:first-child {
	background: #bffffc;
	background-image: url(https://thumb.photo-ac.com/ff/ffb47d0eba5aac311e77be3aa325a9f4_t.jpeg);
	width: 20%;

}
.demo03 td:first-child {
	background:#ECF4D9  ;
}
@media screen and (max-width: 640px) {	.tbl-r05 {
	margin: auto; /*width: 100%;*/
	}
	.tbl-r05 .thead {
		display: none;
	}
	.tbl-r05 tr {
		width: 100%;
	}
	.tbl-r05 td {
		display: block;
		text-align: right;
		width: 100%;
	}
	.tbl-r05 td:first-child {
		background: #e9727e;
		color: #fff;
	width: auto;
		font-weight: bold;
		text-align: center;
	}
	.tbl-r05 td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}
	#form-privacy {
		width: 80%;
		height: 30px;
		overflow: auto;
		border: thin;
		border-color: #999;
		-webkit-overflow-scrolling: touch;
		font-size: 70%;
	}
}
#form-privacy {
	width: 95%;
	height: 120px;
	overflow: scroll;
	border: thin;
	border-color: #999;
	-webkit-overflow-scrolling: touch;
	font-size: 80%;
}
scroll_box {
	width: 300px;
	height: 200px;
	overflow: scroll;
	white-space: nowrap;
}
/* ?X?N???[???????????? */

#scroll_box::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
/* ?X?N???[?????w?i?????? */

#scroll_box::-webkit-scrollbar-track {
	border-radius: 5px;
	box-shadow: 0 0 4px #aaa inset;
}
/* ?X?N???[???????????????????? */

#scroll_box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: linear-gradient(to bottom, #ff0a0a 0%, #f718e4 25%, #f4ff28 50%, #1fc644 75%, #128ae5 100%);
}
red {
color: #ff0000;
}

#footer_guide {

text-align:center;
width: 80%;
  margin: 0 auto;
}

</pre></body></html>