<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 */

/*タイトル
-----------------------------------------*/
section#indexContent {
margin: 80px 10px 0 10px;
position:  relative;
border-radius: 10px;
padding: 20px;
background:  #F1CA2E;
color:　#FFF;
}
body#page-content #miindexContent:after {
content: "";
display: block;
clear: both;
}
body#page-content section#indexContent &gt; header{
	position: absolute;
	top: -60px;
	left: 20px;
}
body#page-content section#indexContent &gt; p {
	position: absolute;
	top: 10px;
	left: 150px;
}


/*サイドメニュー
-----------------------------------------*/

#menu {
	margin: 30px 10px 0 10px;
	float:left;
	width:230px;
}

#menu .menuTitle01 {
	margin:0;
	padding:0px 10px;
	color:#063;
	background:#F1CA2E;
	border:solid 1px #F1CA2E;
	font-size:123.1%;
	height:40px;
	line-height:40px;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
	behavior:url("border-radius.htc");
}

#menu .menuList01  {
	border-style:solid;
	border-width:1px;
	border-color:#F1CA2E;
	background-color:rgb(255,255,255);
	list-style:none;
	margin:0 0 20px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
}

#menu .menuList01 ul {
	margin:0 0 20px;
	padding:0;
}

#menu .menuList01 ul li {
	margin:0px 12px;
	padding:0 0 0 30px;
	list-style:none;
	border-bottom:#DCDCDC solid 1px;
	background:url(../img/arrow-right.png) no-repeat 10px center;
}

#menu .menuList01 ul li a {
	text-decoration:none;
	color:#595959;
	font-size:108%;
	padding:8px 0;
	display:block;
	font-weight:bold;
}

#menu .menuList01 ul li a:hover,
#menu .menuList01 ul li a:active {
	color:#b29600;
}

 
 /*  toPageTo */
#toPageTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
	
#toPageTop a {
	display: block;
	width: 60px;
	background: url(img/common/btn_to-page-top_ov.gif) no-repeat;
}


/*コンタクト専用
-----------------------------------------*/
body#page-contact section#mainContent {
margin: 80px 10px 0 10px;
position:  relative;
border-radius: 10px;
padding: 10px;
background: #333;
color: #FFF;
}
body#page-contact #mainContent:after {
content: "";
display: block;
clear: both;
}
body#page-contact section#mainContent &gt; header{
	position: absolute;
	top: -60px;
	left: 20px;
}
body#page-contact section#mainContent &gt; header p {
	position: absolute;
	top: 30px;
	left: 135px;
}

body#page-contact section#mainContent dl {
	position: absolute;
	left: 100px;
	top: 50px;
	padding: 0 0 140px;
	width: 400px;
	height: 80px;
}

body#page-contact section#mainContent dt#emailpng {
margin:0px 12px;
padding:0 0 0 50px;
background:url(../img/contact/contact_email.png) no-repeat 0px center;
font-size:18px;
font-weight: bold;
line-height: 45px;
}

body#page-contact section#mainContent dt#telpng {
margin:0px 12px;
padding:0 0 0 50px;
background:url(../img/contact/contact_phone.png) no-repeat 0px center;
font-size:18px;
font-weight: bold;
line-height: 45px;
}

body#page-contact section#mainContent dt#markerpng {
margin:0px 12px;
padding:0 0 0 50px;
background:url(../img/contact/contact_marker.png) no-repeat 0px center;
font-size:18px;
font-weight: bold;
line-height: 45px;
}

/*フォームエリア
-----------------------------------------*/

body#page-contact section#mainContent div#form {
	position: absolute;
	left: 100px;
	top: 200px;
	padding: 0 0 140px;
	width: 400px;
	font-size:18px;
	font-weight: bold;
	line-height: 45px;
}
#contact input[type="text"],
#contact textarea{
	display: inline-block;
	margin: 0;
	margin-bottom: 20px;
	padding: 10px;
	max-width: 100%;
	width: 244px;
	outline: none;
	border: 1px solid #16aeb9;
	border-radius: 5px;
	background: #fbfeff;
	box-shadow: 0 1px #fff;
	color: #555;
	font-size: 14px;
}

#contact input[type="text"]{
	padding-left: 40px;
}

#contact textarea{
	overflow: auto;
	padding-left: 40px;
	width: 600px;
	height: 150px;
}

#contact input[type="text"]:focus,
#contact textarea:focus{
	background: #fff;
}

#contact p{
	position: relative;
}

#contact span.icon{
	position: absolute;
	top: 6px;
	left: 8px;
	z-index: 10;
	display: block;
	width: 30px;
	color: #0277b1;
	text-align: center;
	text-shadow: 0 1px #fff;
	font-size: 18px;
}

#submit{
	width: 259px;
	height: 51px;
	outline: none;
	border: none;
	background: url(../img/contact/submit.png) no-repeat 0 0;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

#submit:hover{
	background-position: 0 100%;
}

#submit:active{
	position: relative;
	top: 1px;
}
p.center{
	padding: 0 0;
}


/* Tooltip */

.tooptip-body{
	position: absolute;
	padding: 1em;
	border: 1px solid #16aeb9;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0, .4);
}

