@charset "utf-8";

.cam-bg {
	background-color: #bbb;
	padding: 20px;
	color: #000;
	width: 600px;
	font-size: 16px;
	line-height: 1.8;
	border-radius: 10px;
}

/* レンズ内セットテーブル */
.cam-tbl_w {
	width: 600px;
	border-collapse: collapse;
}

/* 顔グラセルの左テーブル */
.cam-tbl_left {
	border-collapse: collapse;
}

/* カメラテーブル */
.cam-tbl {
	color: #000;
	width: 350px;
	height: 240px;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 1.6;
}

.cam-tbl tr:nth-child(odd) {
	background: #ededed;
}

.cam-tbl tr:nth-child(even) {
	background: #e0e0e0;
}

.cam-tbl th, .cam-tbl td {
	border: 1px solid #555;
}

.cam-tbl th {
	background-color: #292929;
	height: 40px;
	padding: 5px;
	color: #efefef;
	font-size: 12px;
	text-align: center;
}

.cam-tbl_num {
	width: 100px;
	padding: 10px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.cam-tbl_red {
	width: 120px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.cam-tbl_kouka {
	width: 140px;
	padding: 10px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}



/* カメラテーブル2 */
.cam-tbl2 {
	color: #000;
	width: 350px;
	height: 240px;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 1.4;
}

.cam-tbl2 tr:nth-child(odd) {
	background: #ededed;
}

.cam-tbl2 tr:nth-child(even) {
	background: #e0e0e0;
}

.cam-tbl2 th, .cam-tbl2 td {
	border: 1px solid #555;
}

.cam-tbl2 th {
	background-color: #292929;
	height: 40px;
	padding: 5px;
	color: #efefef;
	font-size: 12px;
	text-align: center;
}

.cam-tbl2_num {
	width: 100px;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.cam-tbl2_red {
	width: 120px;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.cam-tbl2_kouka {
	width: 140px;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.get {
text-align: center; width: 100px; position: absolute; top: 75%; left: 0%; background-color: #555; color: #efefef; padding: 10px;
}



/* カメラテーブル霧島長四郎 */
.cam-tbl3 {
	color: #000;
	width: 600px;
	height: 240px;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 1.4;
}

.cam-tbl3 tr:nth-child(odd) {
	background: #ededed;
}

.cam-tbl3 tr:nth-child(even) {
	background: #e0e0e0;
}

.cam-tbl3 th, .cam-tbl3 td {
	border: 1px solid #555;
}

.cam-tbl3 th {
	background-color: #292929;
	height: 40px;
	padding: 5px;
	color: #efefef;
	font-size: 12px;
	text-align: center;
}

.cam-tbl3_num {
	width: 100px;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.cam-tbl3_red {
	width: 120px;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.cam-tbl3_kouka {
	width: 140px;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

/* 装備機能テーブル */
.sk-tbl {
	color: #000;
	width: 640px;
	border-collapse: collapse;
}

.sk-tbl th, .sk-tbl tr, .sk-tbl td {
	border: 1px solid #888;
}

.sk-tbl tr:nth-child(odd) {
	background: #ededed;
}

.sk-tbl tr:nth-child(even) {
	background: #e0e0e0;
}

/* 装備機能 */
.sk {
	text-align: center;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

/* 入手時期 */
.nj {
	text-align:center;
	padding: 10px;
	font-size: 14px;
	width: 60px;
}

/* 性能 */
.sn {
	text-align: left;
	padding: 10px;
	font-size: 14px;
}

/* キャラ */
.chara {
	text-align: center;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}
