@charset "utf-8";
/*detail*/
div.left_images{
	width:358px;
	float:left;
}
div.left_images ul li{
	float:left;
	border:1px solid #CCCCCC;
	margin:5px 4px 0 0;
	cursor:pointer;
}
div.left_images p img{
	display:block;
	border:1px solid #CCCCCC;
}
div.right_detail{
	float:right;
	width:300px;
}
div.detail h2{
	padding:5px 5px 0 5px;
	background:#000000;
	color:#FFFFFF;
	margin:0;
	font-weight:bold;
}
div.detail p.price{
	padding:5px;
	background:#000000;
	color:#FFFFFF;
	margin:0 0 10px 0;
	font-weight:bold;
}
div.right_detail table{
	width:100%;
	background:#FFFFFF;
	padding:10px 0 0 0;
}



div.right_detail table th,div.right_detail table td{
	border-bottom:1px dashed #CCCCCC;
	padding:5px 0;
	font-size:12px;
}
div.right_detail table th{
	white-space:nowrap;
        padding:5px 20px 5px 0;
	text-align:left;
	font-weight:bold;
	font-size:12px;
}
div.right_detail table td span.title{
	font-weight:bold;
}
div.right_detail table td span.title2{
	font-weight:bold;
	font-size:10px;
}
p.cart_btn{
	float:right;
	margin:15px 0 0 0;
        padding:15px 0 0 0;
}
p.cart_btn input{
	border:none;
	text-indent:-9999px;
	display:block;
	width:153px;
	height:39px;
	background:url(http://foresight.main.jp/webimg/sub/cart_btn.jpg) top left no-repeat;
	cursor:pointer;
}

    div.left_images p.boss{
        cursor: pointer;
    }

  #overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 33331;
  }
  #popup{
    position: fixed;
    top: 50px;
    left: 50%;
    width: 100%;
    text-align: center;
    z-index: 33332;
    width: 740px;
    padding: 30px;
    background: #000000;
    margin-left:-400px;
  }
    #popup img{
        width: 740px;
    }
    p.pp01 a{
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        padding: 30px 10px;
        font-weight: bold;
        line-height: 558px;
        background: rgba(0,0,0,0.4);
        color: #ffffff;
        cursor: pointer;

    }
    p.pp02 a{
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
        line-height: 558px;
        font-weight: bold;
        padding: 30px 10px;
        background: rgba(0,0,0,0.4);
        color: #ffffff;
        cursor: pointer;

    }
    p.pp03{
        cursor: pointer;
        color: #FFFFFF;
        position: absolute;
        top: -20px;
        right: -20px;
        font-size: 2em;
        line-height: 100%;
        font-weight: bold;
        line-height: 40px;
        width: 40px;
        text-align: center;
        background: #E60012;
        display: block;
    }
    p.glass{
        position: absolute;
        top:0;
        left:0;
        background: #000000;
        padding: 5px;
        cursor: pointer;
    }
    div.left_images p.glass img{
        border: none;
    }

    div.left_images{
        position: relative;
    }