
/*
 * infinitescrollローディング画像用
 */
#infscr-loading {
    text-align: center;
}

/*
 * コメントエリアのファイルアップロードエリア表示用
 */
.add-comment .from-input {
  margin-left: 47px;
  background-color: #ffffff;
}

/*
 * ユーザーアイコン表示用
 */
.avatar_img {
  max-width: 63px;
  max-height: 63px;
}
.list_avatar_img {
  max-width: 26px;
  max-height: 26px;
}
.left_avatar_img {
  max-width: 40px;
  max-height: 40px;
}

/*
 * リクエストエリアの複数ユーザー表示用
 */
.request {
  cursor: pointer;
}

.request-list .notification-flyout {
  z-index: 999;
  position: absolute;
  width: 220px;
  background-color: #FFF;
  border: 1px solid #8c9195;
  margin-left: 20px;
}

.request-list .notification-flyout:before {
  content: url(/img/common/icon_notification-flyout_arrow.png);
  position: absolute;
  top: -9px;
  left: 146.5px;
  width: 13px;
  height: 9px;
  line-height: 0;
  font-size: 0;
}

.request-list .notification-flyout .item {
  border-top: 1px solid #D9DEE1;
}
.request-list .notification-flyout .item:first-child {
  border-top: none;
  margin-left: 20px;
}
.request-list .notification-flyout .item {
  display: block;
  padding: 10px;
}
.request-list .notification-flyout .item .avatar {
  float: left;
  width: 26px;
  margin-right: 10px;
  padding: 1px;
  border: 1px solid #d9dee1;
}
.request-list .notification-flyout .item .avatar img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}
.request-list .notification-flyout .item .data {
  float: left;
  overflow: hidden;
  width: 120px;
}
.request-list .notification-flyout-inner {
  max-height: 450px;
  overflow-y: auto;
}

/*
//------------------------------------------
// コメントエリア修正用 SR)Okada
//------------------------------------------
*/
.to-cont .from-input textarea,
/*.from-cont .from-input textarea,*/
.add-comment .from-input textarea {
  width: 626px;
  margin: 0px;
}

/*  2015/01/26 宮本 */
.edit #area_post #post-from-cont {
  margin: 0px;
}

.to-button .pad,
.edit .pad,
.add_todo .pad{
  padding: 10px;
}

