@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* ######################################## ツイッター ######################################## */

/* ******************** コンテナ ******************** */

#twitter {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 500;
	width: 100%;
}

#twitter.open {
	
	-webkit-transition: bottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: bottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: bottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: bottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#twitter.close {
	
	-webkit-transition: bottom 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-moz-transition: bottom 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-ms-transition: bottom 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: bottom 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* -------------------- タイトル -------------------- */

#twitter h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "Arial";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#twitter h2:before {
	content: "\f099";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#twitter h2:after {
	content: "－ タイムラインにのせて「今」をお伝えします －";
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

/* -------------------- ラッパー -------------------- */

#twitter-wrapper {
	clear: both;
	position: relative;
	height: 354px;
	
	background: rgba(0, 0, 0, 0.95);
}

/* -------------------- クローズボタン -------------------- */

#twitter p.close {
	cursor: pointer;
	position: absolute;
	top: 42px;
	right: 15px;
	z-index: 1100;
	padding: 2px 6px;
	color: #ffffff;
	font-size: 1.0rem;
	line-height: 1.0;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	
	background: #cc0000;
	
	-webkit-transition: top 0.5s ease-in-out;
	-moz-transition: top 0.5s ease-in-out;
	-ms-transition: top 0.5s ease-in-out;
	-o-transition: top 0.5s ease-in-out;
	transition: top 0.5s ease-in-out;
}

/* -------------------- スクローラー -------------------- */
div.tweets-move {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 200;
	width: 56px;
	height: 56px;
	margin: auto;
	padding: 0;
	color: #336699;
	
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#tweets-move-left {
	left: -22px;
	text-align: right;
	border-radius: 0 50% 50% 0;
}
#tweets-move-right {
	right: -22px;
	text-align: left;
	border-radius: 50% 0 0 50%;
}

div.tweets-move i {
	position: absolute;
	top: 10px;
	font-size: 3.7rem;
}
#tweets-move-left i {
	right: 16px;
}
#tweets-move-right i {
	left: 17px;
}

div.tweets-move-max {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 50px;
	bottom: 0;
	z-index: 210;
	width: 22px;
	height: 22px;
	margin: auto;
	color: #336699;
	
	border-radius: 50%;
	background: rgba(255, 255, 255, 1.0);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}
#tweets-move-left-max {
	left: 14px;
}
#tweets-move-right-max {
	right: 14px;
}

div.tweets-move-max i {
	position: absolute;
	top: 6px;
	font-size: 1.0rem;
}
#tweets-move-left-max i {
	left: 6px;
}
#tweets-move-right-max i {
	left: 6px;
}

/* ******************** ツイート結果格納用 ******************** */

/* -------------------- ツイートボディー -------------------- */

#tweets-body {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 6px 0 6px 10px;
	text-align: left;
	white-space: nowrap;
	word-break: break-all;
	
	-webkit-transform: translateZ(0px);
	-webkit-overflow-scrolling: touch;
}

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

/* ########## ラッパー ########## */
#tweets-body div.tweet-wrapper {
	overflow: hidden;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
#tweets-body div.tweet-wrapper:last-child {
	margin-right: 10px;
}

#tweets-body div.tweet-wrapper.loaded {
	
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

/* ########## ツイート本体 ########## */

#tweets-body dl {
	position: relative;
	display: inline-block;
	height: 286px;
	margin: 0 3px;
	padding: 10px;
	color: #ffffff;
	text-align: left;
	white-space: normal;
	vertical-align: top;
	
	background: rgba(255, 255, 255, 0.075);
}
#tweets-body dl:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	border-top: 65px solid rgba(255, 255, 255, 0.075);
}

/* ********** ユーザー名 ********** */

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

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

/* ********** スクリーンネーム ********** */

#tweets-body dl dd.screen-name {
	overflow: hidden;
	width: 135px;
	margin: 0 0 6px 55px;
	padding: 0;
	color: #cccccc;
	font-size: 1.0rem;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#tweets-body dl dd.screen-name a {
	color: #cccccc !important;
	text-decoration: none;
}

/* ********** ツイート時間 ********** */

#tweets-body dl dd.time {
	width: 135px;
	margin: 0 0 10px 55px;
	padding: 0;
	font-size: 1.0rem;
	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;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	white-space: nowrap;
}

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

#tweets-body dl dd.tweet p {
	display: inline-block;
	white-space: normal;
}

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

#tweets-body dl dd.tweet div.media {
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: -63px;
	z-index: 100;
	height: 285px;
}
#tweets-body dl dd.tweet div.media.animate {
	
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

#tweets-body dl dd.tweet div.photo {
	display: inline-block;
	height: 275px;
	margin: 0 0 0 10px;
	padding: 0;
}

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

#tweets-body dl dd.tweet div.movie {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: top;
	border: 5px solid #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

#tweets-body dl dd.tweet div.movie div.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: rgba(0, 0, 0, 0);
}

#tweets-body dl dd.tweet p.show-media {
	cursor: pointer;
	position: absolute;
	bottom: 6px;
	right: 10px;
	z-index: 110;
	font-size: 1.0rem;
	line-height: 1.0;
}



/* ********** 会話を表示ボタン ********** */

#tweets-body dl dd.info {
	position: absolute;
	bottom: 35px;
	left: 10px;
	width: 188px;
	padding: 6px 0;
	color: rgba(255, 255, 255, 0.3);
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.0;
}

