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

/* #################### 更新履歴 #################### */
#history {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

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

#history p.more {
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 10px;
	margin: 0;
	padding: 2px 8px 1px 8px;
	color: #336699;
	font-size: 85%;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: inset 0 -5px 5px rgba(0, 0, 0, 0.1);
}

#history ul {
	overflow: hidden;
	position: relative;
	list-style-type: none;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#history ul li {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 85%;
	line-height: 2.0;
	white-space: nowrap;
}

#history a {
	color: #333333 !important;
}

#history ul li strong {
	color: #cc0000 !important;
}
#history ul li strong * {
	color: #cc0000 !important;
}

/* #################### ソーシャルボタン #################### */
#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/pc/basic/back_transparent_black_20.png);
	
	border-radius: 10px;
}
html:root #sns ul li {
	background: rgba(0, 0, 0, 0.2);
}

#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;
}

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

/* ******************** 共通 ******************** */
#main h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	text-indent: -9000px;
}

/* ******************** トップページ ******************** */
#top-page {
	position: relative;
	width: 100%;
	height: 630px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-align: left;
}

#top-page h3 {
	display: none;
}

#top-page p {
	position: absolute;
	top: 0;
	left: 0
	width: 950px;
	height: 630px;
	margin: 0;
	padding: 0;
}

/* ******************** 参加次世代アイドル ******************** */
#idols {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 630px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
}

#idols h4 {
	margin: 0 0 30px 0;
	padding: 18px 0 15px 0;
	color: #ffffff;
	font-size: 189%;
	font-weight: normal;
	letter-spacing: 0.5em;
	white-space nowrap;
	line-height: 1.5;
	text-align: center;
	background: url(../../images/pc/other/back_gradation_title.png) 100% 100% no-repeat;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1.0);
}

#idols ul {
	clear: both;
	overflow: hidden;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

#idols ul li {
	display: inline-block;
	position: relative;
	margin: 0 0 4px 0;
	padding: 10px 15px;
	line-height: 1.0;
	border: 5px solid;
	background: url(../../images/pc/basic/back_transparent_white_50.png);
	
	border-radius: 10px;
}
*:first-child+html #idols ul li {
	display: inline;
}
html:root #idols ul li {
	background: rgba(255, 255, 255, 0.5);
}
#idols ul li.pink {
	border-color: #ec7897;
}
#idols ul li.blue {
	border-color: #008fd9;
}

/* ---------- 個々のアイドル ---------- */
#idols ul li dl {
	margin: 0;
	padding: 0;
	text-align: left;
}

#idols ul li dl dt {
	margin: 4px 0 8px 0;
	padding: 0;
	font-size: 116%;
	text-align: center;
	white-space: nowrap;
}
#idols ul li.pink dl dt {
	color: #ec7897;
}
#idols ul li.blue dl dt {
	color: #008fd9;
}

#idols ul li dl dd {
	margin: 0;
	padding: 0;
}

#idols ul li dl dd.prefecture {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 5px;
	color: #ffffff;
	border: 1px solid #ffffff;
	
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#idols ul li.pink dl dd.prefecture {
	background: #ec7897;
}
#idols ul li.blue dl dd.prefecture {
	background: #008fd9;
}

#idols ul li dl dd.photo {
	margin: 0;
	padding: 0;
	text-align: center;
}

#idols ul li dl dd.photo img {
	border: 1px solid #cccccc;
	border-radius: 10px;
}

/* ******************** プロフィール ******************** */
#profile {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 630px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
}

#profile h3 {
	display: none;
}

#profile div {
	overflow: hidden;
	width: 930px;
	height: 610px;
	margin: 0;
	padding: 0;
}
#profile div.pink {
	border: 10px solid #ec7897;
}
#profile div.blue {
	border: 10px solid #008fd9;
}

#profile div > dl {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
}

#profile div > dl {
	position: relative;
	margin: 0
	padding: 0;
}

