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

body{
	font-size: 13px;
	margin: 0px;
	line-height: 120%;
	font-family: 'MS PGothic';
	color: #333333;
}

header{
	top: 0;
	width: 100%;
	background-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eeeeee;
}

footer{
	text-align: center;
	margin-top: 20px;
}

.cont{
	width: 80%;
	margin: 0 auto;
	text-align:center;
}

/*--ãƒ˜ãƒƒãƒ€ãƒ¼éƒ¨åˆ†--*/

.header_cont{
	width: 800px;
	margin: 0 auto;
	height: 80px;
	position: relative;
}

.header_title{
	position: absolute;
	left: 5px;
	width: 250px;
	text-align: left;
	height: 80px;
}

.kanban{
	font-size: 30px;
	position: relative;
	top: 20px;
	font-family: Verdana;
}

.msg{
	position: relative;
	top: 25px;
}

.header_inq{
	width: 350px;
	position: absolute;
	right: 55px;
}

.phone{
	font-family: Garamond;
	font-size: 20px;
	margin-top: 5px;
}

.otoi{
	position: relative;
	top: 5px;
}

.osirase{
	position: relative;
	top: 15px;
}

/*--ã‚«ãƒ¼ãƒˆã®ã‚¢ã‚¤ã‚³ãƒ³éƒ¨åˆ†--*/

.header_cart{
	width: 60px;
	height: 80px;
	position: absolute;
	right: 5px;
}

.cart_icon{
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	bottom: 0;
}

.circle{
	position: absolute;
	bottom: 30px;
	left: 28px;
	width: 21px;
	height: 21px;
}

.circle_img{
	z-Index: 1;
}

#amount{
	position: absolute;
	bottom: 4px;
	width: 17px;
	height: 15px;
	right: 3px;
	z-Index: 2;
	font-weight: bold;
	color: #ffffff;
	text-align: center;

}

/*--ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã®ãƒœãƒƒã‚¯ã‚¹--*/

.main{
	margin-top: 50px;
}

.navi{
	margin-top: 50px;
}


/*------ãƒ•ã‚©ãƒ¼ãƒ&nbsp;-------*/

input[type=text],textarea{
	border: 1px solid #999999;
	border-radius: 3px;
	margin-bottom: 1px;
}

select{
	border: 1px solid #999999;
	width: 80px;
}

input[type=text]{
	height: 34px;
 	box-sizing: border-box;
}

select {
 	height: 34px;
 	box-sizing: border-box;
}

textarea {
	box-sizing: border-box;
	line-height: 1.25;
	padding: 4px;
}

/*-------ãƒœã‚¿ãƒ³-------*/

.btn{
	padding: 8px 15px;
	background-color: #999999;
	border-radius: 4px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	color: #ffffff;
	font-weight: bold;
}

/*-------ãã®ä»–-------*/

.cl{
	width: 100%;
}

.cl:after {
	content: ""; 
	display: block; 
 	clear: both;
}

/*------ä»¥ä¸‹ã¯ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ç”¨ã®è¡¨ç¤º-------*/

@media screen and (max-width:600px){

	/*------å…¨ä½“-------*/
	
	body{
		font-size: 15px;
		line-height:150%;
	}
	
	.cont{
		width: 100%;
	}
	
	/*------ãƒ˜ãƒƒãƒ€ãƒ¼-------*/
	
	.header_cont{
		width: 100%;
	}
	
	.header_inq{
		display: none;
	}

	/*------éƒ¨å“-------*/

	#amount{
		bottom: 6px;
		right: 1px;
	}
}
</pre></body></html>