<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*======================================
	機種別入門ページ
	定番ゲーム
=======================================*/

/* 歴史 */
dl.history {
}
dl.history dt {
	font-weight: bold;
	font-size: 120%;
	color: #090;
}
dl.history dd {
	margin-left: 3em;
	margin-bottom: 1em;
}

/* ハードへのリンク */
dl.history div.amaitems {
	margin: 0.5em 0;
	border: solid 1px #ccc;
	background-color: #f8f8f8;
}
dl.history div.amaitems p.amaitem {
	float: left;
	padding: 0.5em 1em;
	text-align: center;
	margin-right: 0em;
}
dl.history div.amaitems p.amaitem a {
	border: none;
	text-decoration: none;
}
dl.history div.amaitems p.amaitem span.comment {
	color: #039;
}
dl.history div.amaitems p.amaitem span.price {
	color: #f30;
}

/* ゲームの紹介 */
div.pushGame {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #ccc;
	margin-bottom: 1em;
	padding: 1em;
}
div.pushGame p.image {
	position: absolute;
	margin: 0 1em 0.3em 0;
	width: 100px;
	overflow: hidden;
}
div.pushGame p.title,
div.pushGame p.maker,
div.pushGame p.releaseDate,
div.pushGame p.note,
div.pushGame p.price,
div.pushGame p.note,
div.pushGame p.link {
	margin-left: 115px;
}
div.pushGame p.title img {
	vertical-align: middle;
	margin-right: 5px;
}
div.pushGame p.maker,
div.pushGame p.note
{
	margin-top: 0.5em;
}
div.pushGame p.note {
	/*
	color: #666;
	*/
	padding: 0.5em 0;
}
div.pushGame p.price span {
	color: #f30;
	font-weight: bold;
}
div.pushGame p.link {
	margin-top: 0.8em;
}
div.pushGame p.link a {
	padding-left: 1.5em;
	background: url(../image2/common/poti.gif) no-repeat;
	background-position: 0 center;
}



/* おすすめポイント */
dl.point {
}
dl.point dt {
	font-weight: bold;
	font-size: 120%;
	color: #090;
}
dl.point dd {
	margin-left: 3em;
	margin-bottom: 1em;
}

/* FAQ */
dl.faq {
}
dl.faq dt {
	font-weight: bold;
	font-size: 120%;
	color: #090;
}
dl.faq dd {
	margin-left: 3em;
	margin-bottom: 1em;
}
dl.faq table {
	margin: 0.5em 0 1em;
}
dl.faq table {
	border-collapse: collapse;
}
dl.faq table td {
	border: solid 1px #ccc;
	padding: 3px 1em;
}
dl.faq table th {
	background-color: #eee;
	text-align: center;
	border: solid 1px #ccc;
	padding: 3px 1em;
}
</pre></body></html>