#profile div > dl > dt {
	margin: 0 0 12px 0;
	padding: 25px 40px 10px 40px;
	font-size: 230.8%;
	line-height: 1.2;
	text-align: left;
	background: url(../../images/pc/basic/back_transparent_white_80.png);
	
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1.0)
}
html:root #profile div > dl > dt {
	background: rgba(255, 255, 255, 0.8);
}
#profile div.pink > dl > dt {
	color: #ec7897;
}
#profile div.blue > dl > dt {
	color: #008fd9;
}

#profile div > dl > dd {
	margin: 0;
	padding: 0;
}

#profile div > dl > dd.music {
	margin: 0 0 10px 40px;
	padding: 0;
	text-align: left;
}

#profile div > dl > dd.music dl {
	margin: 0;
	padding: 0;
}

#profile div > dl > dd.music dl dt {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 146.5%;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
#profile div.pink > dl > dd.music dl dt  {
	color: #ec7897;
}
#profile div.blue > dl > dd.music dl dt  {
	color: #008fd9;
}
#profile div > dl > dd.music dl dt:before {
	content: "♪";
	display: inline-block;
	margin: 0 8px 0 0;
}

#profile div > dl > dd.music dl dd {
	margin: 0;
	padding: 0;
	color: #666666;
	line-height: 1.4;
}

#profile div > dl > dd.prefecture {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
	padding: 5px 12px 2px 12px;
	color: #ffffff !important;
	font-size: 131%;
	text-decoration: none;
	border: 2px solid #ffffff;
	
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#profile div.pink > dl > dd.prefecture {
	background: #ec7897;
}
#profile div.blue > dl > dd.prefecture {
	background: #008fd9;
}

#profile div > dl > dd.jacket {
	position: absolute;
	top: 90px;
	right: 20px;
	margin: 0;
	padding: 0;
}
#profile div > dl > dd.jacket img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#profile div > dl > dd.photo {
	margin: 0;
	padding: 0;
}

#profile div dl > dd.photo img {
	border: 2px solid #ffffff;
	border-radius: 10px;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.2);
}

#profile div dl dd.profile {
	margin: 10px 40px;
	padding: 0;
}

#profile div dl dd.profile p {
	margin: 0;
	padding: 0;
	font-size: 85%;
}

#profile div dl dd.link {
	margin: 0 40px;
	padding: 5px 0;
	letter-spacing: 0.3em;
	background: url(../../images/pc/basic/back_transparent_white_80.png);
	
	border-radius: 10px;
}
html:root #profile div dl dd.link {
	background: rgba(255, 255, 255, 0.8);
}
#profile div.pink dl dd.link a {
	color: #ec7897 !important;
	text-decoration: none;
}
#profile div.blue dl dd.link a {
	color: #008fd9 !important;
	text-decoration: none;
}

#profile div dl dd.counter {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 200px;
	margin: 0;
	padding: 10px 15px 8px 15px;
	color: #ffffff;
	font-size: 161.6%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffffff;
	background: url(../../images/pc/basic/back_transparent_black_60.png);
	
	border-radius: 10px;
}
html:root #profile div dl dd.counter {
	background: rgba(0, 0, 0, 0.6);
}

/* -------------------- 戻るボタン -------------------- */
#profile div.back {
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 30px;
	height: 30px;
	text-indent: -9000px;
	background: url(../../images/pc/other/icon_scroll-left.png) 0 0 no-repeat;
}

/* ******************** 商品情報 ******************** */
#TECI-1342,
#TECI-1343 {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 630px;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: left;
}

#TECI-1342 h3,
#TECI-1343 h3 {
	display: none;
}

div.product {
	background: url(../../images/pc/basic/back_transparent_white_40.png);
	
}

div.product dl {
	overflow: hidden;
	width: 930px;
	height: 610px;
	margin: 0;
	padding: 0;
}

div.product dl.pink {
	border: 10px solid #ec7897;
}

