@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%
*/

/* #################### ソーシャルボタン #################### */
#sns {
	position: relative;
	top: 0;
	left: 0;
	z-index: 900;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#sns h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
}

#sns ul {
	overflow: hidden;
	list-style-type: none;
	position: absolute;
	top: 25px;
	left: -100px;
	width: 90px;
	margin: 0;
	padding: 0;
}

#sns ul li {
	margin: 0 0 4px 0;
	padding: 8px 0 0 0;
	text-align: center;
	background: url(../images/basic/back_transparent_black_10.png);
	
	border-radius: 10px;
}
html:root #sns ul li {
	background: rgba(0, 0, 0, 0.1);
}

#sns ul li.twitter {
	height: 72px;
	padding-top: 10px;
}
#sns ul li.facebook_like {
	height: 70px;
	padding-top: 10px;
	padding-left: 9px;
}
#sns ul li.google_plusone {
	height: 67px;
}
#sns ul li.hatena {
	height: 60px;
}

#sns ul iframe {
	margin: 0;
	padding: 0;
}

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

/* ******************** 商品詳細 ******************** */

#product-info {
	margin: 0 0 30px 0;
	padding: 0;
}

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

#product-info p.notice{
	margin: 0 0 25px 0;
	padding: 5px 0;
	color: #cc0000;
	text-align: center;
	border: 1px solid #cc0000;
	background: #ffffff;
}

#product-info dl {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

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

#product-info dl dt span {
	display: block;
	margin: 0;
	padding: 0;
}

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

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

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

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

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

/* ---------- シリーズ ---------- */
#product-info dl dd.series {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

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

#product-info dl dd.series a:hover {
	background: #4477aa;
}

/* ---------- ジャケットほか各種素材 ---------- */
#product-info dl dd.material {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}

#product-info dl dd.material p.jacket {
	margin: 0;
	padding: 0;
}

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

#product-info dl dd.material p.jacket img.blu-ray {
	border-radius: 16px 16px 8px 8px;
}


/* 特典サンプル画像 */
#tokuten {
	width: 275px;
	margin: 15px 0 0 0;
	padding: 0;
}

#tokuten h4 {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#tokuten ul {
	list-style-type: none;
	height: 70px;
	margin: 0;
	padding: 0 10px;
}

#tokuten ul li {
	float: left;
	margin: 0 1px;
	padding: 0;
}

#tokuten ul li img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

/* ショッピングサイトリンク */

#shopping-link {
	width: 275px;
	margin: 2em 0;
	padding: 0;
	text-align: center;
}

#shopping-link a {
	color: #ff6600 !important;
	text-decoration: none;
}

#shopping-link p {
	padding: 0.3em 0;
	font-weight: bold;
	border: 2px solid #ff6600;
	
	border-radius: 2em;
	background: #ffffff;
}

/* 関連作品 */
#related-products {
	clear: both;
	width: 275px;
	margin: 15px 0 0 0;
	padding: 0;
}

#related-products h4 {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#related-products ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted #cccccc;
}

#related-products ul li {
	height: 72px;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #cccccc;
}
html[xmlns] #related-products ul li {
	height: auto;
	min-height: 72px;
}
#related-products ul li.hover {
	background: #e3e3e3;
}
html[xmlns] #related-products ul li.hover {
	background: url(../../images/pc/basic/back_transparent_black_5.png);
}

#related-products ul li.hover a:hover {
	text-decoration: none !important;
}

#related-products ul li dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

#related-products ul li dl.preview {
	background: url(../../images/pc/other/icon_movie.gif) 100% 100% no-repeat;
}

#related-products ul li dl dt {
	overflow: hidden;
	width: 200px;
	margin: 0 0 0 58px;
	padding: 3px 0 9px 0;
	color: #336699;
	font-size: 106%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#related-products ul li dl dt a {
	color: #336699 !important;
	text-decoration: none;
}
#related-products ul li dl dt a:hover {
	text-decoration: underline;
}

#related-products ul li dl dd {
	margin: 0 0 0 58px;
	padding: 0;
	font-size: 85%;
}

