@charset "UTF-8";

/*
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%

27px = 207.7%
28px = 215.4%
29px = 223.1%
30px = 230.8%
*/

/* #################### メインコンテンツ #################### */

/* ******************** オプション ******************** */
div.option {
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	margin: 0;
	padding: 0;
}

div.option ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.option ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.option ul li.selector {
	visibility: hidden;
	float: left;
}

div.option ul li.sort {
	float: right;
}

div.option ul li.selector select {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "Arial", sans-serif, "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
	vertical-align: middle;
}
html[xmlns] div.option ul li.selector select {
	vertical-align: baseline;
}
*:first-child+html div.option ul li.selector select {
	vertical-align: middle;
}

div.option ul li.selector select option {
	border-bottom: 1px dotted #cccccc;
}

div.option ul li strong {
	display: inline-block;
	margin: 0 0 1px 0;
	padding: 2px 7px 0 7px;
	color: #666666;
	vertical-align: middle;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
html[xmlns] div.option ul li strong {
	margin: 0;
	vertical-align: baseline;
}
*:first-child+html div.option ul li strong {
	vertical-align: middle;
}

/* ******************** 年 ******************** */
div.year {
	position: relative;
	top: -1.0em;
	left: 0;
	z-index: 5;
	margin: 0 0 -1.0em 0;
	padding: 0;
	text-align: center;
}
div.year p {
	margin: 0;
	padding: 0;
}

div.year strong {
	display: inline-block;
	width: 250px;
	padding: 0 0 0 0.5em;
	color: #666666;
	font-family: "Trebuchet MS";
	font-size: 340%;
	font-style: italic;
	line-height: 1.0;
	letter-spacing: 0.5em;
	vertical-align: -8px;
	text-align: center;
	text-indent: -0.25em;
	
	text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}
div.year a,
div.year span.dummy {
	display: inline-block;
	color: #336699;
	font-size: 108%;
	font-weight: normal;
	letter-spacing: 0;
	vertical-align: middle;
}

div.year span {
	width: 52px;
	margin: 0;
	padding: 0;
}

div.year a {
	width: 50px;
	margin: 0 4px 3px 0;
	padding: 3px 8px 2px 8px;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

/* ******************** エラー ******************** */
#search-error {
	margin: 20px 0 0 0;
	padding: 0;
}

#search-error p {
	margin: 0 25px;
	padding: 0;
	color: #ff0000;
	text-align: center;
}

/* ******************** 検索結果一覧 ******************** */
#search-results {
	margin: 15px 0 25px 0;
	padding: 0;
	border-top: 2px dotted #cccccc;
}

#search-results h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
}

#search-results dl {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	border-bottom: 2px dotted #cccccc;
}
*:first-child+html #search-results dl {
	background: url(../../images/pc/basic/blank.gif);
}

/* ---------- タイトル ---------- */
#search-results dl dt {
	margin: 0 0 15px 100px;
	padding: 0;
	color: #cc0000;
}

#search-results dl dt span {
	display: block;
	margin: 0;
	padding: 0;
}

#search-results dl dt span.sub-title-top {
	font-size: 116%;
	line-height: 1.4;
}
#search-results dl dt span.title {
	font-size: 230.8%;
	line-height: 1.2;
}
#search-results dl dt span.sub-title-bottom {
	font-size: 116%;
	line-height: 1.4;
}

#search-results dl dt a {
	color: #cc0000 !important;
	text-decoration: none;
}

/* ---------- 走行区間 ---------- */
#search-results dl dd.run-section {
	position: relative;
	top: -10px;
	left: 0;
	margin: 0 0 5px 105px;
	padding: 0;
	font-size: 108%;
	border-left: 5px solid #cccccc;
}

#search-results dl dd.run-section ul {
	list-style-type: none;
	margin: 0;
	padding: 0 8px;
}

