/* CSS Document */

#wrap_shincha h2,
#wrap_shincha h3,
#wrap_shincha h4 {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.clear {
	clear:both;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/* */

#wrap_gift {
	width:634px;
	text-align:left;
}
#wrap_gift p {
	font-size:14px;
	line-height:160%;
	margin:10px 0;
}

#wrap_gift h2 {
	margin:0 0 30px 0;
}

.goodslink {	
	display: flex;
	justify-content: space-between;
	padding:0;
}
.goodslink li {
	width:208px;
	list-style:none;
	padding:0;
	border:1px solid #F6D458;
	background:#FDF9EA;
	box-sizing: border-box;
}
.goodslink a {
	text-decoration: none;
	color: #333333;
}
.goodslink a:hover {
	text-decoration: underline;
}
.goodslink div {
	text-align:center;
}
.goodslink h3 {
	color: #3F7C01;
	text-decoration: none;
	margin-bottom: 10px;
}
.goodslink span {
	color: #3F7C01;
	font-weight: bold;
}
.goodslink .photo {
	width: 100%;
	height: auto;
}
.goodslink li p {
	font-size:12px;
	line-height:140%;
	text-align:center !important;
}
.goodslink li p img {
	margin:5px 0 0 0;
}

