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

/* 

	Background

*/

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

ul#menu .brand p a {
	color: #6699cc !important;
	position: relative;
}

.bgImage {
	background: url(../../brand/images/background.jpg) repeat-x;
}
#contents,  #categoryIndex {
	margin-top: 55px;
	color: #666666;
	min-height:490px;
	_height:490px;
}
#shika {
	position: absolute;
	top: 416px;
	left: 60px;
}

@media screen and (max-width: 767px) {
	ul#menu .brand p a {
		color: #000 !important;
		text-decoration: none !important;
	}
	
	.bgImage {
		background: none;
	}
	
	#contents,  #categoryIndex {
		margin-top: 0;
		min-height: inherit;
	}
	
	#shika {
		display: none;
	}

}

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

/* 

	category index

*/

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





#categoryIndex .pTitle {
	padding: 0 29px 24px;
	background: url(../images/line.png) no-repeat center bottom;
}
#categoryIndex .pBody {
	padding: 22px 30px 30px 30px;
}
#categoryIndex .pBody p.label {
	margin-top: 20px;
}
ul.catIndex {
	margin: 41px 0 0 0;
}
ul.catIndex li {
	font-size: 1.084em;
	margin: 0 0 10px 0;
	width: 320px;
	height: 60px;
	float: left;
	overflow: hidden;
}
ul.catIndex li a {
	height: 60px;
	padding: 0 0 0 110px;
	display: block;
	overflow: hidden;
	color:#6699CC;
	text-decoration: none;
}
ul.catIndex li a:hover {
	color:#6699CC;
	text-decoration: underline;
}
ul.catIndex li.p02,  ul.catIndex li.p04 {
	margin: 0 0 20px 30px;
}
ul.catIndex li.p01 a {
	background: url(../../brand/images/thumb_bs01.jpg) no-repeat left top;
}
ul.catIndex li.p02 a {
	background: url(../../brand/images/thumb_bs02.jpg) no-repeat;
}
ul.catIndex li.p03 a {
	background: url(../../brand/images/thumb_bs03.jpg) no-repeat;
}
ul.catIndex li.p04 a {
	background: url(../../brand/images/thumb_bs04.jpg) no-repeat;
}
ul.catIndex li.p05 a {
	background: url(../../brand/images/thumb_bs05.jpg) no-repeat;
}
ul.catIndex li.p01 a:hover {
	background: url(../../brand/images/thumb_bs01.jpg) no-repeat left bottom;
}
ul.catIndex li.p02 a:hover {
	background: url(../../brand/images/thumb_bs02.jpg) no-repeat left bottom;
}
ul.catIndex li.p03 a:hover {
	background: url(../../brand/images/thumb_bs03.jpg) no-repeat left bottom;
}
ul.catIndex li.p04 a:hover {
	background: url(../../brand/images/thumb_bs04.jpg) no-repeat left bottom;
}
ul.catIndex li.p05 a:hover {
	background: url(../../brand/images/thumb_bs05.jpg) no-repeat left bottom;
}

@media screen and (max-width: 767px) {
	#categoryIndex .pTitle {
		padding: 0 25px 18px;
	}
	
	#categoryIndex .pBody {
		padding: 4px 5% 30px;
	}
	
	ul.catIndex {
		margin: -2px 3px 0 1px;
	}
	
	ul.catIndex li {
		font-size: 14px;
		margin: 16px 0 0 !important;
		width: 47.5% !important;
		height: auto;
		line-height: 1.5;
	}
	ul.catIndex li:nth-child(2n) {
		float: right;
	}
	ul.catIndex li a {
		height: auto;
		padding-left: 0;
		background: none !important;
	}
	ul.catIndex li a:hover {
		text-decoration: none;
	}
	ul.catIndex li a .photo {
		margin-bottom: 5px;
	}
	ul.catIndex li a .photo img {
		width: 100%;
	}



}
/* ************************************************************************************************************************ */

/* 

	contents

*/

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