#related-products ul li dl dd.jacket {
	position: absolute;
	top: 2px;
	left: 0;
	width: 58px;
	margin: 0;
	padding: 0;
}
#related-products ul li dl dd.jacket img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

/* ---------- 商品紹介文 ---------- */
#product-info dl dd.info {
	position: relative;
    width: 647px;
    margin: 0 0 20px 300px;
    padding: 30px 50px;
    background: #ffffff;
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
html[xmlns] #product-info dl dd.info {
    width: 550px;
}
*:first-child+html #product-info dl dd.info {
    width: 548px;
}

#product-info dl dd.info:before,
#product-info dl dd.info:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 40%;
    height: 10px;
    left: 12px;
    bottom: 12px;
    background: transparent;
    
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* transform は JavaScript で宣言 */
}
#product-info dl dd.info:after {
    left: auto;
    right: 12px;
    /* transform は JavaScript で宣言 */
}

#product-info dl dd.info p {
	margin: 1em 0;
	padding: 0;
}

#product-info dl dd.info strong.section-L1 {
	display: block;
	margin: 0 -15px 5px -15px;
	padding: 5px 10px;
	color: #666600;
	font-weight: normal;
	font-size: 116%;
	border: 1px solid #cccccc;
	background: url(../../images/pc/basic/back_transparent_black_5.png)
}

#product-info dl dd.info strong.section-L2 {
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 5px 0;
	padding: 0;
	color: #666600;
	font-weight: normal;
	font-size: 116%;
	border-bottom: 1px dotted #cccccc;
}

#product-info dl dd.info span.info {
	display: block;
	margin: 0;
	padding: 0;
	color: #cc0000;
	font-weight: normal;
	font-size: 131%;
	text-align: center;
}

#product-info dl dd.info span.list {
	display: list-item;
	list-style-type: circle;
	margin-left: 17px;
}

#product-info dl dd.info span.big {
	font-size: 150%;
}

#product-info dl dd.info div.tokuten {
	margin: 0;
	padding: 0;
	background: #336699;
	
	border-radius: 5px;
}

#product-info dl dd.info ul {
	list-style-type: circle;
	margin: 0 20px 0 45px;
	padding: 10px 0;
}

#product-info dl dd.info ul li {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 93%;
	text-align: left;
}

#product-info dl dd.info p.capture {
	text-align: center;
}

#product-info dl dd.info p.capture img {
	border: 1px solid #cccccc;
	
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* ---------- YouTube動画 ---------- */
#product-info dl dd.youtube {
	position: relative;
	overflow: hidden;
	width: 648px;
    margin: 0 0 18px 300px;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#product-info dl dd.youtube h4 {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
}

#product-info dl dd.youtube dl {
	position: relative;
	z-index: 100;
	width: 640px;
	margin: 0 0 2px 0;
	padding: 0;
	border: 1px solid #cccccc;
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
}
*:first-child+html #product-info dl dd.youtube dl {
	width: 648px;
}

#product-info dl dd.youtube dl dt {
	overflow: hidden;
	margin: 14px 0 5px 0;
	padding: 0 40px 0 15px;
	color: #336699 !important;
	font-size: 108%;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#product-info dl dd.youtube dl dt a {
	color: #336699 !important;
	text-decoration: none;
}

#product-info dl dd.youtube dl dd.thumbnail {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 82px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#product-info dl dd.youtube dl dd.thumbnail img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.1);
}

#product-info dl dd.youtube dl dd.counter {
	float: right;
	display: inline;
	margin: 2px 5px 0 0;
	padding: 2px 5px;
	color: #666666;
	font-size: 77%;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 3px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
html[xmlns] #product-info dl dd.youtube dl dd.counter {
	display: inline-block;
}
*:first-child+html #product-info dl dd.youtube dl dd.counter {
	display: inline;
}

#product-info dl dd.youtube dl dd.url {
	margin: 0 0 10px 110px;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 85%;
	font-style: italic;
}

#product-info dl dd.youtube dl[id^=vimeo] dd.url {
	margin-left: 15px;
}

#product-info dl dd.youtube dl dd.url a {
	color: #666666 !important;
}

#product-info dl dd.youtube dl dd.movie {
	overflow: hidden;
	width: 615px;
	margin: 0 0 5px 15px;
}