div.product dl.blue {
	border: 10px solid #008fd9;
}

div.product dl > dt {
	margin: 0 0 5px 0;
	padding: 20px 40px 15px 40px;
	font-size: 230.8%;
	line-height: 1.2;
	text-align: left;
	background: url(../../images/pc/basic/back_transparent_white_80.png);
	
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1.0)
}
html:root div.product dl > dt {
	background: rgba(255, 255, 255, 0.8);
}
div.product dl.pink > dt {
	color: #ec7897;
	border-bottom: 1px solid #ec7897;
}
div.product dl.blue > dt {
	color: #008fd9;
	border-bottom: 1px solid #008fd9;
}

div.product dl dd.data {
	margin: 0 0 15px 40px;
	padding: 0;
	font-size: 116%;
}
div.product dl dd.data {
	float: left;
	position: relative;
	top: -15px;
	left: 0;
	margin: 0 0 0 40px;
	padding: 5px 12px 2px 12px;
	color: #ffffff !important;
	font-size: 116%;
	text-decoration: none;
	border: 1px solid #ffffff;
	
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
div.product dl.pink dd.data {
	background: #ec7897;
}
div.product dl.blue dd.data {
	background: #008fd9;
}

div.product dl dd.material {
	clear: both;
	float: left;
	width: 302px;
	margin: 0 0 0 60px;
	padding: 0;
}

div.product dl dd.material img {
	margin: 0;
	padding: 0;
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

div.product dl dd.material p.jacket {
	margin: 0;
	padding: 0;
}

div.product dl dd.material p.vote {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 1.4;
}
div.product dl dd.material p.vote strong {
	font-size: 146.5%;
	letter-spacing: 0.15em;
}
div.product dl.pink dd.material p.vote strong {
	color: #ec7897;
}
div.product dl.blue dd.material p.vote strong {
	color: #008fd9;
}

div.product dl dd.material p.info {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
	color: #ffffff;
	text-align: center;
}
div.product dl.pink dd.material p.info {
	background: #ec7897;
}
div.product dl.blue dd.material p.info {
	background: #008fd9;
}
div.product dl dd.material p.info strong {
	font-size: 146.5%;
}

div.product dl dd.music {
	float: left;
	margin: 0;
	padding: 0;
}

div.product dl dd.music ol {
	margin: 0 0 0 50px;
	padding: 0;
}

div.product dl dd.music ol li {
	margin: 0;
	padding: 0;
}

div.product dl dd.music ol li img {
	position: relative;
	top: -3px;
}

div.product dl.pink dd.music a {
	color: #ec7897 !important;
}
div.product dl.blue dd.music a {
	color: #008fd9!important;
}

div.product dl.pink dd.music strong {
	color: #ec7897;
}
div.product dl.blue dd.music strong {
	color: #008fd9;
}

div.product dl.pink dd.comment {
	margin: 0;
	padding: 0;
}

div.product dl.pink dd.comment p {
	margin: 1em 0;
	padding: 0;
	font-size: 85%;
}


/* ******************** イベント情報 ******************** */
#event-info {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 630px;
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: left;
}

#event-info h4 {
	margin: 0 0 30px 0;
	padding: 18px 0 15px 0;
	color: #ffffff;
	font-size: 189%;
	font-weight: normal;
	letter-spacing: 0.5em;
	white-space nowrap;
	line-height: 1.5;
	text-align: center;
	background: url(../../images/pc/other/back_gradation_title.png) 100% 100% no-repeat;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1.0);
}

/* ******************** テーブル ******************** */
#event-info table {
	width: 900px;
	margin: 20px auto;
	padding: 0;
	line-height: 1.6;
	border-collapse: collapse;
}

/* -------------------- キャプション -------------------- */
#event-info table caption {
	margin: 0;
	padding: 0;
	color: #666600;
	font-size: 131%;
	text-align: left;
	letter-spacing: 0.2em;
}

