/* ヘッダー、フッター調整用 */
h1.header_logo img, h1.footer_logo img {
	margin-bottom: 1rem;
}

/*--------------------------------------------------------------------
.goods
--------------------------------------------------------------------*/
.goods{
	background: #eaf6fd;
	margin-top: 4rem;

	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", 'ヒラギノ角ゴ W3', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

/*--------------------------------------------------------------------
h3
--------------------------------------------------------------------*/
h3{
	font-size: 1.5rem;
	border-bottom: double 5px #0069cc;
}

/*--------------------------------------------------------------------
.category
--------------------------------------------------------------------*/
.category{
	margin-bottom: 30px;
}



/*--------------------------------------------------------------------
.content
---.-----------------------------------------------------------------*/ 

.content{
	float: left;
	margin-top: 10px;
}

.content img{
	margin: 10px auto 10px;
	vertical-align: bottom;	
}

.content p{
	font-size: 0.9em;
	padding: 0.5em;/*文字周りの余白*/
  	color: #010101;/*文字色*/
  	background: whitesmoke;/*背景色*/
  	border-bottom: solid 3px #0069cc;/*下線*/
  	text-align: center;
}


/*--------------------------------------------------------------------
.content_img
---.-----------------------------------------------------------------*/ 

.content_img {
	overflow: hidden;
}
.content_img img {
	display: block;
	transition: 0.5s;
}
.content_img img:hover {
	transform: scale(1.1, 1.1);
}
