@charset "utf-8";

/* order
---------------------------------------------------------------------------- */
#order {
	width: 1006px;
	background:url(../common/img/bg_contents2partBtm.png) left bottom no-repeat;
	padding: 0 0 30px 0;
	margin: 0 auto;
	
}
#order .contentsBg {
	width: 1006px;
	background:url(../common/img/bg_contents2partMdl.png) left top repeat-y;
	margin: 0 auto;
	min-height: 250px;
}
#order .contentsBg .contentsArea {
	float: left;
	width: 748px;
	margin: 0 7px 0 3px;
}
#order .contentsBg .contentsArea h2 {
	line-height: 54px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#order .contentsBg .contentsArea h2.order {
	background:url(./img/bh_howtoOrder.png) 3px top no-repeat;
}

#order .contentsBg .contentsArea .inner {
	margin: 0 auto;
	padding: 0 10px;
	width: 738px;
}
#order .contentsBg .contentsArea .inner h3 {
	clear: both;
	line-height: 23px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0 15px 0;
}
#order .contentsBg .contentsArea .inner h3.methodofOrdering {
	background:url(./img/bh_methodofOrdering.png) left top no-repeat;
}
#order .contentsBg .contentsArea .inner dl.orderinfo {
	font-size: 108%;
	margin: 0 10px 0 40px;
}
#order .contentsBg .contentsArea .inner dl.orderinfo dt {
	margin-top: 20px;
}
#order .contentsBg .contentsArea .inner dl.orderinfo dt.first {
	margin-top: 0;
}
#order .contentsBg .contentsArea .inner dl.orderinfo dd {
	margin-left: 1em;
}

#order .contentsBg .contentsArea .inner dl.orderinfo dd table {
	border-collapse: collapse;
	border: solid 1px #FFCC99;
	margin-top:10px;
}
#order .contentsBg .contentsArea .inner dl.orderinfo dd th,
#order .contentsBg .contentsArea .inner dl.orderinfo dd td {
	border: solid 1px #FFCC99;
	padding: 3px;
	font-size: 108%;
}
#order .contentsBg .contentsArea .inner dl.orderinfo dd th {
  background: #FFE0C1;
  width: 80px;
  vertical-align: top;
}
#order .contentsBg .contentsArea .inner dl.orderinfo dd td {
  background: #FFF3E8;
  width: 130px;
}
#order .contentsBg .contentsArea .inner dl.orderinfo dd td.special {
  background: #FFFFCC;
  font-size: 93%;
}

#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method {
	
}
#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method dt {
	color: #FF9900;
	font-weight: bold;
	padding: 2px 0 0 15px;
}
#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method dt.pc {
	background: url(./img/icon_pc.png) no-repeat 0 0;
	padding-left: 30px;
	overflow: hidden;
}
#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method dt.fax {
	background: url(./img/icon_fax.png) no-repeat 0 0;
	padding-left: 30px;
	overflow: hidden;
	
}
#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method dt.tel {
	background: url(./img/icon_tel.png) no-repeat 0 0;
	padding-left: 30px;
	overflow: hidden;
	
}
#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method dd {
	margin: -30px 5px 30px 5px;
	padding: 9px 0 9px 90px;
	position: relative;
}
#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method dd span {
	position: absolute;
	right: 0;
	top: 8px;
}
#order .contentsBg .contentsArea .inner ul{
	border: solid 1px #FF9900;
	background-color: #FFFFCC;
	font-size: 108%;
	margin: 0 auto;
	padding: 10px;
	width: 630px;
}
#order .contentsBg .contentsArea .inner ul li {
	background: url(../common/img/icon_asteriskBk.png) no-repeat 0 3px;
	padding-left: 20px;
	
}
/* original class
---------------------------------------------------------------------------- */
.point {
	color: #FF0000;
}



/* # clearfix
---------------------------------------------------------------------------- */


#order .contentsBg,
#order .contentsBg .contentsArea .inner,
#order .contentsBg .contentsArea .inner h3,
#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method,
#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method dt,
#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method dd {
	zoom: 1;
}

#order .contentsBg:after,
#order .contentsBg .contentsArea .inner:after,
#order .contentsBg .contentsArea .inner h3:after,
#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method:after,
#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method dt:after,
#order .contentsBg .contentsArea .inner dl.orderinfo dd dl.method dd:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	
}
