@charset "utf-8";

.alertMsg-error {
	display: block;
	padding: 0px 10px 5px;
	border: 1px dotted #d35336;
	background: #ffeee1;
	color: #d35336;
	font-weight: bold;
}

.errorGroup {
	margin-left: 40px;
	margin-right: 40px;
}

label {
	cursor: auto;
}

table.reviewType td {
	width: 809px;
}

.item_spec_list th, .info-box-0 th {
	width: 92px;
}

.detail_header_right .item_name h1 {
	font-weight: bold;
}

h2.ttl {
	font-size: 18px;
}

/*　送料無料アイコン */
#iconPostageFree_disp {
	margin-right: 10px;
}

/* 在庫なし */
.goodslist_view_thumb .item_list li span.variationNoStock {
	text-align: right;
	margin-top: 10px;
}

input.btn_orderStart, a.btn_orderStart　 {
	background: #c4ab5f;
	height: 40px;
	line-height: 40px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	width: 180px;
	display: block;
	box-shadow: none;
	border: 0;
	box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
}

/* ----- ご注意 ----- */
.attention_area {
	text-align: right;
	font-size: 90%;
	display: block;
	float: right;
}
/* バイオグラフィー */
.biography {
	margin-bottom: -10px;
}

@media screen and (max-width: 849px) {
	.biography {
		margin-bottom: 0;
	}
	.errorGroup {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 600px) {
	input.btn_orderStart {
		background: #c4ab5f;
		height: 40px;
		line-height: 40px;
		font-size: 120%;
		font-weight: bold;
		text-align: center;
		border-radius: 3px;
		color: #fff;
		width: 100%;
		display: block;
		box-shadow: none;
		border: 0;
		box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
	}
	

}