/* basic */

p {
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #8aa;
	margin-bottom; 8px;
}

h3 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

h3.inline {
	display: inline;
	padding-right: 20px;
	border-bottom: 1px solid #add;
}

h4 {
	clear: both;
	font-weight: bold;
	font-size: 14px;
}

ol li {
	list-style-type: decimal;
}

.caution, .caution li {
	font-weight: bold;
	color: #F33;
}

.cautionbox {
	padding: 8px 0px;
	background-color: #fffff0;
}

.marking {
	background-color: #ff9;
}

.markingbold {
	color: #F33;
	font-weight: bold;
	background-color: #ff9;
}

.big {
	font-size: 20px;
	font-weight: bold;
	padding-left: 40px;
}

.arrow {
	font-weight: bold;
	margin-left: 80px;
}

.lefty {
	margin: 0px 12px 32px 0px;
	float: left;;
}

.point {
	font-weight: bold;
	color: #3e4800;
	padding-left: 88px;
	background-image: url(/common/accent/point.png);
	background-repeat: no-repeat;
	background-position: 2px;
}

.estimatesample {
	border: 2px solid #3d4000;
	-moz-box-shadow:
		0px 1px 4px rgba(0,0,0,0.4),
		inset 0px 0px 16px rgba(254,255,255,1);
	-webkit-box-shadow:
		0px 1px 4px rgba(0,0,0,0.4),
		inset 0px 0px 16px rgba(254,255,255,1);
	box-shadow:
		0px 1px 4px rgba(0,0,0,0.4),
		inset 0px 0px 16px rgba(254,255,255,1);
	text-shadow:
		0px 0px 0px rgba(0,0,0,0.6),
		0px 0px 2px rgba(254,255,255,1);
}


/* button */


.tobutton {
	color: #3e4800;
	margin-bottom: 8px;
	padding: 2px 8px;
	display:inline-block;
	text-decoration: none;
	text-align: left;
	background: #f1f69f;
	border-radius: 16px;
	border: 0px solid #6d8000;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.tobutton:hover {
	background: #eed;
}



/* estimate */