/* ---------- TR関連 ---------- */
#event-info table tr.today {
	border: 2px solid #cc0000;
}

/* ---------- TH関連 ---------- */
#event-info table th {
	margin: 0;
	padding: 10px 5px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.3em;
	line-height: 1.2;
}

#event-info table th.media,
#event-info table th.date {
	width: 120px;
	border: 1px solid #cccccc;
	background: url(../../images/pc/basic/back_transparent_white_50.png);
}

#event-info table th.contents {
	border: 1px solid #cccccc;
	background: url(../../images/pc/basic/back_transparent_white_50.png);
}

/* ---------- TD関連 ---------- */
#event-info table td {
	margin: 0;
	padding: 10px 5px;
}

#event-info table td.media,
#event-info table td.date {
	width: 120px;
	text-align: center;
	border: 1px solid #cccccc;
	background: url(../../images/pc/basic/back_transparent_white_20.png);
}

#event-info table td.date strong {
	font-weight: bold;
	color: #ff6600;
}

#event-info table td.contents {
	padding: 10px;
	border: 1px #cccccc;
	border-style: solid solid solid none;
	background: url(../../images/pc/basic/back_transparent_white_20.png);
}

#event-info table td.contents p {
	margin: 0.5em 10px;
	padding: 0;
}

#event-info table td.contents p.small {
}
#event-info table td.contents p.memo {
	margin: 0.5em 25px 0.5em 50px;
	padding: 0 0 0 8px;
	font-size: 85%;
	border-left: 5px solid #cccccc;
}

#event-info table td.contents p.link {
	padding: 5px 0;
	font-size: 85%;
	text-align: center;
	border: 1px solid #cccccc;
	background: #ffffff url(../../images/pc/basic/back_gradation_gray.jpg) 50% 50% no-repeat;
	
	border-radius: 5px;
}

#event-info table td.contents p strong {
	color: #666600;
	font-style: normal;
	font-weight: bold;
}

#event-info table td.contents ul {
	list-style-type: circle;
	margin: 0.5em 15px;
	padding: 0;
}

#event-info table td.contents ul.data {
	list-style-type: none;
	margin: 0.5em 0;
}

#event-info table td.contents ul li {
	margin: 0 30px;
	padding: 0;
}

#event-info table td.contents ul li p {
	margin: 0;
	padding: 0;
}

#event-info table a.pink {
	color: #ec7897 !important;
	font-weight: bold;
}
#event-info table a.blue {
	color: #008fd9 !important;
	font-weight: bold;
}

/* ******************** 推薦コメント ******************** */
#recommend {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 630px;
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: left;
}

#recommend h4 {
	margin: 0 0 5px 0;
	padding: 18px 0 15px 0;
	color: #ffffff;
	font-size: 189%;
	font-weight: normal;
	letter-spacing: 0.5em;
	white-space nowrap;
	line-height: 1.5;
	text-align: center;
	background: url(../../images/pc/other/back_gradation_title.png) 100% 100% no-repeat;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1.0);
}

#recommend p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#recommend ul {
	overflow: hidden;
	list-style-type: none;
	margin: 30px 50px;
	padding: 0;
}

#recommend ul li {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0;
}

#recommend dl {
	cursor: pointer;
	margin: 0;
	padding: 10px 0 2px 0;
	text-align: center;
	
	border-radius: 10px;
}
#recommend dl:hover {
	background: url(../../images/pc/basic/back_transparent_black_10.png);
}
html:root #recommend dl:hover {
	background: rgba(0, 0, 0, 0.10);
}

#recommend dl dt {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

#recommend dl dt strong {
	color: #336699;
	font-size: 167%;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#recommend dl dd {
	display: none;
}

#recommend-back {
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 65536;
	width: 100%;
	height: 100%;
	background: url(../../images/pc/basic/back_transparent_black_50.png);
}
html:root #recommend-back {
	background: rgba(0, 0, 0, 0.50);
}

