/* マット注文フォーム */
.left_con {
	float: left;
  width: 400px;
}
.right_con {
	float: left;
  width: 310px;
}
#sec_type2 .left_con {
  text-align: center;
}
#sec_type2 .right_con {
  padding-left: 10px;
  border-left: dotted 2px #CC9966;
}

/* マットイメージ */
canvas#matCut_image {
  border: solid #ccc 1px;
}
#matImage_anywin {
  display: none;
  margin: 10px auto;
  height: 390px;
}
#matImage {
  margin: 10px auto;
  height: 390px;
}
#matImage table {
  margin-left: auto;
  margin-right: auto;
}
table#matImage {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
/*
#matCut_image {
  margin-left: auto;
  margin-right: auto;
}
*/
#matOutLine {
  text-align: left;
  border: solid #ccc 1px;
  z-index: 10;
}
#matWindow {
  margin: 0px;
  padding: 0px;
  position: relative;
}
/*
#matVmizo {
  margin: 0px;
  padding: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  border: solid 1px #ccc;
  z-index: 30;
}
*/

/* 商品情報テーブル */
table.goods_date {
	font-size: 100%;
  margin: 30px 10px 15px 0px;
	border-top:1px solid #CC9966;
	border-right:1px solid #CC9966;
	border-left:1px solid #CC9966;
}
.goods_date th {
	color: #680000;
	background-color: #F4CFB7;
	width: 100px;
	padding: 5px;
	border-bottom:1px solid #CC9966;
	vertical-align: middle;
}
.goods_date td {
	text-align: left;
	padding: 5px;
	border-bottom:1px solid #CC9966;
}
.goods_date li {
	text-align: left;
	margin: 0px 0px 7px 0px;
	list-style-position: outside;
	list-style-type: none;
}

/* 注文フォーム */
.right_con dl,
.right_con dd {
  margin: 0;
  padding: 0;
}
form#order_form dl{
  margin: 5px 0px;
	background-image: url(../images2/right_dl_back_305.gif);
	background-repeat: repeat-y;
}
form#order_form dt{
/*  color: #535353;*/
  font-weight: bold;
  line-height: 3em;
  clear: both;
}
form#order_form dt p{
  margin: 0px 14px 3px 4px;
  text-indent: 5px;
  background-color: #F1F8EE;
}
form#order_form dt p span{
  margin-right: 0.5em;
}
form#order_form dt.dt_first{
	background-image: url(../images2/right_dt_back_gr_305.gif);
	background-repeat: no-repeat;
}
form#order_form dt.dt_first p{
  background-color: transparent;
}
form#order_form dd{
  line-height: 1.5em;
}
form#order_form dd p{
  margin: 0px 1em;
}
dl#last_con dt {
	background-image: url(../images2/right_dt_back_rd_305.gif);
	background-repeat: no-repeat;
}
dl#last_con dt p{
  background-color: transparent;
}
span.dd_title {
  color: #b34300;
}
.selectBox {
  width: 295px;
  display: none;
  padding: 5px 0px;
}
.selectBox p {
  line-height: 2em;
}
.selector table {
  margin: 5px 10px 2px 10px;
  padding: 0px;
}

.selector table img {
  border: solid #ccc 1px;
}
.selector table td {
  padding-left: 3px;
}
p#xy_input_box {
  display: none;
}
table#onewin_table,
table#anywin_table {
  display: none;
  margin: 5px 10px 2px 10px;
  padding: 0px;
}
table#onewin_table img,
table#anywin_table img {
  border: solid #ccc 1px;
}
table#onewin_table td,
table#anywin_table td {
  padding-left: 3px;
}

/* サイズ入力時のご注意 */
dl.input_caution {
  margin-top: 25px;
  font-size: smaller;
}
dl.input_caution dt {
  color: green;
  font-weight: bold;
}
dl.input_caution dd {
  margin-bottom: 2em;
}
