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

#contents .contentsR table{
	border: solid 1px #CCC;
	border-collapse: collapse;
	margin: 10px 0 5px 0;
	width: 100%;
}

#contents .contentsR th,
#contents .contentsR td{
	padding: 10px 5px;
	border: solid 1px #CCC;
	text-align: center;
}

#contents .contentsR th{
	background: #EEE;
}

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

#contents .contentsR .main3Pic li{
	float: left;
}

#contents .contentsR h5{
	color: #036;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #036;
}

#contents .contentsR .surpriseUnit{
	background: #FAFAFA;
	padding: 20px;
	margin: 0 0 20px 0;
}

/*#contents .contentsR .surpriseUnit table{
	border: solid 1px #CCC;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

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

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

#contents .contentsR .surpriseUnit td{
	font-weight: bold;
}

#contents .contentsR td.bgGray{
	background: #EEE;
}*/

/* カタログ、会員登録
------------------------------------------------------------*/
#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;
}
/**/