#content ul {
	margin-bottom: 20px; /*ボックス外側下の余白*/
}

#content ul li {
	margin: 0;
	padding: 10px 0; /*ボックス内側の余白(値2つは左から上下,左右の値)*/
	font-size: 1.2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}

#content .ta {
	width: 500px; /*幅指定*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
	margin-bottom: 50px; /*ボックス外側下の余白*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
}

#content .ta th,#content td {
	border: none; /*境界線の一括指定(noneはなし)*/
	padding: 0 0 10px 10px; /*ボックス内側の余白(値4つは左から上,右,下,左の値)*/
	font-size: 1.2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
}


/*ラインナップ*/
.line-up {
	width: 80%;
	min-width: 315px;
}

.line-up h2 {
	font-size: 3em;
	font-weight: bold;
	color: white;
	text-shadow: 0 2px #1f3b08, 0 -2px #1f3b08, 2px 0 #1f3b08, -2px 0 #1f3b08, 1px 1px #1f3b08, 1px -1px #1f3b08, -1px 1px #1f3b08, -1px -1px #1f3b08;
	line-height: 1.5em;
	padding-top: 0.2em;
	margin-bottom: 30px;
	box-shadow: 0 0 0 5px #627d4d;
	border-top: dashed 2px #1f3b08;
	border-bottom: dashed 2px #1f3b08;
	background: #627d4d;
}

.line-up p {
	font-size: 1.5em;
}

.dl-catalog p {
	margin-bottom: 20px;
}

.dl-catalog a {
	display: inline-block;
	transition: all 0.3s;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 300px;
	border-radius: 1.5em;
	background: #627d4d;
	border-bottom: 5px solid #3a4b2e;
}

.dl-catalog a:hover {
	background: #ffa600;
	border-bottom: 5px solid #dd5100;
}

.item-name p {
	display: inline-block;
	margin-right:	50px;
	line-height: 5em;
}

div.r-btn {
	margin-left: -20px;
}

.r-btn a {
	transition: all 0.3s;
	display: block;
	text-align: center;
	width: 120px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 3em;
	border-bottom: 5px solid #3a4b2e;
	background: #627d4d;
}

.r-btn a:hover {
	background: #ffa600;
	border-bottom: 5px solid #dd5100;
}

.img-box img {
	width: 100%;
	max-width: 840px;
}