@charset "euc-jp";
/* CSS Document */
div#menu {
  height: 40px;
  text-align: center;
  background-image: url(/img/menu_bg.png);
}
div#visual {
  text-align: center;
  background-color: #000000;
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
}
div#content {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
div#content div#product_menu {
  margin-bottom: 10px;
}
/*
	�����
*/
p.return {
  font-size: 10px;
  width: 840px;
  text-align: right;
  padding-right: 10px;
  margin: 10px auto 10px auto;
}
/*
	�ѥ󤯤��ꥹ��
*/
div#bread {
  width: 850px;
  margin: auto auto;
  overflow: hidden;
  margin-bottom: 15px;
}
div#bread ul {
  margin-left: -5px;
}
div#bread li {
  display: block;
  float: left;
  font-size: 12px;
  background-image: url(/img/top/yellow_arrow.png);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  text-indent: 10px;
  margin-right: 7px;
}
/*
	
*/
div#content h2#title {
  margin-bottom: 10px;
}
/*
	ᱤ˴ؤ������ս�
*/
p#product_warn {
  font-size: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
div#product_footer {
  margin-top: 40px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
div#product_footer a {
  background-image: url(/img/arrow2.png);
  background-repeat: no-repeat;
  background-position: left middie;
  padding-left: 10px;
  padding-right: 20px;
}
div.hikaku {
  margin-top: 50px;
}
div.hikaku .hikaku-link {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
div.hikaku .hikaku-link a {
  text-decoration: none;
  display: inline-block;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 7px 12px;
}
div.hikaku .hikaku-link a:hover {
  background-color: rgba(165, 42, 42, 0.2);
}
div.hikaku .hikaku-link a.active {
  background-color: brown;
  color: white;
}
div.hikaku .hikaku-link a:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
div.hikaku .hikaku-link a:last-child {
  border-right: 1px solid gray;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
div.hikaku .hikaku-image {
  margin-top: 15px;
  width: 850px;
  height: 420px;
  overflow: auto;
  overflow-y: none;
}
div.hikaku .hikaku-image #chozo,
div.hikaku .hikaku-image #hakari {
  display: none;
}
dl.jisseki dt {
  font-weight: bold;
}
dl.jisseki dd {
  text-indent: 0;
  padding-left: 1em;
}
