/* 詳細の項目セル */
.td1{
	text-align: center;
	background-color: #DCEFEE;
	color: #000000;
}
/* 詳細の値セル */
.td2{
	border-bottom: solid 1px #A9A9A9;
}
/* ピッチ */
.pitch{
	font-size: 16;
	color: #E2549B;
	font-weight: bold;
}
/* 製品情報、一般仕様、製品説明のバー */
.detail_bar{
	background-image: url("images/item6.png");
	font-size: 13pt;
	/*font-weight: bold;*/
	color: #FFFFFF;
	height: 30px;
	background-repeat: no-repeat;
}
.detail_bar_sp{
	background-image: url("images/item4.png");
	font-size: 18;
	font-weight: bold;
	color: #324859;
	width: 180px;
	height: 30px;
	background-repeat: no-repeat;
}
/* 検索ワードハイライト */
.nomen_keyword{
	color: Black;
	background: Yellow;
}
.bottom_line{
	border-bottom: solid 1px #A7A4A4;
}
.alphabet_indexlist_sp{
	background-color: #D6EDFF;
	width:50px;
	display:inline-block;
	_display: inline;
	font-size:24;
	font-weight:bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 5px;
}
.alphabet_index{
	width:150px;
	height:25px;
	font-size:18;
	color:#CC6666;
	font-weight:bold;
	border-bottom:solid #000000 1px;
}
.alphabet_index_sp{
	width:200px;
	height:50px;
	font-size:24;
	color:#CC6666;
	font-weight:bold;
	border-bottom:solid #000000 1px;
}
/* 解像度 */
.display{
	color: #E44C6D;
	font-size: 18px;
	font-weight: bold;
}
/* 使用許諾ボタン */
.license_btn{
	width: 220px;
	height: 30px;
}
/* 使用許諾キャンセルボタン */
.license_cancel_btn{
	height: 30px;
}
/* 赤文字 */
.font_red{
	color: red;
}
/* DOWNLOAD画像 */
.download a{
	display: block;
	width: 70px;
	height: 24px;
	float: left;
	border: 0;
	padding: 0;
	margin-left: 5px;
	margin-bottom: 5px;
	text-indent: -210px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.download a:hover{
	background-repeat: no-repeat;
	background-position: 0px -24px;
}
.download a,
.download a:hover{
	background-image: url(images/download.jpg);
}


