/*商品詳細ページ　オプション */

h2.ptoduct_name {
	font-weight:normal;
	font-size:1.6em;
	line-height:1.3em;
}


table.table_option {
	border-collapse: collapse; 
	margin-bottom:30px;
	font-size:0.9em;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.table_option th {
	padding:0.5em;
	background:#E7E7E7;
	font-weight:normal;
	border:#ccc solid 1px!Important;
	text-align:center;
}

.table_option td {
	padding:0.5em;
	border:#ccc solid 1px!Important;
	text-align:center;
}


.button_area {
	text-align:center;
}


.button_area a{
	font-size:0.9em;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 0.5em;
	background:#666;
	color:#fff;
	text-decoration:none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.button_area a:hover {
	background:#999;	
}