@charset "UTF-8";

/* Table of Content
==================================================
    #Font-Face
    #Site Styles
    #Media Queries
    */

/* #Font-Face Start
================================================== */
@font-face {
    font-family: 'helvetica_lightregular';
    src: url('../fonts/helvetica-light-webfont.eot');
    src: url('../fonts/helvetica-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-light-webfont.woff') format('woff'),
         url('../fonts/helvetica-light-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-light-webfont.svg#helvetica_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family:'FuturaStd-Book';
    src: url('../fonts/FuturaStd-Book_gdi.eot');
    src: url('../fonts/FuturaStd-Book_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaStd-Book_gdi.woff') format('woff'),
        url('../fonts/FuturaStd-Book_gdi.ttf') format('truetype'),
        url('../fonts/FuturaStd-Book_gdi.otf') format('opentype'),
        url('../fonts/FuturaStd-Book_gdi.svg#FuturaStd-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}
@font-face {
    font-family:'LibreBaskerville-Bold';
    src: url('../fonts/LibreBaskerville-Bold_gdi.eot');
    src: url('../fonts/LibreBaskerville-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LibreBaskerville-Bold_gdi.woff') format('woff'),
        url('../fonts/LibreBaskerville-Bold_gdi.ttf') format('truetype'),
        url('../fonts/LibreBaskerville-Bold_gdi.otf') format('opentype'),
        url('../fonts/LibreBaskerville-Bold_gdi.svg#LibreBaskerville-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-FB06;
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

/* #Font-Face End
================================================== */

/* #Site Styles Start
================================================== */
*{margin:0; padding:0;}
img, fieldset{border:none;}
img { vertical-align: baseline;}
label {
    display: inline-block;
    margin: 0;
    font-weight: normal;
}
.curv{float:left; width:100%;}
.curv img{float:left;}
:focus{outline:none}
a{ text-decoration:none;}
ul,ol{ margin:0; padding:0; list-style:none;}

body,html{margin:0; padding:0;  height:100%;}
#main_outer{position:relative; float:left; width:100%}
#main{float:left; width:100%; padding-bottom:30px}
body{font-size:14px; line-height:16px; color:#333333; -webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%; vertical-align: baseline; font-family:Arial, Helvetica, sans-serif;}
.wrapper{margin: 0 50px;}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
  margin-right: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-0,
  .col-md-offset-0,
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.default-list {
    list-style: disc;
    margin-left: 30px;
}

/** override bootstrap style **/
.form-group {
    margin-bottom: 10px;
}

.visual-page-wrapper {
    margin: 20px 10px;
}

.member-page-wrapper {
    margin: 10px 10px;
}

.error{display: none; position:absolute; left:100%; top:0; width:auto; background:url(../img/error_icon.png) no-repeat left 0; min-height:27px; min-width:400px; padding-left:20px; margin-left:20px;}
.error span{border:1px solid #fff; border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; -ms-border-radius:15px; color: #fff; font-family: 'helvetica_lightregular'; font-size:12px; line-height:15px; padding:5px 15px; text-align:left; float:left;background-color: rgba(0, 0, 0, 0.1);}
.error span img{margin:0 5px 0 0;   vertical-align:middle}

/***header section css start***/
header{display:inline-block; width:100%; margin:15px 0 0 0; height: 0;}

/***menu-header section css start***/
#bar-header {
  float: right;
  margin-right: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: right;
  align-items: center;
}
.thumb-user {
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
#menu-header {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.6);
  height: 30px;
  padding-left: 12px;
}
.menu-item {
  position: relative;
  display: block;
  float: left;
  overflow: visible;
  padding-right: 12px;
  cursor: pointer;
  color: #fff;
  overflow: visible;
}
.menu-item .fa-bars {
  font-size: 120%;
  vertical-align: text-top;
}
.menu-item a {
  color: #fff;
  display: block;
  opacity: .8;
}
.menu-item a:hover {
  opacity: 1;
  text-decoration: none;
}
.menu-item > span {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 30px;
}
.menu-child {
  width: 180px;
  position: absolute;
  right: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.6);
}
.menu-child a:hover, .menu-child a:focus, .menu-child a:active {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
.menu-child::before {
  content: "";
  display: block;
  width: 0;
  right: 15px;
  border-bottom: 6px solid rgba(0, 0, 0, 0.6);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: 100%;
  margin-left: 4px;
}
.btn-round-gg {
  width: 100%;
  height: 36px;
  line-height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: #fff;
  border: none;
  padding: 0 .5em 0 1.5em;
  position: relative;
  text-align: center;
  display: block;
  background: #DC4E38;
  opacity: 1;
}
.btn-round-gg i {
  position: absolute;
  display: block;
  left: 3.5em;
  top: 55%;
  transform: translate(0, -50%);
  font-size: 115%;
}
.btn-round-gg:hover {
  text-decoration: none;
  color: #fff;
  background: #e0614e;
}
.btn-round-fb {
  width: 100%;
  height: 36px;
  line-height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: #fff;
  border: none;
  padding: 0 .5em 0 1.5em;
  position: relative;
  text-align: center;
  display: block;
  background: #3b5999;
  opacity: 1;
}
.btn-round-fb i {
  position: absolute;
  display: block;
  left: 3.5em;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 115%;
}
.btn-round-fb:hover {
  text-decoration: none;
  color: #fff;
  background: #4264ab;
}
.menu-child-login {
  padding: 20px;
}
.menu-child-login li + li {
  margin-top: 15px;
}
.menu-child-menu {
  padding: 20px 20px 15px 20px;
}
.menu-child-menu > li + li {
  margin-top: 18px;
}
.menu-ico li {
  padding: 0;
}
.menu-ico li a {
  display: block;
  margin-bottom: 10px;
}
.menu-ico li a .fa-caret-down {
  display: inline-block;
  margin-left: 1em;
  font-size: 80%;
}
.menu-ico li i {
  display: inline-block;
  margin-right: .7em;
  font-size: 110%;
}
.menu-ico li .menu-child-child {
  width: 180px;
  position: absolute;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  z-index: 1;
  left: 0px;
}
.menu-ico li .menu-child-child li {
  opacity: .7;
  padding-left: 1.8em;
}
.menu-ico li .menu-child-child li:hover {
  opacity: 1;
}
.menu-ico li .menu-child-child li + li {
  margin-top: 10px;
}
.menu-ico li .menu-child-child li.is-selected {
  opacity: 1;
}
.menu-sm li {
  padding: 0;
}
.menu-sm li a {
  display: block;
  margin-top: 10px;
  padding-left: 1.8em;
  margin-bottom: 10px;
}
.menu-sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  justify-content: center;
  padding-top: 15px;
}
.menu-sns li a {
  font-size: 125%;
}
.menu-sns li + li {
  margin-left: 10px;
}
.box-budge {
  position: relative;
}
.box-budge .budge {
  font-size: 80%;
  background: #f33;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 0 1em;
}
.box-budge-top > .budge {
  font-size: 70%;
  background: #f33;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  right: -8px;
  top: -1px;
  display: block;
}

.modal {
    z-index: 1031;
}

.modal-title {
    display: inline-block;
    font-weight: 700;
    color: #1ECDAB;
}

.modal-backdrop {
    bottom: 0;
}

.body_container{float:left; position:relative;}
.body_container .amination{display:inline-block; width:100%; text-align:center;}
.body_container .amination img{display:inline-block}

.detail_sec{float:left; width:257px;}
.detail_sec .logo{text-align:center; width:100%; margin: 0;}
.detail_sec .logo img{display:inline-block; width: 60%;}

.detail_sec .upload_sec .uploading_status{width:100%; display:inline-block; color:#0dbd9c; font-size:70px; line-height:75px; text-transform:uppercase; font-weight:bold; padding:0 0 5px 0}
.detail_sec .upload_sec .uploading_status small{display:block;text-transform:uppercase; font-size:20px; line-height:24px; padding:15px 0 0 0; color:#fff; font-weight:normal}


.detail_sec .upload_sec{display:inline-block; width:100%;  text-align:center; margin: 10px 0 0 0; position:relative}
.detail_sec .upload_sec .upload_btn{display:inline-block; width:100%}
.detail_sec .upload_sec .upload_btn .btn{text-decoration:none; color:#fff; font-size:11px; line-height:13px; padding:11px 0; width:159px; white-space:nowrap; background:url(../img/btn_large.svg) no-repeat 0 0; display:inline-block; text-align:left; position:relative}
.detail_sec .upload_sec .upload_btn .btn input{opacity:0; width:100%; position:absolute; top:0px; left:0px; height:37px; cursor:pointer}
.detail_sec .upload_sec .upload_btn .btn img{margin:0 7px 0 8px; display: inline-block; vertical-align: bottom;}
.detail_sec .upload_sec .upload_btn .btn:hover{opacity:.8;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  filter: alpha(opacity=80);
  -moz-opacity: 0.8;  -khtml-opacity: 0.8;}
.detail_sec .upload_sec .upload_btn abbr{display:block; color:#fff; font-size: 11px; line-height:15px; padding:5px 0 0 0;font-family:"Kozuka Gothic Pr6N R";margin:0 0 5px 0;font-weight: bold;}

.upload_sec .upload_btn .file_list_wrapper.active{height:85px; overflow:auto; margin-bottom: 5px;}
.upload_sec .upload_btn .file_list{display:inline-block; width:100%; padding:10px 0;}
/*.upload_sec .upload_btn .file_list.active{height:85px; overflow:auto; margin-bottom: 5px;}*/
.upload_sec .upload_btn .file_list li{display:block; font-size:16px; line-height:21px; color:#fff; font-family: 'helvetica_lightregular'; text-align:left; position:relative; padding-right: 25px;}
.upload_sec .upload_btn .file_list li a{background:none; padding:0px; font-size:16px; line-height:21px; color:#fff; font-family: 'helvetica_lightregular';}
.upload_sec .upload_btn .file_list li span {word-break: break-all;}
.upload_sec .upload_btn .file_list li .delete{display:none; position:absolute; right:15px; top:4px; background:url(../img/delete_icon.png) no-repeat 0 0; width:15px; height:15px;}
.upload_sec .upload_btn .file_list li:hover .delete{display:block}

.detail_sec .upload_sec .send_option{display:inline-block; width:100%; background:url(../img/seprator.png)  no-repeat top center;}
.upload_sec .send_option .option_row{display:inline-block; width:100%; background:url(../img/seprator.png)  no-repeat bottom center;padding:10px 0}
.send_option .option_row label{width:45%; display:inline-block;font-family:'FuturaStd-Book'; font-size:14px; line-height:20px; text-transform:capitalize; color:#fff; text-align:center}
.send_option .option_row label input{}
.send_option .option_row label img{margin:0 0 0 4px; display:inline-block}

.send_option .mail_option{display:inline-block; list-style:none; padding:0px; margin:0px; width:100%;}
.send_option .mail_option li{display:inline-block; width:100%; background:url(../img/seprator.png) no-repeat bottom center; padding:10px 0; text-align:left; position:relative}
.send_option .mail_option ::placeholder { font-size: 13px; color: rgba(255, 255, 255, .5); }
.send_option .mail_option #passwordBox {padding:0;}
.send_option .mail_option #passwordWapper {padding:10px 0; position:relative;}
.send_option .mail_option #passwordGenerator { position: absolute; top: 8px; right: 0; width: auto; height: auto; margin: 0; padding: 1px 3px; border-color: rgba(255, 255, 255, .5); background: none; }
.send_option .mail_option #passwordGenerator:hover { color: #1FCEAC; border-color: rgba(31, 206, 172, .5); }
.send_option .mail_option #passwordGenerator + .tooltip { min-width: 200px; }
.send_option .mail_option.link li label{padding:0 0 0 5px}
.send_option .mail_option li label{font-size:14px; line-height:16px; color:#fff;  text-transform:capitalize;font-family:'FuturaStd-Book'; vertical-align:top}
.send_option .mail_option li input{width:214px; white-space:normal; color:#ccc; border:none; background:none;font-family: 'helvetica_lightregular'; vertical-align:top; font-size:16px; line-height:18px; letter-spacing:1.5px}
.send_option .mail_option.link li input{width:208px}
.send_option .mail_option li input:focus{color:#fff}
.send_option .mail_option .active_text{color:#fff}

.send_option .mail_option li .add{display: inline-block; background:url(../img/add_btn.png) no-repeat 0 0; width:98px; font-size:11px; line-height:13px; color:#fff; text-decoration:none; margin: -5px 0 0 5px; padding: 5px 0 4px 0;}
.send_option .mail_option li .add:hover{background-position:0 -23px;}
.send_option .mail_option li .add img{margin:0 8px; display:inline-block; vertical-align:bottom;}
.send_option .mail_option li .mlti_address{float:right; width:230px; padding:0 12px 0 0}
.send_option .mail_option li .mlti_address.active{height:100px; overflow:auto; margin-bottom: 10px;}

.send_option .mail_option li .mlti_address .mail_list{display:inline-block; width:100%; margin: 0 0 10px 5px; height:auto;}
.send_option .mail_option li .mlti_address .mail_list span{display:block; font-size:16px; line-height:21px; color:#fff; font-family: 'helvetica_lightregular'; text-align:left; position:relative}
.send_option .mail_option li .mlti_address .mail_list span a{background:none; padding:0px; font-size:16px; line-height:21px; color:#fff; font-family: 'helvetica_lightregular'; text-decoration: none;}
.send_option .mail_option li .mlti_address .mail_list span .delete{display:none; position:absolute; right:15px; top:4px; background:url(../img/delete_icon.png) no-repeat 0 0; width:15px; height:15px;}
.send_option .mail_option li .mlti_address .mail_list span:hover .delete{display:block}
.email_info li {display:inline-block; width:100%; padding:10px 0; text-align:left; position:relative}


.send_option .mail_option li textarea{width:175px; color:#ccc; border:none; background:none; resize:none;font-family: 'helvetica_lightregular'; vertical-align:top;font-size:16px; line-height:18px; letter-spacing:1px;height:60px; overflow:hidden; padding:0 14px 0 0}
.send_option .mail_option li textarea:focus{color:#fff}

.textarea-wrapper{height:60px; overflow:hidden; display:inline-block}
.hiddendiv{position:absolute; top:-9999px; left:-9999px; visibility:hidden; white-space: pre-wrap; width: 175px; min-height:60px; font-family: 'helvetica_lightregular'; font-size: 13px; padding:0 0 0 10px; word-wrap: break-word;}
.mCSB_scrollTools{box-sizing:border-box; padding:5px 0;}
.mCSB_scrollTools .mCSB_draggerContainer{margin:5px 0;}


.send_option .submit_row{display:inline-block; width:100%; text-align:center; margin:15px 0 0 0;}
.send_option .submit_row label{display:inline-block; width:100%; text-align:center; font-family:"Kozuka Gothic Pr6N R"; font-size:11px; line-height:13px; color:#fff; margin:0 0 10px 0}
.send_option .submit_row label input{margin:0 5px 0 0; vertical-align:bottom}
.send_option .submit_row label span{text-decoration:underline; color:#21d1b1}
.send_option .submit_row .green{color: #21d1b1;}
.send_option .submit_row .submit_btn{display:inline-block; text-align:center; width:100%;}
.send_option .submit_row .submit_btn button{display:inline-block; width:159px; height:37px; background:url(../img/submit_btn.png) no-repeat 0 0; cursor:pointer; border:none; overflow: hidden; text-indent: 100%; white-space: nowrap;}
.send_option .submit_row .submit_btn .tenpuit{background-position:0 -37px}

/***downloadpage css start***/
.download_list{display:inline-block; width:100%; border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5); padding:10px 0; height:200px}
.download_list li{display:block; font-size:16px; line-height:21px; color:#fff; font-family: 'helvetica_lightregular'; text-align:left}

.download_btn{display:block; text-align:center; margin:25px 0 0 0}
.download_btn a.cancel{text-transform:lowercase}
.download_btn a{text-decoration:none; color:#fff; font-size:21px; line-height:23px; padding:7px 0; width:159px; white-space:nowrap; background:url(../img/common_btn.png) no-repeat 0 0; display:inline-block; font-family:Arial, Helvetica, sans-serif; font-weight:500; letter-spacing:.8px}
.download_btn a:hover{background-position:0 -37px;}
.download_btn .active{background-position:0 -37px;}
.download_btn a.btn_small{background:url(../img/common_btn_small.png) no-repeat 0 0; width:79px; font-size:18px; line-height:22px; padding:3px 0; text-transform:capitalize; margin:0 15px 0 0}
.download_btn a.btn_small:hover{background-position:0 -28px;}
.download_btn a.btn_small.active{background-position:0 -28px;}

.message{font-size:26px; line-height:32px; color:#fff; font-family:Arial, Helvetica, sans-serif; display:block; text-align:center; letter-spacing:.5px}
.message.delete{font-size:24px;}
.download_btn .message{font-weight:bold; padding:0 0 14px 0; font-size:28px; letter-spacing:1px;}
.download_btn .message.none{font-weight:normal; font-size:30px;}

.detail-icon,
.detail-icon:hover,
.detail-icon:link,
.detail-icon:active,
.detail-icon:visited {
    color: #fff;
}

.history-controller {
  width: 100%;
  border: 1px solid rgba(255,255,255,.5);
  padding: 10px;
  overflow-y: auto;
}
.history-controller > li {
    word-break: break-all;
}
.history-wrapper {
    padding: 10px;
}
.history-distinations {
    height: 70px;
    margin-bottom: 10px;
}
.history-uploadFiles {
    height: 200px;
}
.history-message {
    height: 100px;
}
.history-message p {
    margin: 0;
}

.custom-scrolls { display:inline-block; width:100%; border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5); padding:10px 0; height:200px; }
.custom-scrolls li { display:block; font-size:16px; line-height:21px; color:#fff; font-family: 'helvetica_lightregular'; text-align:left }

.delete-btn {
    display: block;
    text-align: center;
    margin: 20px auto;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 160px;
    height: 30px;
    color: #fff;
    font-size: large;
    line-height: 1.1em;
    background-color: rgba(0, 0, 0, 0);
}

.tenpu-button {
    display: block;
    text-align: center;
    margin: 20px auto;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    cursor: default;
}

.tenpu-button-small {
    width: 100px;
    height: 30px;
    font-size: small;
}
.tenpu-button-large {
    width: 160px;
    height: 30px;
    font-size: large;
}

.tenpu-button-disable {
    background-color: rgba(0, 0, 0, 0);
}

.tenpu-button-enable {
    background-color: #1FCEAC;
    cursor: pointer;
}


.download {
    display: block;
    text-align: center;
    margin: 20px auto;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 160px;
    height: 30px;
    color: #fff;
    font-size: 25px;
    line-height: 1.1em;
    background-color: rgba(0, 0, 0, 0);
}
.download:hover {
    background-color: #1FCEAC;
    cursor: pointer;
}
.download-disable, .download-disable:hover {
    display: block;
    text-align: center;
    margin: 20px auto;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 160px;
    height: 30px;
    color: #fff;
    background-color: inherit;
    font-size: 25px;
    line-height: 1.1em;
    opacity: 0.5;
}

/***downlaodpage css End***/

/***body section css End***/



/***footer css start***/
footer{display:inline-block; width:100%; margin:16px 0 10px 0;  position:absolute; bottom:0px; left:0px;}
footer .socials{float:right; width:auto; list-style:none;}
footer .socials li{margin:0 4px 0 0; float:left;}
footer .socials li.last{margin:0px}
footer .socials li a{text-decoration:none;}
footer .socials li a:hover{opacity:.8}

footer .footer_links{display:inline-block; text-align:right;  width:100%;}
footer .footer_links li{display:inline-block; padding:0 20px 0 0;}
footer .footer_links li.last{padding:0px; background:none}
footer .footer_links li a{font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 21px; text-shadow: 1px 1px 3px #000;text-decoration:none; color:#fff; /* opacity:.8; *//* font-weight: bold; */}
footer .footer_links li a:hover{text-decoration:underline}

.logo-ivj {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 110px;
    height: 33px;
    margin: 10px 20px;
}

/***footer css start***/


.file-upload { background: url(../img/gary-bg.png) repeat; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 2; color: #fff; font-size: 22px; line-height: 19px; display: none; }
.file-upload .upload-file-logo { position: absolute; top: 50%; left: 50%; margin: -50px 0 0 -50px; letter-spacing: 1px; text-align: center;}
.file-upload .upload-file-logo img { display: inline-block; vertical-align: middle; margin-right: 10px; width: 85%;}

.sns-box {
    position: fixed;
    bottom: 30px;
    right: 50px;
}
.sns-box a {
    text-decoration: none;
}

.sns-btn-tw {
  position: fixed;
  right: 230px;
  bottom: 12px;
}
.sns-btn-fb {
  position: fixed;
  right: 150px;
  bottom: 15px;
}

.feedback-box {
    position: fixed;
    bottom: 30px;
    right: 170px;
    width: 280px;
    height: 180px;
}

.feedback-box .feedback-wrapper {
    padding: 5px 0;
}

.feedback-box .feedback-wrapper .feedback-content {
    position: relative;
    left: 0;
    top: 0;
    height: 140px;
}

.feedback-box .feedback-wrapper .feedback-content .feedback-content-wrapper {
    display: none;
    position: absolute;
    bottom: 0;
}

.feedback-box .feedback-wrapper .feedback-content .feedback-content-wrapper label {
    color: #FFF;
    font-size: 20px;
    line-height: 16px;
    text-shadow: 1px 1px 3px #000;
}

.feedback-box .feedback-wrapper .feedback-content .feedback-content-wrapper textarea{
    font-family: 'helvetica_lightregular';
    width: 275px;
    height: 110px;
    padding:10px 14px 0 10px;
    margin: 5px 0;
    color:#ccc;
    border:none;
    background:rgba(0, 0, 0, 0.5);
    resize:none;
    vertical-align:top;
    font-size:16px;
    line-height:18px;
    letter-spacing:1px;
    overflow:hidden;
    border-radius: 5px;
    box-shadow: inset 0 0 15px rgba(0,0,0,.3);
}

.feedback-box .feedback-wrapper .feedback-content .feedback-content-wrapper textarea:focus{
    color:#fff
}

.feedback-box .feedback-wrapper .feedback-content .feedback-content-wrapper .message-wrapper {
    height:120px;
    overflow:hidden;
    display:inline-block;
}

.feedback-box .feedback-wrapper .feedback-footer {
    position: relative;
    top: 3px;
    left: 0;
    height: 30px;
}

.feedback-box .feedback-wrapper .feedback-footer .feedbacksend {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 1px;
    width: 84px;
    height: 25px;
    background: url(../img/btn_send.png) no-repeat 0 0;
    background-size: 84px 50px;
    cursor: pointer;
    border: none;
}
.feedback-box .feedback-wrapper .feedback-footer .feedbackshow {
    position: absolute;
    right: 5px;
    bottom: 1px;
    width: 84px;
    height: 25px;
    background: url(../img/btn_feedback.png) no-repeat 0 0;
    background-size: 84px 50px;
    cursor: pointer;
    border: none;
}
.feedback-box .feedback-wrapper .feedback-footer .feedbacksend:hover {
    background-position:0 -25px
}
.feedback-box .feedback-wrapper .feedback-footer .feedbackshow:hover {
    background-position:0 -25px
}

.feedbackHiddendiv{
    position:absolute;
    top:-9999px;
    left:-9999px;
    visibility:hidden;
    white-space: pre-wrap;
    width: 175px;
    min-height:110px;
    font-family: 'helvetica_lightregular';
    font-size: 13px;
    word-wrap: break-word;
}

.nickname-layer {
    position: fixed;
    right: 20px;
    top: 10px;
}
.nickname-layer .caption {
    font-family: helvetica_lightregular;
    font-size: 17px;
    color: #FFF;
    text-align: right;
    width: 300px;
    text-shadow: 1px 1px 3px #000;
}

.detail-background {
    display: block;
    width: 800px;
    height: 100%;
    position: fixed;
    background: url(../img/side-overlay.png) repeat; width: 100%; height: 100%;
    background-size: cover;
}

.full-screen-background {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 75%;
    height: 80%;
    z-index: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}


@media only screen and (max-width: 800px) {
  .full-screen-background {
    display: none;
  }
}


#passwordWapper {
    position: relative;
}

#passwordIcon {
    margin-top: 10px;
}

#passwordBox #password {
    width: 160px;
}
#passwordBox .icon-search {
    position: absolute;
    top: 12px;
    right: 10px;
}

.send_option .mail_option .pw-meter-content {
    float: left;
    margin: 0 10px;
}

.send_option .mail_option .pw-meter-content .condition {
    vertical-align: bottom;
    margin-right: 5px;
}

.send_option .mail_option .pw-meter-content li {
    clear: both;
    padding: 5px 0;
    background: none;
    color: #FFF;
}

.pw-meter-content .pw-meter-label {
    font-size: 12px;
}

.balloon-base {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 20px;
}

.balloon-body {
    position: absolute;
    top: 1px;
    left: 5px;
    text-align: left;
}

.balloon-body span {
    color: #fff;
    word-break: break-all;
    margin-top: 5px;
}

.pw-meter-content meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 100%;
  height: 3px;

  /* For Firefox */
  background: #EEE;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
  border-radius: 3px;
}

/* WebKit */
.pw-meter-content meter::-webkit-meter-bar {
  background: #EEE;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
  border-radius: 3px;
}
.pw-meter-content meter::-webkit-meter-optimum-value,
.pw-meter-content meter::-webkit-meter-suboptimum-value,
.pw-meter-content meter::-webkit-meter-even-less-good-value {
  border-radius: 3px;
}
.pw-meter-content meter::-webkit-meter-optimum-value {
  background: #86CC00;
}
.pw-meter-content meter::-webkit-meter-suboptimum-value {
  background: #FFDB1A;
}
.pw-meter-content meter::-webkit-meter-even-less-good-value  {
  background: #CC4600;
}
/* Firefox */
.pw-meter-content meter::-moz-meter-bar {
  border-radius: 3px;
}
.pw-meter-content meter:-moz-meter-optimum::-moz-meter-bar {
  background: #86CC00;
}
.pw-meter-content meter:-moz-meter-sub-optimum::-moz-meter-bar {
  background: #FFDB1A;
}
.pw-meter-content meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
  background: #CC4600;
}

.balloon-bg {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    min-height: 120px;
    min-width: 250px;
    background: #000000;
    border: 2px solid #ffffff;
    border-radius: 5px;
    opacity: 0.5;
    padding-bottom: 10px;

    -moz-box-shadow: 0 0 8px gray; /* Firefox */
    -webkit-box-shadow: 0 0 8px gray; /* Safari and Chrome */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3); /* IE */
    box-shadow: 0 0 8px gray; /* Browsers that Support it like Opera */
}

.balloon-bg:after {
    right: 100%;
    top: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000000;
    border-width: 10px;
    margin-top: -10px;
}

.balloon-bg:before {
    right: 100%;
    top: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 13px;
    margin-top: -13px;
}


.user-image {
    position: absolute;
    right: 105%;
}
.user-image img {
    width: 40px;
    border-radius: 30px;
}


.overlay-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.3);
}
.overlay-popup .overlay-content {
    position: relative;
    top: 20%;
    left: 40%;
    width: 300px;
    height: 400px;
    background-color: rgba(5,96,77,0.8);
    padding: 10px;
    color: #fff;
    /* border-radius */
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;

    /* box-shadow */
    box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 6px 2px;
    -moz-box-shadow:rgba(0, 0, 0, 0.298039) 0px 0px 6px 3px;
}
.overlay-popup .overlay-content .content-head {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    text-align: center;
    margin-top: 35px;
}
.overlay-popup .overlay-content .content-head span {
    font-size: 18px;
    font-weight: bold;
}
.overlay-popup .overlay-content .content-body {
    position: absolute;
}
.overlay-popup .overlay-content .content-body .separate {
    border-width: 1px;
    margin-left: 4px;
    clear: both;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.50; opacity:0.5;
}
.overlay-popup .overlay-content .content-body .tag-box {
    font-size: 30px;
}
.overlay-popup .overlay-content .content-body .tag-box .tag-line {
    margin-top: 20px;
    list-style: none;
    width: 277px;
    text-align: center;
    /* float: left; */
}
.overlay-popup .overlay-content .content-body .tag-box .tag-line i {
    width: 279px;
}
.overlay-popup .overlay-content .content-body .tag-box .tag-line .tag-item {
    clear: both;
    margin: 5px;
    display: block;
}
.overlay-popup .overlay-content .content-body .tag-box .tag-line .tag-word {
    font-size: 16px;
    width: 90px;
    padding-left: 10px;
}
.overlay-popup .overlay-content .content-body .tag-box .tag-line .tag-word span {
    font-size: 15px;
    font-weight: bold;
}
.overlay-popup .overlay-content .content-body .login-button {
    float: left;
    margin: 5px 0 28px 60px;
}
.overlay-popup .overlay-content .content-body .login-button li {
    margin: 10px 0;
}
.overlay-popup .overlay-content .content-body .caution {
    text-align: center;
    margin-top: 10px;
    margin-left: 15px;
}
.overlay-popup .overlay-content .content-body .caution a {
    text-decoration: underline;
    color: #fff;
}
.overlay-popup .overlay-content .content-body .caution p {
    font-size: 11px;
    text-align: left;
    margin-top: 15px;
    margin-left: 10px;
}




.popup-box {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 10%;
    left: 5%;
    z-index: 2;
}

.popup-box .popup-box-content {
    position: relative;
    width: 90%;
    height: 85%;
    padding: 30px;
    color: #fff;
}

.popup-box .popup-box-content .content-head .title {
    text-align: center;
}

.popup-box .popup-box-content .content-head h1{
    text-align: center;
    font-size: 18px;
    margin-top: -6px;
    margin-bottom: 4px;
}

.popup-box .popup-box-content .close-btn {
    position: absolute;
    top: -15px;
    right: -10px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 20px;
    z-index: 1;
}
.popup-box .popup-box-content .close-btn:hover {
    color: red;
}

.popup-box .popup-box-content .content-head {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.popup-box .popup-box-content .transparent-text {
    width: 214px;
    white-space: normal;
    color: #ccc;
    border: 1px solid #ccc;
    background: none;
    font-family: 'helvetica_lightregular';
    vertical-align: top;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.5px;
}
.popup-box .popup-box-content .transparent-text:focus{
    color:#fff;
}

/* --------------- */

#pricing-table {
text-align: center;
width: 100%;
margin-left: 50px;
padding: 10px 20px 10px 20px;
}

#pricing-table .plan {
color: #FFF;
width: 19%;
float: left;
position: relative;
font-size: 13px;
border-top:    1px solid rgba(255,255,255,.2);
border-right:  1px solid rgba(255,255,255,.2);
border-bottom: 1px solid rgba(255,255,255,.2);
border-left:   0px;
}

#pricing-table #most-popular {
z-index: 2;
top: -14px;
border-width: 1px;
-webkit-box-shadow: 2px 2px 26px 3px rgba(0,0,0,0.4);
-moz-box-shadow: 2px 2px 26px 3px rgba(0,0,0,0.4);
box-shadow: 2px 2px 26px 3px rgba(0,0,0,0.4);
padding-top: 30px;
}

#pricing-table .plan:nth-child(1) {
border: 1px solid rgba(255,255,255,.2);
width:20%;
min-width: 190px;
}

#pricing-table .plan:nth-child(2) {
width:15%;
min-width:155px;
}

#pricing-table .plan:nth-child(3) {
width:25%;
min-width:183px;
}

#pricing-table .plan:nth-child(4) {
width: 30%;
min-width: 300px;
}

/* --------------- */

#pricing-table h3 {
font-size: 20px;
font-weight: bold;
margin-bottom: -19px;
color: #0dbc9a;
margin-top: 9px;
height: 53px;
}

#pricing-table h3 .smalltext {
font-size: 11px;
font-weight: bold;
color: #fff;
padding-top: 6px;
}

#pricing-table .plan:nth-child(1) h3 {
text-align: left;
padding-left: 20px;
height: 53px;
}

#pricing-table .plan:nth-child(4) h3 {
margin-top: -10px;
height: 63px;
}

/* --------------- */

#pricing-table ul {
margin: 20px 0 0 0;
padding: 0;
list-style: none;
}

#pricing-table ul.first {
margin: 20px 0 0 0;
list-style: none;
text-align: left;
}

#pricing-table li {
padding: 10px 0;
font-weight: bold;
padding: 10px 20px 0px 12px;
}

#pricing-table img.icon {
margin-left:10px;
}

#pricing-table li.borderbottom {
padding-bottom: 14px;
}

#pricing-table li.bordertop {
border-top: 1px solid rgba(255,255,255,.2);
padding: 13px 20px 5px 12px;
}

#pricing-table li.bordertop.first {
padding: 13px 20px 0px 20px;
}

#pricing-table li.bordertop.margin-bottom {
border-top: 1px solid rgba(255,255,255,.2);
height: 121px;
}

#pricing-table li.bordertop.margin-bottom.red{
color:#ff0000;
font-size: 24px;
padding-top: 18px;
}

