#content .goods_wrapper {
	width: 757px;
	margin: 0 auto;
}
#content .goods_wrapper .title-common {
	margin-top: 60px;
}
#content .goods_wrapper .title-common:first-child {
	margin-top: 0;
}
#content .goods_wrapper .goods_item {
	margin-top: 30px;
}
#content .goods_wrapper .goods_item table {
}
#content .goods_wrapper .goods_item td {
	width: 228px;
	padding-left: 36px;
	font-size: 1.6rem;
	line-height: 162.5%;
}
#content .goods_wrapper .goods_item td:first-child {
	padding-left: 0;
}
#content .goods_wrapper .goods_item img {
	width: 100%;
	min-width: 228px;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #000;
}
#content .goods_wrapper .goods_item img.btn {
	width: 52px;
	height: 18px;
	min-width: 0;
}
#content .goods_wrapper .goods_item img.btn2 {
	width: 105px;
	height: 28px;
	min-width: 0;
}
#content .goods_wrapper .goods_item .desc {
	margin-top: 20px;
}
#content .goods_wrapper .goods_item .desc {
	
}
#content .goods_wrapper .new {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}

#content .archive-link {
	margin-top: 60px
}
#content .archive-link a {
	font-size: 1.6rem;
}

/**
 * Modal
 */
 
 /* custom skin */
 .mfp-content {
    padding: 70px 30px 30px;
    box-sizing: border-box;
    background: #fff !important;
    min-width: 603px;
}
.mfp-figure:after {
	background: #fff;
	box-shadow: none;
}
img.mfp-img {
	padding: 0;
}
.mfp-title {
    text-align: left;
    line-height: 162.5%;
    font-size: 1.6rem;
    color: #000;
    word-wrap: break-word;
    padding-right: 0;
}
.mfp-bottom-bar {
	top:auto;
	position: static;
	margin-top: 0;
	padding-top: 20px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	display: block;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: left;
    background: url(/asset/img/btn-close.png) no-repeat left top;
    padding: 0;
    text-indent: -9999px;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/* fadeIn Effect */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}