#tweets-body dl dd.info.conversation {
	cursor: pointer;
	color: #336699;
	
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 15px rgba(0, 0, 0, 0.4);
	
	background: rgba(255, 255, 255, 0.95);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}

/* ********** リツイート名表示領域 ********** */

#tweets-body dl dd.retweeted {
	overflow: hidden;
	position: absolute;
	bottom: 35px;
	left: 10px;
	width: 190px;
	height: 1.3em;
	margin: 0;
	padding: 6px 0;
	color: #ffffff;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.4;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* ********** 各種機能表示 ********** */

#tweets-body dl dd.function {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	margin: 0;
	padding: 8px 0 5px 0;
	font-size: 1.1rem;
	line-height: 1.0;
	
	background: rgba(255, 255, 255, 0.075);
}

#tweets-body dl dd.function ul {
	margin: 0;
	padding: 0 10px;
	white-space: nowrap;
}

#tweets-body dl dd.function ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0;
	white-space: nowrap;
	
	-webkit-transition: width 0.1s linear;
	-moz-transition: width 0.1s linear;
	-ms-transition: width 0.1s linear;
	-o-transition: width 0.1s linear;
}

#tweets-body dl dd.function ul li a {
	color: #ffffff !important;
	text-decoration: underline !important;
}

/* ******************** ツイートステータス ******************** */
#tweets-status {
	position: absolute;
	bottom: 6px;
	width: 100%;
	padding: 0 13px;
	text-align: center;
	white-space: nowrap;
	font-size: 1.1rem;
	line-height: 1.0;
	
	box-sizing: border-box;
}

#tweets-status p {
	padding: 10px 0 9px 0;
}

/* -------------------- ローカル -------------------- */
#tweets-status p.local {
	color: rgba(255, 255, 255, 0.3);
}

/* -------------------- ローディング -------------------- */
#tweets-status p.loading {
	color: rgba(255, 255, 255, 0.3);
}

/* -------------------- 更に読み込む -------------------- */
#tweets-status p.more {
	cursor: pointer;
	padding: 8px 0 7px 0;
	color: #336699;
	text-align: center;
	
	border: 2px solid rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 15px rgba(0, 0, 0, 0.4);
	
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0) 100%);
}

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

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

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

/* ********************  ツイッタープロフィール ********************  */
#twitter div.twitter-profile {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 400;
	width: 212px;
	
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#twitter div.twitter-profile:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 150px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: rgba(255, 255, 255, 0.95) transparent transparent transparent;
}

#twitter div.twitter-profile p {
	margin: 12px 16px;
	padding: 0;
	color: #003366;
	font-size: 1.1rem;
}


/* ######################################## ツイートポップアップ ######################################## */
div.tweet-wrapper-clone {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	left: 10px;
	z-index: 350;
	width: auto !important;
	vertical-align: top;
	
	border: 1px solid #ffffff;
	background: rgba(0, 0, 0, 0.95);
	opacity: 0;
}
div.tweet-wrapper-clone.in {
	
	-webkit-transition: bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

div.tweet-wrapper-clone.out {
	
	-webkit-transition: bottom 0.8s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.8s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	-moz-transition: bottom 0.8s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.8s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	-ms-transition: bottom 0.8s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.8s cubic-bezier(0.95, 0.05, 0.795, 0.035);
	-o-transition: bottom 0.8s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.8s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

div.tweet-wrapper-clone.fade-out {
	
	-webkit-transition: opacity 0.8s linear;
	-moz-transition: opacity 0.8s linear;
	-ms-transition: opacity 0.8s linear;
	-o-transition: opacity 0.8s linear;
}

div.tweet-wrapper-clone dl {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px;
	color: #ffffff;
	text-align: left;
	white-space: normal;
	vertical-align: top;
	
	background: rgba(255, 255, 255, 0.075);
}
div.tweet-wrapper-clone dl:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	border-top: 65px solid rgba(255, 255, 255, 0.075);
}

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

div.tweet-wrapper-clone dl dd.screen-name {
	overflow: hidden;
	width: 135px;
	margin: 0 0 6px 55px;
	padding: 0;
	color: #cccccc;
	font-size: 1.0rem;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div.tweet-wrapper-clone dl dd.screen-name a {
	color: #cccccc !important;
	text-decoration: none !important;;
}

div.tweet-wrapper-clone dl dd.time {
	width: 135px;
	margin: 0 0 10px 55px;
	padding: 0;
	font-size: 1.0rem;
	text-align: right;
}
div.tweet-wrapper-clone dl dd.time a {
	color: #ffffff !important;
	text-decoration: none !important;
}

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;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	white-space: nowrap;
}

div.tweet-wrapper-clone dl dd.tweet a {
	color: #ffffff !important;
	text-decoration: none !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: 1.1rem;
	vertical-align: top;
}

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

div.tweet-wrapper-clone dl dd.retweeted {
	overflow: hidden;
	width: 190px;
	height: 1.3em;
	margin: 5px auto;
	padding: 6px 0;
	color: #ffffff;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.4;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

div.tweet-wrapper-clone dl dd.conversation {
	display: none !important;
}

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

div.tweet-wrapper-clone dl dd.tweet p.show-media {
	display: none !important;
}