#pricing-table li.bordertop.margin-bottom .signin {
display:block;
vertical-align: text-bottom;
}

.signin a {
    display: block;
    height: 25px;
    margin: 5px auto;
}

.red_small{
color:#ff0000;
}

.big {
font-size: 20px;
}

.nobold {
font-weight:normal;
font-size: 11px;
color: #ffffff;
}

.underline {
text-decoration:underline;
cursor:pointer;
}

.btn_gplus_plan{
width:174px;
height:24px;
background:url(../img/btn_gplus_plan.png) no-repeat 0 0;
cursor:pointer;
margin: 0 auto;
border:0;
}

.btn_fb_plan{
width:174px;
height:24px;
background: url(../img/btn_fb_plan.png) no-repeat;
background-size: 174px 24px;
cursor:pointer;
margin: 0 auto;
vertical-align: text-bottom;
}

a:hover .btn_gplus_plan{
background:url(../img/btn_gplus_plan_on.png) no-repeat 0 0;
}

a:hover .btn_fb_plan{
background:url(../img/btn_fb_plan_on.png) no-repeat 0 0;
}

.btn_signup{
width:107px;
height:26px;
background:url(../img/btn_signup.png) no-repeat 0 0;
background-size: 107px 26px;
cursor:pointer;
margin: 15px auto 5px auto;
}

