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

	Top Page CSS 
	
*/

body{
		background:url(../img/paper_bg.png) ;
		
		*zoom:1;
		/*direction:rtl;*/
		unicode-bidi:bidi-override;
		color:#000000;
}
body p{
	font-size:13px;
}
.left{
	float:left;	
}
.right{
	float:right;	
}


body#products{
	background-image:url(../img/products/img_bg.jpg) ;
	background-attachment: fixed;
	background-size:cover;
}

/* Navigation */
header nav#Home li:nth-child(1):before{content:"";background:#a30000;width:4px;height:16px;display:block;margin-right:8px}
header nav#Home li:nth-child(1) a{margin-top:2px;background-position:0px -630px;width:13px;height:42px}
header nav#Home li:nth-child(5):before{content:"";background:none;width:4px;height:16px;display:block;margin-right:8px}
header nav#Home li:nth-child(5) a{margin-top:2px;background-position:0px -46px;width:18px;height:87px}

header nav#Overview li:nth-child(2):before{content:"";background:#a30000;width:4px;height:16px;display:block;margin-right:8px}
header nav#Overview li:nth-child(2) a{margin-top:2px;background-position:0px -224px;width:19px;height:85px}
header nav#Overview li:nth-child(5):before{content:"";background:none;width:4px;height:16px;display:block;margin-right:8px}
header nav#Overview li:nth-child(5) a{margin-top:2px;background-position:0px -46px;width:18px;height:87px}





article#container{
	display:block;
	height:1600px;
}

article#container.overview{
	height:4200px;
	position:absolute;
	top:100px;
}


article.prd_container{
	height:3700px!important;
}

#slideshow_top{
	padding-top:60px;
	text-align:center;
	margin-bottom:50px;	
}
#container section{
	clear:both;
	display:block;
}
#container section.normal_contents {
	clear:both;
	margin-bottom:25px;
}
#container section.normal_contents .contents_box{
	text-align:center;
	display:block;
	overflow:hidden;


	position: relative;
	z-index:1000;
}
#container section.normal_contents .contents_box h3{
	margin-bottom:25px;
}
#container section.normal_contents .contents_box p{
	line-height:30px;
	clear:both;	
}
#container section.normal_contents .contents_box .mark{
	margin-bottom:15px;

}

/* Slide */
#viewer {
    margin: 0 auto;
    width: 950px;
    height: 390px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}


/* MAP */
#container section.normal_contents .c_map{

	height:338px;
	 background: url("../img/top/img_logo.png") no-repeat top center;
}



section#news{
	clear:both;	
}

section#news{
	width:90%;	
	
	margin: 0 auto;
}
section#news .news_box{
	
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:5px;
	text-align:center;
}

/* table */

.tbl_history table{
	width:100%;
}
.tbl_history table th ,
.tbl_history table td
{
	text-align:left;
	border-bottom:1px solid #AAAAAA;
	padding:10px;
	background:#efefef;
	opacity: 0.7;
}
.tbl_history table td.ryo
{
	text-align:center;
	border-bottom:1px dotted #AAAAAA;
	background:#eeeeee;
}
.tbl_history table td.ryo2
{
	text-align:center;
	background:#eeeeee;
}

/* OVer View */




#container section.normal_contents .blank_box{
	padding-top:200px;
	clear:both;
}
#container section.normal_contents .contents_box .overview_box{
	clear:both;

}
#container section.normal_contents .contents_box .overview_box h1{
	clear:both;
	font-size:25px;
	text-align:center;
	display:block;
	margin-bottom:30px;
	overflow:hidden;
}
.overview_box {
	width:724px;
    margin: 0 auto;	

}
.overview_box h2{
	clear:both;
	color:#005A25;
	font-weight:bold;
	border-bottom:1px solid #666666;
	padding-bottom:10px;
	font-size:16px;
	width:690px;
	margin-bottom:20px;
	text-align:left;
	padding-left:35px;
	background:url(../img/overview/ico_01.png) left top no-repeat;	
}
.overview_box h2.yamata{
	color:#A30000;
	background:url(../img/overview/ico_02.png) left top no-repeat;	
}
.overview_box h2.toyohama{
	color:#0059AB;
	background:url(../img/overview/ico_03.png) left top no-repeat;	
}