.post-cont .comment-cont .add-comment .form-input textarea {
  resize: none;
  float: right;
  display: block;
  width: 545px;
  height: 1.5em;
  padding: 3px;
  overflow: hidden;
  border: 1px solid #d9dee1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.post-cont .comment-cont .add-comment.active .form-input textarea {
  height: 6em;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/*
//------------------------------------------
// コメントエリア修正用 SR)Okada（ui.cssの定義をOverride）
//------------------------------------------
*/
.post-cont .comment-cont .add-comment textarea {
  float: right;
  border-top: none;
  border-right: 1px solid #d9dee1;
  border-left: 1px solid #d9dee1;
  background-color: #FFFFFF;
}
.post-cont .comment-cont .add-comment.active textarea {
  border: none;
}

/*
//------------------------------------------
// タイムラインのコメントエリアに関連ファクト登録アイコン、コメントリクエスト表示用
//------------------------------------------
*/
.comment-body .subject-icon {
  text-decoration: none;
}

/*
//------------------------------------------
// プロジェクトアイコン、ユーザーアイコンアップ用
//------------------------------------------
*/
div.add-icon,
li.add-icon {
  border: 2px dashed #C5C8CA;
  width: 48px;
  height: 48px;
}

.drop_added_icon ul li {
  float: left;
}

/*
//------------------------------------------
// アイコン追加（Agree!）
//------------------------------------------
*/
.icon.icon101:before, .post-cont .ttl-block .user-data .icon101.ttl:before {
  display: block;
  background-image: url('../img/common/sprite/icon101.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.iconAfter.icon101:after {
  display: block;
  background-image: url('../img/common/sprite/icon101.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}

/*
//------------------------------------------
// アイコン追加（メール通知・表示設定）
//------------------------------------------
*/
.icon.icon102:before, .post-cont .ttl-block .user-data .icon102.ttl:before {
  display: block;
  background-image: url('../img/common/sprite/icon102.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.iconAfter.icon102:after {
  display: block;
  background-image: url('../img/common/sprite/icon102.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}

/*
//------------------------------------------
// ページャーの位置修正
//------------------------------------------
*/
.pager-table a {
  letter-spacing: 0;
}

/*
//------------------------------------------
// キーボード操作時の背景色
//------------------------------------------
*/
.fact-select-on {
  background-color: #8c9195;
}

/*
//------------------------------------------
// アイコン追加（ファクト期限切れ）
//------------------------------------------
*/
.icon.icon_alert_limit:before {
  display: block;
  background-image: url('../img/common/icon_alert_limit_error.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.iconAfter.icon_alert_limit:after {
  display: block;
  background-image: url('../img/icon_alert_limit_error.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}

/*
//------------------------------------------
// ログイン画像追加
//------------------------------------------
*/
#right-contents .control li .login {
  display: block;
  background-image: url('../img/common/sprite/btn_user_login.png');
  background-repeat: no-repeat;
  width: 115px;
  height: 24px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
#right-contents .control li .login:hover {
  display: block;
  background-image: url('../img/common/sprite/btn_user_login_o.png');
  background-repeat: no-repeat;
  width: 115px;
  height: 24px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.en #right-contents .control li .login {
  display: block;
  background-image: url('../img/en/common/sprite/btn_user_login.png');
  background-repeat: no-repeat;
  width: 115px;
  height: 24px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.en #right-contents .control li .login:hover {
  display: block;
  background-image: url('../img/en/common/sprite/btn_user_login_o.png');
  background-repeat: no-repeat;
  width: 115px;
  height: 24px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}

/*
//------------------------------------------
// アイコン追加（チャット）
//------------------------------------------
*/
.icon.icon_chat:before {
  display: block;
  background-image: url('/js/lib/chatpopup/images/chat.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  background-size: contain;
  left: -6px;
  top: 16px;
}
.iconAfter.icon_chat:after {
  display: block;
  background-image: url('/js/lib/chatpopup/images/chat.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}

/*
//------------------------------------------
// 左ナビのチャットアイコンの定義
//------------------------------------------
*/
#left-contents #pj-list .pj .teamList li.active {
  background-color: #D9DEE1;
  font-weight: bold;
}

/*
//------------------------------------------
// アラートエリアの背景色（強調時）
//------------------------------------------
*/
#alertSec.warning .outer {
  background-color: #FFCC99;
  border-color: #999999;
  font-weight: bold;
}

/*
//------------------------------------------
// ファクト期限日のアラート色
//------------------------------------------
*/
.deadline-limit {
  color: red;
}

/*
//------------------------------------------
// グラフのタイトル他の定義
//------------------------------------------
*/
.graphtitle03 {
  height: 30px;
  padding-left: 20px;
}
.graphtitle03:before, .headingA01:after {
  content: "";
  display: table;
}
.graphtitle03:after {
  clear: both;
}
.graphtitle03 {
  zoom: 1;
}
.graphtitle03 h1 {
  float: left;
  line-height: 30px;
  padding-left: 24px;
  font-weight: bold;
  font-size: 1.33333em;
}
.graphtitle03 h1:before {
  content: '';
  position: absolute;
  left: 21px;
  margin-top: 7px;
  display: block;
  background-image: url('../img/common/sprite.png');
  background-repeat: no-repeat;
  background-position: -1334px -847px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
}
.tate_div {
    position : relative;
    width:3em;
    line-height:2em;
    word-wrap:break-word;
    direction:ltr;
}

.tate_chuou {
    position: absolute;
    top: 50%;
    margin-top: -2em;
    padding-right:5px;
}

.tate_span {
    /* IE用縦書き */
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    /* FireFox用縦書き */
    -moz-writing-mode: vertical-rl;
    -moz-transform: translate(0em, -0.3em) rotate(0deg);
    /* Chrome用縦書き */
    -webkit-writing-mode: vertical-rl;
    -webkit-transform-origin: left top;
    -webkit-transform:translate(-0.1em,0em);
    /* Opera用縦書き */
    -o-writing-mode: vertical-rl;
    -o-transform-origin: left top;
    -o-transform: translate(-1em,-1em) rotate( 0deg );
    
    text-orientation: upright;
    writing-mode: vertical-rl;
    text-combine:horizontal;
/*
    transform: rotateX(270deg);
*/
}

/*
//------------------------------------------
// チャットポップアップの定義
//------------------------------------------
*/
.chat_modal_open {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
	overflow: visible;
}
 
.close_overlay {
    top: 0;
    left: 0;
    display: block;
    text-indent: -9999px;
    background: #000;
    opacity: 0.5;
    z-index: 100000;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
}
 
.chat_modal_window {
    top: 50%;
    left: 50%;
    display: block;
    background: #fff;
	position: fixed;
    z-index: 100010;
	min-width: 640px;
	margin: -250px 0 0 -350px;
	padding: 10px;
}


/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
span.chat_modal div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
    width: 0;
    height: 0;
	min-height: 0;
	min-width: 0;
	position: fixed;
    border: 0;
}

#ui-datepicker-div {
	z-index: 9000;
}

/*
//------------------------------------------
// 左ナビのチーム選択時の定義をOverride
//------------------------------------------
*/
#left-contents #pj-list .pj .teamList a.active:after {
  background-image: none;
}

/*
//------------------------------------------
// アラートエリアの定義をOverride
//------------------------------------------
*/
#alertSec {
  z-index: 100011;
}

/*
//------------------------------------------
// エラー時のテキストカラー（Selectは反応しないため）
//------------------------------------------
*/
.error_text_select {
  display: block;
  margin-top: 0.25em;
  color: #E47474;
  font-weight: bold;
}

/*
//------------------------------------------
// 下線ボーダーを定義
//------------------------------------------
*/
.border-line {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9dee1;
}

.alert-blue {
  color: blue;
}

/*
//------------------------------------------
// 削除系のボタン色を定義
//------------------------------------------
*/
.btn-submit.btn-delete {
  background-color: #FF4500;
}

/*
//------------------------------------------
// シェアボタン色を定義
//------------------------------------------
*/
.sd-social-icon .sd-content ul li.share-custom {
    position: relative;
    top: 0px !important;
}
li.share-custom-evernote a {
    background-color: #87c441 !important;
}
@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li.share-custom {
	    position: relative;
	    top: 8px !important;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li.share-custom {
	    position: relative;
	    top: 8px !important;
	}
}
