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

/*==================================================
Contents / Catalog
==================================================*/
#catalog .archive_header h1 {
	line-height: 100%;
	font-size: 0.8em;
}
#catalog .archive_header h1 span {
	display: block;
	font-size: 1.8em;
	margin: 0 20px 0 0;
    line-height: 120%;
}
#catalog .sec_archive h2 {
	font-size: 1.2em;
	color: #900;
	font-weight: bold;
	margin-bottom: 15px;
}
#catalog .sec_archive dl {
	margin: 30px 0;
	padding: 0;
	clear: both;
	zoom: 1;
	overflow: hidden;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
}
#catalog .sec_archive dt {
	float: left;
	width: 120px;
	padding: 5px 10px;
	background: #f6f6f6;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}
#catalog .sec_archive dd {
	margin-bottom: 0;
	padding: 5px 10px;
	zoom: 1;
	overflow: hidden;
	border-top: 1px solid #ccc;
}
#catalog table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 120%;
}
#catalog table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    text-align: center;
}
#catalog table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
#catalog .sameitem {
	margin: 30px 0;
}
#catalog .sameitem h2,
#catalog .catalogindex h2 {
	position: relative;
	background: #F8F3ED;
	padding: 8px;
	font-weight: bold;
}
#catalog .sameitem ul {
	margin: 15px 0;
}
#catalog .catalogindex ul li,
#catalog .sameitem ul li {
	margin: 0 0 0 20px;
}
#catalog .catalogindex {
	padding: 30px;
}
#catalog .catalogindex ul {
	overflow: hidden;
	margin: 15px 30px;
}
#catalog .catalogindex ul li {
	float: left;
	padding: 0 15px 10px 0;
}

/*==================================================
Contents / HOME
==================================================*/
body.home #contents {
	margin: 60px auto;
}
/* information -------------------------------------*/
body.home #contents .information {
	float: left;
	width: 655px;
	min-height: 300px;
	position: relative;
	padding-bottom: 50px;
}
body.home #contents .information dl {
	margin: 10px 0 0;
	overflow: hidden;
	border-top: 1px dotted #514139;
}
body.home #contents .information dt {
	float: left;
	width: 100px;
	padding: 5px;
}
body.home #contents .information dd {
	padding: 5px 5px 5px 120px;
	border-bottom: 1px dotted #514139;
}
body.home #contents .information p {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 15px;
}
body.home #contents .information p a {
	font-size: 85%;
	text-decoration: underline;
}
/* blog -------------------------------------*/
body.home #contents .blogbnr {
	float: right;
	width: 252px;
	border: 1px dashed #bbb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	padding: 4px;
}
body.home #contents .blogbnr h2,
body.home #contents .blogbnr dl {
	position: relative;
	background: #F8F3ED;
	padding: 8px;
}
body.home #contents .blogbnr dt,
body.home #contents .blogbnr dd {
	background: #fff;
	line-height: 125%;
}
body.home #contents .blogbnr dt {
	padding: 100px 14px 5px;
}
body.home #contents .blogbnr dt h3 {
	padding: 0 0 5px;
	color: #514139;
	font-weight: bold;
	border-bottom: 1px solid #514139;
}
body.home #contents .blogbnr dd {
	padding: 5px 14px 10px;
}
body.home #contents .blogbnr dd.img {
	position: absolute;
	top: 5px;
	padding: 5px 3px 3px;
	overflow: hidden;
	height: 80px;
}
/* aside -------------------------------------*/
body.home #contents .aside {
	overflow: hidden;
	width: 1050px;
	margin-right: -90px;
	clear: left;
}
body.home #contents .aside dl {
	float: left;
	width: 260px;
	margin: 40px 44px 40px 0;
	padding: 0 45px 0 0;
	border-right: 1px solid #ccc;
}
body.home #contents .aside dt {
	padding: 210px 0 20px;
	text-align: center;
	background: no-repeat 0 0;
}
body.home #contents .aside dd a {
	background: url(../img/arrow.png) no-repeat 0 50%;
	padding: 0 0 0 20px;
	text-decoration: underline;
}
body.home #contents .aside dt.kanreisya { background-image: url(../img/img_top_01.jpg); }
body.home #contents .aside dt.maruwrap { background-image: url(../img/img_top_02.jpg); }
body.home #contents .aside dt.narawrap { background-image: url(../img/img_top_03.jpg); }
/* promotion-slider-------------------------------------*/
#promotion-slider a {
	display: block;
	position: relative;
}
#promotion-slider figure img {
	width: 100%;
}
#promotion-slider .spimg {
	display: none;
}
#promotion-slider .promotion_copy {
	position: absolute;
    top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
}
#promotion-slider .swiper-button-prev {
	position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -450px;
    z-index: 5000;
	cursor: pointer;
	width: 56px;
	height: 91px;
	outline: none;
	transform: translateY(-50%);
	background: url(../img/slideimg/btn_left.png) no-repeat 0 0 / contain;
}
#promotion-slider .swiper-button-next {
	position: absolute;
    top: 50%;
    right: 50%;
    margin: 0 -450px 0 0;
    z-index: 5000;
	cursor: pointer;
	width: 56px;
	height: 91px;
	outline: none;
	transform: translateY(-50%);
	background: url(../img/slideimg/btn_right.png) no-repeat 0 0 / contain;
}
#promotion-slider .swiper-pagination-bullet {
    width: 16px;
	height: 16px;
	background: #fff;
	border: 4px solid #fff;
	box-sizing: border-box;
	margin: 0 7px;
	opacity: 1;
	outline: none;
}
#promotion-slider .swiper-pagination-bullet-active {
	background: none;
}
	@media screen and (max-width: 980px) {
		#promotion-slider .swiper-button-prev {
			width: 28px;
			height: 46px;
			margin-left: -49%;
		}
		#promotion-slider .swiper-button-next {
			width: 28px;
			height: 46px;
			margin-right: -49%;
		}
	}
	@media screen and (max-width: 720px) {
		#promotion-slider .pcimg {
			display: none;
		}
		#promotion-slider .spimg {
			display: block;
		}
	}
	@media screen and (max-width: 500px) {
		#promotion-slider .swiper-pagination-bullet {
			width: 12px;
			height: 12px;
		}
	}
	@media screen and (max-width: 400px) {
		#promotion-slider .swiper-button-prev,
		#promotion-slider .swiper-button-next {
			width: 14px;
			height: 23px;
		}
	}
