@charset "utf-8";
/*
 * $Id$
 */
* {
	padding: 0px;
	margin: 0px;
}

body {
  padding: 0px;
  margin: 0px;
  background: #333;
  color: #fff;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, Helvetica, Arial, sans-serif;
  font-size: 24px;
}

a {
	color: #fc0;
}

a:link {
	text-decoration: none;
}

#display {
  height: 38px;
  font-family: ArialRoundedMTBold, ArialMT;
  font-weight: normal;
  width: 284px;
  background: #000;
  color: #FC0;
  text-align: right;
  text-shadow: 2px 2px 3px #f99;
  padding: 6px 12px;
  margin-left: 5px;
  font-size: 34px;
  border: 3px solid #333;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 2px 2px 3px #999;
  -webkit-box-shadow: 2px 2px 3px #999;
}

#buttons {
  width: 308px;
  margin-top: 4px;
  margin-left: 10px;
}

.btn {
  font-size: 36px;
  padding: 6px 4px 0px;
  width: 82px;
  height: 52px;
  background: #000;
  color: white;
  border: 3px solid #333;
  margin-right: 6px;
  margin-bottom: 6px;
  float: left;
  text-align: right;
  text-shadow: 2px 2px 3px #666;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 3px 3px 3px #999;
  -moz-box-shadow: 3px 3px 3px #999;
  /* -webkit-appearance: push-button; */
  /* -webkit-gradient(linear, 0% 31%, 0% 100%, from(#666666), to(#666666), color-stop(.5,#333333)); */
}

.mem {
  background-color: #339;
  border: 3px solid #339;
  font-size: 20px;
}

.fc {
  background-color: #393;
  font-size: 20px;
  border: 3px solid #393;
}

.clear {
  background-color: #600;
  border: 3px solid #600;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
}

#clear2 {
	margin-top: 5px;
	padding: 5px;
	width: 200px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 2px #999;
	-moz-box-shadow: 2px 2px 2px #999;
	text-align: center;
	background-color: #555;
    text-shadow: 2px 2px 2px #000;
	display: none;
}

#result {
  margin-left: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  display: none;
}

.price {
  color: #c00;
  text-shadow: 1px 1px 1px #f00;
}

#mode {
  font-size: 20px;
  float: left;
  margin-left: 15px;
  margin-top: 4px;
}

#digit {
  font-size: 20px;
  font-weight: bold;
  color: #cfc;
  float: left;
  text-shadow: 1px 1px 1px #393;
  margin-left: 225px;
  margin-top: 4px;
}

.separator {
  clear: both;
}

#option ul {
/* margin: 85px 20px 50px 20px; */
/* padding-top: 20px; */
}

#option ul li {
  float: left;
  padding: 20px 5px 30px 25px;
  list-style: none;
}



