/* ************************************************ 
 *	¾¦ÉÊ°ìÍ÷
 * ************************************************ */

/* ------------------------------------- 

 * ------------------------------------- */
.item_box {
	text-align: left;
           margin: 45px;
          	border: 0px gray solid ;
           padding-bottom: 20px;
	width: 300px;
          height: 450px;
	float: center;
	}

.item_thumbnail {
	 padding-bottom: 0px;
           width: 300px;
	height: 360px;
	overflow: hidden;
	position: relative;
	}

.item_thumbnail img {
	width: 280px;
	height: 360px;
	}

.item_frame {
           padding: 0px;
           border: 0px;
	width: 300px;
	height: 360px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}


p.line-red{text-decoration:line-through;color: red;}

p.line-red span{color:#000;}