/*==================================================
Contents / WORK
==================================================*/
#order .cnt_main p.color {
	text-align: center;
}
.inner_main .to_form {
	padding: 40px 0 10px 0;
	margin: 40px 0 0 0;
	border-top: 1px dotted #b2b2b2;
	clear: both;
}
.inner_main .to_form p {
	padding: 0 10px;
}
.inner_main .to_form img {
	margin: 0 0 0 140px;
}
/* case_topic-------------------------------------*/
#order .sec_case_d h1 {
	margin: 0 0 20px;
}
#order .sec_case_d p {
	padding: 0 10px;
}
/* case_production-------------------------------------*/
#order .sec_line ol,
#order .sec_production ol {
	list-style-type: none;
	margin: 0 -56px 0 0;
	background: url(../img/bg_work_production.gif) no-repeat 287px 0;
}
#order .sec_line li,
#order .sec_production li {
	width: 287px;
	float: left;
	padding: 0 56px 0 0;
}
#order .sec_line li:nth-child(2n+1),
#order .sec_production li:nth-child(2n+1) {
	clear: both;
}
#order .sec_line  ol p,
#order .sec_production ol p {
	text-align: center;
	padding: 6px 0 0px;
	line-height: 0;
}
.sec_industryoem ul {
	margin: 0 0 15px 30px;
}

/*==================================================
Contents / INFO
==================================================*/
#info .cnt_main dl {
	width: 630px;
	margin: 0 0 50px;
}
#info .cnt_main dt {
	width: 90px;
	float: left;
	padding: 2px 5px;
	margin: 15px 0 0;
	background: #514139;
	color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#info .cnt_main dd {
	padding: 15px 10px 15px 120px;
	border-bottom: 1px solid #cdbfb5;
}
#blog .cnt_main .archive_header,
#info .cnt_main .archive_header {
	margin: 0;
	padding: 15px;
	color: #514139;
	background: #F7F4EE;
	font-weight: bold;
}
#blog .cnt_main .archive_header time,
#info .cnt_main .archive_header time {
	border-bottom: 1px solid #514139;
}
#blog .cnt_main .archive_header h1,
#info .cnt_main .archive_header h1 {
	font-weight: bold;
	font-size: 116%;
	padding: 5px 0 0;
	border-top: 1px solid #fff;
}
#blog .cnt_main .archive_header {
	margin-bottom: 10px !important;
}
#blog .cnt_main .inner_main ul,
#blog .cnt_main .inner_main ol,
#info .cnt_main .inner_main ul,
#info .cnt_main .inner_main ol,
.cnt_main .sec_case_d ul,
.cnt_main .sec_case_d ol {
	margin: 0 0 15px 25px;
}
#info .cnt_main .inner_main hr {
	margin: 0 0 15px;
}