a:hover .btn_signup{
background:url(../img/btn_signup_on.png) no-repeat 0 0;
}

/* --------------- */

.clear:before, .clear:after {
content:"";
display:table}

.clear:after {
clear:both
}

.clear {
zoom:1
}


.popup-box .popup-box-content .content-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 30px;
}

.popup-box .popup-box-content .content-head h3 {
    margin: 0;
    text-align: center;
}

.popup-box .popup-box-content .content-head hr {
    margin: 5px;
}

.popup-box .popup-box-content .content-head .head-wrapper {
    position: relative;
    width: 100%;
    height: 80px;
}
.popup-box .popup-box-content .content-body {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 88%;
    background-color: rgba(0,0,0,0.75);
}

.content-body .infomation {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    word-break: break-all;
}
.content-body .finish-message {
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    position: relative;
    left: 10%;
    top: 30px;
    width: 75%;
}

.wizerd-labels li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
}

.regist-form-label {
    text-align: right;
}

.subdomain-status {
    vertical-align: top;
    padding-left: 18px;
}
.subdomain-good {
    background: url(../img/icon_good.png) no-repeat;
}
.subdomain-bad {
    background: url(../img/icon_bad.png) no-repeat;
}

.text-middle-input {
    width: 51%;
    height: 34px;
    margin: 0 5px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.next-aria {
    margin-left: auto;
    width: 45%;
}

.content-body input,
.content-body select {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    border-radius: 0;
}

.content-body input:focus,
.content-body select:focus {
    color: #fff;
}

.wizerd-meter-wrapper {
    width: 100%;
    height: 80px;
    padding-top: 5px;
    background-color: rgba(0,0,0,0.75);
}

.wizerd-meter {
    width: 50%;
    margin: 0 auto;
}

.price-header {
    width: 100%;
}

@media only screen and (max-width: 680px) {
    .wizerd-meter {
        width: 100%;
    }
}

.require-item {
    color: red;
    font-size: 20px;
    vertical-align: middle;
}

.error-label {
    margin: 5px 0;
}

.has-success .help-block, .has-success .control-label {
    color: #0dbd9c;
}

.has-success .form-control {
    border-color: #0dbd9c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error .text-middle-input {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}


.message-box {
    position: fixed;
    left: 30%;
    top: 2%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.message-box-content {
    width: 500px;
    background-color: #F29950;
    padding: 10px;
    border-radius: 5px;
}

.message-body {
    color: #fff;
    font-weight: bold;
}



.popup-box .popup-box-content .content-body .settings {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.popup-box .popup-box-content .content-body .settings .main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    padding: 10px 20px;
}

.popup-box .popup-box-content .content-body .settings .main hr {
    margin: 10px 0;
}

.popup-box .popup-box-content .content-body .settings .main .reason-message{
    font-family: 'helvetica_lightregular';
    width: 90%;
    height: 80px;
    padding:10px 14px 0 10px;
    margin: 10px 30px;
    color:#000000;
    border:none;
    vertical-align:top;
    font-size:16px;
    line-height:18px;
    letter-spacing:1px;
    border-radius: 5px;
    box-shadow: inset 0 0 15px rgba(0,0,0,.3);
}

.popup-box .popup-box-content .content-body .settings footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10%;
    padding: 0 20px;
}
.popup-box .popup-box-content .content-body .settings footer hr {
    border: 1px solid #ccc;
    margin: 5px;
}

.tenpu_btn {
    display:block;
    text-align:center;
    margin-top:5px;
}
.tenpu_btn a {
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    line-height: 23px;
    padding: 7px 0;
    width: 159px;
    white-space: nowrap;
    background: url(../img/common_btn.png) no-repeat 0 0;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: .8px;
}
.tenpu_btn a:hover{
    background-position:0 -37px;
}
.tenpu_btn a.btn_small {
    background: url(../img/common_btn_small.png) no-repeat 0 0;
    width: 79px;
    font-size: 18px;
    line-height: 22px;
    padding: 3px 0;
    text-transform: capitalize;
    margin: 0 15px 0 0;
}
.tenpu_btn a.btn_small:hover {
    background-position: 0 -28px;
}

.settings label {
    min-width: 75px;
}

.settings input,
.settings select {
    white-space: normal;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    background: none;
    font-family: 'helvetica_lightregular';
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 1.5px;
}

.flex-menu {
    display: table;
    width: 100%;
    background-color: rgba(0,0,0,0.75);
}
.flex-menu a {
    display: table-cell;
    text-decoration: none;
    text-align: center;
    padding: 25px 5%;
    width: 25%;
}
.flex-menu a:hover {
    background-color: #005C4A;
}
.flex-menu a.active {
    background-color: #005C4A;
}
.flex-menu .disable {
    color: gray;
}

.flex-menu li {
    font-size: 17px;
    color: #fff;
}

.footer-menu {
    margin: 0 10px;
}
.footer-menu a {
    text-decoration: underline;
    color: #21d1b1;
}

.non-visual {
    background: #dcdcdc;
    height: 200px;
    width: 300px;
    text-align: center;
    color: black;
}

.non-visual > p {
    position: relative;
    top: 45%;
}


.menu-account:after {
    content: "アカウント設定";
}
.menu-account-en:after {
    content: "Account";
}

.menu-members:after {
    content: "メンバー管理";
}
.menu-members-en:after {
    content: "Users";
}

.menu-visualize:after {
    content: "ビジュアライズ設定";
}
.menu-visualize-en:after {
    content: "Visualize";
}
.menu-send-history:after {
    content: "送信履歴";
}
.menu-send-history-en:after {
    content: "Send History";
}
.menu-address:after {
    content: "アドレス帳";
}
.menu-address-en:after {
    content: "Address Book";
}

@media only screen and (max-width: 680px) {

    .flex-menu li {
        padding: 15px 20px;
    }

    .menu-account:after {
        content: " ";
    }
    .menu-account-en:after {
        content: "";
    }
    .menu-members:after {
        content: "";
    }
    .menu-members-en:after {
        content: "";
    }
    .menu-visualize:after {
        content: "";
    }
    .menu-visualize-en:after {
        content: "";
    }
    .menu-send-history:after {
        content: "";
    }
    .menu-send-history-en:after {
        content: "";
    }
    .menu-address:after {
        content: "";
    }
    .menu-address-en:after {
        content: "";
    }

}

.center-box {
    position: absolute;
    top: 50%;
    left: 50%;
}

.working-box {
    position: absolute;
    top: 25%;
    left: 22%;
    margin-top: 10px;
    text-align: center;
    /* right: 20%; */
}

.notification {
    padding: 0 5px;
    margin: -200px 0 0 -250px;
    width: 500px;
    height: 400px;
    background: rgba(0,0,0,0.5);
    font-family: 'helvetica_lightregular';
    border-radius: 5px;
}

@media only screen and (max-width: 500px) {
    .notification {
        margin: -200px 0 0 -190px;
        width: 380px;
    }
    .working-box {
        top: 24%;
        left: 17%;
    }
}

.notification .notification-header {
    width: 100%;
    height: 40px;
}

.notification .notification-container {
    width: 100%;
    height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
}

.notification .notification-footer {
    width: 100%;
    height: 20px;
    color: white;
}

.notification #notification-header-content {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 8px;
}

.notification #notification-close-btn {
    position: absolute;
    right: 0;
    margin: 5px;
    color: lightgray;
}