.estimatebutton {
	padding: 16px 20px;
	display:inline-block;
	text-decoration: none;
	text-align: left;
	border-radius: 8px;
	border: 0px solid #6d8000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: -moz-linear-gradient(
		top,
		#ffdc20 0%,
		#f7d520);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffdc20),
		to(#f7d520));
	background: -ms-linear-gradient(
		top,
		#ffdc20 0%,
		#f7d520 100%);
	background: -o-linear-gradient(
		top,
		#ffdc20 0%,
		#f7d520 100%);
	background: linear-gradient(
		to bottom,
		#ffdc20 0%,
		#f7d520 100%);
	-moz-box-shadow:
		0px 1px 4px rgba(0,0,0,0.4),
		inset 0px 0px 16px rgba(254,255,255,1);
	-webkit-box-shadow:
		0px 1px 4px rgba(0,0,0,0.4),
		inset 0px 0px 16px rgba(254,255,255,1);
	box-shadow:
		0px 1px 4px rgba(0,0,0,0.4),
		inset 0px 0px 16px rgba(254,255,255,1);
	text-shadow:
		0px 0px 0px rgba(0,0,0,0.6),
		0px 0px 2px rgba(254,255,255,1);
}
.estimatebutton:hover {
		background: -moz-linear-gradient(
		top,
		#ffef6e 0%,
		#f8db20);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffef6e),
		to(#f8db20));
	background: -ms-linear-gradient(
		top,
		#ffef6e 0%,
		#f8db20 100%);
	background: -o-linear-gradient(
		top,
		#ffef6e 0%,
		#f8db20 100%);
	background: linear-gradient(
		to bottom,
		#ffef6e 0%,
		#f8db20 100%);
}
.estimatebutton:active {
	background: #fbf07b;
}
.estimatebutton .maintext {
	float: left;
	padding: 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #3e4800;
	padding-right: 10px;
	border-right: 1px solid rgba(255,255,255,1);
}
.estimatebutton .additionaltext {
	float: left;
	padding: 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #3e4800;
	padding-left: 10px;
	border-left: 1px solid rgba(0,0,0,1);
}


/* post */


.postbutton, .postbutton2 {
	font-size: 16px;
	padding: 16px 20px;
	display:inline-block;
	text-decoration: none;
	text-align: left;
	border-radius: 12px;
	border: 0px solid #6d8000;
	background: #EEE;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-box-shadow:
		0px 1px 4px rgba(0,0,0,0.4),
		inset 0px 0px 16px rgba(254,255,255,1);
	-webkit-box-shadow:
		0px 1px 4px rgba(0,0,0,0.4),
		inset 0px 0px 16px rgba(254,255,255,1);
	box-shadow:
		0px 1px 4px rgba(0,0,0,0.4),
		inset 0px 0px 16px rgba(254,255,255,1);
	text-shadow:
		0px 0px 0px rgba(0,0,0,0.6),
		0px 0px 2px rgba(254,255,255,1);
}
.postbutton2 {
	padding:  0px 20px;
}
.postbutton:hover, .postbutton2:hover {
	background: #FFF;
}
.estimatebutton:active, .estimatebutton2:active {
	background: #EFE;
}

.postbutton_long {
	font-size: 16px;
	padding: 16px 20px;
	display:inline-block;
	text-decoration: none;
	text-align: left;
	border-radius: 12px;
	border: 0px solid #6d8000;
	background: #EEE;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-box-shadow:
		0px 1px 4px rgba(0,0,0,0.4),
		inset 0px 0px 16px rgba(254,255,255,1);
	-webkit-box-shadow:
		0px 1px 4px rgba(0,0,0,0.4),
		inset 0px 0px 16px rgba(254,255,255,1);
	box-shadow:
		0px 1px 4px rgba(0,0,0,0.4),
		inset 0px 0px 16px rgba(254,255,255,1);
	text-shadow:
		0px 0px 0px rgba(0,0,0,0.6),
		0px 0px 2px rgba(254,255,255,1);
}


/* table */


table a:link {
	color: #696;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #696;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #464;
	text-decoration:none;
}
table {
	width: 100%;
	color:#333;
	font-size:14px;
	line-height: 24px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px 0px;
	border:#ccc 1px solid;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	font-size:14px;
	white-space:nowrap;
	padding:8px 20px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	/*text-align: left;*/
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}
table tr {
	padding-left:20px;
}
table td:first-child {
	/*text-align: left;*/
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}
/*
table tr:hover td {
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #fafafa,  #f0f0f0);	
}
*/
table .price {
	text-align: right;
}


/* ul */


ul {
	/*color:#6d9686;*/
	color:#203020;
}

.enumeration {
	margin-bottom: 24px;
	margin-left: 24px;
	padding-left: 8px;
	list-style-type: square;
}

.enumeration li {
	margin-bottom: 8px;
}

#news li {
	color:#374;
	margin-left: 8px;
	padding-left: 48px;
	list-style: none;
	margin-bottom: 16px;
	background: url(/common/accent/bullet_new.png) 0px 2px no-repeat;
}

#news li a {
	color: #132;
	text-decoration: underline;
}

#attentions {
	color:#a43;
	list-style: outside;
}

#attentions li {
	list-style: none;
	margin-bottom: 4px;
	padding-left: 24px;
	background: url(/common/accent/bullet_attentions.png) 0px 4px no-repeat;
}

.attentions {
	color:#5d8676;
	list-style: outside;
	margin-bottom: 20px;
}

.attentions li {
	list-style: none;
	margin-bottom: 4px;
	padding-left: 24px;
/*	background: url(/common/accent/bullet_attentions.png) 0px 4px no-repeat; */
}

/* shopable */


.shopbox {
	margin-bottom: 20px;
}

.shopable {
	margin: 0px;
	padding: 8px 8px 16px 20px;
	background: #f8f8f8;
	border: 0px solid #6d8000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.shopable dt {
	color: #AAA;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	vertical-align: bottom;
}

.shopable dt a {
	color: #485;
	text-decoration: none;
}

.shopable dt a:hover {
	color: #263;	
	text-decoration: underline;
}

.shopable dt img {
	padding-left: 8px;
}

.shopable dd {
	color: #042;
	font-size: 14px;
}

.shopablenote {
	font-size: 12px;
	line-height: 18px;
	color: #663;
	list-style: outside;
	margin: 0px;
	padding: 8px 24px;
}

.shopablenote li {
	list-style: none;
	margin-bottom: 4px;
	padding-left: 16px;
	background: url(/common/accent/bullet_exclamation.png) 0px 4px no-repeat;
}

.flow, .flow li {
	font-weight: bold;
	color: #81a586;
	font-size: 20px;
	margin-left: 4px;
}

/* cashless */


#cashless {
	line-height: 0px;
	background-color: #E31821;
} 

.cashlesstext {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	margin: 0px;
	padding: 8px 0px;
}

.cashlesspicture {
	line-height: 0px;
}