.overview_box .tbl_overview{
	width:300px;	
}
.overview_box .tbl_overview table{
	width:100%;
	text-align:left;		
}
.overview_box .tbl_overview table th 
{
	padding-right:15px;
	text-align:justify;
	vertical-align:top;
	word-break:break-all;
	white-space:nowrap;
}
.overview_box .tbl_overview table th ,
.overview_box .tbl_overview table td
{
	font-size:12px;
}
.overview_box .map_box{
	width:300px;
	text-align:right;
	
}
.overview_box .map_box .map{
	margin-bottom:15px;
	
}

.overview_box .map_box .map figure p{
	text-align:center;
	padding:5px;
	clear:both;
	background:#ffffff;
	border:1px solid #cdcdcd;
}

.overview_box .map_box .map figure p a{
	color:#444444;
}


/* Products */


#products .normal_contents{
	margin-top:15%;	
}

#products .normal_contents h3{
	color:#ffffff;
	text-shadow: 1px 1px 3px #000; 
	font-weight:normal;
	clear:both;
	font-size:180%;
	text-align:center;
	padding:0.5em;
	border-top:1px solid #cdcdcd;		
	border-bottom:1px solid #cdcdcd;
	margin-bottom:2em;
	width:60%;
	margin:0 auto;
	
}


#products .products_box {
		width:724px;
		margin:0 auto;
		padding-top:2em;
}

#products .products_box dl{
	float:left;
	padding:1em;

}
#products .products_box dl figure img{
	border:3px solid #ffffff;
	max-width:316px;
}
#products .products_box dl dd{
	text-align:center;
	color:#ffffff;
	text-shadow: 1px 1px 3px #000;  

	background:#33315e;
	padding:0.5em;
	font-size:120%;
}


@media screen and (min-width: 641px){
	
}

.overview_box .group_list{
	clear:both;
	margin-bottom:60px;
}
.overview_box  h2.group{
	color:#A30000;
	text-align:center;	
	font-size:25px;
	border-bottom:none;
	background:none;
}
.overview_box .group_list h3{
	border-bottom:1px solid #333333;
	padding-bottom:10px;
	text-align:left;	
	font-size:18px;
}
.overview_box .group_list table{
	font-size:12px;
}

.tbl_enkaku table{
	width:100%;	
}
.tbl_enkaku table td{
	text-align:center;
	padding-bottom:15px;
}
.tbl_enkaku table td.thumbs{
	width:20%;
	vertical-align:middle;
}
.tbl_enkaku table th{
	text-align:center;
	background:url(../img/overview/img_bg_bder.png) left center repeat-x;	
}
.tbl_enkaku table th span{
	background:#faf9f9;
	padding:3px;	
}


footer{
	color:#ffffff;
}
footer p{
	font-size:12px;
}
@media screen and (min-width: 641px){
		header#Overview {
			z-index:0;
		}
		#container{
			/*z-index:1000;*/
		}
		
}
@media screen and (max-width: 640px){	
.left ,
.right
{
	float:none;
}
	img{
		width:100%;
	}
	img.nores{
		width:auto;
	}
	#viewer {
		margin: 0 auto;
		width:auto;
		
		text-align: left;
		position: relative;
	}	
	.overview_box {
		width:480px;
	}
	.overview_box h2{
		
		width:auto;

	}
	.tbl_enkaku table td.thumbs img{
		width:100%;
		
	}
	
	
	#products .products_box {
		width:100%;	
		max-width:316px;
	}
	#products .products_box dl{
		float:none;
		clear:both;	
	}
	

}

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