@charset "utf-8";
/* CSS Document */


.info h1, .new h1, .pickup h1 {
	color: #808080;
	margin: 40px 20px 20px 10px;
	padding: 0 0 5px 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #A0A0A0;
}

.info p {
	margin: 10px 25px 10px 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}

.title {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6em;
}

.more {
	float: right;
	font-size: 12px;
	margin: 0 40px 0 0;
}

.info h1 {
	margin-top: 20px;
}


.new table, .pickup table {
	width: 100%;
	margin-top: 10px auto;
}

.new table td, .pickup table td {
	width: 130px;
	text-align: center;
	font-size: 12px;
	line-height: 1.2em;
}

.new table td img, .pickup table td img {
	margin: 0 auto;
}




