@charset   "UTF-8";
/* タイトル見出し */
h1 {
}

/* 上部ナビゲーション */
#conavi {
	text-align: center;
	margin: 20px 0 10px;
}

#conavi a{
	margin: 0 0.5em;
}

/* 左コンテンツ */
#col {
	padding: 10px 20px;
}
/* 右コンテンツ */
#cor {
	padding: 10px;
}

/* コラム見出し */
h2 {
	padding: 1px;
	border: 1px solid #aaaaaa;
	font-size: 120%;
}
h2.list {
	font-size: 90%;
}

h2 span {
	color: #ffffff;
	padding: 5px;
	background-image: url(../img/h2bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-left: solid 6px #f4532b;
	display: block;
}

/* コラムの中身 */
#col_cap {
	padding: 10px 0;
}

/* 筐体写真 */
.kyotai{
	margin-right: 30px;
	margin-bottom: 20px;
}

/* 各小見出し */
h3{
	font-size: 110%;
	color: #0000ff;
}
/* 本文 */
#col_cap p {
	padding: 15px 10px 20px;
	line-height: 150%;
	text-indent: 1em;
}

.ph1 {
	width: 535px;
	margin-bottom: 3px;
}

.ph2,.ph3 {
	width: 266px;
}

.ph2 {
	margin-right: 3px;
}

/* 機種コピーライト */
p#m_copy {
	font-size: 80%;
	margin-top: 30px;
}

/* ==============実戦データ========== */
/* 全体の指定 */
#cor table {
	table-layout: auto;
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 300px;
	margin-bottom: 20px;
}

#cor th,td{
	padding: 1px 5px;
}

#cor th{
	border: 1px solid #000000;
	text-align: center;
	background-color: #ffff80;
}

#cor th.table_head {
	background-color: #333333;
	color: #ffffff;
}

/* 実戦データの中身 */
#jissendata td{
	border: 1px solid #000000;
	text-align: center;
}
/* TOTALデータの中身 */
.nowrap{
	white-space: nowrap;
}
#totaldata td{
	border-bottom: 1px solid #000000;
	text-align: right;
}

/* ホームへ戻る */
#return {
	margin: 50px 20px 30px;
}


/* =================リストページ================ */
#usio_list {
	table-layout: fixed;
	border-collapse: separate;
	margin: 20px 0 30px;
}
#usio_list td{
	width: 49%;
	border: 1px solid #ff0000;
	padding: 5px;
}

#usio_list td img{
	width: 40%;
	margin: 5px 10px 0 0;
}

#usio_list td p{
	margin: 0.5em 0 1em;
	line-height: 130%;
	font-size: 90%;
	text-indent: 1em;
}


