/* CSS Document */

#product_overray{
	position: fixed;
	z-index: 9999;
	width:100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	top:100%;
	left: 0;
	-webkit-overflow-scrolling: touch
}

.productMenu a{
	cursor: pointer;
}

#detail, #detail .wrapper{
	height: auto;
	min-height: 100%;
}

p.close > span{
	cursor: pointer;
}

div.item_det_wrap{
	margin-bottom: 30px;
}

div.item_det_wrap:last-of-type{
	margin-bottom: 0;
}

dl.item_table,
dl.item_table2{
	letter-spacing: -0.40em;
}

dl.item_table2{
	font-size: 80%;
	
}

dl.item_table + dl.item_table2{
	border-top:#666666 dotted 1px;
	margin-top: 5px;
	padding-top: 5px;
}

dl.item_table > *,
dl.item_table2 > *{
	letter-spacing: normal;
	display: inline-block;	
	vertical-align: top;
}

dl.item_table > dt,
dl.item_table2 > dt{
	margin-top: 3px;
    font-size: 80%;
    line-height: 100%;
    padding: 5px 10px;
	margin-right: 5px;
	
}

dl.item_table > dt{
	background: #4f4944;
    color: #FFFFFF;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

dl.item_table2 > dt{
	background: #BBBBBB;
    	
}

dl.item_table2 > dd{
	margin-right: 10px;
	position: relative;
}

@media screen and (max-width: 900px) {
	dl.item_table > dd,
	dl.item_table2 > dd{
		width:100%;
	}
}
