@charset "utf-8";
/* CSS Document */

.a_goods{
	width:90%;
	margin:2em auto 2em auto;
	overflow:hidden;
	border-bottom:1px solid #C6ADA4;
	padding-bottom:3em;
}

.a_goods .image{
	text-align:center;
}

.a_goods .text{
	text-align:center;
	margin:0.5em 0px;
	color:#19193F;
}

.a_goods .link a{
	text-align:center;
	display:block;
	width:11em;
	background-color:#19193F;
	margin:0px auto;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:0.5em 0px;
	border-radius: 1em;		/* CSS3草案 */
	-webkit-border-radius: 1em;		/* Safari,Google Chrome用 */
}