#contents .pTitle {
	height:31px;
	padding: 0 30px 15px 30px;
	background: url(../images/line.png) no-repeat center bottom;
}
#contents .pBody {
	padding: 0 30px 30px 30px;
}
#contents .pBody p.label {
	margin-top: 23px;
}

@media screen and (max-width: 767px) {
	#contents .pTitle {
		padding: 0 25px 23px;
		height: auto;
	}
	
	#contents .pTitle01 {
		padding: 0 25px 19px;
	}
	
	#contents .pTitle02 {
		padding: 0 25px 86px;
		background: url(../images/sp_line.png) no-repeat center bottom;
	}
	
	#contents .pTitle03 {
		padding: 0 25px 85px;
		background: url(../images/sp_line.png) no-repeat center bottom;
	}
		
	#contents .pBody {
		padding: 13px 5% 29px;
	}
	
	#contents .pBody p.label {
		margin-top: 1px;
	}

}
/* ************************************************************************************************************************ */

/* 

	Brand Concept

*/

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



div#sake_img {
	width:252px;
	height:454px;
	position: absolute;
	left: 515px;
	top: 148px;
}
/*IE6*/

* html div#sake_img {
	top: 157px;
}
/*IE7*/

*+html div#sake_img {
	top: 157px;
}
p#concept_text {
	display:block;
	float:left;
	width:440px;
	height:auto;
	font-size: 13px;
	font-family: Arial;
	line-height: 160%;
	margin-top:22px;
	margin-left:2px;
}

@media screen and (max-width: 767px) {
	p#concept_text {
		min-height: 324px;
		padding-right: 120px;
		float:none;
		width:auto;
		font-size: 14px;
		line-height: 1.71;
		margin:0;
		color: #333;
		letter-spacing: -0.3px;
	}
	
	div#sake_img {
		width: 122px;
		height:auto;
		position: absolute;
		left: inherit;
		right: 0;
		top: 61px;
	}

}
/* ************************************************************************************************************************ */

/* 

	History about Hakushika

*/

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





#beginning {
	margin-top: 44px;
}
#beginning,  #business,  #tech,  #future {
	background: url(../../brand/images/history_bg.gif) repeat-y;
	padding-bottom: 20px;
}
#today {
	background: none;
}
.stage {
	width: 150px;
	float: left;
}
.event {
	margin-left: 190px;
	font-size: 1.084em;
	font-family: Arial;
	line-height: 1.7;
	color: #666666;
}
p.lead {
	color: #C0AC5A;
	font-weight: bold;
	font-size: 1.25em;
	font-family: Times;
	margin-top: 5px;
}
p.mt60 {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	#beginning {
		margin-top: 13px;
	}

	#beginning,  #business,  #tech,  #future {
		background: none;
		padding: 0 2px 40px;
	}
	
	.stage {
		margin-bottom: 14px;
		padding: 8px 9px 6px;
		width: auto;
		float: none;
		font-size: 18px;
		color: #fff;
		line-height: 1.2;
		background-color: #669ACC;
		font-family: Times;
	}
	
	.stage01 {
		color: #333;
		background-color: #C8E1E8;
	}
	
	.event {
		margin-left: 0;
		font-size: 14px;
		line-height: 1.71;
	}
	
	.event .txt {
		margin: 23px 0 20px;
	}
	
	.event .txt01 {
		margin: 18px 0 24px;
	}
	
	.event .text {
		margin: 0 0 20px;
	}
	
	.event .txt02 {
		margin: 0 0 22px;
	}
	
	.event img {
		width: 100%;
		height: auto;
	}
	
	p.lead {
		font-size: 10px;
		font-family: Arial;
		margin-top: 6px;
	}
	
	.event .photo {
		margin: 0 60px;
	}



}
/* ************************************************************************************************************************ */

/* 

	Legend of the White Deer “Hakushika”

*/

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

div#legend_title {
	width:617px;
	height:80px;
	position: absolute;
	top: 97px;
	left: 65px;
}
/*IE6*/