.notification #notification-close-btn:hover {
    color: red;
}

.notification .notification-content {
    color: #fff;
}

.notification .notification-content a {
    font-size: 14px;
    color: #0dbd9c;
}

.notification .notification-content img {
    width: 263px;
}

.notification .notification-content li {
    margin: 0px 10px 0px 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.notification .notification-content li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}
.notification .notification-content .unread {
    font-weight: bold;
}

.notification .notification-content-date {
    display: table-cell;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 12px;
}
.notification .notification-content-message {
    display: table-cell;
    padding: 0 10px;
    text-align: justify;
}


@media only screen and (min-width: 681px) and (max-width: 1000px) {
    .message-box {
        top: 10%;
        left: 45%;
    }
    .message-box-content {
        width: 345px;
    }
}

@media only screen and (max-width: 680px) {
    .message-box-content {
        width: 120px;
    }
    .message-box {
        left: 68%;
        top: 10%;
    }
}

.uploadPassword:hover,
.showCalendar:hover,
.download-link:hover,
.remove:hover {
    cursor: pointer;
}

.uploadPassword {
    width: 17px
}

.deleteDateCalendar {
    margin-right: -10px !important;
}
.deleteDate {
    border: solid 1px #fff;
    background-color: transparent;
    width: 130px;
    padding: 2px;
    font-size: medium;
}
.deleteDate-remove {
    position: relative;
    left: -20px;
    cursor: pointer;
}