#blog .sec_blog h2 {
	width: 568px;
}
#blog .sec_blog {
	border: 3px solid #eee;
	margin: 10px;
}
#blog .pager ul {
	padding: 20px 0;
	text-align: center;
}
#blog .pager li {
	display: inline-block;
	padding: 0 5px;
}
#blog .sec_blog a {
	display: block;
	padding: 10px 0;
	text-align: center;
}
#blog .cnt_main .archive_header h1 a,
#info .cnt_main .archive_header h1 a {
	text-align: left;
	padding: 0;
}


/*==================================================
Contents / BRAND
==================================================*/
#brand .sec_wrap_about .figure {
	width: 630px;
	margin: 0 0 20px;
}
#brand .sec_wrap_about .figure img {
	width: 130px;
	float: none;
	display: block;
	margin: 0 auto;
}
#brand .sec_figure_col3 a {
	background: url(../img/arrow.png) no-repeat 0 50%;
	padding: 0 0 0 20px;
	text-decoration: underline;
	word-break: break-all;
}
#brand #contents .sec_index .sec_zakka_about {
	margin: 20px 0 0;
}
#brand .sec_case_d h3 br {
	display: none;
}


/* zakka_about-------------------------------------*/
#brand .sec_zakka_about .series{
	margin: 0 10px;
	background: #f7f4ee;
}
#brand .sec_zakka_about ul {
	padding: 30px;
	margin: 0 -30px 0 0;
}
#brand .sec_zakka_about ul li {
	list-style: none;
	width: 260px;
	float: left;
	padding: 0 30px 0 0;
	position: relative;
}
#brand .sec_zakka_about ul li .case_cont {
	padding: 175px 0 0;
}
#brand .sec_zakka_about ul li img {
	position: absolute;
	top: 15px;
	left: 0;
	height: 160px;
	overflow: hidden;
} 
#brand .sec_zakka_about li .case_cont h2 {
	font-weight: bold;
	padding: 0 0 15px;
}
#brand .sec_zakka_about li .case_cont p a {
	display: block;
	background: url(../img/arrow.png) no-repeat 0 50%;
	padding: 0 0 0 20px;
	text-decoration: underline;
}
#brand .sec_zakka_about .case_cont h3 {
	border: none;
	padding:20px 0 15px;
	margin: 0;
	font-weight: bold;
}
#brand .sec_zakka_about .case_cont p {
	padding: 0;
}
#brand .sec_zakka_about .logo {
	padding: 20px 0 0 190px;
}
#brand .sec_zakka_about .mind01 {
	margin: 0 0 20px 0;
	padding: 0 10px;
}
#brand .sec_zakka_about .mind01 p {
	width: 355px;
	float: right;
}
#brand .sec_zakka_about .mind01 .figure img{
	width: 220px;
	float: left;
}
#brand .sec_zakka_about .mind02 {
	clear: both;
	padding: 0 10px;
}
#brand .sec_zakka_about .mind02 .text {
	width: 440px;
	float: left;
	padding: 0 20px 0 0;
}
#brand .sec_zakka_about .mind02 .figure img{
	width: 150px;
	float: right;
}
#brand .sec_zakka_about dl.exhibition {
	padding: 0 10px 20px 10px;
}
#brand .sec_zakka_about dl.exhibition dt{
	width: 120px;
	float: left;
	padding: 5px 0;
	font-weight: bold;
}
#brand .sec_zakka_about dl.exhibition dd {
	padding: 5px 0 5px 120px;
	border-bottom: 1px solid #e6e6e6;
}
#brand .sec_zakka_about .sec_figure_col3 .figure img{
	width: 194px;
	padding: 0 0 14px;
}
#brand .sec_zakka_about .sec_figure_col3 {
	margin: 0;
}
#brand .sec_zakka_about .sec_figure_col3 .figure {
	margin: 0 10px;
}

#brand .sec_zakka_about .sec_figure_col3 .figcaption {
	clear: both;
	padding: 5px 0 50px;
}