#product-info dl dd.youtube dl dd.player {
	position: absolute;
	top: 70px;
	left: 5px;
	margin: 0;
	padding: 0;
}

/* ---------- 主な内容 ---------- */
#product-info dl dd.contents {
	margin: 20px 0 15px 300px;
	padding: 0;
}

#product-info dl dd.contents h4 {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#product-info dl dd.contents ul {
	list-style-type: circle;
	margin: 0 10px 0 40px;
	padding: 0;
}

#product-info dl dd.contents ul li {
	margin: 0;
	padding: 0;
}

/* ---------- 詳細データ ---------- */
#product-info dl dd.data {
	margin: 0 0 0 300px;
	padding: 0;
}

#product-info dl dd.data h4 {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#product-info dl dd.data table {
	position: relative;
	top: 0;
	left: 0;
	width: 647px;
	margin: 0;
	padding: 0;
	line-height: 140%;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	
	border-radius: 5px;
}
html[xmlns] #product-info dl dd.data table {
	width: 650px;
}

#product-info dl dd.data caption {
	margin: 0;
	padding: 0;
	color: #666600;
	text-align: right;
	letter-spacing: 0.5em;
}

#product-info dl dd.data tbody {
	margin: 0;
	padding: 0;
}

#product-info dl dd.data tbody tr.odd {
	background: #fcfcfc;
}
#product-info dl dd.data tbody tr.even {
	background: #f0f0f0;
}

#product-info dl dd.data tbody th {
	width: 11.3em;
	padding: 0.4em 1.3em 0 2em;
	font-weight: normal;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.5em;
	border: 1px;
	border-color: #f6f6f6 #cccccc #dddddd #f6f6f6;
	border-style: none dotted solid none;
}
html[xmlns] #product-info dl dd.data tbody th {
	width: 8em;
}
*:first-child+html #product-info dl dd.data tbody th {
	width: 11.3em;
}

#product-info dl dd.data tbody td {
	padding: 0.4em 10px;
	text-align: left;
	line-height: 1.8;
	border: 1px;
	border-color: #f6f6f6 #cccccc #dddddd #f6f6f6;
	border-style: none dotted solid none;
}

#product-info dl dd.data tbody td ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#product-info dl dd.data tbody td ul li {
	margin: 0;
	padding: 0;
}

/* ---------- 停車駅 ---------- */
#product-info dl dd.station {
	clear: both;
	position: relative;
	width: 100%;
	margin: 25px 0 0 0;
	padding: 7px 20px;
	vertical-align: middle;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
html[xmlns] #product-info dl dd.station {
	width: auto;
	padding: 10px 20px;
}
*:first-child+html #product-info dl dd.station {
	padding: 7px 20px;
}

#product-info dl dd.station h4 {
	display: block;
	width: 100px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.5em;
	border: 1px solid #cccccc;
	
	border-radius: 8px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
html[xmlns] #product-info dl dd.station h4 {
	display: table-cell;
	margin: 0;
}
*:first-child+html #product-info dl dd.station h4 {
	display: block;
	margin: 0 0 5px 0;
}

#product-info dl dd.station div.stop {
	display: table-cell;
	margin: 0;
	padding: 0 0 0 10px;
}

#product-info dl dd.station div.stop ul {
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	padding: 3px 8px 3px 28px;
	text-align: left;
	text-indent: -14px;
	border-top: 1px solid  #ffffff;
	border-bottom: 1px solid  #ffffff;
	
	border-radius: 5px;
}
html[xmlns] #product-info dl dd.station div.stop ul {
	width: 760px;
}
*:first-child+html #product-info dl dd.station div.stop ul {
	width: auto;
}

#product-info dl dd.station div.stop ul.hover {
	border-top: 1px solid  #e3e3e3;
	border-bottom: 1px solid #f9f9f9;
	background: #f6f6f6;
}

#product-info dl dd.station div.stop ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}
html[xmlns] #product-info dl dd.station div.stop ul li {
	padding: 0 5px;
}
*:first-child+html #product-info dl dd.station div.stop ul li {
	padding: 0 10px;
}