.deleteDate-remove-disable {
    color: transparent !important;
    cursor: text;
}

#history-table tbody {
    margin-bottom: 10px;
}

.history-tool {
    width: 270px;
    min-width: 270px;
}
.history-tool ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: right;
    font-size: large;
}
.history-tool li {
    display: block;
    margin: 3px 5px;
}
.history-tool-label {
  margin: 0 0 0 5px;
  text-align: left;
}
.history-file-name {
    width: 100%;
    min-width: 100%;
    word-break: break-all;
}
.history-file-size {
    width: 80px;
    min-width: 80px;
}
.history-upload-date {
    width: 130px;
    min-width: 130px;
}

.download-link {
    color: #fff;
}
.download-link > a:link,
.download-link > a:visited {
    color: #fff;
}
.remove-history {
    color: #fff;
}

.caret {
    border-top: 4px solid #fff;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid #fff;
}


.fixed-table-container tbody .selected td,
.fixed-table-loading {
    background-color: transparent;
}
.fixed-table-container tbody .selected td {
    background-color: transparent !important;
}

.user_email {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    border-radius: 0;
}

.alert {
    margin-bottom: 0;
}

.emergency-browser {
    border-radius: 0;
    color: #383838;
    background-color: #d59392;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.10);
}

.alert-browser {
    border-radius: 0;
    border-color: #fff;
    color: #383838;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.10);
}
.info-browser {
    border-radius: 0;
    border-color: #f0f8ff;
    color: #383838;
    background-color: #f0f8ff;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.10);
}
.alert-browser .alert-link {
    color: #1ECDAB;
}