#recommend-back table {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#recommend-back tr,
#recommend-back td {
	margin: 0;
	padding: 0;
}

#recommend-back dl {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	color: #ffffff;
	border: 5px #ffffff;
	border-style: solid none;
	background: url(../../images/pc/basic/back_transparent_black_80.png);
	
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
html:root #recommend-back dl {
	background: rgba(0, 0, 0, 0.8);
}

#recommend-back dl dt {
	display: none;
	position: absolute;
	bottom: 15px;
	right: 100px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.4;
}

#recommend-back dl dt strong {
	color: #ffffff;
	font-size: 131%;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#recommend-back dl dd {
	visibility: hidden;
	width: 850px;
	margin: 0 auto;
	padding: 100px 0;
	color: #ffff00;
	font-size: 230.8%;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	white-space: nowrap;
}

/* #################### スクロールバー #################### */
div.scrollbar {
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

div.scrollbar-bg {
	list-style-type: none;
	position: absolute;
	top: 16px;
	right: 0;
	width: 6px;
	height: 350px;
	margin: 0;
	padding: 0;
	background: url(../../images/pc/basic/back_transparent_black_40.png);
	
	border-radius: 3px;
}

div.scrollbar-cursor {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: -1px;
	width: 8px;
	height: 313px;
	border: 1px solid #999999;
	background: #ffffff;
	
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 -5px 5px rgba(0, 0, 0, 0.1);
}
html[xmlns] div.scrollbar-cursor {
	left: -2px;
}

div.hover {
	background: #eeeeee !important;
}

/* #################### ツイート結果格納用 #################### */
#tweets-results {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#tweets-results h3 {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 10px 33px -6px 33px;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	letter-spacing: 0.4em;
}

#tweets-results h3 img {
	vertical-align: -4px;
}

#tweets-results h3 strong {
	padding: 0 5px;
	letter-spacing: 0;
}

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

/* ******************* スクローラー ******************* */
div.tweets-move {
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
	width: 22px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	text-align: center;
	border: 1px solid #cccccc;
	
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#tweets-move-left {
	top: 90px;
	left: 5px;
	height: 200px;
	background: #ffffff url(../../images/pc/other/icon_move_left.gif) 50% 50% no-repeat;
	
	border-radius: 5px;
}

#tweets-move-right {
	top: 90px;
	right: 5px;
	height: 200px;
	background: #ffffff url(../../images/pc/other/icon_move_right.gif) 50% 50% no-repeat;
	
	border-radius: 5px;
}

#tweets-move-left-max {
	top: 295px;
	left: 5px;
	height: 24px;
	background: #ffffff url(../../images/pc/other/icon_move_left_max.gif) 50% 50% no-repeat;
	
	border-radius: 5px;
}

#tweets-move-right-max {
	top: 295px;
	right: 5px;
	height: 24px;
	background: #ffffff url(../../images/pc/other/icon_move_right_max.gif) 50% 50% no-repeat;
	
	border-radius: 5px;
}

/* ******************* ツイートボディー ******************* */
#tweets-body {
	overflow: hidden;
	position: relative;
	height: 355px;
	margin: 0;
	padding: 10px 10px 5px 10px;
	text-align: left;
	white-space: nowrap;
}

html:root #tweets-body.touched:after {
	content: "マウスホイールでツイートを左右にスクロールできます。";
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3000;
	margin: 0;
	padding: 5px 15px;
	color: #ffffff;
	border: 2px #ffffff;
	border-style: none none solid solid;
	background: url(../../images/pc/basic/back_transparent_black_80.png);
	
	border-radius: 0 0 0 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
html:root #tweets-body.touched:after {
	background: rgba(60, 100, 160, 0.8);
}


/* -------------------- 各ツイート -------------------- */

/* ########## ラッパー ########## */
#tweets-body div.tweet-wrapper {
	overflow: hidden;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}
*:first-child+html #tweets-body div.tweet-wrapper {
	display: inline;
}