#product-info dl dd.station div.stop ul li:before {
	position: relative;
	top: -2px;
	content: url(../../images/pc/other/icon_rail.gif);
	padding-right: 10px;
	color: #999999;
}
#product-info dl dd.station div.stop ul li:first-child:before {
	display: none;
}

#product-info dl dd.station div.stop ul li strong {
	font-weight: normal;
}

#product-info dl dd.station div.stop ul li a,
#product-info dl dd.station div.stop ul li a:visited,
#product-info dl dd.station div.stop ul li a:hover {
	color: #336699;
}

#product-info dl dd.station p.show-through-station {
	cursor: pointer;
	position: absolute;
	right: 8px;
	bottom: -12px;
	margin: 0;
	padding: 3px 10px;
	color: #cc6600;
	font-size: 85%;
	text-align: center;
	text-decoration: underline;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
}

/* ---------- マップ ---------- */
#product-info dl dd.map {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}

#product-info dl dd.map div.wrapper,
#product-info dl dd.map iframe {
	overflow: hidden;
	width: 948px;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #333333;
}

#product-info dl dd.map p.note {
	margin: 5px 0 0 0;
	padding: 0;
	color: #666666;
	font-size: 85%;
	text-align: right;
}

#product-info dl dd.map p.note span.reset {	
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}

/* ---------- トピックス ---------- */
#product-info dl dd.topics {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0
}

#product-info dl dd.topics h4 {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#product-info dl dd.topics p {
	margin: 1em 25px;
	padding: 0;
}

#product-info dl dd.topics p.images {
	float: right;
	width: 350px;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}

#product-info dl dd.topics p.images img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}


#product-info dl dd.topics strong {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	color: #cc0000;
	font-weight: normal;
	font-size: 116%;
	border-bottom: 1px dotted #cccccc;
}

#product-info dl dd.topics ul {
	list-style-type: circle;
	margin: 0 50px;
	padding: 0
}

#product-info dl dd.topics ul li {
	margin: 0;
	padding: 0;
}


/* ---------- 追加情報 ---------- */
#product-info dl dd.info-add {
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0
}

#product-info dl dd.info-add h4 {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#product-info dl dd.info-add ul {
	list-style-type: circle;
	margin: 0 50px;
	padding: 0
}

#product-info dl dd.info-add ul li {
	margin: 0;
	padding: 0;
}

/* ******************** 前後の商品を参照 ******************** */
#next-prev {
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
html[xmlns] #next-prev {
	display: block;
}

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

#next-prev ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
}

#next-prev ul li {
	position: fixed;
	z-index: 1000;
	top: 40%;
	width: 16px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #cccccc;
	background: #ffffff 50% 50% no-repeat;
	
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

#next-prev ul li.next {
	left: 5px;
	background-image: url(../../images/pc/other/icon_move_left.gif);
}

#next-prev ul li.prev {
	position: fixed;
	right: 5px;
	background-image: url(../../images/pc/other/icon_move_right.gif);
}

#next-prev ul li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}

/* ******************** ニューリリース ******************** */
#new-release {
	position: relative;
	clear: both;
	width: 950px;
	margin: 0 auto 30px auto;
	padding: 0;
	text-align: left;
}

#new-release h3 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#new-release ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#new-release ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#new-release ul li img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#new-release p.more {
	position: absolute;
	top: -2px;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: right;
}

#new-release p.more a {
	position: relative;
	display: inline;
	margin: 0 4px 3px 0;
	padding: 2px 5px 1px 25px;
	color: #336699 !important;
	font-size: 85%;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: #ffffff url(../../images/pc/other/icon_lupe.gif) 5px 3px no-repeat;
	
	border-radius: 5px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
html[xmlns] #new-release p.more a {
	display: inline-block;
	margin-right: 0;
}
*:first-child+html #new-release p.more a {
	display: inline;
	margin-right: 4px;
}

/* ******************** ユーザーコメント ******************** */
#user-comments {
	overflow: hidden;
	position: relative;
	width: 950px;
	margin: 25px 0 0 0;
	padding: 0;
}

#user-comments h3 {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	color: #666600;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0.5em;
	background: url(../../images/pc/other/icon_document.png) 0 45% no-repeat;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