#search-results dl dd.run-section li {
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
	white-space: nowrap;
}
html[xmlns] #search-results dl dd.run-section li {
	display: inline-block;
	padding: 0;
}
*:first-child+html #search-results dl dd.run-section li {
	display: inline;
	padding: 0 20px 0 0;
}

#search-results dl dd.run-section li:after {
	content: "/";
	padding: 0 3px 0 8px;
	color: #999999;
}
#search-results dl dd.run-section li:last-child:after {
	content: "";
}
#search-results dl dd.run-section li.last-section:after {
	content: "" !important;
}

/* ---------- シリーズ ---------- */
#search-results dl dd.series {
	position: absolute;
	top: 20px;
	right: 0;
	margin: 0;
	padding: 0;
}

#search-results dl dd.series a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	color: #ffffff !important;
	text-decoration: none !important;
	border: 1px solid #ffffff;
	background: #336699;
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#search-results dl dd.series a:hover {
	background: #4477aa;
}


/* ---------- ジャケットほか各種素材 ---------- */
#search-results dl dd.material {
	position: absolute;
	top: 20px;
	left: 0;
	width: 90px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#search-results dl dd.material p.jacket {
	margin: 0;
	padding: 0;
}

#search-results dl dd.material p.jacket img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* ---------- 商品紹介文 ---------- */
#search-results dl dd.info {
	position: relative;
    margin: 0 0 0 100px;
    padding: 0;
}

/* ---------- 基本データ ---------- */
#search-results dl dd.basic {
	margin: 15px 0 0 100px;
	padding: 0;
}

#search-results dl dd.basic ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#search-results dl dd.basic li {
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
	white-space: nowrap;
}
html[xmlns] #search-results dl dd.basic li {
	display: inline-block;
	padding: 0;
}
*:first-child+html #search-results dl dd.basic li {
	display: inline;
	padding: 0 20px 0 0;
}

#search-results dl dd.basic li:after {
	content: "/";
	padding: 0 8px;
	color: #999999;
}
#search-results dl dd.basic li:last-child:after {
	content: "";
}
#search-results dl dd.basic li.last-section:after {
	content: "" !important;
}

/* ---------- リンク ---------- */
#search-results dl dd.link {
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	letter-spacing: 0.2em;
	white-space: nowrap;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#search-results dl dd.link a {
	display: block;
	padding: 5px 0;
	color: #336699;
	text-decoration: none !important;
}
#search-results dl dd.link a:hover {
	color: #4477aa !important;
}
#search-results dl dd.link a:visited {
	color: #666666;
}

/* ---------- 注意 ---------- */
#search-results dl dd.notice {
	margin: 5px 0 0 0;
	padding: 0;
	color: #cc0000;
	text-align: right;
}

/* ---------- ランキング ---------- */
#search-results dl dd.page-data {
	display: none;
	position: absolute;
	top: 0;
	left: -150px;
	width : 150px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#search-results dl dd.page-data table {
	width: 135px;
	margin: 15px 0 0 0;
	padding: 0;
	line-height: 1.0;
}

#search-results dl dd.page-data table tr td {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
}

#search-results dl dd.page-data table tr.popularity td p.title {
	margin: 2em 0 0.5em 0;
	padding: 0;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
#search-results dl dd.page-data table tr.popularity td p.rank {
	margin: 0 0 0.6em 0;
	padding: 0;
	color: #666600;
	font-family: "Century Gothic", "Trebuched MS";
	font-size: 320%;
	font-weight: bold;
}

#search-results dl dd.page-data table tr.sns td p {
	margin: 0.5em 0;
	padding: 0;
}

#search-results dl dd.page-data table tr.sns td p img {
	vertical-align: -3px;
}

#search-results dl dd.page-data table tr.viewer td p {
	margin: 0.5em 0;
	padding: 0;
}

#search-results dl dd.page-data table tr.viewer td p img {
	vertical-align: -2px;
}