/* ########## 各ツイート ########## */
#tweets-body dl {
	position: relative;
	display: inline-block;
	height: 330px;
	margin: 0 3px;
	padding: 10px;
	color: #ffffff;
	text-align: left;
	white-space: normal;
	vertical-align: top;
	background: url(../../images/pc/basic/back_transparent_black_5.png);
	
	border-radius: 5px;
}

#tweets-body dl dt {
	overflow: hidden;
	width: 105px;
	margin: 0 0 2px 55px;
	padding: 0;
	color: #ffcc33;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
}

#tweets-body dl dt a {
	color: #ffcc33 !important;
	text-decoration: none;
}
#tweets-body dl dt a:hover {
	text-decoration: underline;
}

#tweets-body dl dd {
	margin: 0;
	padding: 0;
}

#tweets-body dl dd.screen-name {
	overflow: hidden;
	width: 135px;
	margin: 0 0 6px 55px;
	padding: 0;
	color: #cccccc;
	font-size: 85%;
	line-height: 1.2;
	white-space: nowrap;
}

#tweets-body dl dd.time {
	width: 135px;
	margin: 0 0 5px 55px;
	padding: 0;
	font-size: 77%;
	text-align: right;
}
#tweets-body dl dd.time a {
	color: #ffffff !important;
	text-decoration: none;
}
#tweets-body dl dd.time a[href]:hover {
	text-decoration: underline;
}

#tweets-body dl dd.icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#tweets-body dl dd.icon img {
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#tweets-body dl dd.tweet {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	white-space: nowrap;
}

#tweets-body dl dd.tweet a {
	color: #ffffff !important;
}

#tweets-body dl dd.tweet p {
	display: inline-block;
	white-space: normal;
}
*:first-child+html #tweets-body dl dd.tweet p {
	float: left;
	display: block;
}

#tweets-body dl dd.tweet p.text {
	width: 192px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: top;
}

#tweets-body dl dd.tweet p.photo {
	position: relative;
	top: -57px;
	height: 320px;
	margin: 0 0 0 10px;
	padding: 0;
}

#tweets-body dl dd.tweet p.photo img {
	display: none;
	height: 100%;
	border: 5px solid #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

#tweets-body div.loaded dl dd.tweet p.photo img {
	display: inline;
}

#tweets-body dl dd.function {
	cursor: pointer;
	position: absolute;
	bottom: 8px;
	left: 10px;
	width: 192px;
	height: 1.3em;
	margin: 0;
	padding: 5px 0;
	color: #336699;
	font-size: 85%;
	text-align: center;
	line-height: 1.4;
	background: url(../../images/pc/basic/back_transparent_white_90.png);
	
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
html:root #tweets-body dl dd.function {
	background: rgba(255, 255, 255, 0.9);
}

#tweets-body dl dd.function img {
	position: relative;
	top: -1px;
}

#tweets-body dl dd.function span.error {
	color: #999999;
}


/* -------------------- ツイートステータス -------------------- */
#tweets-status {
	clear: both;
	overflow: hidden;
	height: 30px;
	margin: 0 13px 10px 13px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	font-size: 85%;
}

/* ########## ローディング ########## */
#tweets-status p.loading {
	margin: 0;
	padding: 5px 0;
	color: #cccccc;
}

/* ########## 更に読み込む ########## */
#tweets-status p.more {
	cursor: pointer;
	margin: 0;
	padding: 5px 0 4px 0;
	color: #336699;
	text-align: center;
	border: 1px solid #ffffff;
	background: #ffffff url(../../images/pc/basic/back_gradation_gray.jpg) 50% 50% no-repeat;
	
	border-radius: 5px;
}
#tweets-status p.hover {
	
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.2);
}

/* ########## 読み込み限界に達しました ########## */
#tweets-status p.limit {
	color: #cc0000;
}

