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

@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  margin-right:4px;
}

#contents a:hover img {
	opacity: 0.8; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-khtml-opacity: .80; /* Safari 1.x */
	-moz-opacity: .80; /* FF lt 1.5, Netscape */
}

#contents_main {
	width:100%;
	float:none;
}

#page_title {
	width:100%;
	background:white;;
	margin-bottom:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#dempaNav {
	overflow:hidden;
	border:1px solid #ddd;
	margin-top:0px;
}

#dempaNav ul {
	overflow:hidden;
	width:960px;
}

#dempaNav li {
	width:100%;
}

#dempaNav li a {
	display:block;
	width:100%;
	min-height:30px;
	padding-top:15px;
	padding-left: 20px;
	color:#0CF;
	background:#FFFFFF;
	font-weight:bold;
	font-size:1.2em;
	background:url(../goods_img/menu_bg.jpg)  repeat-x #FFF\9;
	box-shadow: inset 0px 1px 2px 0px #666;
	-webkit-box-shadow: inset 0px 1px 2px 0px #666;
	-moz-box-shadow: inset 0px 1px 2px 0px #666;
	-moz-transition-property: background-color, color;
	-webkit-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	-ms-transition-property: background-color, color;
	-moz-transition-duration:.5s;
	-webkit-transition-duration:.5s;
	-o-transition-duration:.5s;
	-ms-transition-duration:.5s;
}

#dempaNav li a:hover {
	background:#0CF;
	color:#FF0;
	text-decoration:none;
	box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
}

#dempaNav li a:active {
	background-color: #53ddff;
}

#alertLink {
    border:3px solid #E6406B;
    margin-bottom:10px;
}
#alertLink p {
    width:570px;
    margin:10px auto;
}
#alertLink a {
    line-height:1.3;
    font-weight:bold;
    color:#E6406B;
}</pre></body></html>