@charset "utf-8";
/* CSS Document */
.txt2 > p { color: #555; font-size: 1.2em; letter-spacing: 1px;  line-height: 150%;  }

.about .btn-area .btn-primary {
	text-align: center;
  border-radius: 0;
  border: none;
  background-color: #af3832;
  padding: 0 20px;
  line-height: 55px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cart .btn-area .btn-primary:hover {
  	opacity: .8;
}
.cart .btn-area .btn-default {
  	border-radius: 0;
}
.cart .btn-area .btn-default:hover {
  	opacity: .8;
}

.price-org { color: #999; text-decoration:line-through; }
.price-sp { color: #c00; font-weight: 600; font-size: 1.1em; font-family: arial, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; }