/* --------------------  これ以上ツイートはありません --------------------  */
#tweets-status p.end {
	margin: 0;
	padding: 5px 0;
	color: #999999;
	text-align: center;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
}

#tweets-status p img {
	vertical-align: middle;
}

/* ---------- ツイートフッター ---------- */
#tweets-footer {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}
#tweets-footer p {
	margin: 0 0 10px 0;
	padding: 0 33px;
	color: #ffffff;
	font-size: 77%;
	text-align: right;
	/* border-top: 1px solid #dddddd; */
}

/* #################### ツイートポップアップ #################### */
div.tweet-wrapper-clone {
	cursor: pointer;
	position: fixed;
	display: none;
	bottom: 0;
	right: 6px;
	z-index: 100;
	width: auto !important;
	margin: 0;
	padding: 0;
}

div.tweet-wrapper-clone dl {
	position: relative;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 10px;
	color: #ffffff;
	text-align: left;
	white-space: normal;
	vertical-align: top;
	border: 3px solid #ffffff;
	background: url(../../images/pc/basic/back_transparent_black_80.png);
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
html:root div.tweet-wrapper-clone dl {
	background: rgba(0, 0, 0, 0.8);
}

div.tweet-wrapper-clone dl dt {
	overflow: hidden;
	width: 105px;
	margin: 0 0 0 55px;
	padding: 0;
	color: #ffcc33;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
}
div.tweet-wrapper-clone dl dt a {
	color: #ffcc33 !important;
	text-decoration: none;
}
div.tweet-wrapper-clone dl dt a:hover {
	text-decoration: underline;
}

div.tweet-wrapper-clone dl dd {
	margin: 0;
	padding: 0;
}

div.tweet-wrapper-clone dl dd.screen-name {
	overflow: hidden;
	width: 135px;
	margin: 0 0 10px 55px;
	padding: 0;
	color: #cccccc;
	font-size: 77%;
	line-height: 1.2;
	white-space: nowrap;
}

div.tweet-wrapper-clone dl dd.time {
	width: 135px;
	margin: 0 0 5px 55px;
	padding: 0;
	font-size: 77%;
	text-align: right;
}
div.tweet-wrapper-clone dl dd.time a {
	color: #ffffff !important;
	text-decoration: none;
}
div.tweet-wrapper-clone dl dd.time a[href]:hover {
	text-decoration: underline;
}

div.tweet-wrapper-clone dl dd.icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.tweet-wrapper-clone dl dd.icon img {
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

div.tweet-wrapper-clone dl dd.tweet {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.8;
	white-space: nowrap;
}

div.tweet-wrapper-clone dl dd.tweet a {
	color: #ffffff !important;
}

div.tweet-wrapper-clone dl dd.tweet p {
	display: inline-block;
	white-space: normal;
}

div.tweet-wrapper-clone dl dd.tweet p.text {
	width: 192px;
	margin: 0;
	padding: 0;
	font-size: 108%;
	vertical-align: top;
}

div.tweet-wrapper-clone dl dd.tweet p.photo {
	display: none;
	position: relative;
	top: -58px;
	height: 340px;
	margin: 0 0 0 10px;
	padding: 0;
}

div.tweet-wrapper-clone dl dd.tweet a {
	text-decoration: none !important;
}

div.tweet-wrapper-clone dl dd.function {
	display: none;
}

/* #################### バナー #################### */
#banner {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
}

#banner ul {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

#banner ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

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

/* #################### 結果発表 #################### */
#result {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	color: #ffffff;
	border: 5px solid #ffffff;
	background: url(../../images/pc/basic/back_transparent_black_80.png);
	
	border-radius: 20px;
}
html:root #result {
	background: rgba(0, 0, 0, 0.8);
}

#result p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}

#result p strong {
	font-size: 500%;
}

#result p a {
	display: block;
	margin: 0;
	padding: 35px 40px 20px 40px;
	color: #ffffff !important;
	text-decoration: none;
}

#result p a strong {
	color: #ff9900 !important;
}