/* zakka_item-------------------------------------*/
#brand .sec_zakka_item .text {
	width: 330px;
	float: right;
	padding: 0 0 20px;
}
#brand .sec_zakka_item .text .to_site img {
	width: 130px;
	float: left;
}
#brand .sec_zakka_item .text .to_site p a{
	width: 155px;
	float: right;
	list-style-position: outside;
	background: url(../img/arrow.png) no-repeat 0 6px;
}
#brand .sec_zakka_item .figure {
	width: 260px;
	float: left;
	padding: 0 0 0 10px;
}
/* wrapping_oem----------------------------------*/
#brand .inner_main dl.tieup {
	padding: 0 0 25px;
}
#brand .inner_main dl.tieup dt {
	background: url(../img/icn_circle.gif) no-repeat 0 50%;
	color: #ce8a71;
	font-size: 108%;
	font-weight: bold;
	padding: 0 0 0 20px;
}
#brand .inner_main dl.tieup dd {
	padding: 0 0 0 20px;
}
#brand .inner_main dl.tieup li {
	list-style: inside;
}
/* zakka_oem----------------------------------*/
#brand .inner_main ul.btn {
	padding: 0 0 0 123px;
}
#brand .inner_main ul.btn li {
	float: left;
	list-style: none;
	padding: 0 20px 40px 0;
}
/* zakka_oem_flow----------------------------------*/
.sec_oem_cont .flow {
	width: 610px;
	margin: 0 auto;
}
.sec_oem_cont .flow dl{
	margin: 0 0 20px 0;
	background: url(../img/bg_brand_oem_flow02.gif) repeat-y 0 0;
	border-top: 1px solid #cc9885 ;
}
.sec_oem_cont .flow dt {
	margin: 0 20px;
	padding: 10px 0;
	color: #ce8a71;
	font-weight: bold;
	border-bottom: 1px dotted #dab4a6 ;
}
.sec_oem_cont .flow dd {
	padding: 12px 12px 20px 20px;
	background: url(../img/bg_brand_oem_flow01.gif) no-repeat 0 bottom;
}
.sec_oem_cont .flow dl.nouhin {
	border-bottom: 1px solid #cc9885 ;
}
.sec_oem_cont .flow dl.nouhin dd{
	background: none;
}
.sec_oem_cont dl.ex {
	width: 610px;
	padding: 0 0 0 10px;
	margin: 0 0 -1px;
}
.sec_oem_cont .ex dt {
	padding: 10px 0 10px 20px;
	color: #ce8a71;
	font-weight: bold;
	background: url(../img/icn_circle.gif) no-repeat 0 50%;
}
.sec_oem_cont .ex dd {
	padding: 0 0 20px 20px;
	border-bottom: 1px dotted #b2b2b2 ;
}
.sec_oem_cont .produce {
	list-style: none;
}
.sec_oem_cont p em {
	display: inline-block;
	color: #c80000;
	font-weight: bold;
	text-decoration: underline;
	padding: 30px 0 0;
}
.sec_case_d .inner_main p:last-child {
	text-align: center;
}
.sec_case_d .inner_main p:last-child a {
	display: inline-block;
	margin: 0 5px 15px;
}

/*==================================================
Contents / COMPANY
==================================================*/
#company .sec_index {
	padding: 0;
	margin: 28px;
	background: url(../img/bg_company_01.jpg) no-repeat 0 0;
	min-height: 854px;
}
#company .sec_index h2,
#company .sec_index p {
	text-align: center;
}
#company .sec_index h2 {
	padding: 50px 0 30px;
}
#company .sec_index p {
	padding: 0 0 10px;
}
#company .sec_index .profile {
	width: 570px;
	height: 182px;
	margin: 40px auto 0 auto;
	background: url(../img/bg_company_02.png) no-repeat 0 0;
}
#company .sec_index .profile h3 {
	padding: 35px 0 20px 256px;
}
#company .sec_index .profile p {
	padding: 0 0 0 195px;
}
/* sec_introduction-------------------------------------*/
#company .sec_introduction dl {
	width: 627px;
	border-left: 3px solid #514139;
}
#company .sec_introduction dt {
	background: #f7f4ee;
	border-bottom: 1px dotted #b2b2b2;
	padding: 12px 0 2px;
}
#company .sec_introduction dd {
	padding: 13px 10px 13px 30px;
}
/* sec_access-------------------------------------*/
#company .sec_access iframe {
	border: 1px dashed #bab9ae;
	margin: 20px 10px 0;
}
#company .sec_access dt {
	font-weight: bold;
	padding: 0 0 5px;
}
#company .sec_access .honsya .figure{
	width: 310px;
	padding: 0 0 0 10px;
}
#company .sec_access .honsya dl {
	width:280px;
	float: right;
	padding: 0 10px 0 0;
}
#company .sec_access p.map {
	text-align:right;
}
#company .sec_access p a {
	text-decoration: none;
}
#company .sec_access dd a {
	text-decoration: underline;
}

