<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSS Document */
/*===============================================
●style.css
===============================================*/
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
body.news img {
	height: auto!important
}
.container {
	width: 100%;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}

header,nav,section,aside,footer {
	display: block;
}

table {
	border-spacing: 0;
}

fieldset,img,a img,abbr,acronym {
	border: 0;
}

li img,dt img {
	vertical-align: top;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

html {
	overflow-y: scroll;
}

a {
	outline: none;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

/*--------------------------------------- font */
html {
	font-size: 62.5%;
/* 1em=10px化 */;
}

body {
	font-family: "游ゴシック体","游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Verdana,Roboto,"Droid Sans",sans-serif;
	line-height: 1.5;
	color: #0b0b0b;
	-webkit-text-size-adjust: 100%;
	font-size: 1.4em;
/* 基準フォントサイズ1.4em=14px */;
}

/*----------------------- color */
/* red */
.input_required,
.red {
	color: #FF0000;
}

/* white */
#input-table .input_button,
.newsList .new,
footer {
	color: #FFFFFF;
}

/* aqua */
.newsList a .date {
	color: #2b71b7;
}

/* blue */
#input-table table th,
.blue {
	color: #334f99;
}

/* black */
.black {
	color: #0b0b0b;
}

/*----------------------- size */
/* size10px */
.size10 {
	font-size: 0.71em;
}

/* size12px */
#input-table table th .input_required,
.pure-drawer span,
nav#side ul li,
.productsList li a span.txt {
	font-size: 0.85em;
}

/* size14px */
#header_logo,
.size14 {
	font-size: 1.0em;
}

/* size16px */
footer nav ul,
.common article.access,
.container {
	font-size: 1.14em;
}

/* size18px */
.size18 {
	font-size: 1.28em;
}

/* size22px */
.size22 {
	font-size: 1.57em;
}

/*--------------------------------------- anchor */

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #364c9a;
	text-decoration: underline;
}

/* white */
.button_base div a:link,
.button_base div a:visited,
.button_base div a:active,
.button_base div a:hover,
footer a {
	color: #FFFFFF;
	text-decoration: none;
}

footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* btn */
.btn a:link,
.btn a:visited {
	background-color: #0092E7;
	color: #FFF;
	text-decoration: none;
}

.btn a:active,
.btn a:hover {
	background-color: #1d86ed;
}

/* anchor style none; */
.productsList li a span.txt {
	color: #000;
	text-decoration: none;
}


/*--------------------------------------- add class */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

br.forTab {
	display: none;
}

br.forSp {
	display: none;
}

.mb1em {
	margin-bottom: 1em;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common set-up */
.lower h1,
.common h2 {
	clear: both;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.3em;
}
.common h2{
	padding: 30px 0;
}
.lower h1{
	color: #fff;
	font-weight: bold;
	box-shadow: inset 0 -20px 50px rgba(0, 0, 0, 0.5);
	padding: 40px 0;
	background: #fafafa;
	background-image: url(img/main_bg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h2 {
	font-size: 1.71em;
}

/* h:変更した場合はstyle_editor.cssにも反映すること */
h3 {
	clear: both;
	margin: 1.5em 0 1em;
	padding: 0.5em 0 0.5em 35px;
	font-size: 1.5em;
	font-weight: 600;
	color: #525252;
	border-bottom: 2px dotted #0092e6;
	position: relative;
}
h3:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	border: 6px solid #0092e6;
	position: absolute;
	left: 0;
	top: 20px;
}
h4{
	color: #4E4E4E;
	font-size: 1.3em;
	padding: 0 1em;
	margin: 1em 0;
	position: relative;
	border-left: 7px solid #0092e6;
	font-weight: bold;
}

h5 {
	clear: both;
	font-size: 1.1em;
	margin: 1.5em 0 1em;
	font-weight: bold;
	position: relative;
	padding: 0 10px 0 30px;
}
h5:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	border: 6px solid #0092e6;
	position: absolute;
	left: 0;
	top: 4px;
}
h6 {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
}

/* table */
table {
	border-spacing: 0;
	*border-collapse: collapse;
	border: none;
	font-size: 0.95em;
}

table th,
table td {
	border: none;
	border-top: 1px solid #ddd;
}

table th {
	color: #333;
	background: #FAFAFA;
	font-weight: bold;
	padding: 1% 3%;
}

table td {
	padding: 2% 3%;
}

table tr:first-child th,
table tr:first-child td {
	border-top: none;
}
.footable th,
.footable td{
	word-wrap: break-word;
	padding:2% 10px;
	vertical-align: top;
}
@media screen and (max-width:719px) {
	.sp_table td, .sp_table th, .sp_table tr {
		display: block;
		width: 100%!important;
	}
}
/* contact form */
.contact form {
	text-align: center;
}

#input-table table {
	width: 75%;
	margin: 20px auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
}

#input-table table th {
	width: 20%;
	white-space: nowrap;
	padding: 20px 12px;
	background: #FFF;
	text-align: right;
	border: none;
	font-weight: 700;
}

