@charset "shift_jis";
/***********************************************/
/* 年末年始スペシャル[毎日更新機種情報]専用CSS */
/***********************************************/
html, body {
	background-color:#FFF;
	-webkit-text-size-adjust:none;
	font-family:HiraKakuProN-W3;
	line-height:1.25;
	font-size:18px;
}
.contentsBox {
	padding:16px 8px;
}
/* マーキー */
marquee {
	background-color:transparent;
	font-size:18px;
	line-height:18px;
	padding:2px 0;
}
/* 見出し */
.index {
	background-color:#dc1010;
	color:#FFF;
	font-size:18px;
	line-height:18px;
	text-align:center;
	padding:8px 0;
}
/* リンク */
.menuLink li {
	border-bottom:solid 1px #DCDCDC;
	text-align:left;
	/*white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;*/
	background-color:#FFFFFF;
}
.menuLink li a {
	display:block;
	text-decoration:none;
	padding:6px 16px 6px 8px;
	/*white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;*/
	background:url(img/arrow.png) right center no-repeat;
}
/* 更新日 */
.days {
	font-size:14px;
	color:#000;
}
.daysBox {
	padding:5px 0 5px 8px;
	font-size:16px;
	line-height:16px;
	text-align:left;
	color:#000;
	background-color:#DCDCDC;
	border-bottom:solid 1px #DCDCDC;
}
/* 機種名 */
.machinename {
	font-size:12px;
	color:#F00;
}
/* ショートカットボタン */
.anchorBox {
	margin:8px 0;
	text-align:center;
	font-size:14px;
	line-height:14px;
	/*background-color:#a3a7ab;*/
}
.anchorLink {
	margin:0px 6px;
	width:120px;
	text-align:center;
	background:-webkit-gradient(linear, left top, left bottom, from(#7084fe), to(#1a32c5));
	background-color:#1a32c5;
	border:outset 2px #999;
	/*-webkit-box-shadow:0px 0px 5px #A9A9A9;
	box-shadow:0px 0px 5px #A9A9A9;*/
	border-radius:6px;
	display:inline-block;
}


.anchorLink2 {
	margin:0px 6px;
	width:120px;
	text-align:center;
	background:-webkit-gradient(linear, left top, left bottom, from(#62646d), to(#8e9096));
	background-color:#62646d;
	border:outset 2px #999;
	color:#FFF;
	padding:6px 0;
	/*-webkit-box-shadow:0px 0px 5px #A9A9A9;
	box-shadow:0px 0px 5px #A9A9A9;*/
	border-radius:6px;
	display:inline-block;
}

.anchorLink a {
	color:#FFF;
	display:block; 
	text-decoration:none;
	padding:6px 0;
	border-radius:6px;
}
/* 特集TOPへ戻るリンク */
.footer {
	padding:10px 0;
	border-top:solid 2px #999;
	text-align:center;
	font-size:16px;
}


