@charset "shift_jis";

/* ----------------------------------------------
 * 		engage
 * ---------------------------------------------- */
.item #engage {
	height: 645px;
	background: url(/bridal/item/images/index_bg01.gif) no-repeat 0 19px;
}
* html .item #engage {
	height: 665px;
	background: url(/bridal/item/images/index_bg01.gif) no-repeat 0 59px; /* IE6 hack */
}
.item #engage ol {
	position: relative;
}
.item #engage ol li.step01 {
	position: absolute;
	top: 16px;
	left: 0;
}
.item #engage ol li.step02 {
	position: absolute;
	top: 106px;
	left: 230px;
}
.item #engage ol li.step03 {
	position: absolute;
	top: 226px;
	left: 421px;
}
.item #engage ol li.step04 {
	position: absolute;
	top: 345px;
	left: 264px;
}
.item #engage ol li.step05 {
	position: absolute;
	top: 435px;
	left: 0;
}



/* ----------------------------------------------
 * 		itemBox01
 * ---------------------------------------------- */
.item .itemBox01 {
	clear: both;
	width: 880px;
	padding-top: 31px;
	background: url(/bridal/item/images/index_bg03.gif) no-repeat 50% 0;
	text-align: center;
}
.item .itemBox01 img {
	vertical-align: middle !important;
}
.item .itemBox01 .itemText01 {
	margin-right: 25px;
}


/* ----------------------------------------------
 * 		brandBox
 * ---------------------------------------------- */
.item .brandBox {
	clear: both;
	padding: 0 0 20px;
	background: url(/bridal/item/images/item_bg01.gif) no-repeat 0 100%;
}
.item .brandType02 {
	background: url(/bridal/item/images/item_bg02.gif) no-repeat 0 100%;
}
.item .brandBox .bnList {
	clear: both;
}
.item .brandBox .bnList li {
	float: left;
	margin-top: 10px;
	border-right: 1px solid #cbcbcb;
}
.item .brandBox .bnList li img {
	vertical-align: top !important;
}
.item .brandBox .bnList li.return {
	border-right: none;
}
.item .brandBox .bnType01 {
	margin-left: 10px;
}
.item .brandBox .bnType02 {
	margin-left: 15px;
}


/* ----------------------------------------------
 * 		section
 * ---------------------------------------------- */
.item .section {
	margin: 10px 0 0 15px;
}



/* ----------------------------------------------

 * 		ring item pages

 * ---------------------------------------------- */
.item #ringContainer {
	background: url(/bridal/item/ring/images/ring_bg02.gif) no-repeat 0 100%;
}
.item #mainContents {
	float: left;
	width: 682px;
}
/* aside */
.item #aside {
	float: right;
	width: 178px;
	background: url(/bridal/item/ring/images/ring_bg03.gif) repeat-y 0 0;
}
.item #aside dl dt {
	font-size: 0;
}
.item #aside dl dd {
	padding: 5px;
}
.item #aside dl dd dl dt {
	margin: 0 0 7px;
}
.item #aside dl dd dl dd {
	padding: 0;
	margin: 0 0 23px;
}
.item #aside dl dd dl dd ul li {
	margin: 0 0 5px;
}
.item #aside dl dd dl dd ul li a {
	display: block;
	zoom: 1;
}
.item #aside dl dd dl dd ul li a span {
	display: block;
	padding: 3px 0 2px 17px;
	background: url(/bridal/images_com/com_ic07.gif) no-repeat 5px 0.7em;
	cursor: pointer;
}
/* ON */
.item #aside dl dd dl dd ul li a:hover,
.item #aside dl dd dl dd ul li.on a {
	border-left: 1px solid #a18a55;
	background-color: #e7ddc6;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	zoom: 1;
}
.item #aside dl dd dl dd ul li a:hover span,
.item #aside dl dd dl dd ul li.on a span {
	padding: 3px 0 2px 16px;
	background: url(/bridal/images_com/com_ic07.gif) no-repeat 4px 0.7em;
}


/* lead */
.item #ringContainer .lead {
	padding: 20px 35px 20px;
	background: url(/bridal/item/ring/images/ring_bg01.gif) no-repeat 0 bottom;
	border: 1px solid #f0e8ca;
}

/* colTow02 */
.item #ringContainer .colTow02 {
	margin-bottom: 10px;
}
.item #ringContainer .colTow02 .colLeft {
	float: left;
	width: 250px;
}
.item #ringContainer .colTow02 .colRight {
	float: right;
	width: 380px;
}


/* ----------------------------------------------
 * 		print
 * ---------------------------------------------- */
@media print {
	.item .brandBox,
	.item .brandType02,
	.item #ringContainer,
	.item #aside,
	.item #aside dl dd dl dd ul li a span,
	.item #ringContainer .lead {
		zoom: 1;
	}
}


/* ----------------------------------------------
 * 		Clear fix
 * ---------------------------------------------- */
.item .brandBox .bnList:after,
.item #ringContainer:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.item .brandBox .bnList,
.item #ringContainer {
	min-height: 1px;
}

/* for IE6 */
* html .item .brandBox .bnList,
* html .item #ringContainer {
	height: 1px;
}

/* for IE7 */
*:first-child+html .item .brandBox .bnList,
*:first-child+html .item #ringContainer {
	zoom: 1;
}

/* ----------------------------------------------
 * 		webcatalog
 * ---------------------------------------------- */
.webcatalog{
 	background-color:#EAE0BD;
 	padding:10px;
 	width:410px;;
 }
 
.webcatalog h2{
	 border-bottom: 1px dashed #9e9ea0;
	 font-size: 1.2rem;
	 font-weight:bold;
	 color:#684B05;
}
.catalog_l{
	float:left;
	width:300px;
}
.catalog_r{
	float:right;
	width:105px;
}
.webcatalog:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}