#input-table table th .input_required {
	padding-left: 10px;
	font-weight: normal;
}

#input-table table td {
	padding: 20px 12px;
	border: none;
	text-align: left;
}

#input-table table tr:last-child td {
	text-align: center;
}

#input-table div.formcomment {
	margin-left: 7px;
	margin-top: 3px;
}

#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.1);
	resize: none;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}

#input-table table .form_input_add,
#input-table table .form_input_usermail {
	width: 80% !important;
}

#input-table table textarea {
	width: 96% !important;
	font-size: 110%;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.1);
}

input:focus,
input:textarea {
	border: solid 1px #0092E7;
}

#input-table .input_button {
	-webkit-appearance: none;
	padding: 10px 10px;
	margin: 0 auto 20px;
	width: 30%;
	-webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 0 6px 2px rgba(0,0,0,0.2) inset;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.2) inset;
	background: #55b4e1;
	border: none;
	font-weight: 700;
	cursor: pointer;
}

#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main common */
article,
.con {
	margin-bottom: 30px;
}

.con {
	padding-bottom: 30px;
	border-bottom: dotted 1px #CCCCCC;
}

.entry {
	padding-bottom: 50px;
}

.entry li {
	margin-left: 2em;
}

/* btn */
.btn {
	text-align: center;
	display: block;
}

.btn a {
	display: inline-block;
	padding: 13px 40px 13px 20px;
	background: url(img/ic_arrow.png) 90% center no-repeat;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower common */
/* breadCrumb */
.breadCrumb {
	padding: 9px 10px 5px;
	background-color: #fafafa;
	box-shadow: 1px 1px 1px #ddd;
}

.breadCrumb li {
	display: inline;
}

.breadCrumb li a,
.breadCrumb li.ic {
	background: transparent url(img/breadcrumb.png) no-repeat scroll right center;
	margin-right: 2px;
	min-height: 7px;
	padding-right: 16px;
}

.breadCrumb li.none a {
	background: none;
	padding: 0;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common contents */

/*--------------------------------------- container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.layout02,
.breadCrumb ul,
.copy div,
article {
	max-width: 998px;
	width: 100%;
	margin: 0 auto;
}

.content_inner {
	max-width: 978px;
	margin: 0 auto;
}
/*--------------------------------------- header */
header {
	position: relative;
	z-index: 9999;
	padding: 0;
	background-color: #ffffff;
	box-shadow: 0 2px #1c95d4;
}

#header_logo_text,
#header_logo {
	font-size: 1rem;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

header a {
	font-weight: bold;
}

#header_info {
	background-color: #fafafa;
	border-bottom: 1px solid #EFEFEF;
}

#header_info .content_inner,
#header_nav {
	display: table;
	width: 100%;
}

#header_logo_text,
#header_info_nav,
#header_info_nav li {
	display: table-cell;
	vertical-align: middle;
}

#header_logo_text a {
	display: block;
	max-width: 260px;
	padding: 15px 0 5px;
}

#header_info_nav nav,
#header_nav ul {
	float: right;
}

#header_info_nav li a {
	display: block;
	padding: 15px;
}

header #header_logo,
nav.gNavi,
nav.gNavi li {
	display: table-cell;
	vertical-align: bottom;
}

header div {
	position: relative;
}

header #header_logo {
	margin: 30px 0 60px;
	text-align: center;
}

header #header_logo img {
	width: 100%;
	max-width: 180px;
}