/*==================================================
Contents / Recruit
==================================================*/
#recruit .inner_cont {
	margin: 0;
}
#recruit .inner_cont .top {
	margin: 0 0 20px;
}
#recruit .sec_index ul li {
	list-style: outside;
	margin: 0 0 0 15px;
}
#recruit .sec_index ul li a {
	text-decoration: underline;
}
#recruit .sec_index .syaze {
	padding: 5px 10px 10px;
}
#recruit .sec_list ul {
	padding: 0 0 30px;
}
#recruit .sec_list li {
	list-style: none;
	float: left;
	padding: 0 20px 10px 0;
}
#recruit .sec_list li a {
	background: url(../img/arrow.png) no-repeat 0 50%;
	padding: 0 0 0 20px;
	
}

/*==================================================
Contact
==================================================*/
.sec_tour dl.cution,
#contact .inner_main dl.cution {
	border: 1px solid #eee;
	background: #ffd;
	padding: 10px;
}
.sec_tour dl.cution dt,
#contact .inner_main dl.cution dt {
	color: #C90101;
}
#contact .inner_main dl.cution dd ol {
	margin: 5px 0 0 30px;
}
.sec_tour .import,
#contact .inner_main .import {
	color: #c00;
}
.sec_tour table,
#contact .inner_main table {
	margin: 30px 0;
    width: 100%;
    border-top: 1px #eee solid;
	border-collapse: separate;
	border-spacing: 0 2px;
}
.sec_tour table tr,
#contact .inner_main table tr {
    border-bottom: 1px solid #c00;
}
.sec_tour table th,
#contact .inner_main table th {
	width: 190px;
    border-left: 2px solid #524139;
    padding: 8px 0 8px 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}
.sec_tour table td,
#contact .inner_main table td {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.sec_tour table td input,
.sec_tour table td textarea,
#contact .inner_main table td input,
#contact .inner_main table td textarea {
	border: 1px solid #ccc;
	padding: 5px;
}
.sec_tour table td input.long,
.sec_tour table td textarea.long,
#contact .inner_main table td input.long,
#contact .inner_main table td textarea.long {
	width: 95%;
}
.sec_tour table td input.middle,
#contact .inner_main table td input.middle {
	width: 60%;
}
.sec_tour table td input.short,
#contact .inner_main table td input.short {
	width: 80px;
}
.sec_tour table td input.sshort,
#contact .inner_main table td input.sshort {
	width: 30px;
}
#contact .inner_main table td dd {
	margin-bottom: 10px;
}
#contact .inner_main table td ul {
	margin-left: 30px;
}

/*==================================================
Privacy
==================================================*/
body#privacy .inner_main h2 {
	margin: 30px 0 20px;
}
body#privacy .inner_main h3,
body#privacy .inner_main h4 {
	border: none;
	margin: 20px 10px 5px 25px;
	padding: 0;
}
body#privacy .inner_main p {
	margin: 0 25px 5px;
}
body#privacy .inner_main ol,
body#privacy .inner_main ul  {
	margin: 0 0 0 40px;
}


/*==================================================
banner 2015/12/10
==================================================*/
.bnr_nawrap {
	clear: both;
	display: block;
	overflow: hidden;
}
.bnr_nawrap li {
	list-style: none;
	float: left;
	width: 32.333%;
	margin: .5%;
}
.bnr_nawrap li img {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

@media(min-width:1px) and (max-width: 640px){
	.bnr_nawrap li {
		width: 49%;
		margin: .5%;
	}
}
/*==================================================
banner 2016/03/26
==================================================*/
.sec_tour article ul li {
	margin-left: 20px;
	list-style-position: outside;
}
.sec_tour iframe {
    border: 1px dashed #bab9ae;
    margin: 20px 10px 0;
}
.sec_tour dl.cution {
	margin: 0 0 20px;
}
.sec_tour dl.cution dd ul li {
	margin-left: 0;
	list-style: none;
}
.sec_tour p.rule {
	margin: 0 0 10px;
	text-align: center;
	font-weight: bold;
}
.sec_tour table td dt {
	float: left;
	width: 130px;
	padding: 10px 0 0;
}
.sec_tour table td dd {
	padding: 5px 0 0 150px;
}
.sec_tour table td dl.vehicle dt {
	float: left;
	width: 4em;
	padding: 10px 0 0;
}
.sec_tour table td dl.vehicle dd {
	padding: 5px 0 0 4em;
}
#cal {
	margin-right: 10px;
}</pre></body></html>