@charset "utf-8";
/* CSS Document */

#contents .contentsR h5{
	padding: 0 0 10px 0;
}

/* カタログ、会員登録
------------------------------------------------------------*/
#contents .contentsR .btnBox{
	background: #F4F9FD;
	border: solid 1px #CCC;
	padding: 10px 20px;
	margin: 0 0 40px 0;
}
#contents .contentsR .btnBox dt,
#contents .contentsR .btnBox dd{
	display: table-cell;
	vertical-align: middle;
}

#contents .contentsR .btnBox dt{
	width: 420px;
	padding: 0 20px 0 0;
}

#contents .contentsR .btnBox dd{
	width: 190px;
}

/* IE 6 */
* html #contents .contentsR .btnBox dt,
* html #contents .contentsR .btnBox dd{
	display: inline;
	zoom: 1;
}

/* IE 7 */
*:first-child+html  #contents .contentsR .btnBox dt,
*:first-child+html  #contents .contentsR .btnBox dd{
display: inline;
zoom: 1;
}

/*\*//*/
* html *:first-child+html  #contents .contentsR .btnBox dt,
* html *:first-child+html  #contents .contentsR .btnBox dd,{
display: inline-block;
}
/**/


/* お届け時間について
------------------------------------------------------------*/
#contents .contentsR .delitimeUnit{
	background: #FAFAFA;
	padding: 20px;
	margin: 0 0 20px 0;
}

#contents .contentsR .delitimeUnit table{
	width: 570px;
	border: solid 1px #CCC;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

#contents .contentsR .delitimeUnit th,
#contents .contentsR .delitimeUnit td{
	border: solid 1px #CCC;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

#contents .contentsR .delitimeUnit th{
	background: #F7F7E1;
	text-align: center;
	font-weight: normal;
}

#contents .contentsR .delitimeUnit td.time{
	width: 150px;
	background: #EEE;
}

#contents .contentsR .delitimeUnit .cautionBox{
	background: #F4F9FD;
	border: solid 1px #CCC;
	padding: 10px 10px 0 10px;
}

#contents .contentsR .delitimeUnit .cautionBox p{
	font-weight: bold;
	padding: 0 0 5px 0;
}

#contents .contentsR .delitimeUnit .cautionBox ol{
	margin: 0 0 0 3em;
}

#contents .contentsR .delitimeUnit .cautionBox li{
	list-style: decimal;
	padding: 0 0 10px 0;
}