/* ---------- TOPSY結果格納用 ---------- */
#topsy-results {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 470px;
	margin: 0 5px 0 0;
	padding: 0;
}

/* ローディング */
#topsy-results p.loading {
	margin: 9px 10px;
	padding: 0;
	color: #666666;
	text-align: left;
}

/* TOPSYヘッダー */
#topsy-header {
	overflow: hidden;
	position: relative;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 1px #cccccc;
	border-style: solid none;
}
#topsy-header p.status {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 83%;
	text-align: left;
	line-height: 1.7;
	font-weight: bold;
}
#topsy-header p.twitter {
	position: absolute;
	top: 5px;
	right: 0;
	width: 65px;
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: 83%;
}

/* TOPSYフッター */
#topsy-footer {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}
#topsy-footer p {
	margin: 0.5em 0;
	padding: 0 2px;
	color: #999999;
	font-size: 77%;
	text-align: left;
	/* border-top: 1px solid #dddddd; */
}

/* 各ツィート */
#topsy-results dl {
	position: relative;
	top: 0;
	left: 0;
	height: 70px;
	margin: 0 10px;
	padding: 7px 10px 5px 60px;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
}
html[xmlns] #topsy-results dl {
	height: auto;
	min-height: 60px;
}

#topsy-results dl dt {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	color: #3b5998;
	font-size: 93%;
	font-weight: bold;
}
#topsy-results dl dt a {
	color: #3b5998 !important;
	text-decoration: none;
}
#topsy-results dl dt a:hover {
	text-decoration: underline;
}

#topsy-results dl dd {
	margin: 0;
	padding: 0;
}

#topsy-results dl dd.screen-name {
	margin: 0 10px 0 0;
	padding: 0;
	color: #666666;
	font-size: 77%;
	line-height: 2.1;
	white-space: nowrap;
}

#topsy-results dl dd.retweet {
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 64%;
	border: 1px solid #cccccc;
	
	border-radius: 5px;
}
#topsy-results dl dd.retweet a {
	display: block;
	margin: 0;
	padding: 4px;
	color: #cc3333 !important;
	line-height: 1.0;
	text-decoration: none;
}
#topsy-results dl dd.retweet a:hover {
	background: #edeff4;
}

#topsy-results dl dd.icon {
	position: absolute;
	top: 8px;
	left: 0;
	width: 50px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#topsy-results dl dd.icon img {
	
}

#topsy-results dl dd.tweet {
	clear: both;
	position: relative;
	margin: 0 20px 0 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.4;
}
#topsy-results dl dd.tweet a {
	color: #336699 !important;
}

#topsy-results dl dd.time {
	margin: 0;
	padding: 0;
	font-size: 77%;
	text-align: right;
}
#topsy-results dl dd.time a {
	color: #666666 !important;
	text-decoration: none;
}
#topsy-results dl dd.time a:hover {
	text-decoration: underline;
}

/* さらに読み込む */
#topsy-results p.more {
	cursor: pointer;
	margin: 5px 0 0 0;
	padding: 5px 0;
	font-size: 85%;
	color: #3b5998;
	text-align: center;
	border: 1px solid #d8dfea;
	background: #edeff4;
}
#topsy-results p.hover {
	background: #d8dfea !important;
}

#topsy-results p img {
	vertical-align: 1px;
}

/* ---------- Facebook結果格納用 ---------- */
#facebook-results {
	overflow: hidden;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 550px;
	margin: 0 0 0 5px;
	padding: 0;
}

#facebook-results iframe,
#facebook-results .fb_iframe_widget,
#facebook-results .fb_iframe_widget span {
	overflow: hidden;
	width: 100% !important;
}


/* ******************** 駅ツイッター情報 ******************** */
#about-station {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 400px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	background: #000000;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
html[xmlns] #about-station {
	background: url(../../images/pc/basic/back_transparent_black_80.png);
}

p.about-station-close {
	cursor: pointer;
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 2010;
	width: 19px;
	height: 19px;
	margin: 0;
	padding: 0;
}
p.about-station-close img {
	vertical-align: top;
	line-height: 1.0;
}

