a{
  /*test*/
}
.send_mail_btn {
	display: block;
	border-radius: 5px;
	padding: 0.5em 1em;
	background: #005a34;
	text-align: center;
	color: #fff !important;
	font-size: 20px;
}
.send_mail_btn:hover {
  opacity:0.7;
}
.cartjs_product_table td, .cartjs_product_table th {
	display: block;
	clear: both;
	text-align: center;
  width:100% !important;
}
button.cartjs_cart_in {
	border: none;
	background: transparent;
	margin-bottom: 3em !important;
  cursor: pointer;
}
.product .item_detail table th {
	background: #efefef;
	padding: 0.3em 0 !important;
}
.product .item_detail table td {
	padding: 0.3em 0 !important;
}
.kiyaku div.pre {
	max-height: 300px;
	overflow: auto;
}
pre {
	overflow: scroll;
}
.custom_info {
	color: #f00;
	box-shadow: 0 0 0 1px #f00;
	padding: 0.5em;
}
.custom_info p {
	margin: 0;
	text-align: center;
}
.table_normal{
	border-collapse: collapse; 
  width:100%;
}
.table_normal td, .table_normal th {
	box-shadow: 0 0 0 1px #000;
	background: #fff;
}