header #header_logo a {
	display: block;
	padding-top: 5px;
}

/*------------------------------------ global navigation */
#btn_sp_nav{
	display:none;
}
nav.gNavi li {
	border-bottom: none;
}

nav.gNavi li span {
	display: none;
}

nav.gNavi li a {
	display: block;
	background-image:url(img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
	padding: 10px 10px 10px 35px;
	font-size: 1.15em;
	letter-spacing: 0.2em;
	background-color: #1c95d4;
	color: #fff;
	text-decoration: none;
	transition: linear 0.2s;
}
@media screen and (min-width: 769px) and (max-width: 978px){
	nav.gNavi li a {
		font-size: 0.9em;
	}
}
@media screen and (min-width: 769px) {
	nav.gNavi li {
		padding-left: 2px;
	}
	nav.gNavi li a {
		border-radius: 5px 5px 0 0;
	}
}

nav.gNavi .nav_protect a {
	background-image:url(img/icon_protect_xs.png);
}
nav.gNavi li a:hover {
	background-color: #00b9f2;
}
nav.gNavi li.selected a{
	background-color: #dd5313;
}
/*--------------------------------------- kayFrame */

/*--------------------------------------- mainContaints */
.container {
	padding: 30px 0;
}

.bg_color {
	background-color: #E5F6FE;
}
.container_news {
	background-image: url(./img/news_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.container_news h2 {
	margin: 20px 1%;
	padding: 0;
}
.container_news h2 span{
	padding: 10px;
	color: #fff;
	background-color: #20cc55;

}
.container_news .btn{
	padding-top: 20px;
}
.content_pickup {
	padding: 0;
}
.container article {
	padding: 0 10px;
}

.layout02 article {
	width: 76%;
	float: left;
}

/*--------------------------------------- innerpage_nav */
.innerpage_nav li{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.innerpage_nav li a{
	position: relative;
	display: block;
	padding: 10px 15px 10px 30px;
	font-weight: bold;
	color: #0092e7;
	text-decoration: none;
	transition:linear 0.1s;
}
.innerpage_nav li a:before {
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #0092e7;
	border-right: 2px solid #0092e7;
	position: absolute;
	left: 8px;
	top: 15px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:linear 0.1s;
}
.innerpage_nav li a:hover{
	color: #03488d;
}
.innerpage_nav li a:hover:before {
	border-color:#03488d;
	top: 18px;
}
/*--------------------------------------- pagetop link */
#pgtp {
	border-bottom: solid 1px #b5c3df;
}

#pgtp p {
	text-align: right;
	padding: 20px 0 16px;
}
/*--------------------------------------- pageprev/next link */
.page_link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.page_link a{
	color:#ffffff;
	background:#0092e6;
	text-decoration:none;
	display: inline-block;
	position: relative;
}
.page_link a:before {
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	position: absolute;
	top: 20px;
}
.page_link a.page_link_left {
	margin: 0 10px 0 0;
	padding: 13px 20px 13px 40px;
}
.page_link a.page_link_left:before {
	left: 15px;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.page_link a.page_link_right {
	margin: 0 0 0 10px;
	padding: 13px 40px 13px 20px;
}
.page_link a.page_link_right:before {
	right: 15px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*--------------------------------------- pagetop */
#page_top a{
	display:block;
	text-align: center;
}

/*--------------------------------------- footer */
footer {
	position:relative;
	background-color: #2ba0ed;
	background-image: url(img/main_bg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.common .bg_fish {
	position:relative;
}
.common .bg_fish article{
	position:relative;
	z-index:1;

}
.common .bg_fish:after,
.lower footer:after{
	content:"";
	display:block;
	position:absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(./img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}
#footer_info {
	padding: 35px 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background-image: url(./img/fish_img_1.png);
	background-repeat: no-repeat;
	background-position: top -25px right;
	position: relative;
	z-index: 1;
}

footer .fLogo,
.footer_logo_text {
	padding: 10px 4%;
	display: inline-block;
	vertical-align: middle;
}

.footer_logo_text {
	line-height: 2;
	text-align: left;
}

footer .fLogo img {
	width: 100%;
	max-width: 180px;
	height: auto;
}

#footer_nav {
	background-color: #1768BA;
	padding: 50px 10px;
}

#footer_nav nav {
	padding-left: 24%;
	background-image: url(./img/fish_img_2.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	z-index: 1;
}

#footer_nav ul {
	width: 22%;
	display: table-cell;
}

#footer_nav li {
	list-style: none;
	clear: both;
}

#footer_nav li a {
	position: relative;
	padding: 10px 10px 10px 35px;
	display: block;
	font-weight: bold;
	text-shadow: 0 0 10px #1768ba, 0 0 10px #1768ba;
}

#footer_nav li a:before {
	content: "";
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 16px;
}

