<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*==============================
= ã‚¹ãƒžãƒ›ç”¨ Styles
==============================*/
/* layout 
==============================*/
.wrapper {
	margin:auto;
	width:90%;
	padding: 0;
}

#main-column,
#sub-column{
	display: block;
	float: none;
	margin: 0;
	width: 100%;
}

#main-column {
	clear: both;
	padding-bottom:35px;
}

	.home #main-column {
		margin-top: 0px;
	}
	
#sub-column {
	overflow: hidden;
}



/*
***********************************************************************************************
ãƒ˜ãƒƒãƒ€ãƒ¼
***********************************************************************************************
*/

div#head {
	height:100%;
	margin-bottom:20px;
	background-size: 100%;
	background:url('../img/common/head_bg.gif') ;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	display:block;
	padding:10px 0 10px 0;
}
h1#titleLogo{
	padding:0px 0 0 0;
}

#gNav, .pc{display:none;}
#gNav2, .nonpc{display: block;}

/* ãƒ¦ãƒ¼ãƒ†ã‚£ãƒªãƒ†ã‚£ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³
==============================*/
#uNav{
	display:block;
}

ul#uNav_nonpc {
	margin:5px 0 0 40px;
}

	ul#uNav_nonpc li a{
		float:left;
		color:#d4d9df;
		text-decoration:none;
	}

/* ã‚°ãƒ­ãƒ¼ãƒãƒ«ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³
==============================*/
ul#gNav2{
	margin:10px auto;
	width:100%;
}

	ul#gNav2 li {
		display: block;
		margin:1px auto;
	}

	ul#gNav2 li.nonpc{
		color: #27415f;
		padding: 12px 15px;
		background:#fff;
		background: -moz-linear-gradient(
			top,
			#ffffff 0%,
			#ffffff 60%,
			#efefef);
		background: -webkit-gradient(
			linear, left top, left bottom, 
			from(#ffffff),
			color-stop(0.60, #ffffff),
			to(#efefef));
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		border: 1px solid #27415f;
		-moz-box-shadow:
			0px 0px 0px rgba(000,000,000,0),
			inset 0px 0px 0px rgba(255,255,255,0);
		-webkit-box-shadow:
			0px 0px 0px rgba(000,000,000,0),
			inset 0px 0px 0px rgba(255,255,255,0);
		box-shadow:
			0px 0px 0px rgba(000,000,000,0),
			inset 0px 0px 0px rgba(255,255,255,0);
		text-shadow:
			0px 0px 0px rgba(255,255,255,0),
			0px 0px 0px rgba(255,255,255,0);
	}


/*====================================================================================
= ãƒ¡ã‚¤ãƒ³ã‚³ãƒ³ãƒ†ãƒ³ãƒ„
====================================================================================*/
/* Topé™å®š
==============================*/

/* ãƒˆãƒ”ãƒƒã‚¯ã‚¹ */
.home .col2{
	width:100%;
	margin-bottom:15px;
}

/* è¬›ç¿’ä¼šã®äºˆå®š */
.home .col2_r{
	width:100%;
	float:left;
}

.home .col2_bg{
	width:99.7%;
	border:1px solid #e1ecec;
	background:#fff;
	margin:0;
	padding:0;
}


/* column (List)
------------------------------------------------------------------------- */

/* common class
------------------------------------------------------------------------- */

/*outline box*/
.outlinebox {
	margin: 10px 0;
	padding: 10px;
}


/* table
------------------------------------------------------------------------- */

table {
	width: 100%;
}

	table th,
	table td {
		padding: 1em;
	}
	
	table th a,
	table td a {
		word-break:break-all;
	}

/* FAQã®table
----------------------------------------------------- */
table.table_faq{

}
	table.table_faq th{
		width:auto;
	}
	table.table_faq td{

	}


/* #header
-------------------------------------------------------------------------*/


#header #mainNav {
	height:auto;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 0;
}

#header #title {
	width: 140px;
	height: 140px;
	top: 10px;
	left: -10px;
}

#header #title .line1 {
	font-size: 20px;
	margin-top: 35px;
}

#header #title .line2 {
	font-size: 24px;
}

#header #title .jpname {
	font-size: 8px;
	margin: 1em 0 0 0;
}

#header #lead {
	display: none;
}

/* #header nav
------------------------------------------------------------------------- */

#header nav {
	margin-left: 150px;
	float: none;
	display:block;
}

#header nav ul li {
	display: inline;
	float: left;
}

#header nav .gNav {
	width: 100%;
	margin-right: 0;
	border-left: 0;
	float:none;
}

#header nav .gNav li {
	width: 100%;
	margin: 0;
	border-left: 0;
	border-right: 0;
	overflow:hidden;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}

#header nav .gNav a {
	color: #222;
	font-size: 15px;
	padding: 15px 0 13px;
	height: auto;
	text-align: left;
	border-bottom: 2px solid #ccc;
}

#header nav .gNav a:hover {
	background-color: transparent;
	color: #F60;
	border-bottom: 2px solid #f60;
}

.concept #header nav .gNav li.gNav01 a,
.company #header nav .gNav li.gNav02 a,
.products #header nav .gNav li.gNav03 a,
.contact #header nav .gNav li.gNav04 a {
	border-bottom: 2px solid #f90;
}