/* #Site Styles End
================================================== */




/* #Media Queries
================================================== */

    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (min-width: 960px) and (max-width: 1024px) {

    }

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .wrapper{margin:0 20px;}
        .sns-box {
            position: fixed;
            bottom: 30px;
            right: 20px;
        }
        .feedback-box {
            position: fixed;
            bottom: 30px;
            right: 150px;
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .wrapper{margin:0 10px;}
        footer .footer_links li{padding:0 3px 0 0;}
        .error{position:static; display:inline-block; margin:0px 0 5px 0; min-width:100%}
        .sns-box {
            position: fixed;
            bottom: 30px;
            right: 10px;
        }
        .feedback-box {
            position: fixed;
            bottom: 30px;
            right: 140px;
        }
    }

    @media only screen and (max-width: 680px) {
        .feedback-box{display: none;}
    }

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {
        .wrapper{margin:0 10px;}
        footer .footer_links li{padding:0 3px 0 0;}
        .error{position:static; display:inline-block; margin:0px 0 5px 0; min-width:100%}

        .popup-box .popup-box-content .content-body .settings .main .reason-message{
            margin: 5px 10px;
        }

    }


/* DL page_upload_btn */
.dl_upload{
      text-align: center;
      margin-top: 35px;
      color: #ffffff;
      font-size: 16px;
      font-weight: bold;
}
.dl_upload_btn{
      display: block;
      text-align: center;
      border-radius: 2px;
      width: 220px;
      height: 45px;
      font-size: 16px;
      font-weight: bold;
      background-color: #1ecdab;
      color: #ffffff;
      margin: 15px auto;
      padding-top: 15px;
      cursor: default;
}
.dl_upload_btn a:hover {
      text-decoration: none;
      color: #fff;
}