footer .copy {
	background-color: #03488D;
	padding: 40px  0;
	text-align: center;
}
footer .copy article {
	z-index: 1;
	position: relative;
}
footer .copy a[target="_blank"] {
	background-image: none;
	margin-right: 0;
	padding-right: 0;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */
.entry:after,
article:after,
ul:after,
section:after,
header:after,
header div:after,
footer:after,
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms setting */
/* tooltip */
.invisible {
	display: none;
}

a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}

#content #input-table a.tooltiplink:link,
#content #input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#content #input-table a.tooltiplink:hover,
#content #input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

#content a.tooltiplink:link,
#content a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#content a.tooltiplink:hover,
#content a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

#content p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#content #input-table p.tooltipbox a:link,
#content #input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#content #input-table p.tooltipbox a:hover,
#content #input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

#content p.tooltipbox a:link,
#content p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#content p.tooltipbox a:hover,
#content p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

/* comment form */
.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}

.comment_box th,
.comment_box td {
	padding: 10px;
}

.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}

.comment_name {
	width: 70%;
	text-align: left;
}

.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}

.comment_box td {
	padding-top: 0;
}

.comment_text {
	padding: 15px;
	background: #ffffff;
}

.icon_comment {
	text-align: right;
}

.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}

/* twitter widget */
#twtr-hd h3,
#twtr-hd h4,
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p,
.twtr-widget-profile h3,
.twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */
iframe.twitter-share-button {
	width: 115px!important;
}

.editor-style-btn1 {
	font-family: "游ゴシック体","游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Verdana,Roboto,"Droid Sans",sans-serif;
	display: block;
}

a[target="_blank"]{
	background-image:url(img/icon_window_new.png);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right: 25px;
	margin-right: 10px;
}
a[href$=".pdf"],
a.no_icon {
	background-image:none;
	padding-right: 0;
	margin-right: 0;
}
.editor-style-btn1 a {
	display: inline-block;
	padding: 1em 2em;
	border-radius: 5px;
	background-color: #0092E7;
	color: #FFF;
	text-decoration: none;
}

.editor-style-btn1 a:hover {
	background-color: #1d86ed;
}

.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),-1px -1px 5px rgba(0, 0, 0, 0.3);
}

.editor-style-text2{
	padding: 10px 20px;
	margin: 1.5em 0 1em;
	border: 2px solid #0092e6;
	background: rgba(229,246,254,0.5);
	border-radius: 5px;
}

.content_pickup td,
.newsList li a {
	transition:linear 0.2s;
	text-decoration:none;
	position: relative;
	cursor:pointer;
}
.content_pickup td:hover,
.newsList li:hover {
	box-shadow: 0 0 10px rgba(0, 146, 230, 0.3), 30px 0px 30px rgba(0, 146, 230, 0.1),-30px 0px 30px rgba(0, 146, 230, 0.1);
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */


/*--------------------------------------- index.html */
#section_main_img {
	background-color: #E5F6FE;
	position: relative;
}
.slider-pro a,
.slider-pro a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 0;
}
/*次矢印のアイコンフォント*/
.sp-next-arrow:before {
	content: ' ' !important;
	display: block;
	background: url(js/slider-pro/images/arrow-right.png) no-repeat left top;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	transform: none;
}
/*前矢印のアイコンフォント*/
.sp-previous-arrow:before {
	content: ' ' !important;
	display: block;
	background: url(js/slider-pro/images/arrow-left.png) no-repeat left top;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	transform: none;
}

.sp-next-arrow::after, .sp-next-arrow::before, .sp-previous-arrow::after, .sp-previous-arrow::before {
	background-color: transparent;
}