#header nav .gNav a span {
	font-size: 9px;
	display: inline;
	margin-left: 0.6em;
}

#header nav .socialNav {
	float: none;
	display: block;
	position: absolute;
	top: 160px;
	left: 28px;
}

#header nav .socialNav li {
	margin: 5px 3px;
}

/*====================================================================================
= å³ã‚µã‚¤ãƒ‰ãƒãƒ¼
====================================================================================*/

/* ä¼šå“¡ãƒšãƒ¼ã‚¸ãƒ­ã‚°ã‚¤ãƒ³
==============================*/

#sub-column #login h2{
}

	#sub-column #login h2 img{
		width:100%;
	}
	

/* ãƒªãƒ³ã‚¯ãƒãƒŠãƒ¼
==============================*/
#bnrLink {
	margin-bottom:0px;
}
	#bnrLink ul{

	}
		#bnrLink ul li{
			text-align:center;
		}


/* ãƒªãƒ³ã‚¯ãƒãƒŠãƒ¼2
==============================*/
#bnrLink2 {
	margin-bottom: 0px;
}
	#bnrLink2 ul {

	}
		#bnrLink2 ul li {
			text-align: center;
		}

/* footer
==============================*/
#footer{
	margin-top: 20px;
	height:auto;
}

	#footer .main-column {
		float:none;
		width:100%;
	}
	
	#footer .sub-column {
		display:none;
	}

#footer h4 {
	font-size: 17px;
}

#footer p {
	font-size: 11px;
}

#footer .address {
	margin-top: 10px;
	padding-top: 10px;
}

#footer .address dt {
	width: 20%;
	font-size: 20px;
}

#footer .address dd {
	width: 80%;
	font-size: 16px;
}

#footer .address dd .tel {
	margin-top: -3px;
	font-size: 22px;
}

#footerGmap {
	display:none;
}

#footer nav {
	display:none;
}


/*
***********************************************************************************************
ãƒ•ãƒƒã‚¿ãƒ¼
***********************************************************************************************
*/

#footNav{
	text-align:center;
}
	.col6{
		width:48%;
	}

.ftNav{
	padding-top:15px;
}


#fLogo {
	float:none;
	width:100%;
	height:auto;
}

p#copyright a{
	text-align:center;
}


/* #main
------------------------------------------------------------------------- */

.main-column hgroup {
	margin-bottom: 15px;
}

.main-column hgroup h1,
.main-column hgroup h2 {
	padding: 10px 0;
}

.main-column hgroup h1 {
	font-size: 24px;
}

.main-column hgroup h2 span {
	font-size: 16px;
}

.main-column section {
	margin: 30px 0;
}

section h2 {
	font-size: 21px;
}

section h3 {
	font-size: 19px;
}

section h4 {
	font-size: 16px;
}

section h5 {
	font-size: 15px;
}

section h6 {
	font-size: 15px;
}

/* New mark
------------------------------------------------------------------------- */

.newmark {
	font-size: 12px;
	line-height: 1 !important;
	-moz-text-shadow: -1px -1px 0 #000;
	-webkit-text-shadow: -1px -1px 0 #000;
	text-shadow: -1px -1px 0 #000;
	padding:8px 5px 5px 5px;
	height: 15px;
	left: 0;
}

.newmark:before {
	border: none;
}


.home #header #mainnav {
	margin-bottom: 15px;
}

.home #header #title {
	width: 140px;
	height: 140px;
	top: 10px;
}

.home #header #title .line1 {
	font-size: 20px;
	margin-top: 35px;
}

.home #header #title .line2 {
	font-size: 24px;
}

.home #header #title .jpname {
	font-size: 8px;
	margin: 1em 0 0 0;
}

/* #main (Top page only)
----------------------------------------------------- */

.home .main-column section {
	margin: 20px 0;
}


/* Top productThum (Top page only)
------------------------------------------------------------------------- */

.productThum li {
	margin: 0 0 10px 0;
}

/* Products
------------------------------------------------------------------------- */

.products .list-2column li,
.list-2column li:nth-child(2n) {
	margin-bottom: 2em;
}

/* Contact table
------------------------------------------------------------------------- */


.contact-form {
	margin-bottom: 0;
}

	.contact-form th,
	.contact-form td {
		display:block;
		clear:both;
		padding: 5px 0;
		text-align:left;
		width: 100%;
	}
	
	.contact-form th {
		width:35%;
		padding-bottom: 0;
	}
	
	.contact-form td {
		text-align:center;
	}
	
	.contact-form label {
		border-top: none;
		padding: 8px 0 0 0;
	}
	


/*====================================================================================
= å‹•ç‰©ç—…é™¢æ¤œç´¢ãƒšãƒ¼ã‚¸
====================================================================================*/

div#search_add label{ 
	width:120px;
}

/* ã‚­ãƒ¼ãƒ¯ãƒ¼ãƒ‰ã‹ã‚‰æ¤œç´¢ */
div#search_keyword{
	padding: 10px 0 0 0px;
}
div#search_keyword input#feas_0_4{
	
	width:100%;
}
</pre></body></html>