/* ---------- 見出し ---------- */
#about-station div.header {
	position: relative;
	width: 400px;
	margin: 0;
	padding: 0;
	background: #444444;
}
#about-station div.header h2 {
	margin: 0;
	padding: 5px 10px 0 10px;
	color: #ffffff;
	font-size: 108%;
	font-weight: normal;
	letter-spacing: 0.2em;
	
	text-shadow: 2px 2px 0 #333333;
}
#about-station div.header p.note {
	margin: 0;
	padding: 0 0 5px 0;
	color: #cccccc;
	font-size: 77%;
}

/* ---------- TOPSY結果格納用 ---------- */
#about-station div.results {
	position: relative;
	top: 0;
	left: 0;
	width: 400px;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* ローディング  */
#about-station div.results p.loading {
	margin: 10px;
	padding: 0;
	color: #cccccc;
	text-align: left;
}

/*  各ツィート */
#about-station dl {
	position: relative;
	top: 0;
	left: 0;
	height: 60px;
	margin: 0 10px;
	padding: 10px 10px 10px 70px;
	color: #ffffff;
	border-bottom: 1px dotted #555555;
}
html[xmlns] #about-station dl {
	height: auto;
	min-height: 50px;
}

#about-station dl dt {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
}
#about-station dl dt a {
	color: #ffffff !important;
	text-decoration: none;
}
#about-station dl dt a:hover {
	text-decoration: underline;
}

#about-station dl dd {
	margin: 0;
	padding: 0;
}

#about-station dl dd.screen-name {
	margin: 0 10px 0 0;
	padding: 0;
	color: #cccccc;
	font-size: 77%;
	line-height: 2.3;
	white-space: nowrap;
}

#about-station dl dd.retweet {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	padding: 0 3px;
	color: #ffffff;
	font-size: 77%;
	white-space: nowrap;
	border: 1px solid #ffffff;
}
#about-station dl dd.retweet a {
	color: #ffffff !important;
	text-decoration: none;
}

#about-station dl dd.icon {
	position: absolute;
	top: 15px;
	left: 0;
	width: 70px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#about-station dl dd.icon img {
	border: 2px solid #666666;
	
	border-radius: 5px;
}

#about-station dl dd.tweet {
	clear: both;
	position: relative;
	margin: 0 0 0.8em 0;
	padding: 0;
	font-size: 85%;
}

#about-station dl dd.tweet a {
	color: #cccc00 !important;
}

#about-station dl dd.tweet span.highlight-term {
	display: inline-block;
	margin: 0 3px;
	padding: 1px 4px 0 6px;
	color: #ffffff !important;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #999999;
	background: #444444;
	
	border-radius: 5px;
}
#about-station dl dd.tweet a span.highlight-term {
	color: #cccc00 !important;
}

#about-station dl dd.time {
	margin: 0;
	padding: 0;
	font-size: 77%;
	text-align: right;
}
#about-station dl dd.time a {
	color: #ffffff !important;
	text-decoration: none;
}
#about-station dl dd.time a:hover {
	text-decoration: underline;
}

/*  さらに読み込む  */
#about-station div.results p.more {
	cursor: pointer;
	margin: 5px 10px;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 85%;
	text-align: center;
	background: #555555;
}
#about-station div.results p.hover {
	background: #666666 !important;
}

/* ******************** ページ情報 ******************** */
#page-info {
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1000;
	width : 170px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
}
html[xmlns] #page-info {
	position: fixed;
	top: auto;
	bottom: 5px;
	background: url(../../images/pc/basic/back_transparent_white_80.png);
}

#page-info h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
}

#page-info p.viewer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 8px 0 4px 0;
	color: #333333;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	text-indent: -6px;
	letter-spacing: 0.2em;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#page-info p.viewer img {
	margin-right: 3px;
	vertical-align: -2px;
}

#page-info table {
	width: 150px;
	margin: 0 auto 8px auto;
	padding: 0;
	line-height: 1.0;
}

#page-info table tr td {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
}

#page-info 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);
}
#page-info 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;
}

#page-info table tr.sns td {
	vertical-align: top;
	border: none;
	background: none;
}

#page-info table tr.sns td p {
	overflow: hidden;
	width: 72px !important;
	height: 62px;
	margin: 0;
	padding: 0;
}