.sp-previous-arrow::before,
.sp-next-arrow::before {
	position: relative;
}

.sp-previous-arrow::before {
	left: 0;
}

.sp-next-arrow::before {
	right: 40px;
}

.spTitle {
	display: none;
}
.content_pickup a{
	text-decoration:none;
}

.content_pickup table{
	table-layout: fixed;
}
.content_pickup td,
.content_pickup th {
	padding: 10px;
}

.content_link table{
	text-align: center;
}
.content_link td{
	width: 222px;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	border: none;
}
/*--------------------------------------- news/index.html */
.newsList li {
	list-style: none;
	width: 23%;
	margin:1%;
	float: left;
	padding-bottom: 20px;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	transition:linear 0.2s;
}
.newsList li a {
	display: block;
	text-decoration: none;
}
.newsList li .thumbnai{
	border-bottom: 1px solid #ccc;
	padding: 30%;
	overflow:hidden;
	position:relative;
}
.newsList li .thumbnai:after{
	position:absolute;
	content:"";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.newsList li a:hover .thumbnai:after {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.newsList li span {
	display: block;
	padding: 15px;
}
.newsList li .date {
	text-align: center;
	color: #0092E7;
	font-weight: bold;
	padding-bottom:5px;
}

/*--------------------------------------- products/index.html */
.productsList {
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-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;
	width: 100%;
	margin: 0 auto;
}

.productsList li {
	float: left;
	width: 24%;
	margin-bottom: 10px;
	margin-right: 10px;
}

.productsList li:nth-child(3n) {
	margin-right: 0;
}

.productsList li a {
	display: block;
	height: 100%;
	border-radius: 5px;
	text-align: center;
}

.productsList li a:hover {
	background: #f9f8f4;
	text-decoration: none;
}

.productsList li a span {
	display: block;
	padding: 8px 10px 0;
	text-align: left;
}

.productsList li a span.txt {
	padding-bottom: 10px;
}

.productsList li a span.txt ul {
	border-top: dotted 1px #CCC;
	padding: 10px 0 0 15px;
}

.productsList li a span.txt li {
	float: none;
	margin-bottom: 5px;
	margin-right: 0;
	width: 100%;
}

.productsList li a img {
	margin-top: 10px;
	border: solid 1px #FFF;
	width: 80%;
}

#sideImage {
	width: 20%;
	float: left;
	padding-left: 1%;
}

/*--------------------------------------- about/index.html */
.table_history th{
	font-size: 0.95em;
	min-width: 180px;
	border-right: 2px solid #ddd;
}
.table_history td{
	padding: 20px 3%;
	border: none;
	border-top: 1px solid #ddd;
	position:relative;
}
.table_history td:after{
	content:"";
	position:absolute;
	left:0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #ccc;
	top: 23px;
	margin-left:-8px;
}

/*--------------------------------------- /member/index.html */

.table_member {
	width: 100%;
}
/*---------------------------------------*/

/* CSS Document */
/*===============================================
●style_tab.css  画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
html,body {
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
html {
	font-size: 62.5%;
/* 1em=10px化 */;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.5;
	color: #0b0b0b;
	-webkit-text-size-adjust: 100%;
	font-size: 1.4em;
/* 基準フォントサイズ1.4em=14px */
}
img {
	max-width: 100%;
	height: auto;
	width : auto;
}
.container {
	width: 100%;
	font-size: 1.0em;
}

h2 {
	font-size: 1.28em;
}
/*--------------------------------------- page_top */