* html div#legend_title {
	top: 103px;
}
/*IE7*/

*+html div#legend_title {
	top: 103px;
}
p#legend_text {
	display:block;
	float:left;
	width:704px;
	height:auto;
	font-size: 13px;
	font-family: Arial;
	line-height: 1.7;
	margin-top:55px;
	margin-bottom:28px;
}
div#legend_img {
	float:left;
	width:704px;
	height:auto;
}
#imgL {
	margin-right:10px;
}

@media screen and (max-width: 767px) {
	div#legend_title {
		margin-left: -165px;
		width:332px;
		height:68px;
		top: 25px;
		left: 50%;
	}
	
	p#legend_text {
		float:none;
		width:auto;
		font-size: 14px;
		line-height: 1.71;
		margin:1px 0 0;
		color: #333;
		letter-spacing: -0.2px;
	}
	
	div#legend_img {
		margin: 18px 2px 0;
		float:none;
		width:auto;
		height:auto;
	}
	
	div#legend_img img {
		width: 48.7%;
		height: auto;
	}
	
	div#legend_img .sp {
		display: inline-block !important;
	}
	
	#imgL {
		margin-right:2.6%;
	}
	
}

@media screen and (max-width: 350px) {
		div#legend_title {
			margin-left: -155px;
			width:310px;
			height:68px;
		}
		
		div#legend_title img {
			width: 310px;
		}
}
/* ************************************************************************************************************************ */

/* 

	“KUROMATSU” Hakushika Brand

*/

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

div#kuromatsu_title {
	width:409px;
	height:82px;
	position: absolute;
	top: 97px;
	left: 180px;
}
/*IE6*/

* html div#kuromatsu_title {
	top: 103px;
}
/*IE7*/

*+html div#kuromatsu_title {
	top: 103px;
}
p#kuromatsu_text {
	display:block;
	float:left;
	width:704px;
	height:auto;
	font-size: 13px;
	font-family: Arial;
	line-height: 1.7;
	margin-top:55px;
	margin-bottom:28px;
}
div#kuromatsu_img {
	float:left;
	width:704px;
	height:887px;
}

@media screen and (max-width: 767px) {
	div#kuromatsu_title {
		margin-left: -79px;
		width:157px;
		height:60px;
		top: 25px;
		left: 50%;
	}
	
	p#kuromatsu_text {
		float:none;
		width:auto;
		font-size: 14px;
		line-height: 1.71;
		margin:-1px 0 0;
		color: #333;
		letter-spacing: -0.2px;
	}
	div#kuromatsu_img {
		margin: 20px 26px 0;
		float:none;
		width:auto;
		height:auto;
	}
	
	div#kuromatsu_img img {
		width: 100%;
		height: auto;
	}


}
/* ************************************************************************************************************************ */

/* 

	Logo Explanation

*/

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



p#logoexplanation_text {
	display:block;
	float:left;
	width:704px;
	height:auto;
	font-size: 13px;
	font-family: Arial;
	line-height: 1.7;
	margin-top:22px;
	margin-bottom:28px;
}
p#logoexplanation_text2 {
	display:block;
	float:left;
	width:704px;
	height:auto;
	font-size: 13px;
	font-family: Arial;
	line-height: 1.7;
	margin-top:42px;

}
div#logoexplanation_img {
	width:496px;
	height:auto;
	margin-left:100px;
	margin-bottom:8px;
}

@media screen and (max-width: 767px) {
	p#logoexplanation_text {
		float:none;
		width:auto;
		font-size: 14px;
		line-height: 1.71;
		margin:0;
		color: #333;
	}
	p#logoexplanation_text2 {
		display:block;
		float:none;
		width:auto;
		font-size: 14px;
		line-height: 1.71;
		margin-top:42px;
		color: #333;
	}
	div#logoexplanation_img {
		width:auto;
		height:auto;
		margin:15px 30px 0;
	}
	
	div#logoexplanation_img img {
		width: 100%;
		height: auto;
	}
	
}</pre></body></html>