.recommend_label {
    color: white;
    margin-top: 10px;
    padding: 0 5px;
    line-height: 1.6;
}
.recommend_label > .recommend_label_important {
    color: #1ecdab;
    text-decoration: underline;
    font-weight: bold;
}

.register-form {
    overflow-y: scroll;
    height: 90%;
    margin-top: 20px;
    margin-left: 100px;
}

@media only screen and (max-width: 768px) {
    .register-form {
        margin-left: 30px;
    }
}

#selectCardLabel {
    font-size: 15px;
    vertical-align: middle;
}

#selectCardLast4 {
    font-weight: bold;
    padding: 5px;
}

.login_btn {
    border: 1px solid #1ECDAB;
    border-radius: 20px;
    padding: 4px 30px;
    font-size: 12px;
    display:inline-block;
    overflow:hidden;
}

.login_btn_nomal {
    color: #1ECDAB;
    background-color: #fff;
}
.login_btn_active,
.login_btn:hover {
    color:#fff;
    background-color: #00a686;
}
.login_btn_disable {
    border-color: #fff;
    background-color: lightgray;
}

.pm-indicator {
    margin:10px 0;
    padding:0.8em 1em;
    color:#2c3e50;
    font-size:12px;
    text-align:center;
    border:1px solid #ccc;
    border-radius:2px;
    background:#e4e4e4;
    text-shadow:1px 1px 0 rgba(255,255,255,.8);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

.pm-indicator.very-weak,
.pm-indicator.not-match {
    border-color:#be1d30;
    background-color:#ffc3cf;
}

.pm-indicator.weak {
    border-color:#ff787d;
    background-color:#ffe6e5;
}

.pm-indicator.strong {
    border-color:#78bc42;
    background-color:#bceea6;
}

.pm-indicator.very-strong {
    border-color:#4f85a7;
    background-color:#68c6d7;
}

.pop-up-pro{
    left: 335px;
    top: 53px;
    position: absolute;
    background: #ffffff;
    width: 240px;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.pro-popup-img-block{
    margin-left: auto;
    margin-right: auto;
}

.pro-popup-icons{
    width: 190px;
}

.pro-popup-text-block{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #646464;
    margin:20px 0 15px;
    line-height: 1.2em;
}

.tenpu-pro-button{
    margin: 20px 0;
    height: 44px;
    border-radius: 22px;
    background: #ffffff;
    font-size: 14pt;
    font-weight: bold;
    padding: 3px 14px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.tenpu-pro-button:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.24),0 10px 20px 0 rgba(0,0,0,0.19);
}

.boder-url{
    border: 2px solid #20CEAC !important;
    color:#20CEAC !important;
}

.boder-big-file{
    border: 2px solid #A96AFF !important;
    color:#A96AFF !important;
}

.boder-password{
    border: 2px solid #FFC500 !important;
    color:#FFC500 !important;
}

.boder-your-image{
    border: 2px solid #E93594 !important;
    color:#E93594 !important;
}

.boder-longer{
    border: 2px solid #3588E9 !important;
    color:#3588E9 !important;
}

.stepBar {
    position: relative;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-align: center;
    width: 95%;
    overflow: hidden;
    *zoom: 1;
}
.stepBar .step {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 40px;
    padding: 0 40px 0 20px;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #eee;
    border-left: 4px solid #FFF;
    width: 20px;
    height: 20px;
}
.stepBar .step:after {
    top: 0;
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}
.stepBar .step:before {
    bottom: 0;
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}
.stepBar .step:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
    content: none;
}
.stepBar .step:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.stepBar .step.current {
    color: #FFF;
    background-color: #26bfa1;
}
.stepBar .step.current:before, .stepBar .step.current:after {
    background-color: #26bfa1;
}
.stepBar.step2 .step {
    width: 50%;
}
.stepBar.step3 .step {
    width: 33.333%;
}

#passwordGroup .check-label {
    display: inline-block;
    margin-bottom: .3em;
}

.horizontal-label-input {
    width: 350px;
    height: 40px;
    margin: 0 5px;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 8px;
}

.form-feedback {
    position: absolute;
    display: block;
    top: 5px;
    right: 0;
    z-index: 2;

    width: 80px;
    height: 25px;
    line-height: 25px;

    color: #fff;
    border-radius: 13px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    pointer-events: none;
}

.form-feedback_tenpu_pro {
    background-color: #B586FF;
}

.form-feedback_tenpu_business {

}

.history-link, .history-link:visited, .history-link:hover {
    text-decoration: underline;
    color: #21d1b1;
    margin: 0 10px;
    font-size: 16px;
}

.history-icon {
    padding: 0px 8px;
    vertical-align: text-bottom;
}

.member_invite_email {
    padding: 0 15px;
    width: 300px;
    height: 32px;
}

.member_invite_role {
    margin: 0 30px;
    vertical-align: middle;
}

.member-remove {
    cursor: pointer;
}

.invite-expire {
    width: 160px;
}

.invites-table {
    height: 300px;
}

.invite-resend > .btn {
    margin: 0 5px;
}

.members-table {
    height: 300px;
}