#page_top a{
	border-top: 1px solid #0092e6;
	background: -moz-linear-gradient(top,  rgba(229,246,254,0) 0%, rgba(229,246,254,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(229,246,254,0) 0%,rgba(229,246,254,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,246,254,0) 0%,rgba(229,246,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5f6fe', endColorstr='#e5f6fe',GradientType=0 );
}
#page_top a img {
	width: 40px;
}
#header_logo_text,
#header_info_nav{
	display: block;
	width:100%;
}
header #header_logo,
nav.gNavi,
nav.gNavi li {
	display: block;
	width:100%;
}
header #header_logo{
	margin: 0;
}
#header_logo_text {
	padding:15px 60px 10px 10px
}
#header_logo_text a {
	max-width: 100%;
	padding: 0;
}
#header_info_nav ul{
	display: table;
	width: 100%;
	table-layout: fixed;
}
#header_info_nav ul li{
	width: 50%;
	text-align: center;
	border-top: 1px solid #ddd;
}
#header_info_nav ul li:first-child{
	border-right:1px solid #ddd;
}
/*------------------------------------ global navigation */
header #header_logo img{
	max-width: 140px;
}
#header_nav{
	position:fixed;
	top:0;
	left:0;
	display:none;
	background:#fafafa;
	width: 100%;
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
}
#header_nav nav.gNavi ul{
	float:none;
}
nav.gNavi li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	border-top: 1px solid #ddd;
}
nav.gNavi li:nth-child(2n){
	border-left: 1px solid #ddd;
}
nav.gNavi li a{
	font-size: 1em;
}
#btn_sp_nav{
	display: table;
	position: fixed;
	right: 5px;
	top: 5px;
	width: 45px;
	height: 45px;
	border: 2px solid #ddd;
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
}
#btn_sp_nav span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #888;
}

/*--------------------------------------- footer */
footer {
	font-size: 0.85em;
}
#footer_info {
	background-position: top right 10%;
	background-size: 135px;
}
#footer_nav {
	background-image: url(./img/fish_img_2.png);
	background-size: 135px;
	background-repeat: no-repeat;
	background-position: top 0px center;
	background-attachment: scroll;
	padding: 100px 0 20px;
}
#footer_nav nav{
	padding-left: 0;
	background: none;
}
#footer_nav ul {
	width: 100%;
	display: block;
}
#footer_nav li a {
	text-shadow: none;
	text-decoration:none;
	background: rgba(23,104,186,0.5);
	border-top: 1px solid rgba(48, 164, 247, 0.5);
	padding-left: 45px;
}
#footer_nav li a:before{
	left: 15px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */


/*--------------------------------------- index.html */
.spTitle {
	display: block;
	padding: 10px;
	position: absolute;
	bottom: 0;
	background-color: #fafafa;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	width: 100%;
}

.newsList li{
	width: 48%;
}
.content_pickup table{
	text-align:center;
}
.content_pickup td, .content_pickup th {
	font-size: 0.9em;
	width: 49%;
	display: inline-block;
}



/*--------------------------------------- /member/index.html */

.table_member thead{
	display:none;
}
.table_member th, .table_member td {
	border: none;
}
.table_member td{
	display:block;
	width:100%;
}
.table_member td.company{
	background: #f0f0f0;
	padding: 10px 20px
}
.table_member td.tel,
.table_member td.add,
.table_member td.title,
.table_member td.affiliation{
	position:relative;
}
.table_member td.add,
.table_member td.title{
	padding: 10px 0 10px 70px;
}
.table_member td.tel,
.table_member td.affiliation{
	padding: 5px 0 20px 70px;
	border-top: 1px dotted #ddd;
}
.table_member td.add:before,
.table_member td.tel:before,
.table_member td.title:before,
.table_member td.affiliation:before {
	font-size: 0.95em;
	padding: 3px 0;
	width:60px;
	text-align:center;
	display: inline-block;
	border: 1px solid #ddd;
	position: absolute;
	top: 5px;
	left: 0;
}
.table_member td.add:before{
	content:"住所";
}
.table_member td.tel:before{
	content:"TEL";
}
.table_member td.title:before{
	content:"役員名";
}
.table_member td.affiliation:before {
	content:"所属";
}
/*---------------------------------------*/

/* CSS Document */
/*===============================================
●style_sp.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px){

/*--------------------------------------- index.html */
#section_main_img .text_inner {
	font-size: 0.5em;
	font-size: 1.5vw;
}

/*--------------------------------------- about/index.html */
.table_history th,
.table_history td{
	width:100%;
	display:block;
}
.table_history th{
	border-right:none;
	padding-top: 3%;
	border-top: 2px solid #ddd;
}
.table_history td{
	padding:20px 3% 0 3%;
	border-top: none;
}
.table_history td:after{
	position: relative;
	display: block;
	margin: 10px auto 5px;
	background: #fff;
	top: 12px;
	left: 0;
	border-radius: 0;
	border: none;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}
.table_history tr:last-child td:after{
	display:none;
}
}</pre></body></html>