@charset "UTF-8";

/* ****************************************************
Title: .css
***************************************************** */

.va {
    background: #E4E2D3;
    height: 184px;
    padding: 3px 0;
    width: 100%;
}

.va p {
	margin: 0 auto;
	width: 960px;
}

h2,h3 {
	margin-bottom: 15px;
}

ul.move {
	margin-bottom: 20px;

}

ul.move li {
	float: left;
	margin-right: 7px;
}

ul.move li:last-child {
	margin-right: 0px;
}


/* contents
---------------------------------------------------------------------------- */
div#contents table {
	margin: 0 auto;
	width: 640px;
}

div#contents table.buy_area {
	margin-bottom: 20px;
}

div#contents table th {
	font-weight: bold;
	padding: 8px;
}

div#contents table.item_des td {
	padding: 8px;
}

div#contents table.item_des td span {
	padding: 0 4px;
	background:#F30;
	color: #FFF;
	font-weight: bold;
	margin-right: 3px;
	font-size: 89%;
}

div#contents table.buy_area th {
	text-align: center;
}

div#contents table.buy_area td {
	padding: 5px 8px;
}

div#contents table th.roast,
div#contents table th.middle {
	border-left: #F6F5EF solid 1px;
	border-right: #F6F5EF solid 1px;
}

div#contents table th.mdl2 {
	border-left: #F6F5EF solid 1px;
}
div#contents table.even {
	border-bottom: #DDD9C4 solid 1px;
}

div#contents table.even,
div#contents table.even td.middle {
	border-left: #DDD9C4 solid 1px;
	border-right: #DDD9C4 solid 1px;
}

div#contents table.even th {
	background: #DDD9C4;
}

div#contents table.odd {
	border-bottom: #E0C0A3 solid 1px;
}

div#contents table.odd,
div#contents table.odd td.middle {
	border-left: #E0C0A3 solid 1px;
	border-right: #E0C0A3 solid 1px;
}


div#contents table.odd th {
	background: #E0C0A3;
}


div#contents table th.name {
	width: 26.5625%;
}

div#contents table th.roast {
	width: 9.375%;
}

div#contents table th.com {
	width: 63.75%;
}


/* section01
---------------------------------------------------------------------------- */

div.section01,
div.section02,
div.section03 {
	margin-bottom: 40px;
}

/* section03
---------------------------------------------------------------------------- */
form.ec_btn {
	float: left;
}

form.btn_beans {
	margin-right: 9px;
}

input.beans {
	background: url(../images/item/beans_btn.jpg) no-repeat top left;
	border: none;
	cursor: pointer;
	height: 30px;
	text-indent: -9999px;
    width: 91px;
}


input.beans:hover {
	background: url(../images/item/beans_btn_o.jpg) no-repeat top left;
}

input.flour {
	background: url(../images/item/flour_btn.jpg) no-repeat top left;
	border: none;
	cursor: pointer;
	height: 30px;
	text-indent: -9999px;
    width: 91px;
}


input.flour:hover {
	background: url(../images/item/flour_btn_o.jpg) no-repeat top left;
}

input.buy_btn {
	background: url(../images/item/buy_btn.jpg) no-repeat top left;
	border: none;
	cursor: pointer;
	height: 30px;
	text-indent: -9999px;
    width: 91px;
    margin: 0 auto;
display: block;

}


input.buy_btn:hover {
	background: url(../images/item/buy_btn_o.jpg) no-repeat top left;
}