.tail{
	position:absolute;
    bottom: -12px;
    left: 45%;
	display: block;
    width: 12px;
    height: 12px;
    background: url(images/tooltip-tail.png) no-repeat 0 0; /* 三角の画像 */
}




/*カタログ専用:GoogleMap
-----------------------------------------*/
body#page-contact section#mainContent #GoogleMap {
width: 450px;
height: 550px;

float: right;
}



/****************************************

		Web Icon
		Web Symbols typeface
		http://www.justbenicestudio.com/studio/websymbols/

		Lisense:OFL
		http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;id=OFL


*****************************************/

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'WebSymbolsRegular';
    src: url('../fonts/websymbols-regular-webfont.eot?#iefix') format('eot'),
         url('../fonts/websymbols-regular-webfont.woff') format('woff'),
         url('../fonts/websymbols-regular-webfont.ttf') format('truetype'),
         url('../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
}
/****************************************

		icon
		Web Symbols typeface
		http://www.justbenicestudio.com/studio/websymbols/

*****************************************/

.icon {font-family: 'WebSymbolsRegular'; }

.icon-image:before 				{ content: "\49"; }
.icon-setting:before 			{ content: "\53"; }
.icon-cloud:before 				{ content: "\43"; }
.icon-folder:before 			{ content: "\46"; }
.icon-archive:before 			{ content: "\5a"; }
.icon-movie:before  			{ content: "\4d"; }
.icon-html:before   			{ content: "\48"; }
.icon-text:before   			{ content: "\54"; }
.icon-terminal:before  			{ content: "\5f"; }
.icon-atachement:before 		{ content: "\41"; }
.icon-logout:before   			{ content: "\58"; }
.icon-indent:before   			{ content: "\6e"; }
.icon-outindent:before  		{ content: "\6f"; }
.icon-list:before   			{ content: "\70"; }
.icon-numberlist:before 		{ content: "\71"; }
.icon-move:before   			{ content: "\7e"; }
.icon-user:before				{ content: "\55"; }
.icon-openedlock:before			{ content: "\77"; }
.icon-closedlock:before			{ content: "\78"; }
.icon-portraitview:before 		{ content: "\61"; }
.icon-albumview:before 			{ content: "\62"; }
.icon-zoomin:before	 			{ content: "\2b"; }
.icon-zoomout:before	 		{ content: "\2d"; }
.icon-up:before			 		{ content: "\3a"; }
.icon-down:before				{ content: "\3b"; }
.icon-close:before				{ content: "\d7"; }
.icon-scale:before				{ content: "\26"; }
.icon-back:before				{ content: "\28"; }
.icon-forword:before			{ content: "\29"; }
.icon-back2:before				{ content: "\3c"; }
.icon-forword2:before			{ content: "\3e"; }
.icon-rotate:before				{ content: "\2a"; }
.icon-close2:before				{ content: "\27"; }
.icon-twitter:before			{ content: "\74"; }
.icon-facebook:before			{ content: "\66"; }
.icon-vkontakte:before			{ content: "\76"; }
.icon-linkedin:before			{ content: "\6c"; }
.icon-googleplus:before			{ content: "\67"; }
.icon-skype:before				{ content: "\73"; }
.icon-rss:before				{ content: "\72"; }
.icon-vimeo:before				{ content: "\6d"; }
.icon-youtube:before			{ content: "\79"; }
.icon-tumblr:before				{ content: "\6b"; }
.icon-lettery:before			{ content: "\7a"; }
.icon-odnoklassniki:before		{ content: "\51"; }
.icon-rss2:before				{ content: "\42"; }
.icon-favorite:before			{ content: "\52"; }
.icon-tag:before				{ content: "\2c"; }
.icon-tag:before				{ content: "\2c"; }
.icon-comment:before			{ content: "\63"; }
.icon-chat:before				{ content: "\64"; }
.icon-openedchat:before			{ content: "\65"; }
.icon-rating:before				{ content: "\75"; }
.icon-like:before				{ content: "\4e"; }
.icon-unlike:before				{ content: "\4f"; }
.icon-search:before				{ content: "\4c"; }
.icon-reblog:before				{ content: "\4a"; }
.icon-openinnewwindow:before	{ content: "\44"; }
.icon-clock:before				{ content: "\50"; }
.icon-link:before				{ content: "\4b"; }
.icon-link:before				{ content: "\4b"; }
.icon-mail:before				{ content: "\40"; }
.icon-sort-down:before			{ content: "\7b"; }
.icon-sort:before				{ content: "\7d"; }
.icon-sort2:before				{ content: "\7d"; }
.icon-unfold:before				{ content: "\5b"; }
.icon-fold:before				{ content: "\5d"; }
.icon-icon:before				{ content: "\b9"; }
.icon-list2:before				{ content: "\b2"; }
.icon-listwithicons:before		{ content: "\b3"; }
.icon-reply:before				{ content: "\68"; }
.icon-replyall:before			{ content: "\69"; }
.icon-fullscreen:before			{ content: "\25"; }
.icon-done:before				{ content: "\2e"; }
.icon-approved:before			{ content: "\2f"; }
.icon-alert:before				{ content: "\57"; }
.icon-synchronize:before		{ content: "\56"; }
</pre></body></html>