@charset "utf-8";
/**
 * https://www.chatwork.com/
 *
 * @site https://www.chatwork.com/
 * @version 1.0
 * @author Takanori Shinmen
 * @copyright 2013
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #0084b2;
  cursor: pointer;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1 {
  font-weight: normal;
}
dt,
dd {
  display: inline-block;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 0px;
}
:focus {
  outline: -webkit-focus-ring-color auto 5px;
}
input,
textarea {
  margin-left: 0;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
label.linkStatus:hover {
  color: #000;
  text-decoration: none;
}
button,
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
/* Reset input[type="search"] */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-width: 26px;
  min-height: 24px;
  padding: 0 12px;
  color: #34362f;
  border-width: 1px;
  border-style: solid;
  border-right-color: #b8b9b6;
  border-left-color: #b8b9b6;
  border-top: 0;
  border-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f4;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #b8b9b6, inset 0 -1px 0 0 #90918d;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #b8b9b6, inset 0 -1px 0 0 #90918d;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  line-height: 26px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-transition: border-color 0.1s linear 0s;
  -moz-transition: border-color 0.1s linear 0s;
  -ms-transition: border-color 0.1s linear 0s;
  -o-transition: border-color 0.1s linear 0s;
  transition: border-color 0.1s linear 0s;
}
.button > a {
  color: inherit;
  text-decoration: none;
}
.button:hover {
  color: #676863;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #b8b9b6, inset 0 -1px 0 0 #90918d;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #b8b9b6, inset 0 -1px 0 0 #90918d;
  text-decoration: none;
}
.button:hover > a {
  color: inherit;
  text-decoration: none;
}
.button:active {
  color: #676863;
  background-color: #eaeae8;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #c5c7bf, inset 0 -1px 0 0 #e0e1dd;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #c5c7bf, inset 0 -1px 0 0 #e0e1dd;
  text-decoration: none;
}
.button:active > a {
  color: inherit;
  text-decoration: none;
}
.button span + span {
  margin-left: 5px;
}
.button [class^="ico"],
.button [class*=" ico"] {
  opacity: 1;
}
.button span[class^="icoFont"] {
  margin: 5px 0;
  color: inherit;
  font-size: 16px;
  vertical-align: top;
}
.button span.icoSizeLarge {
  margin: 4px 0;
  color: inherit;
  font-size: 18px;
  vertical-align: top;
}
.button.btnDisable.btnLarge span[class^="icoFont"] {
  margin: 7px 0;
}
.button.btnDisable.btnLarge span.icoSizeLarge {
  margin: 6px 0;
}
.button.btnLarge span[class^="icoFont"] {
  margin: 7px 0;
}
.button.btnLarge span.icoSizeLarge {
  margin: 6px 0;
}
.button.btnIconDouble span.icoFontTriangleDown,
.button.btnLarge.btnIconDouble.btnDisable span.icoFontTriangleDown {
  margin: 7px 0 7px 5px;
}
.buttonHover {
  color: #676863;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #b8b9b6, inset 0 -1px 0 0 #90918d;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #b8b9b6, inset 0 -1px 0 0 #90918d;
}
.buttonActive {
  color: #676863;
  background-color: #eaeae8;
  -webkit-box-shadow: 0 0 0 0 rgba(52, 54, 47, 0), inset 0 1px 0 0 #c5c7bf, inset 0 -1px 0 0 #e0e1dd;
  box-shadow: 0 0 0 0 rgba(52, 54, 47, 0), inset 0 1px 0 0 #c5c7bf, inset 0 -1px 0 0 #e0e1dd;
}
.btnNoPadding {
  padding: 0;
}
.btnPrimary,
.btnSuccess,
.btnDanger {
  height: 26px;
  line-height: 26px;
}
.btnPrimary span[class^="icoFont"],
.btnSuccess span[class^="icoFont"],
.btnDanger span[class^="icoFont"] {
  margin: 5px 0;
}
.btnLarge {
  min-width: 30px;
  height: 30px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 30px;
}
.btnXtraLarge {
  min-width: 34px;
  height: 34px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 34px;
}
.btnPrimary {
  color: #fff;
  border: 0;
  background-color: #006a9c;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #298bb9, inset 0 -1px 0 0 #004e7a;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #298bb9, inset 0 -1px 0 0 #004e7a;
  text-shadow: #004261 0 -1px 0;
}
.btnPrimary:hover {
  color: #fff;
  background-color: #0074b7;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #2e8cc2, inset 0 -1px 0 0 #006098;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #2e8cc2, inset 0 -1px 0 0 #006098;
  text-shadow: #004a75 0 -1px 0;
}
.btnPrimary:active {
  color: #fff;
  background-color: #216493;
  -webkit-box-shadow: 0 0 0 0 rgba(52, 54, 47, 0), inset 0 1px 0 0 #1f547a, inset 0 -1px 0 0 #216493;
  box-shadow: 0 0 0 0 rgba(52, 54, 47, 0), inset 0 1px 0 0 #1f547a, inset 0 -1px 0 0 #216493;
  text-shadow: none;
}
.btnSuccess {
  color: #fff;
  border: 0;
  background-color: #1495a8;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #50bdcd, inset 0 -1px 0 0 #1b8392;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #50bdcd, inset 0 -1px 0 0 #1b8392;
  text-shadow: #116a77 0 -1px 0;
}
.btnSuccess:hover {
  color: #fff;
  background-color: #26a6b9;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #41c7db, inset 0 -1px 0 0 #1590a2;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #41c7db, inset 0 -1px 0 0 #1590a2;
  text-shadow: #0b8496 0 -1px 0;
}
.btnSuccess:active {
  color: #fff;
  background-color: #308e9c;
  -webkit-box-shadow: 0 0 0 0 rgba(52, 54, 47, 0), inset 0 1px 0 0 #2b727d, inset 0 -1px 0 0 #308e9c;
  box-shadow: 0 0 0 0 rgba(52, 54, 47, 0), inset 0 1px 0 0 #2b727d, inset 0 -1px 0 0 #308e9c;
  text-shadow: none;
}
.btnDanger {
  color: #fff;
  border: 0;
  background-color: #ec1c13;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #e1544d, inset 0 -1px 0 0 #c5120a;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #e1544d, inset 0 -1px 0 0 #c5120a;
  text-shadow: rgba(181, 13, 6, 0.004) 0 -1px 0;
}
.btnDanger:hover {
  color: #fff;
  background-color: #f6271e;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #e1544d, inset 0 -1px 0 0 #db150d;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #e1544d, inset 0 -1px 0 0 #db150d;
  text-shadow: #ca0f07 0 -1px 0;
}
.btnDanger:active {
  color: #fff;
  background-color: #de2118;
  -webkit-box-shadow: 0 0 0 0 rgba(52, 54, 47, 0), inset 0 1px 0 0 #ba221b, inset 0 -1px 0 0 #de2118;
  box-shadow: 0 0 0 0 rgba(52, 54, 47, 0), inset 0 1px 0 0 #ba221b, inset 0 -1px 0 0 #de2118;
  text-shadow: none;
}
.btnDisable,
.btnDisable:hover,
.btnDisable:active {
  color: #f2f3ef;
  border: 0;
  background: #d7d9d3;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  cursor: default;
}
.btnDisable > a,
.btnDisable:hover > a,
.btnDisable:active > a {
  cursor: default;
}
.btnRegister {
  color: #fff;
  border: 0;
  background-color: #f9423a;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #f9423a, inset 0 -1px 0 0 #f9423a;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #f9423a, inset 0 -1px 0 0 #f9423a;
  text-shadow: none;
}
.btnRegister:hover {
  color: #fff;
  background-color: #f90a00;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #f9423a, inset 0 -1px 0 0 #f9423a;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #f9423a, inset 0 -1px 0 0 #f9423a;
  text-shadow: none;
}
.btnRegister:active {
  color: #fff;
  background-color: #f4a40b;
  -webkit-box-shadow: 0 0 0 0 rgba(52, 54, 47, 0), inset 0 1px 0 0 #f4a40b, inset 0 -1px 0 0 #f4a40b;
  box-shadow: 0 0 0 0 rgba(52, 54, 47, 0), inset 0 1px 0 0 #f4a40b, inset 0 -1px 0 0 #f4a40b;
  text-shadow: none;
}
.btnPluginDownload {
  color: #fff;
  border: 0;
  background-color: #34362f;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #5c5e58, inset 0 -1px 0 0 #000;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #5c5e58, inset 0 -1px 0 0 #000;
}
.btnPluginDownload:hover {
  color: #fff;
  background-color: #494a45;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #676863, inset 0 -1px 0 0 #34362f;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #676863, inset 0 -1px 0 0 #34362f;
}
.btnPluginDownload:active {
  color: #fff;
  background-color: #34362f;
  -webkit-box-shadow: 0 0 0 0 rgba(52, 54, 47, 0), inset 0 1px 0 0 #000, inset 0 -1px 0 0 #34362f;
  box-shadow: 0 0 0 0 rgba(52, 54, 47, 0), inset 0 1px 0 0 #000, inset 0 -1px 0 0 #34362f;
}
.btnPluginDownload a {
  color: #ffffff;
}
.btnPluginDownload a:hover {
  color: #ffffff;
}
.btnNavList {
  zoom: 1;
}
.btnNavList:after {
  display: block;
  clear: both;
  content: "";
}
.btnNavList li {
  display: block;
  float: left;
  border-radius: 0;
  min-width: 42px;
}
.btnNavList li:first-child {
  border-radius: 3px 0 0 3px;
}
.btnNavList li:last-child {
  border-radius: 0 3px 3px 0;
  border-left: 0;
}
.btnNavList li + li {
  border-left: 0;
}
.btnNavList .btn24 {
  min-width: 24px;
  padding: 0;
}
.btnNavList .selected,
.btnNavList .buttonFilterActive {
  color: #1c6989;
  background-color: #eaeae8;
  filter: none;
  -webkit-box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #c5c7bf, inset 0 -1px 0 0 #e0e1dd;
  box-shadow: 0 1px 0 0 rgba(52, 54, 47, 0.14), inset 0 1px 0 0 #c5c7bf, inset 0 -1px 0 0 #e0e1dd;
}
.btnNavList .selected [class^="ico"],
.btnNavList .buttonFilterActive [class^="ico"],
.btnNavList .selected [class*=" ico"],
.btnNavList .buttonFilterActive [class*=" ico"] {
  color: inherit;
}
.btnNavList .btnDisable + .btnDisable:hover {
  border-left-color: #f2f2f2;
}
.btnGroup .button {
  display: inline-block;
}
.btnGroup .button + .button {
  margin-left: 5px;
}
.btnIconDouble {
  padding-right: 2px;
}
.btnSplit {
  padding: 0;
  zoom: 1;
}
.btnSplit:after {
  display: block;
  clear: both;
  content: "";
}
.global-zeroclipboard-container embed:focus {
  outline: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.svg .svgLogo_chatwork {
  display: block;
}
.svg .nosvgLogo_chatwork {
  display: none;
}
.svg .svgLogo_kddi {
  display: block;
}
.svg .nosvgLogo_kddi {
  display: none;
}
.no-svg .svgLogo_chatwork {
  display: none;
}
.no-svg .nosvgLogo_chatwork {
  display: block;
}
.no-svg .svgLogo_kddi {
  display: none;
}
.no-svg .nosvgLogo_kddi {
  display: block;
}
h1 {
  font-size: 16px;
  font-weight: 700;
}
h2 {
  font-size: 14px;
  font-weight: 700;
}
h3 {
  font-size: 13px;
  font-weight: 700;
}
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: 700;
}
.textLeft {
  text-align: left;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.anchorText {
  color: #0084b2;
  cursor: pointer;
}
.anchorText:hover {
  text-decoration: underline;
}
.contentHl {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.floatContentH1,
.dialogContentH1 {
  position: relative;
  background-color: #f2f2f2;
  border-bottom: 1px solid #b3b3b3;
  z-index: 2;
}
.adminDetailH1 {
  position: relative;
  height: 40px;
  padding: 0 30px 0 10px;
  border-bottom: 1px solid #cccccc;
  background-color: #f2f2f2;
  font-weight: 700;
  line-height: 40px;
}
.adminDetailH1 .adminDetailText {
  cursor: pointer;
}
.adminDetailH1 .closeAction {
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
}
.windowButton {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.floatWindowFooter,
.dialogContentFooter {
  width: 100%;
  height: 40px;
  border-top: 1px solid #b3b3b3;
  background: #e6e6e6;
  line-height: 40px;
  text-align: center;
}
.floatWindowFooter .button,
.dialogContentFooter .button {
  filter: alpha(opacity=100);
  opacity: 1;
}
.floatWindowFooter .button + .button,
.dialogContentFooter .button + .button {
  margin-left: 10px;
}
textarea,
select,
input[type="search"],
input[type="text"],
input[type="date"],
input[type="email"] {
  border: 1px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) inset;
}
textarea:focus,
select:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus {
  border-color: #0084b2;
  -webkit-box-shadow: 0 0 0 #ffffff inset, 0 0 5px #74B9F0;
  box-shadow: 0 0 0 #ffffff inset, 0 0 5px #74B9F0;
  outline: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: 18px;
  line-height: 1.4em;
  padding: 3px;
}
.inputFull {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px !important;
}
.inputLong {
  width: 300px;
}
.inputMedium {
  width: 185px;
}
.inputShort {
  width: 150px;
}
.textAreaHeight {
  height: 80px;
  line-height: 1.5em;
  resize: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 3px;
}
select {
  color: #333;
  height: 28px;
  line-height: 28px;
  padding: 4px;
}
textarea {
  resize: none;
}
.search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 34px;
  padding: 6px 20px 8px 23px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.search.focus {
  border-color: #0084b2;
  -webkit-box-shadow: inset 0 0 0 #ffffff, 0 0 5px #74B9F0;
  box-shadow: inset 0 0 0 #ffffff, 0 0 5px #74B9F0;
}
.search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search input[type="text"]::-ms-clear {
  display: none;
}
.icSearch,
.icSearchCancel {
  position: absolute;
  z-index: 1;
}
.icSearch {
  top: 9px;
  left: 5px;
}
.icSearchCancel {
  top: 6px;
  right: 5px;
  cursor: pointer;
}
.roomInfoMemberSearch .icSearchCancel {
  right: 10px;
}
.toolTip {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
}
.toolTip > ul li {
  padding: 5px;
  cursor: pointer;
}
.toolTip > ul li:hover {
  background: #DCF0FA;
}
.toolTip > ul li:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.toolTip > ul li > img {
  margin-right: 5px;
}
.toolTip > ul li > p {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
  padding: 0;
}
.toolTip > ul li.toolTipListHover {
  background: #DCF0FA;
}
.toolTip .toolTipSelectList > li ._avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.toolTip .tooltipList > li ._avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.toolTipWhite {
  background: #ffffff;
  border: 1px solid #b3b3b3;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.toolTipTriangle {
  display: block;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.toolTipTriangle:after {
  display: block;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.toolTipTriangleWhiteTop {
  top: -8px;
  border-color: transparent transparent #b3b3b3;
  border-width: 0 8px 8px;
}
.toolTipTriangleWhiteTop:after {
  top: 1px;
  left: -7px;
  border-color: transparent transparent #ffffff;
  border-width: 0 7px 7px;
}
.toolTipTriangleWhiteRight {
  top: 45%;
  right: -8px;
  border-color: transparent transparent transparent #b3b3b3;
  border-width: 8px 0 8px 8px;
}
.toolTipTriangleWhiteRight:after {
  top: -7px;
  right: 1px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 7px 0 7px 7px;
}
.toolTipTriangleWhiteBottom {
  bottom: -8px;
  border-color: #b3b3b3 transparent transparent;
  border-width: 8px 8px 0;
}
.toolTipTriangleWhiteBottom:after {
  left: -7px;
  bottom: 1px;
  border-color: #ffffff transparent transparent;
  border-width: 7px 7px 0;
}
.toolTipTriangleWhiteLeft {
  top: 45%;
  left: -8px;
  border-color: transparent #b3b3b3 transparent transparent;
  border-width: 8px 8px 8px 0;
}
.toolTipTriangleWhiteLeft:after {
  left: 1px;
  bottom: -7px;
  border-color: transparent #ffffff transparent transparent;
  border-width: 7px 7px 7px 0;
}
.toolTipBlack {
  padding: 0;
  background: #4d4d4d;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.toolTipBlack > p {
  padding: 3px 5px;
  font-size: 12px;
}
.toolTipTriangleBlackTop {
  top: -8px;
  border-color: transparent transparent #ffffff;
  border-width: 0 7px 7px;
}
.toolTipTriangleBlackTop:after {
  top: 1px;
  left: -7px;
  border-color: transparent transparent #4d4d4d;
  border-width: 0 7px 7px;
}
.toolTipTriangleBlackRight {
  top: 45%;
  right: -8px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 7px 0 7px 7px;
}
.toolTipTriangleBlackRight:after {
  top: -7px;
  right: 1px;
  border-color: transparent transparent transparent #4d4d4d;
  border-width: 7px 0 7px 7px;
}
.toolTipTriangleBlackBottom {
  bottom: -8px;
  border-color: #ffffff transparent transparent;
  border-width: 7px 7px 0;
}
.toolTipTriangleBlackBottom:after {
  left: -7px;
  bottom: 1px;
  border-color: #4d4d4d transparent transparent;
  border-width: 7px 7px 0;
}
.toolTipTriangleBlackLeft {
  top: 45%;
  left: -8px;
  border-color: transparent #ffffff transparent transparent;
  border-width: 7px 7px 7px 0;
}
.toolTipTriangleBlackLeft:after {
  left: 1px;
  bottom: -7px;
  border-color: transparent #4d4d4d transparent transparent;
  border-width: 7px 7px 7px 0;
}
.tooltipCheckHandle {
  font-size: 12px;
  margin-top: 5px;
}
.toolTipListHeight {
  overflow: auto;
}
.toolTipListWidth {
  width: 230px;
}
.toolTipSearchArea {
  padding: 5px;
  border-bottom: 1px solid #cccccc;
}
.toolTipSearchArea .search,
.toolTipSearchArea .search input {
  width: 100%;
}
.ltCheckAll {
  cursor: pointer;
}
.ltCheckAll:hover {
  color: #0084b2;
}
.tooltipHeader,
.tooltipFooter {
  background: #e6e6e6;
  text-align: center;
  padding: 5px 0;
}
.tooltipHeader {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.tooltipFooter {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.mainContetTooltip {
  position: absolute;
  z-index: 2;
}
.dialog {
  display: none;
}
.dialogBase {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.dialogContent {
  position: relative;
  background: #f2f2f2;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}
.dialogContent h1 {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.dialogContent > .button {
  position: absolute;
  top: 6px;
  right: 5px;
}
.dialogContent h2 {
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(top, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e6e6e6', GradientType=0);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 5px 20px;
  font-size: 14px;
}
.dialogContentArea {
  padding: 10px;
  overflow: auto;
  position: absolute;
  top: 35px;
  bottom: 40px;
}
.dialogContentFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.dialogPadding {
  padding: 20px;
}
.dialog .floatHeaderTab > ul .floatTabSelect {
  background: #f2f2f2;
}
.dialog .floatHeaderTab > ul .floatTabSelect:hover {
  background: #f2f2f2;
}
.dialogSelect {
  text-align: center;
  margin-top: 20px;
}
.floatWindow {
  position: absolute;
  top: 0;
  height: 10000px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #999999;
  border-right: none;
  border-bottom: none;
  z-index: 3;
}
.floatWindow .floatWindowInner {
  position: absolute;
  top: 0;
  background-color: #f2f2f2;
  border-right: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.floatWindowContent h2 {
  padding: 5px 20px;
  border-bottom: 1px solid #cccccc;
  background: rgba(0, 0, 0, 0.1);
}
.floatWindowContentGroup {
  padding: 10px 20px;
}
.floatWindowContentGroup > .button {
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
}
.floatContentH1 {
  border-top: none;
  z-index: 1;
}
.floatContentArea {
  padding-top: 20px;
  overflow: auto;
}
.floatContentGroup {
  padding: 20px;
}
.floatContentGroup > p {
  margin-bottom: 10px;
}
.floatContentGroup > .search {
  display: inline-block;
  width: 320px;
}
.floatHeaderTab {
  position: relative;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #b3b3b3;
  padding: 0 10px;
}
.floatHeaderTab > ul {
  display: inline-block;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #b3b3b3;
}
.floatHeaderTab > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  border-right: 1px solid #b3b3b3;
  border-left: 1px solid #f2f2f2;
  cursor: pointer;
  min-width: 5em;
  text-align: center;
}
.floatHeaderTab > ul > li:hover {
  background: rgba(255, 255, 255, 0.4);
}
.floatHeaderTab > ul .floatTabSelect {
  position: relative;
  background: #f2f2f2;
  height: 31px;
  z-index: 3;
}
.floatHeaderTab > ul .floatTabSelect:hover {
  background: #f2f2f2;
}
.adminNavigation {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #b3b3b3;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.adminNavigation > ul {
  display: inline-block;
}
.adminNavigation > ul + ul {
  margin-left: 10px;
}
.floatListpager {
  position: absolute;
  bottom: 12px;
  right: 10px;
}
.floatListpager p {
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
}
.floatListpager ul {
  display: inline-block;
  margin-left: 5px;
}
.floatListpager ul li {
  padding: 0;
  min-width: 24px;
}
.floatListpager .btnNavList .btnDisable {
  line-height: 26px;
}
.floatListpager .btnNavList .btnDisable span[class^="icoFon"] {
  margin: 5px 0;
}
.alert {
  text-align: center;
  background: #FFF;
  padding: 10px;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.alertPrimary {
  border-color: #c2bbaf;
  background-color: #faf7f2;
}
.alertSuccess {
  border-color: #7cc7d2;
  background-color: #e2f7fa;
}
.alertWarning {
  border-color: #eabf62;
  background-color: #fff8e9;
}
.alertDanger {
  border-color: #f9423a;
  background-color: #fbefee;
}
.alertSmall {
  font-size: 10px;
}
.alertStrong {
  font-size: 16px;
  font-weight: 700;
}
.textPrimary,
.textPrimary a,
.alertPrimary,
.alertPrimary a {
  color: #34362f;
}
.textSuccess,
.textSuccess a,
.alertSuccess,
.alertSuccess a {
  color: #035460;
}
.textWarning,
.textWarning a,
.alertWarning,
.alertWarning a {
  color: #654500;
}
.textDanger,
.textDanger a,
.alertDanger,
.alertDanger a {
  color: #dd0900;
}
.linkStatus {
  filter: alpha(opacity=80);
  opacity: 0.8;
  color: black;
  cursor: pointer;
}
.linkStatus:hover {
  color: #0084b2;
  text-decoration: underline;
  filter: alpha(opacity=100);
  opacity: 1;
}
.linkStatus:hover span {
  text-decoration: none;
}
.linkStatus span + span {
  margin-left: 3px;
}
.alertArea {
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: 10;
  display: none;
  text-align: center;
}
.alertArea .alert {
  display: inline-block;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.linkIconStatus {
  filter: alpha(opacity=80);
  opacity: 0.8;
  color: black;
  cursor: pointer;
}
.linkIconStatus:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.linkIconStatus span + span {
  margin-left: 3px;
}
[class^="ico19"],
[class*=" ico19"] {
  background: url("../imagenew/all/common/icon/ico_sprite19.png?2") no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.ico19PinOff {
  width: 21px;
  height: 21px;
  background-position: 0 0;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.menuListTitleSelected .ico19PinOn {
  width: 21px;
  height: 21px;
  background-position: 0 -21px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.ico19PinHover {
  width: 21px;
  height: 21px;
  background-position: 0 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.menuListTitleSelected .ico19PinHover {
  width: 21px;
  height: 21px;
  background-position: 0 -21px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.ico19PinOn {
  width: 21px;
  height: 21px;
  background-position: 0 -42px;
}
.ico19Others {
  background-position: -20px 0;
}
[class^="ico15"],
[class*=" ico15"] {
  background: url("../imagenew/all/common/icon/ico_sprite15.png?2") no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.ico15Checkbox {
  background-position: 0 0;
  margin: 0 3px 2px 0;
}
.ico15CheckboxMixed {
  background-position: 0 -15px;
  margin: 0 3px 2px 0;
}
.ico15CheckboxActive {
  background-position: 0 -30px;
  margin: 0 3px 2px 0;
}
.ico15CheckboxActiveGreen {
  background-position: -15px 0;
  margin: 0 3px 2px 0;
}
.ico15CheckboxGreen {
  background-position: -15px -15px;
  margin: 0 3px 2px 0;
}
.ico15CheckboxMixedGreen {
  background-position: -15px -30px;
  margin: 0 3px 2px 0;
}
.ico15ScreenshareOff {
  background-position: 0 -45px;
}
.ico15ScreenshareOn {
  background-position: -15px -45px;
}
[class^="ico27"],
[class*=" ico27"] {
  background: url("../imagenew/all/common/icon/ico_sprite27.png") no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.ico27ScreenshareOff {
  background-position: 0 -54px;
}
.ico27ScreenshareOn {
  background-position: -27px -54px;
}
.ico27Setting {
  background-position: 0 -81px;
}
.ico27Close {
  background-position: -27px -81px;
}
.ico27Open {
  background-position: 0 -108px;
}
.ico27DialogAlert {
  background-position: -27px -135px;
}
.ico27DialogAInfo {
  background-position: 0 -162px;
}
.ico27DialogAOk {
  background-position: -27px -162px;
}
.ico27FacebookWh {
  background-position: 0 -189px;
}
.ico27TwitterWh {
  background-position: -27px -189px;
}
.ico27GoogleWh {
  background-position: 0 -216px;
}
.ico27BlogWh {
  background-position: -27px -216px;
}
[class^="ico35"],
[class*=" ico35"] {
  background: url("../imagenew/all/common/icon/ico_sprite35.png?1") no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.ico35Spreadsheet {
  background-position: 0 -105px;
}
.ico35Document {
  background-position: -35px -105px;
}
.ico35Presentation {
  background-position: 0 -140px;
}
.ico35Image {
  background-position: -35px -140px;
}
.ico35Ai {
  background-position: 0 -175px;
}
.ico35Psd {
  background-position: -35px -175px;
}
.ico35Flash {
  background-position: 0 -210px;
}
.ico35Pdf {
  background-position: -35px -210px;
}
.ico35Movie {
  background-position: 0 -245px;
}
.ico35Archive {
  background-position: -35px -245px;
}
.ico35UnknownFile {
  background-position: 0 -280px;
}
.ico35Text {
  background-position: -35px -280px;
}
.ico35Audio {
  background-position: 0 -315px;
}
.ico35Font {
  background-position: -35px -315px;
}
.ico35Web {
  background-position: 0 -350px;
}
.ico35Markup {
  background-position: -35px -350px;
}
.ico35Script {
  background-position: 0 -385px;
}
.ico35Php {
  background-position: -35px -385px;
}
.ico35Java {
  background-position: 0 -420px;
}
.ico35Csv {
  background-position: -35px -420px;
}
.ico35Data {
  background-position: 0 -455px;
}
.ico35Mindmap {
  background-position: -35px -455px;
}
.ico35Iosapp {
  background-position: 0 -490px;
}
.ico35Android {
  background-position: -35px -490px;
}
.ico35Setting {
  background-position: 0 -525px;
}
.ico35Mail {
  background-position: -35px -525px;
}
.ico35Security {
  background-position: 0 -560px;
}
.ico35Package {
  background-position: -35px -560px;
}
.ico35Drawing {
  background-position: 0 -595px;
}
.ico35Other {
  background-position: -35px -595px;
}
.ico35FileUpload {
  background-position: 0 -630px;
}
[class^="icoFont"],
[class*=" icoFont"] {
  display: inline-block;
  color: #444444;
  font-size: 15px;
  vertical-align: middle;
}
.selected [class^="icoFont"],
.selected [class*=" icoFont"],
.linkStatus:hover [class^="icoFont"],
.linkStatus:hover [class*=" icoFont"] {
  color: #3498BE;
}
.icoSizeSmall {
  font-size: 12px;
}
.icoSizeLarge {
  font-size: 19px;
}
.icoSizeLarger {
  font-size: 27px;
}
.icoMessageBox {
  margin-right: 5px;
  color: inherit !important;
  font-size: 16px;
  vertical-align: text-top !important;
}
.icoTextHide {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}
.icoFontMicOff,
.icoFontVideoChatOff {
  color: #DB4D39;
}
@font-face {
  font-family: 'chatwork';
  src: url('../fonts/chatwork.eot?-qqn1rd');
  src: url('../fonts/chatwork.eot?#iefix-qqn1rd') format('embedded-opentype'), url('../fonts/chatwork.woff?-qqn1rd') format('woff'), url('../fonts/chatwork.ttf?-qqn1rd') format('truetype'), url('../fonts/chatwork.svg?-qqn1rd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icoFontUserList,
.icoFontYahoo,
.icoFontWindows,
.icoFontVideoChatOff,
.icoFontVideoChat,
.icoFontTwitter,
.icoFontTumblr,
.icoFontTriangleTop,
.icoFontTriangleRight,
.icoFontTriangleLeft,
.icoFontTriangleDown,
.icoFontTo,
.icoFontTaskMine,
.icoFontTaskAssign,
.icoFontSkype,
.icoFontSideTo,
.icoFontSetting,
.icoFontSendFile,
.icoFontSearch,
.icoFontPublic,
.icoFontParagraph,
.icoFontMixi,
.icoFontMicOn,
.icoFontMicOff,
.icoFontMessegeQuote,
.icoFontMessegeMoveArrow,
.icoFontLinkedin,
.icoFontLinkBlank,
.icoFontInfo,
.icoFontHome,
.icoFontGoogle,
.icoFontFile,
.icoFontFacebook,
.icoFontEmoticon,
.icoFontContentOpen,
.icoFontContentClose,
.icoFontContact,
.icoFontClock,
.icoFontCategory,
.icoFontCancel,
.icoFontCalender,
.icoFontArrowTop,
.icoFontArrowRight,
.icoFontArrowLeft,
.icoFontArrowDown,
.icoFontArrowDoubleRight,
.icoFontArrowDoubleLeft,
.icoFontAddBtn,
.icoFontActionUnread,
.icoFontActionTask,
.icoFontActionReply,
.icoFontActionQuote,
.icoFontActionMove,
.icoFontActionMore,
.icoFontActionLink,
.icoFontActionEdit,
.icoFontActionDownload,
.icoFontActionDelete,
.icoFontActionCopy,
.icoFontAdminContactMenu,
.icoFontAdminFileMenu,
.icoFontAdminInfoMenu,
.icoFontAdminTaskMenu,
.icoFontArrowChevronDown,
.icoFontArrowChevronLeft,
.icoFontArrowChevronRight,
.icoFontArrowChevronUp,
.icoFontArrowWindowLeft,
.icoFontArrowWindowRight {
  font-family: "chatwork";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
/* Icons */
.icoFontActionCopy:before {
  content: "\e600";
}
.icoFontActionDelete:before {
  content: "\e601";
}
.icoFontActionDownload:before {
  content: "\e602";
}
.icoFontActionEdit:before {
  content: "\e603";
}
.icoFontActionLink:before {
  content: "\e604";
}
.icoFontActionMore:before {
  content: "\e605";
}
.icoFontActionMove:before {
  content: "\e606";
}
.icoFontActionQuote:before {
  content: "\e607";
}
.icoFontActionReply:before {
  content: "\e608";
}
.icoFontActionTask:before {
  content: "\e609";
}
.icoFontActionUnread:before {
  content: "\e60a";
}
.icoFontAddBtn:before {
  content: "\e60b";
}
.icoFontAdminContactMenu:before {
  content: "\e60c";
}
.icoFontAdminFileMenu:before {
  content: "\e60d";
}
.icoFontAdminInfoMenu:before {
  content: "\e60e";
}
.icoFontAdminTaskMenu:before {
  content: "\e60f";
}
.icoFontArrowDoubleLeft:before {
  content: "\e610";
}
.icoFontArrowDoubleRight:before {
  content: "\e611";
}
.icoFontArrowDown:before {
  content: "\e612";
}
.icoFontArrowLeft:before {
  content: "\e613";
}
.icoFontArrowRight:before {
  content: "\e614";
}
.icoFontArrowTop:before {
  content: "\e615";
}
.icoFontCalender:before {
  content: "\e616";
}
.icoFontCancel:before {
  content: "\e617";
}
.icoFontCategory:before {
  content: "\e618";
}
.icoFontClock:before {
  content: "\e619";
}
.icoFontContact:before {
  content: "\e61a";
}
.icoFontContentClose:before {
  content: "\e61b";
}
.icoFontContentOpen:before {
  content: "\e61c";
}
.icoFontEmoticon:before {
  content: "\e61d";
}
.icoFontFacebook:before {
  content: "\e61e";
}
.icoFontFile:before {
  content: "\e61f";
}
.icoFontGoogle:before {
  content: "\e620";
}
.icoFontHome:before {
  content: "\e621";
}
.icoFontInfo:before {
  content: "\e622";
}
.icoFontLinkBlank:before {
  content: "\e623";
}
.icoFontLinkedin:before {
  content: "\e624";
}
.icoFontMessegeMoveArrow:before {
  content: "\e625";
}
.icoFontMessegeQuote:before {
  content: "\e626";
}
.icoFontMicOff:before {
  content: "\e627";
}
.icoFontMicOn:before {
  content: "\e628";
}
.icoFontMixi:before {
  content: "\e629";
}
.icoFontParagraph:before {
  content: "\e62a";
}
.icoFontPublic:before {
  content: "\e62b";
}
.icoFontSearch:before {
  content: "\e62c";
}
.icoFontSendFile:before {
  content: "\e62d";
}
.icoFontSetting:before {
  content: "\e62e";
}
.icoFontSideTo:before {
  content: "\e62f";
}
.icoFontSkype:before {
  content: "\e630";
}
.icoFontTaskAssign:before {
  content: "\e631";
}
.icoFontTaskMine:before {
  content: "\e632";
}
.icoFontTo:before {
  content: "\e633";
}
.icoFontTriangleDown:before {
  content: "\e634";
}
.icoFontTriangleLeft:before {
  content: "\e635";
}
.icoFontTriangleRight:before {
  content: "\e636";
}
.icoFontTriangleTop:before {
  content: "\e637";
}
.icoFontTumblr:before {
  content: "\e638";
}
.icoFontTwitter:before {
  content: "\e639";
}
.icoFontVideoChat:before {
  content: "\e63a";
}
.icoFontVideoChatOff:before {
  content: "\e63b";
}
.icoFontWindows:before {
  content: "\e63c";
}
.icoFontYahoo:before {
  content: "\e63d";
}
.icoFontUserList:before {
  content: "\e63e";
}
@font-face {
  font-family: 'chatwork2';
  src: url('../fonts/chatwork2.eot?v3wfo9');
  src: url('../fonts/chatwork2.eot?v3wfo9#iefix') format('embedded-opentype'), url('../fonts/chatwork2.ttf?v3wfo9') format('truetype'), url('../fonts/chatwork2.woff?v3wfo9') format('woff'), url('../fonts/chatwork2.svg?v3wfo9#chatwork2') format('svg');
  font-weight: normal;
  font-style: normal;
}
.iconFontArrowChevronDown,
.icoFontArrowChevronLeft,
.icoFontArrowChevronRight,
.icoFontArrowChevronUp,
.icoFontArrowWindowLeft,
.icoFontArrowWindowRight,
.icoFontHelp,
.icoFontAdminAssistantMenu {
  font-family: "chatwork2";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: none;
  text-transform: none;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
.iconFontArrowChevronDown:before {
  content: "\e63f";
}
.icoFontArrowChevronLeft:before {
  content: "\e640";
}
.icoFontArrowChevronRight:before {
  content: "\e641";
}
.icoFontArrowChevronUp:before {
  content: "\e642";
}
.icoFontArrowWindowLeft:before {
  content: "\e643";
}
.icoFontArrowWindowRight:before {
  content: "\e644";
}
.icoFontHelp:before {
  content: "\e645";
}
.icoFontAdminAssistantMenu:before {
  content: "\e646";
}
.chatListUnreadNum {
  position: absolute;
  top: -3px;
  right: -3px;
  max-width: 1.6em;
  padding: 2px 5px 1px;
  color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #f9423a;
  font-size: 12px;
  line-height: 1;
  z-index: 2;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.avatarHuge {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 130px;
  height: 130px;
}
.avatarLarge {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
}
.avatar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
}
.avatarMedium {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
}
.avatarSmall {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
}
.avatarTiny {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
}
.profileTooltipAvater img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.marginRight {
  margin-right: 5px;
}
.marginLeft {
  margin-left: 5px;
}
.marginTop {
  margin-top: 5px;
}
.marginBottom {
  margin-bottom: 5px;
}
.table {
  width: 100%;
}
.table th,
.table td {
  line-height: 1.468;
  padding: 0.561rem;
  vertical-align: top;
}
.table th {
  border-bottom: 2px solid #cccccc;
}
.table td {
  border-bottom: 1px solid #cccccc;
}
.tableStriped tbody > tr:nth-child(odd) > td {
  background: #f2f2f2;
}
.tableBordered > thead > tr > th,
.tableBordered > tbody > tr > th,
.tableBordered > tfoot > tr > th,
.tableBordered > thead > tr > td,
.tableBordered > tbody > tr > td,
.tableBordered > tfoot > tr > td {
  border: 1px solid #cccccc;
}
.boxTable {
  border-collapse: separate;
}
.boxTable > thead > tr > th {
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(top, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.boxTable > tbody > tr > td {
  border-left: 1px solid #cccccc;
}
.boxTable > tbody > tr > td:last-child {
  border-right: 1px solid #cccccc;
}
.boxTable > tfoot > tr > td {
  background: #f2f2f2;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
}
.boxTable .tableTitleRows > tr:first-child > td,
.boxTable .tableTitleVertical > tr > td:first-child {
  background: #F3F7F8;
  color: #2C3F49;
}
.basicTable,
.basicTableHeader {
  width: 100%;
}
.basicTableHeader {
  border-bottom: 1px solid #e6e6e6;
}
.basicTableHeader th {
  font-weight: normal;
  text-align: center;
  background: #f2f2f2;
}
.basicTableHeader tr {
  cursor: default;
}
.basicTable .adminListContent:nth-child(4n+1) {
  background: #F8F8F8;
}
.basicTable .adminListContent:hover {
  background: #F2F8F9;
}
.basicTableHeader tr > th,
.basicTable tr > th {
  padding: 5px 10px;
}
.basicTableHeader tr > td,
.basicTable tr > td {
  padding: 10px;
}
.basicTableHeader th + th,
.basicTable th + th {
  border-left: 1px solid #ffffff;
}
.basicTableHeader td + td,
.basicTable td + td {
  border-left: 1px solid #e6e6e6;
}
.basicTableHiddenRow {
  height: 0px;
}
.basicTableHiddenRow th {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-color: #999;
}
.basicTable tbody td {
  overflow: hidden;
}
.scrollableTable {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b3b3b3;
  background: #ffffff;
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden;
}
.scrollableTable .alert {
  margin: 10px;
}
.scrollableTable table {
  width: 100%;
}
.scrollableTable table thead {
  border-bottom: 1px solid #cccccc;
  background: #f2f2f2;
}
.scrollableTable table thead th {
  padding: 5px 0;
}
/* ScrollBar in Default */
::-webkit-scrollbar {
  background: transparent;
  overflow: visible;
  width: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.selectbox {
  position: relative;
  display: inline-block;
}
.selectboxDefault {
  position: relative;
  min-width: 15px;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 3px 3px 3px 3px;
  padding: 0 20px 0 5px;
  -webkit-box-shadow: 0 1px 1px #ECECEC inset;
  box-shadow: 0 1px 1px #ECECEC inset;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
}
.selectboxDefault .icoFontTriangleDown {
  position: absolute;
  top: 5px;
  right: 3px;
}
.selectboxDefault:focus {
  border-color: #0084b2;
  -webkit-box-shadow: 0 0 0 #ffffff inset, 0 0 5px #74B9F0;
  box-shadow: 0 0 0 #ffffff inset, 0 0 5px #74B9F0;
}
.selectboxContent {
  position: absolute;
  top: 24px;
  left: 0;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  max-height: 150px;
  overflow: auto;
  overflow-x: hidden;
  padding: 2px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.selectboxContent li {
  cursor: pointer;
  padding: 5px 25px 5px 10px;
  line-height: 1.6;
}
.selectboxContent li:hover {
  background: #DCF0FA;
}
.selectboxContent .selectboxSelected {
  background: #DCF0FA;
}
/**
 * ////////////////////////////////////////////////////////////////////////////////////
 * effect
 * ////////////////////////////////////////////////////////////////////////////////////
 */
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.transitionAll03sLinear {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.controlGroup {
  border-top: 1px dotted #cccccc;
  padding: 20px;
  min-height: 28px;
}
.controlGroup:after {
  zoom: 1;
}
.controlGroup:after:after {
  content: "";
  display: block;
  clear: both;
}
.controlGroup:before,
.controlGroup:after {
  content: "";
  display: table;
}
.controlGroup:first-of-type {
  border-top: none;
}
.controlGroup .controlLabel {
  display: block;
  float: left;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  width: 18%;
  word-break: normal;
  line-height: 1.2;
  padding-right: 1%;
}
.controlGroup .controlContent {
  margin-left: 19%;
  position: relative;
}
.controlGroup .controlContent dl dt {
  line-height: 28px;
}
.controlGroup .controlContent dl dt:last-of-type,
.controlGroup .controlContent dl dd:last-of-type {
  margin-bottom: 0;
}
.controlGroup .controlContent > p {
  margin-bottom: 10px;
}
.controlGroup .controlContent > ul > li {
  margin-bottom: 10px;
}
.controlGroup .controlContent > ul > li:last-child {
  margin-bottom: 0;
}
.controlGroupDisable {
  display: none;
}
.actionArea {
  display: none;
  text-align: right;
  position: absolute;
  right: 40px;
  bottom: -20px;
  z-index: 3;
}
.actionArea .actionNav {
  background: #DCF0FA;
  font-size: 12px;
  padding: 0 10px;
  height: 23px;
  line-height: 23px;
  border-right: 1px solid #B1D6ED;
  border-bottom: 1px solid #B1D6ED;
  border-left: 1px solid #B1D6ED;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.actionArea .actionNav li {
  display: inline-block;
  vertical-align: middle;
}
.actionArea .actionNav li + li {
  margin-left: 10px;
}
.actionArea .actionNav li span:first-child {
  margin-top: -3px;
}
.floatItemActionArea {
  background-color: #d6d6d6;
  background-image: -moz-linear-gradient(top, #cccccc, #e6e6e6);
  background-image: -ms-linear-gradient(top, #cccccc, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccccc), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #cccccc, #e6e6e6);
  background-image: -o-linear-gradient(top, #cccccc, #e6e6e6);
  background-image: linear-gradient(top, #cccccc, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#e6e6e6', GradientType=0);
  border-bottom: 1px solid #e6e6e6;
}
.inlineblockList {
  cursor: pointer;
  background: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 5px 20px;
  margin-bottom: 5px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
}
.inlineblockList li {
  display: inline-block;
  margin-right: 20px;
}
.inlineblockList li img,
.inlineblockList li span {
  vertical-align: middle;
}
.floatContactItemActionArea {
  padding: 0 20px 5px;
}
.floatContactItemActionArea .floatContactActionList {
  margin-bottom: 0;
}
.cwTextUnselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.autotrim {
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.cwNoWrap {
  white-space: nowrap;
  word-break: keep-all;
}
.cwResizeHandleCol:hover {
  cursor: col-resize;
}
.cwResizeHandleRow:hover {
  cursor: row-resize;
}
.cwResizeHandle:hover {
  cursor: se-resize;
}
.soundVolumeSlider {
  display: inline-block;
  width: 150px;
}
.sliderHorizontal {
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
}
.slider {
  position: relative;
  text-align: left;
}
.sliderContent {
  border-radius: 3px;
  background: #E8EDF1;
  border: 1px solid #6996B4;
}
.sliderHandle {
  position: absolute;
  top: -3px;
  height: 18px;
  width: 18px;
  z-index: 2;
  border-radius: 3px;
  cursor: pointer;
}
.sliderHandleDefault {
  border: 1px solid #6996B4;
}
.sliderHandleDefault:hover {
  border: 1px solid #0084B3;
}
.datePickerHeaderControl {
  position: relative;
  font-weight: 700;
  padding-bottom: 5px;
  text-align: center;
}
.datePickerHeaderControl .icoFontTriangleLeft,
.datePickerHeaderControl .icoFontTriangleRight {
  position: absolute;
  top: 7px;
}
.datePickerHeaderControl .icoFontTriangleLeft {
  left: 40px;
}
.datePickerHeaderControl .icoFontTriangleLeft:hover {
  background-position: 0 -510px;
}
.datePickerHeaderControl .icoFontTriangleRight {
  right: 40px;
}
.datePickerHeaderControl .icoFontTriangleRight:hover {
  background-position: -15px -510px;
}
.datePickerHeaderControl input {
  font-size: 10px;
  color: #666666;
  margin-top: -2px;
  border: none;
  background: none;
  width: 40px;
  cursor: pointer;
}
.datePickerHeaderControl input:hover {
  color: #0084b2;
}
.datePicker table {
  margin: 10px;
}
.datePicker table thead th {
  text-align: center;
}
.datePicker table tbody td {
  border: 1px solid #ffffff;
  padding: 2px 5px;
  text-align: right;
  cursor: pointer;
}
.datePicker table tbody td:hover {
  background: #DCF0FA;
}
.datePicker table .datePickerSelected {
  font-weight: bold;
  background: #0A8ABD;
  color: #ffffff;
}
.datePicker table .datePickerSelected:hover {
  background: #0A8ABD;
}
.datePickerOtherMonth {
  background: #f2f2f2;
  color: #999999;
}
.datePickerToday {
  color: #0A8ABD;
}
.showMore {
  color: #0084b2;
  font-size: 11px;
  cursor: pointer;
}
.showMore:hover {
  text-decoration: underline;
}
.line {
  content: "";
  width: 100%;
  border-top: 1px solid #cccccc;
  margin: 2px 0;
}
.contentLoading {
  background: none;
  text-align: center;
  color: #666666;
  margin-top: 20px;
  vertical-align: middle;
}
.contentLoading img {
  margin-right: 5px;
}
.progressBarArea {
  width: 400px;
  height: 12px;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 1px;
  margin: 20px auto;
}
.progressBar {
  background: url("../imagenew/all/common/loader/img_progress_bar.gif") repeat-x #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: top;
  height: 12px;
}
.resizeCntrol {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 3px;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
}
.resizeCntrol:hover {
  opacity: 1;
}
.stopActionOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.subPage_body {
  background-color: #34362f;
  font-family: -apple-system, BlinkMacSystemFont, '.SFNSDisplay-Regular', 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre a {
  word-break: break-all;
}
input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  color: #333;
  border: 1px solid #999;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ffffff;
  -webkit-appearance: none;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  width: 100%;
  border: 1px solid #c7ccd1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: Helvetica,Arial;
  color: #555;
  border-radius: 4px;
  padding-left: 5px;
}
/* MODULE */
.mod_media-image {
  float: left;
  margin-right: 2em;
}
.mod_media-body {
  overflow: hidden;
}
.mod_tab {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 37px;
  padding: 5px 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.mod_tab-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  bottom: 0;
  margin: 0;
  display: inline-block;
  height: 30px;
  padding: 5px 10px 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background-color: #ececec;
  font-size: 1.0769em;
  font-weight: inherit;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.mod_tab-item:hover {
  border-color: #0099CC;
  background-color: #B5DCE8;
}
.mod_tab-item.selected {
  height: 32px;
  border-bottom: 1px solid #fff;
  color: #333333;
  background-color: #FFFFFF;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
}
/* SECTION CONTENT */
.subPage_sectionMain {
  padding-bottom: 5em;
  border-bottom: 1px solid #e1e1e0;
  background-color: #ffffff;
}
.subPage_sectionMessage {
  padding: 3.5em 0 5em;
  background-color: #ffffff;
}
.subPage_sectionAside {
  padding: 1.5em 0 5em;
  background-color: #f5f5f4;
}
.subPage_header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 42px;
  padding-left: 10px;
  background-color: #13202F;
}
.subPage_branding {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.subPage_logo {
  position: relative;
  width: 144px;
  height: 42px;
}
.svgLogo_chatwork {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto 0;
}
.svgLogo_kddi {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto 0;
}
.subPage_footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5385em 0;
  color: #d6d2c4;
  background-color: #34362f;
  text-align: center;
}
.subPage_copyright {
  font-size: .7692em;
  font-weight: 200;
}
.subPage_copyright > a {
  color: #ffffff;
}
.subPage_copyright > a:hover {
  text-decoration: underline;
}
/* COMMON ELEMENTS */
.subPage_inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 620px;
  padding: 0 10px;
  margin: 0 auto;
}
.subPage_contentBlock {
  padding-top: 1.5em;
}
.subPage_messageBox {
  font-size: 1.2308em;
}
.subPage_paragraph {
  margin-bottom: 1.5em;
  font-size: 1.0769em;
}
/* CHATWORK INVITATION PAGE */
.subPage_publicChat_sectionMain.subPage_sectionMain {
  background-color: #f9f8f7;
}
.subPage_publicChat_body.subPage_body {
  background-color: #f9f8f7;
}
.subPage_publicChat_inner.subPage_inner {
  overflow: hidden;
}
.subPage_publicChat_contentBlock.subPage_contentBlock {
  margin: 2.3076em 0;
  padding-top: 0;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}
.subPage_publicChatRoomBanner {
  text-align: center;
  background-color: #f5f5f4;
  border-bottom: 1px solid #e1e1e0;
}
.subPage_publicChatRoomBanner > img {
  max-width: 100%;
  vertical-align: middle;
}
.subPage_publicChatBody {
  padding: 2.3076em;
}
.subPage_publicChatConnect {
  padding: 1.1538em 2.3076em;
  border-top: 1px solid #e0e0e0;
}
.subPage_publicChatRoomIcon {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 48px;
  height: 48px;
}
.subPage_publicChatRoomName {
  margin-bottom: 1em;
  font-size: 1.8462em;
  font-weight: 700;
  line-height: 1.4;
}
.subPage_publicChatRoomDescription pre {
  font-family: -apple-system, BlinkMacSystemFont, '.SFNSDisplay-Regular', 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.subPage_asideContent {
  padding: 2.3076em;
}
.subPage_asideContent + .subPage_asideContent {
  border-top: 1px solid #e0e0e0;
}
.subPage_asideTitle {
  margin-bottom: .5em;
  font-size: 1.5385em;
  font-weight: 700;
  text-align: center;
}
.subPage_asideInvitatioin_note {
  color: #f9423a;
  font-weight: 700;
}
.subPage_asideInvitatioin_link {
  margin: 1.1538em 0;
}
.subPage_asideInvitatioin_link > input {
  display: inline-block;
  padding: 5px;
  max-width: 308px;
  width: 60%;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
}
/* CHATWORK ID PAGE */
.subPage_basicProfile {
  min-height: 100px;
  margin-bottom: 1.5em;
}
.subPage_basicProfileAvatar {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
.subPage_basicProfileAvatar > img {
  max-width: 100%;
  max-height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.subPage_basicProfileName {
  font-size: 1.5385em;
  font-weight: 700;
}
.subPage_basicProfileInfo {
  padding-left: .3em;
  font-size: 1.0769em;
}
.subPage_basicProfileDirectChatLink {
  margin-top: 2em;
}
.subPage_basicProfileDirectChatLink .button {
  width: 370px;
}
.subPage_profile_body {
  margin-bottom: 1.5em;
}
.subPage_profile_table {
  font-size: 1.0769em;
}
.subPage_profile_selfIntroductionText {
  font-family: -apple-system, BlinkMacSystemFont, '.SFNSDisplay-Regular', 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}
@media (max-width: 619px) {
  .mod_media-image {
    margin-right: 1em;
  }
  .mod_subPage_tab-item {
    font-size: .9231em;
  }
  .subPage_sectionMain {
    padding-bottom: 3em;
  }
  .subPage_sectionMessage {
    padding: 1.5em 0 3em;
  }
  .subPage_sectionAside {
    padding-bottom: 3em;
  }
  .subPage_inner {
    width: 100%;
    padding: 0 10px;
  }
  .subPage_messageBox {
    font-size: 1.0769em;
  }
  .subPage_paragraph {
    margin-bottom: 1.5em;
    font-size: 1em;
  }
  .subPage_publicChatBody {
    min-height: 60px;
    margin-bottom: 2.5em;
  }
  .subPage_publicChatRoomIcon {
    width: 60px;
    height: 60px;
  }
  .subPage_publicChatRoomName {
    margin-bottom: .5em;
    font-size: 1.5385em;
    font-weight: 700;
    line-height: 1.4;
  }
  .subPage_asideTitle {
    margin-bottom: 1em;
    font-size: 1.3846em;
    font-weight: 700;
    text-align: center;
  }
  .subPage_asideBodyText {
    font-size: 13px;
  }
  .ui_chatworkid_user {
    padding: 0 0 20px;
  }
  .subPage_basicProfile {
    min-height: 60px;
    margin-bottom: 1.5em;
  }
  .subPage_basicProfileAvatar {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .subPage_basicProfileName {
    font-size: 1.2308em;
  }
  .subPage_basicProfileInfo {
    padding-left: 0;
    font-size: 1em;
  }
  .subPage_basicProfileDirectChatLink .button {
    width: 100%;
  }
  .subPage_profile_table {
    font-size: .9231em;
  }
  .ui_chatworkid_linkarea {
    font-size: 1.0769em !important;
  }
}
input[type="submit"],
input[type="button"] {
  border-radius: 3px;
  -webkit-appearance: none;
}
