.input-language {
  display: initial !important;
  width: initial !important;
  margin-right: 15px !important;
  margin-left: 3px !important;
  font-size: smaller !important;
}

.output-language {
  display: initial !important;
  width: initial !important ;
  margin-right: 15px !important;
  margin-left: 3px !important;
  font-size: smaller !important;
}

#wrap_top {
  padding-top: 20px;
  background-color: #F7F7F7;
  min-height: 1080px;
}

.modal-dialog {
  padding-top: 50px;
}

.cake-error {
  margin-top: 100px;
}

.nav-container {
  width: 100%;
}

.form-group {
  /* 	margin-bottom: 25px; */
}

#debug-kit-toolbar .panel-content li {
  margin-top: 0.5em;
  font-size: 110%;
  color: #111;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

  background-color: #F7F7F7;
  line-height: 180%;
  color: #333;
  /* 	overflow-y: scroll; */
}

.page-summary.well {
  margin-bottom: 30px;
}

.width-auto {
  width: auto;
}

.side-menu {
  /* 	margin-top:60px; */
}

.navbar {
  z-index: 5000;
}

#wrap {
  margin: 0 auto -70px;
  padding: 1px 0 60px;

  /* min-height: 100%; */
  /* height: auto !important; */
  /* height: 100%;	 */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

  font-family: inherit;
}

#wrap > .container {
  /* 	padding-top: 65px; */
  padding-bottom: 30px;
  padding-top: 10px;
}

[class*="fa-"]:not(.fixed) {
  margin-right: 5px;
}

a.navbar-brand:hover {
  opacity: 0.8;
}

/* [class^="icon-"]:hover,[class*=" icon-"]:hover { */
[class*="icon-"]:hover {
  text-decoration: none;
}

.editable-buttons [class^="icon-"], .editable-buttons [class*=" icon-"] {
  margin-right: 1px;
}

table {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#popular-title {
  font-size: 20px;
  margin-top: 0px;
}

#registar {
  padding: 8px 15px;
  margin: 0 0 20px;
  background-color: rgb(241, 241, 241);
  background-color: #f7f7f7;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.fadeout {
  cursor: pointer;
}

#data-list td {
  /* 	font-size: 120%; */
  vertical-align: middle;
}

#data-list th {
  padding: 10px;
}

.img-thumnail-apk-icon {
  display: inline-block;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  max-height: 120px;
  padding: 5px;
}

.img-thumnail-media {
  display: inline-block;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  max-height: 100px;
  padding: 5px;
}

.img-thumnail-apk-top-bg {
  display: inline-block;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  max-height: 400px;
  padding: 5px;
}

#dashboard-container #tweet-term-text {
  font-size: 120%;
}

.img-user-thumnail-middium {
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* 	border-radius: 0%; */
  max-height: 130px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.img-guid-thumnail {
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* 	border-radius: 0%; */
  max-height: 70px;
  opacity: 0.8;
}

.img-guid-thumnail:hover {
  opacity: 1.0;
}

.jumbotron {
  background: #1993d9;
  border-bottom: 1px solid #721c15;
  background-color: #1993d9;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(-40deg, #1993d9, #1993d9);
  background-image: -webkit-linear-gradient(-40deg, #1993d9, #1993d9);
  background-image: -o-linear-gradient(-40deg, #1993d9, #1993d9);
  background-image: linear-gradient(-40deg, #1993d9, #1993d9);
  color: #fcfcfc;
  text-shadow: 2px 2px 2px #333333;
}

.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}

.nav-list-img-circle {
  display: inline-block;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  max-height: 132px;
}

#left-nav-circle {
  list-style: none;
}

#left-nav-circle li {
  text-align: left;
}

.left-nav-icon {
  font-size: 32px;
  margin-right: 0px;
}

.left-nav-label {
  margin-left: 15px;
}

#data-list .form-error {
  background-color: rgb(255, 187, 34);
}

.form-error {
  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);
  border-width: 2px;
}

.form-error-msg {
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
  color: red;
}

.pagination-center {
  text-align: center;
}

.pagination-center .pagination {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pagination-center P {
  margin: 0px;
}

.row-select { /* 	cursor: pointer; */

}

#activity-container {
  position: fixed;
  top: 90px;
  left: 50px;
  display: none;
  z-index: 3000;
}

#row-all-remove {
  display: none;
}

.row-check-container {
  cursor: pointer;
  text-align: center;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.row-cell-action {
  text-align: right;

}

.row-action-small {
  border-left: none;
  width: 140px;
}

#InfoNote {
  height: 400px;
}

.error-message {
  color: #b94a48;
  font-weight: bold;
  padding: 10px 15px 10px 10px;
  background-color: #EBBABA;
  margin: 5px 1px 5px 0px;
  border-radius: 2px;

}

.form-group .checkbox {
  padding-top: 0px;
}

.form-group label {
  font-weight: normal;
}

.form-group .control-label {
  background-color: #EEEEEE;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);

}

.form-group .form-control {
  width: inherit;
  display: block;

}

.form-group .control-block {

  background-color: inherit;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-right: 3px;
  padding-left: 3px;

  padding-top: 2px;
  padding-bottom: 0px;

  /* 	font-weight: bold;	 */
}

.form-group .input-label {

  padding-top: 5px;
  padding-bottom: 5px;

}

/* .editable-input input */
/* { */
/* 	padding: 0; */
/* border: none; */
/* border-radius: 0; */
/* box-shadow: inherit; */
/* } */
#setting-items .form-group {
  margin-left: 0px;
  margin-bottom: 5px;
}

.chart-setting-title {
  font-weight: bold;
}

.chart-setting-container {
  padding: 8px 20px;
  margin: 0 0px 40px;
  background-color: rgb(241, 241, 241);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#settings {
  position: fixed;
  top: 50px;
  right: 10px;
  display: none;
  /* 	width: 30%; */
  height: 100%;
  /* 	overflow-y: auto; */
  background-color: #D3E0E7;
  padding: 10px;
}

#save-btn {
  /* 	display: none; */
}

#setting-container {

}

.setting-actions a {
  margin-left: 3px;
}

#setting-items {
  position: fixed;
  height: 90%;
  overflow-y: auto;
  padding-right: 20px;
  padding-left: 1px;
}

#setting-items .control-label {
  background-color: inherit;
  padding-bottom: 0px;
  padding-top: 0px;
}

#setting-items .form-control {
  width: auto;
  max-width: 100%;
}

.hint-trigger {
  margin-bottom: 0px;
  font-size: 80%;
  color: #6F6F6F;
  font-weight: normal;
  clear: both;
}

.row-add-editable {
  height: 50px;
  background-color: #DFEDF5;
  vertical-align: middle;
  font-weight: bold;
}

.row-add-editable td.row-select {
  vertical-align: middle;
}

.row-edit-editable {
  height: 20px;
}

.cake-debug-output {

  margin-top: 100px;
  /*      position: fixed; */
  /*     top: 0px; */
  /*     left: 0px; */
}

.well {
  padding: 15px 10px 5px 10px;
  margin-bottom: 0px;
}

.img-chart-top-list {
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  width: 95%;

  /* 	-webkit-filter: grayscale(30%); */
  /*      -moz-filter: grayscale(30%); */
  /*      -o-filter: grayscale(30%); */
  /*      -ms-filter: grayscale(30%); */
  /*      filter: grayscale(30%); */

  /* 	max-height: 200px; */
  /* 	max-width: 250px;		 */
}

.img-chart-original {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  width: 95%;
}

.img-chart-top-small {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 95%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 1px;

  /* 	-webkit-filter: grayscale(30%); */
  /*      -moz-filter: grayscale(30%); */
  /*      -o-filter: grayscale(30%); */
  /*      -ms-filter: grayscale(30%); */
  /*      filter: grayscale(30%); */

  /* 	max-height: 200px; */
  /* 	max-width: 250px;		 */
}

.chart-footer-user-icon {
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-height: 80px;
}

.chart-header-user-icon {
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-height: 37px;
}

.chart-footer {
  display: none;
  /* 	opacity:0.5; */
  position: absolute;
  bottom: 0;
  background-color: #fafafa;
  width: 100%;
  padding: 15px 15px 10px 15px;
  border-top: 1px solid #efefef;
}

.chart-header {
  background-color: #eeeeee;
  top: 0;
  width: 100%;
  padding: 0px;
  border-top: 0px solid #efefef;
}

div.opacity-clear {
  opacity: 1.0;
}

.chart-list-item {
  margin-bottom: 10px;
}

.chart-list-item .thumbnail {
  border: #e9e9e9 1px solid;
  border-radius: 0px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.chart-list-item .chart-list-title {
  margin: 5px 0px 0px 10px;
}

.chart-list-item a:hover {
  text-decoration: none;
}

.chart-list-item .thumbnail:hover {
  border: #0088cc 1px solid;
  /* 	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); */
  /* 	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); */
  /* 	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); */
}

#chart-container {
  /* 	text-align: center; */

}

#chart-container .img-chart-original {
  width: 100%;
}

.img-chart-container {
  text-align: center;
  padding: 15px 15px 0px 15px;
  background-color: #fff;
  /* 	border: 1px solid rgba(a, a, a, 0.2); */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.chart-attributes-container {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  background-color: #e7d700;
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.twitter-info {
  font-weight: bold;
  font-size: 90%;
  display: block;
}

.twitter-info a:hover {
  text-decoration: none;
}

.chart-attributes {
  display: block;
}

#introduce {
  background-color: #f7f7f7;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#introduce p {
  font-size: 110%;
  margin-left: 50px;
}

#introduce-footer {

}

.alert-container {
  text-align: center;
  position: fixed;
  top: 10px;
  width: 700px;
  z-index: 9000;
  left: 50%;
  margin-left: -350px;
  word-break: break-word;
}

.alert {
  /* 	text-align: center; */
  font-size: 140%;
  line-height: 1.4em;
}

.user-comment {
  border: #e9e9e9 1px solid;
  border-radius: 10px;
/ / box-shadow: 0 0 15 px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #DBDFE2;
  width: 100%;
  font-size: 150%;
}

#ChartTagId_chzn {
  width: 100%;
}

.well-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  font-weight: bold;
}

.important-item {
  background-color: #f7f7f7;
  margin: 30px 0px 30px 0px;
  padding: 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.important-item .control-label {
  font-weight: normal;
}

.control-label {
  line-height: 1.2em;
}

#entry-form #ChartName {
  height: auto;
  font-size: 250%;
}

#dashboard-container {
  margin-top: 0px;
}

#dashboard-container #ChartTweetTermType {
  width: auto;
}

hr {
  border: none;
  height: 1px;
  background: #eee;
  color: #e9e9e9;
}

#dashboard-container .title {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
  margin-bottom: 50px;
  font-size: 28px;
}

#dashboard-container .dashboard-item {
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 1px #efefef solid;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.dashboard-item .row {
  margin-left: 0px;
  margin-right: 0px;
}

#dashboard-container .dashboard-item-title {
  font-size: 20px;
}

#dashboard-container .guidline-item {
  margin-bottom: 50px;
  margin-left: 20px;
  padding-right: 60px;
}

#dashboard-container .guidline-item .contents {
  color: #111;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 0px;
  /* 	font-size:90%; */
  /* 	line-height:1.5em; */
}

#dashboard-container ol {
  background-color: #E4E4E4;
  border-radius: 4px;
  padding: 10px 20px 10px 40px;
}

#dashboard-container .hint {
  font-size: 80%;
  font-weight: bold;
  background-color: #dcdcdc;
  padding: 10px;
  border-radius: 4px;
  margin: 20px 0px 10px 0px;
}

#dashboard-container .dashboard-item code {
  font-size: 100%;
  font-weight: bold;
  margin-right: 3px;
  margin-left: 3px;
}

#dashboard-container h5 {
  font-weight: bold;
  margin: 30px 0px 30px;
  padding: 5px 12px 5px 0px;
  margin: 0 0 22px;
  /* 	background: #FAF2D1; */
  border-radius: 0px;
  color: #010101;
  border-bottom: 1px #317EAC solid;
}

#dashboard-container .number {
  font-weight: bold;
  font-size: 150%;
  margin-right: 5px;
  padding-bottom: 2px;
  border-radius: 0%;
}

#dashboard-container pre {
  padding: 20px;
  color: #c7254e;
}

.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border-radius: 4px;
}

.guideline-footer {
  font-size: 80%;
  font-weight: bold;
  text-align: right;
  /* 	background-color:#dcdcdc; */
  /* 	float:right; */
}

#dashboard-char-info {
  margin-bottom: 5px;
}

td.numeric {
  text-align: center;
  width: 100px;
}

td.date {
  width: 100px;
}

.input-sm {
  font-size: inherit;
  padding: 0px 0px;
}

#nav-header {
  /* 	height: 60px; */
  /* 	background-color: #222; */
  border-bottom: 0px #ddd solid;
  margin-top: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#nav-header ul.nav {
  margin-left: 50px;
}

.chart-setting-groupe-title {
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #DDDDDD;
  font-weight: bold;
  padding: 10px;
  letter-spacing: 0.7em;
}

.enable-container {
  display: block;
  padding: 10px;
}

#dashboard-container .correct-info {
  /* 	font-size:18px; */
  text-align: center;
  margin-bottom: 30px
}

#dashboard-container .correct-info code {
  font-size: 100%;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

#dashboard-container .correct-next-info {
  font-weight: bold;
  font-size: 110%;
  padding: 10px;
}

#dashboard-container .correct-next-info code {
  font-weight: bold;
  font-size: 100%;
}

#dashboard-container .correct-action {
  text-align: left;
}

#form-update-dashboard {
  margin-top: 10px;
  /* 	font-size:70%; */
  /* 	float:right; */
}

#form-update-dashboard label {
  /* 	display:none; */

}

#update-correct-term {
  margin-left: 2px;
}

#form-correct select {
  /* 	font-size:90%; */
  width: auto;

  /* 	display:inline; */
}

.bs-callout {
  text-align: left;
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
  /* 	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
  /* 	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
  /* 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.bs-callout-success {
  background-color: #73a839;
  border-color: #73a839;
}

.bs-callout-success h4 {
  color: #73a839;
}

.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #eed3d7;
}

.bs-callout-danger h4 {
  color: #b94a48;
}

.bs-callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}

.bs-callout-warning h4 {
  color: #c09853;
}

.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}

.bs-callout-info h4 {
  color: #3a87ad;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.bs-callout p {
  font-size: 90%;
}

#footer p {
  font-size: 95%;
  text-align: center;
}

#footer a {
  color: #999999;
}

.faq-item {
  margin-bottom: 30px;
  line-height: 2.1em;
}

.faq-item .alert {

  line-height: 2.3em;
  padding-left: 0px;

  display: block;
  padding: 9.5px;
  margin: 0 0 10px;

  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.faq-title {
  line-height: 1.6em;
  font-weight: normal;
  margin-bottom: 8px;
  font-family: 'Open Sans', 'Helvetica Neue', "驛｢譎｢?ｽ?｡驛｢?ｧ?ｽ?､驛｢譎｢?ｽ?ｪ驛｢?ｧ?ｽ?ｪ", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.faq-title .label {
  margin-right: 5px;
}

.faq-item .label {
  margin-right: 5px;
}

.faq-item .item {
  margin-right: 5px;
  margin-left: 5px;

  padding: 3px;

  font-size: 90%;
}

.faq-item code {
  font-size: 100%;
}

.about-hint {
  font-weight: bold;
  font-size: 80%;
}

#about-container {
  margin-top: 20px;
}

#about-container p {
  /* 	margin-top: 20px; */
  font-size: 110%;
  line-height: 1.7em
}

#nav-header-content-responsive {
  display: none;
}

#ChartKeyword {
  display: inline-block;
  width: 200px;
}

#nav-header-content li a {
  color: #fafafa;
  font-weight: normal;
  font-size: 100%;
}

#nav-header-content li a:hover {
  color: #0088cc;
}

.carousel-inner img {
  /*    max-height: 300px;*/

}

#registar h2 {
  font-weight: bold;
}

.carousel-inner .item {
  text-align: center;
  height: 400px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.carousel-inner .item img {
  display: inline;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.carousel-caption {
  text-align: left;
  top: 5%;
}

.carousel-caption h3 {
  color: #fff;
  font-size: 400%;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.5);
  text-align: center;
}

.carousel-caption p {
  /* 	position: absolute; */
  bottom: 100px;
  /* 	left:0px; */
  text-align: left;
  color: #fafafa;
  font-size: 120%;
  font-weight: bold;
  /*    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.5);*/
  line-height: 1.4em;
  background-color: rgba(10, 10, 10, 0.5);
  padding: 10px;
  border-radius: 4px;
  letter-spacing: 0.2em;
}

.carousel-caption .sandbox {
  position: absolute;
  bottom: 30px;
  z-index: 9000;
  width: 100%;
  text-align: center;
}

.sandbox a {
  font-weight: normal;
  font-size: 120%;
}

.carousel-inner {

  margin-top: 50px;
}

#guideline {
  text-align: center;
  margin: 30px;
}

#guideline h5 {
  font-size: 180%;
  font-weight: bold;
}

#guideline code {
  font-size: 105%;
  white-space: initial;
  font-family: initial;
}

#guideline .guideline-hint {
  font-size: 80%;
  font-weight: bold;
  text-align: left;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

#site-info {
  /* 	padding-top:50px; */
  /* 	padding-bottom:50px; */
  /* 	background-color: #eaf1f1; */
  /* 	border-top: 1px solid rgba(255,255,255,0.1); */
  /* 	border-bottom: 1px solid rgba(0,0,0,0.1); */

}

#site-info-brand-title {
  font-family: "Oswald", "Open Sans", "Century Gothic", "Tahoma";
  font-size: 700%;
  color: #ffffff;
  padding-bottom: 30px;
  letter-spacing: 8px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
}

#site-info-body {

}

#site-info-body .caution {
  padding-left: 1px;
  padding-top: 10px;
  list-style-type: none;
  color: #fefefe;
  font-size: 110%;

}

.site-info-container {

}

.site-info-container h5 {
  font-size: 240%;
  font-weight: normal;
  padding-bottom: 10px;
}

.site-info-container .icon {
  font-size: 800%;
  color: #317eac;
}

.site-info-container p {
  font-size: 120%;
  line-height: 1.7em;

}

.container.line1 {
  background-color: #eaf1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  padding-left: 20%;
  padding-right: 20%;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

.container.line2 {
  background-color: #F5F5F5;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  /* 	padding-left: 20%; */
  /* 	padding-right: 20%; */
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}

#site-info-wall {
  background: url(/img/site_info_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;

}

#site-info-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

#site-info-header p {
  margin: 0px;
  font-weight: bold;
  font-size: 150%;
  color: #fefefe;
}

#site-info .container {

}

#guideline .footer {
  margin-top: 30px;
}

#guideline p {
  text-align: left;
  margin-top: 30px;
  font-size: 115%;
  line-height: 130%;
  letter-spacing: 0.1em;

}

.guideline-mark {
  vertical-align: middle;
  font-size: 200%;
  text-align: left;
  color: rgb(61, 60, 60);
  margin-bottom: 22px;

}

.guideline-mark h5 {
  font-weight: bold;
  font-size: 100%;
  display: inline;
}

.guidline-body {

  margin-bottom: 30px;;
}

.guidline-body p {

  font-size: 130%;
}

.guidline-body .mute {
  font-size: 70%;
  color: #666;
}

.chzn-container-multi ul.chzn-choices li.search-field input[type="text"] {
  height: 34px;
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(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;
}

.chzn-container-multi ul.chzn-choices {

  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(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;
}

#regist {
  font-weight: bold;
  font-size: 130%;
}

#dashboard-container #auto-tweet-msg-sample {
  display: block;
  white-space: initial;
  line-height: 1.3em;
  font-size: 90%;
  text-align: left;
  font-weight: normal;
  padding: 10px;
  border-radius: 10px;
  background-color: initial;
}

#dashboard-container .form-group {
  text-align: left;
}

#auto-msg-hint-container {
  cursor: pointer;
}

#auto-msg-hint {
  display: none;
  text-align: left;
  font-size: 90%;
}

.auto-msg-hitn-item {
  display: block;
  font-weight: bold;
}

#show-auto-msg-hint-container {
  cursor: pointer;
  display: none;
}

#show-auto-msg-hint {
  display: none;
}

#right-menu {
  padding: 8px 15px;
  margin: 0 0 20px;
  background-color: rgb(241, 241, 241);
  background-color: #f7f7f7;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.carousel-nav-icon {
  font-size: 120%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

div.sortable-placeholder {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
  border: 1px dashed #CCC;
  width: 114px;
  height: 175px;
}

.dz-details {
  cursor: move;
}

#apk-editor.update .dz-preview .dz-error-mark span, #apk-editor.update .dz-preview .dz-error-mark span, #apk-editor.update .dz-preview .dz-success-mark span, #apk-editor.update .dz-preview .dz-success-mark span {

  /* 	display: inline; */
}

#apk-editor.update a.dz-remove, #apk-editor.update a.dz-remove {
  margin-top: 5px;
  color: #b83c11;
  font-weight: bold;
}

#app_icon_drop_area, #app_bg_drop_area {
  width: 220px;
}

#apk-editor.update .dropzone-pic .dz-preview, #apk-editor.update .dropzone-previews .dz-preview {
  margin: 10px;
  padding: 3px 3px 3px 3px;
}

#apk-editor.update .media-note {
  height: 4.5em;
  width: 100px;
  font-size: 10px;
  padding: 2px;
  border-radius: 0px;
  line-height: 1.1em;
}

#apk-editor.update .dz-preview .dz-details, #apk-editor.update .dz-preview .dz-details {

  margin-bottom: 4px;
}

#apk-editor.update .dz-error-message, #apk-editor.update .dz-error-message {

  opacity: 1.0;
  margin-left: 10px;
  z-index: 3000;
}

#apk-editor.update .dropzone-pic {
  padding: 2px;
  border: dotted 2px #ddd;
  cursor: pointer;
  min-height: 200px;
}

#media-drop-area {
  margin-left: 15px;
  margin-right: 15px;

}

#apk-form .form-actions {
  padding-top: 20px;
  padding-bottom: 20px;
  /* 	padding-left:10px; */
  /* 	padding-right:10px; */
  /* 	background-color: #FAEFEC; */
  /* 	border: 1px solid #e3e3e3; */
  /* 	border-radius: 4px; */
  /* 	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
  /* 	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
  margin-top: 20px;
  margin-bottom: 30px;

}

.pointer {
  cursor: pointer;
}

#apk-editor.update .dz-preview .dz-details .dz-size, #apk-editor.update .dz-preview .dz-details .dz-size {
  bottom: -5px;
  z-index: 2000;
  text-shadow: 2px 2px 2px #333333;
  color: #ffffff;
  font-size: 20px;
}

#apk-editor.update .dz-message {
  font-size: 100%;
  margin-top: 10px;
  color: #000;
  line-height: 2.0em;
  padding: 30px;
  text-align: center;
}

#app_bg_drop_area .dz-details, #app_bg_drop_area .dz-details img {
  height: 180px;
  width: 180px;
  max-width: 130px;

}

#ApkName {
  width: auto;
}

#app_icon_drop_area .dz-details, #app_icon_drop_area .dz-details img {
  height: 100px;
  width: 100px;
}

.dz-user-info {
  text-align: center;
  display: none;
  bottom: 0px;
  z-index: 3000;
  color: #3D3C3C;
  font-size: 18px;
  position: absolute;
  left: 0px;
  font-weight: bold;
  background-color: #FDFDFD;
  width: 100%;
  border-top: #dedede 1px solid;
}

#all-remove-container {

  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
}

#image-default-apk-top-image {
  margin-top: 10px;
}

#image-default-apk-top-image .item {
  margin-left: -5px;

}

#image-default-apk-top-image .item .thumbnail {
  background: rgba(0, 0, 0, 0.02);
  border: 2px dotted #ddd;
  border-radius: 2px;
  padding: 6px;
}

#image-default-apk-icon {
  margin-top: 20px;
}

#image-default-apk-icon .item {
  margin-left: -5px;

}

.img-user-thumnail-profile {
  display: inline-block;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #f9f9f9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  max-height: 30px;
  width: 30px;
}

.img-note-thumbnail {
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 200px;
  max-height: 200px;
  border-radius: 1px;
}

#build-cancel {
  margin-top: 20px;
  /* 	display:none; */
}

#loading-bar-msg {
  position: inherit;
}

#progress-container {
  display: none;
}

#apk-form .progress {
  margin-top: 3px;
  margin-bottom: 3px;
}

#apk-editor legend {
  border: 0;
  display: none;
}

#setting-more {
  display: none;
  text-align: left;

}

#sns-login {
  margin-top: 30px;
  margin-bottom: 30px;
}

#sns-login .sns-item {
  text-align: left;
  margin: 5px 10px 5px;
}

.sns-item-label {
  margin-left: 10px;
  font-size: 100%;
}

#apk-form #save {
  display: none;
  /* 	margin-right:10px; */
}

.adform {
  display: none;
}

.alert-sm {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 90%;
  font-weight: bold;

  margin-bottom: 4px;
}

#navbar-main li {
  /* 	margin-top:0.1em; */
  margin-bottom: 5px;
}

#select-app-top-image-cancel, #select-app-cancel {
  display: none;
}

a.list-group-item.disabled:hover {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: #fff;
}

#nav-sandbox, #nav-portal {
  font-weight: normal;
}

#alert-rebuild-apk {
  display: none;
}

#ApkNote {
  height: 200px;
  width: 100%;
}

#ApkIsPublic_ + label {
  font-size: 130%;
  font-weight: bold;
  padding-bottom: 10px;
}

.apk-pull-url {
  font-size: 100%;
  width: auto;

  line-height: 1.1em;
  font-weight: bold;

}

#data-list td.center {
  vertical-align: middle;
  text-align: center;
}

#more-function td {
  font-size: 100%;

  vertical-align: middle;
  text-align: center;
}

#more-function td.title {
  text-align: left;
  vertical-align: top;

}

#more-function .label {
  font-size: 100%;
  font-weight: bold;
}

.item-title {
  border-bottom: 1px solid #ddd;
}

.page-summary .badge {
  font-weight: normal;
}

.mute {
  font-size: 90%;

}

.tooltip-inner {
  font-size: 120%;

}

.bootbox {
  z-index: 9999;
}

#brand-title {
  font-family: Oswald;
  font-size: 100%;
  font-weight: bold;
  /* 	color: #FFF; */
  /* 	text-shadow: 3px 3px 3px #727272; */

  color: #333;
  text-shadow: 3px 3px 3px #fff;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
  color: #FFFFFF;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(65, 65, 68, 0.32);
}

#brand-title-sp {
  font-family: Oswald;
  display: none;
  font-size: 90%;
  font-weight: bold;
  color: #333;
}

#nav-sandbox li {
  font-weight: bold;
}

#ScheduleTweet {
  height: 10em;
}

#auto-follow-keyword-container {
  display: none;
}

#repeat-config-container {
  /* 	display:none; */
  padding-top: 10px;
}

.input-group[class*="col-"] {
  padding-left: 15px;
}

.form-group .date {
  width: 120px;

}

.form-group .time {
  width: 80px;
}

.form-group .inline-date {
  /* 	width:120px; */
  display: inline;
  /* 	margin-right:3px; */

}

.form-group .inline-time {
  width: 80px;
  /* 	display:inline; */
}

.form-group .datetime {
  width: 200px;

}

.form-group .day {
  width: 80px;
}

.form-group .number {
  width: 100px;

}

#ScheduleIsRepeat {
  display;
  inline;
}

[for="ScheduleIsRepeat"] {
  display: inline;
}

#ScheduleIsRepeat {
  float: initial;

}

#myTabContent {
  margin-top: 10px;
}

#repeat-weekly-container label {
  display: inline;
  /* 	font-size: 125%; */
  font-weight: normal;

}

#repeat-weekly-container .repeat-weekly {
  float: inherit;
  margin-left: 5px;
}

#repeat-weekly-container div.col-md-9 {
  padding-top: 5px;
}

#repeat-weekly-container .checkbox:nth-of-type(1) {
  padding-left: 0px;
}

{
/* 	dislay:inline; */
/* 	margin-right:10px; */
}

.list-group-item-sub {
  padding-left: 50px;
}

.label {
  font-weight: normal;
}

#history_datetime {
  width: 240px;
}

#history_result {
  width: 80px;
}

#history_type {
  width: 180px;
}

#
#setting-body-container {
  display: none;
}

#detai-setting-body-container {
  display: none;
}

.form-horizontal .control-label {
  text-align: justify;
}

.nav-tabs > li > a .genericon {
  font-size: 130%;
  /* 	vertical-align: middle; */
}

.nav-tabs > li > a {
  font-weight: normal;
  font-size: 120%;
}

.container .form-group {
  margin-left: 0px;
}

.alert-sm {
  margin-top: 5px;
  margin-bottom: 5px;

}

#divide-info {
  display: none;
}

#tweet-counter {
  display: none;
}

#new-entry-container {
  list-style-type: none;
  font-size: 110%;

}

#new-entry-container i {
  color: #317eac;
  padding-right: 10px;
}

#row-check-container-all {
  text-align: center;
}

.row-delete {
  margin-left: 20px;
  margin-right: 20px;
  float: right;

}

.cell-action {
  padding-left: 10px;
  padding-right: 10px;
}

#row-check-container-all {
  width: 60px;
}

.show-info {
  cursor: pointer;
}

.show-cast {
  cursor: pointer;
}

#cast-list td {
  vertical-align: middle;
}

.admin-item-container {
  margin-bottom: 50px;
}

#premiumed {
  font-size: 130%;
}

#WP_checkoutBox {
  font-size: 200%;
}

#AdminSettingPaymentSpec {
  height: 300px;

}

#purchase-list td {
  text-align: right;
}

#purchase-list .label {
  font-size: 90%;
  font-weight: bold;

}

.list-group .top {
  margin-top: 2px;
}

#footer {
  border-top: 1px solid #dfdfdf;
  padding-top: 40px;
  padding-bottom: 50px;
  font-size: 1.3rem;

}

/* .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text { */
/* color: #EAF0EE; */
/* } */
/* .navbar-default { */
/* 	background-color: #6bb130; */
/* 	border-color: #84A766; */
/* 	background-image: linear-gradient(#6bb130, #6bb130 80%, #84A766); */
/* } */
/* .navbar-default .navbar-collapse, .navbar-default .navbar-form { */
/* 	border-color: #84A766; */
/* } */
/* .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { */
/* background-color: #6bb130; */
/* } */
/* .navbar-default .navbar-toggle { */
/* border-color: #84A766; */
/* } */

input[type="checkbox"].clear {
  float: initial;
}

.chzn-container-multi ul.chzn-choices {
  height: 2em;
}

.note-item {
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  display: block;
  padding: 24px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* .tab-content */
/* { */
/* 	border: none; */
/* 	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); */
/* 	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); */
/* 	box-shadow: 0 1px 2px rgba(0,0,0,.2); */
/* 	display: block; */
/* 	padding: 24px; */
/* 	margin-bottom: 20px; */
/* 	line-height: 1.42857143; */
/* 	background-color: #fff; */
/* 	border-radius: 4px; */
/* 	-webkit-transition: all .2s ease-in-out; */
/* 	transition: all .2s ease-in-out; */
/* } */

/*
.sns-item .zocial.evernote {
	background-color: #9B9B9B;
	color: #fff;
}
.sns-item .zocial.evernote:hover {
	background-color: #6bb130;
}
*/

#portfoliowrap {
  font-family: "Oswald", sans-serif;
}

#portfoliowrap h1 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
}

#portfoliowrap .proc:hover {
  background-color: #eee;
  border-bottom: solid 2px #2f2f2f;
}

.proc {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 2px transparent;
}

#portfoliowrap .fa {
  font-size: 50px;
}

#send-setting-basic {

}

#send-setting-basic .control-label {
  font-size: 150%;
  margin-bottom: 10px;
}

#send-setting-option {
  display: none;
}

.chzn-container {
  font-size: 100%;

}

.modal-body {
  padding: 20px;
}

.checkbox, .radio {
  padding-left: 20px;
}

code {
  font-size: 100%;
  font-weight: bold;
}

#setting-container .notebook {
  max-width: 200px;
}

#UserFilterTag_chzn {
  max-width: 500px;
}

#setting-container .charset {
  max-width: 200px;
}

#UserFilterWord {
  max-width: 400px;
}

#UserCollectMaxCnt {
  max-width: 100px;
}

#UserCollectDay {
  max-width: 160px;
  display: inline;
}

#UserCollectType {
  max-width: 230px;
  display: inline;
}

.navbar-default {
  background-color: rgba(255, 255, 255, .9);
  border: none;
  z-index: 1000;
}

#login-nav.navbar-default {
  /* 	background-color: #a0d468; */
  /* 	border: #a0d468; */
}

#login-nav #brand-title {

  color: #333;
  text-shadow: 3px 3px 3px #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

/* a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover */
/* { */
/* 	background-color: #ed5565; */
/* 	border-color: #ed5565; */

/* } */

/* a.list-group-item-info.active, a.list-group-item-info:focus, a.list-group-item-info:hover */
/* { */
/* 		background-color: #ed5565; */
/* 	border-color: #ed5565; */
/* } */

.chzn-container.chzn-container-multi {
  width: 100%;
}

label.checkbox {
  display: inline-block;
}

#graphic-grid-list {
  padding-left: 0px;
  padding-right: 0px;
}

.graphic-item {
  /*
  * top grid 邵ｺ?ｮmargin
  */

  /*  	margin:5px;  */
  padding: 5px;
}

.tab-content {
  padding: 5px;
}

.container, .container-fluid {
  /* 	margin-right: 0px; */
  /* 	margin-left: 0px; */
  /* 	padding-left: 0px; */
  /* 	padding-right: 0px; */
}

.graphic-item .thumbnail {
  padding: 0px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

/*.graphic-item .item-header {
  /* 	display:none; */
  position: absolute;
  top: 5px;
  font-family: "繝｡繧､繝ｪ繧ｪ", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: rgba(255, 255, 255, .7);
  width: 97.3%;
  height: auto;
  padding: 5px 5px 5px 5px;
  color: #444;
  text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.5);
  font-size: 1.8rem;
  font-weight:bold
  border-bottom: 1px solid #efefef;
}
*/
.graphic-item .title {
  font-weight: bold;
  color: #444;
}

.graphic-item .item-footer {
  /* 	display:none; */
  /* 	position: absolute; */
  /* 	bottom: 0; */
  background-color: rgba(255, 255, 255, .0);
  /* 	width: 97%; */
  /* 	height:4rem; */
  padding: 5px 0px 5px 0px;
  /* 	border-top: 1px solid #efefef; */
}

.item-footer .attribute-box-container {
  /* 	display:inline; */
  /* 	position: absolute;  */
  /* 	bottom: 5px; */
  /* 	right:5px; */
  width: 100%;
}

.img-rounded-top {
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
}

.item-footer .title {
  font-size: 1.7rem;
  font-weight: normal;
}

.attribute-box-creater {
  float: left;
  margin-left: 5px;

}

.attribute-box-edit-container {
  padding: 3px;
}

.attribute-box .fa {
  /*  	display:block; */
  margin-right: 3px;
  font-size: 1.3rem;
  padding-bottom: 2px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #398ba8;
  border-radius: 0px 0px 0px 20px;
}

.attribute-box {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  color: #737572;
  padding: 4px 6px 4px 6px;
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  margin: 0 1px 0 1px;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);

  /* 	text-shadow: 1px 1px 3px #444;	 */
}

.item-footer .attribute-box.low {
  background-color: #831129;
  color: #CCC9C9;
}

.comment-area {
  display: none;
}

#contents-body {
  padding: 10px;
  0px;
  10px;
  10px;
}

@media screen and ( max-width: 767px) {
  ul.social-button-container li {
    position: relative;
  }

  #contents-body {
    padding: 5px;
  }

  .col-sm-8, .col-md-9, .col-md-12 {
    padding: 0px;
  }

  .side-menu {
    margin-top: 5px;
  }

  #site-info-brand-title {
    font-size: 400%;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: rgba(65, 65, 68, 0.32);
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .divider, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: rgba(65, 65, 68, 0.32);
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
    border-color: #999;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #444;
  }

  .navbar-default .navbar-toggle {
    background-color: #F7F7F7;
    border-color: #444444;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #444;
  }

  .navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
  }

  .img-note-thumbnail {
    max-width: 100px;
    max-height: 100px;
  }

  .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 5%;
  }

  .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 5%;
  }

  .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 80%;
  }

  .navbar-brand #brand-title {
    display: none;
  }

  .navbar-brand #brand-title-sp {

    display: inline;
  }

  /* 	#wrap .container { */
  /* 		margin-top: 60px; */
  /* 	} */
  #nav-header {
    display: none;
  }

  #nav-header-content-responsive {
    display: inline;
  }

  #nav-header-content-responsive ul {
    max-width: 150px;
  }

  #nav-header-content-responsive li a {
    color: #fff;
  }

  #nav-header-content-responsive .pull-right {
    display: none;
  }

  .carousel-caption h3 {
    font-size: 180%;
  }

  .carousel-caption {
    right: 5%;
    margin-top: 30px;
    left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .carousel-caption p {
    font-size: 100%;
    bottom: 0px;
  }

  #regist {
    white-space: initial;
  }

  .alert-container {
    width: 300px;
    margin-left: -150px;
  }

  .form-group .control-label {
    margin-bottom: 10px;
  }

  .form-group div.col-md-9 {
    padding-left: 1px;
    padding-right: 1px;
  }
}

@media (max-width: 980px) {
  ul.social-button-container li {
    position: relative;
  }

  #contents-body {
    padding: 5px;
  }

  .col-sm-8, .col-md-9, .col-md-12 {
    padding: 0px;
  }

  .graphic-item .item-footer {
    display: inherit;
    position: inherit;

  }

  .item-footer .attribute-box-container {
    position: inherit;
    /* 	bottom: 0px; */
    /* 	right:1px; */
  }

  .img-rounded-top {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
  }

  .side-menu {
    margin-top: 5px;
  }

  .navbar-fixed-top, .navbar-fixed-bottom {
    position: static;
  }

  .form-group div.col-md-9 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .navbar-brand #brand-title {
    display: none;
  }

  .navbar-brand #brand-title-sp {
    display: inline;
  }

  .carousel-caption {
    right: 5%;
    bottom: 10px;
    left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*     #wrap .container{ */
  /* 	    margin-top:60px; */
  /* 	} */
  #nav-header {
    display: none;
  }

  #nav-header-content-responsive {
    display: inline;
  }

  #nav-header-content-responsive ul {
    max-width: 150px;
  }

  #nav-header-content-responsive li a {
    color: #fff;
  }

  .form-group .control-label {
    margin-bottom: 10px;
  }

  #nav-header-content-responsive .pull-right {
    display: none;
  }

  .alert-container {
    width: 300px;
    margin-left: -150px;
  }
}

.graphic-show .img-thumbnail {
  padding: 6px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.introduce {
  background-color: #f7f7f7;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.graphic-show-attribute {
  margin-top: 50px;
}

.graphic-show-attribute .title {
  margin-top: 20px;
}

.graphic-show .page-title {
  font-size: 180%;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  letter-spacing: 0.3em;
  paddig: 2px;
  margin-top: 5px;
  margin-bottom: 25px;
  padding-bottom: 5px;

}

.graphic-show .page-summary {
  margin-top: 10px;
}

.img-graphic-thumbnail {

  display: inline-block;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  width: 90%;
}

.attribute-box-container .img-user, .img-user {
  display: inline-block;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  max-height: 30px;
  width: 30px;
  margin: 0px 0px 0px 10px;
}

.graphic-show-creater .graphic-comment {
  padding: 0px;
}

.graphic-show-creater h5 {
  display: inline;
  font-size: 0.7rem;
  font-weight: bold;
  color: #595959;
}

.img-graphic-thumbnails {
  margin-top: 5px;
  margin-bottom: 5px;
}

#CommentComment {
  width: 95%;
}

.comment-list p {
  font-size: 0.7rem;
  color: #595959;
}

.comment-list {
  margin-top: 10px;
}

.comment-container textarea {
  height: 20rem;
}

.action-btn-container {
  margin-top: 5px;
}

.comment-list li {
  display: block;
  padding: 4px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#GraphicKeyword + ul {
  width: inherit;
}

.loading-grid {
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
}

.tag-cnt {
  color: #646464;
  font-size: 70%;
  background-color: #F7F7F7;
  font-weight: normal;
  padding-left: 6px;
  padding-right: 6px;
}

.data-count {
  color: #595959;
  font-size: 80%;
  font-weight: bold;
}

.breadcrumb-arrow li:not(:first-child) {
  margin-left: inherit;
}

.breadcrumb-arrow li a:hover {
  /* 	background-color: #ed5565; */
  /* 	border-color: #ed5565; */
}

/* .breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover { */
/* 	background-color: #d2322d; */
/* 	border: 1px solid #ac2925; */
/* } */
.breadcrumb-arrow li a {
  /* 	background-color: #d2322d; */
  /* 	border: 1px solid #ac2925; */
}

.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
  /* 	border-left-color: #ed5565; */
}

.breadcrumb-arrow li a:before {
  /* 	border-left-color: #d2322d; */
}

.breadcrumb-arrow li a:after {
  /* 	border-left: 11px solid #ac2925; */
}

#nav-tags {
  background-color: #2d4ebf;
  padding: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

#nav-tags li.nav-pill a {
  color: #ffffff;
}

#nav-tags li.nav-pill.active a {
  color: #ffffff;
}

#nav-tags li.nav-pill a:hover {
  color: #000000;
}

/* .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { */
/* 	color: #e2e8cd; */
/* 	background-color: #637c85; */
/* } */

.graphic-item {
  /* 	max-width: 300px; */
}

.navbar {
  margin-bottom: 0px;

}

#popular-user {
  padding: 0px;
}

#popular-user li {
  padding: 3px 3px 3px 3px;
}

#popular-user li .badge {
  margin-top: 3px;

}

.select-media, .select-media-cancel {
  display: none;
}

#select-media-container {
  /* 	display:none; */
}

#add-media-container .media-item {
  cursor: move;
}

.comment-container {
  margin-bottom: 40px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#MediaImages {
  display: none;
}

#MediaImages .modal-dialog {
  /* 	width:90%; */
}

.data-html {
  text-align: center;
}

.data-html img {
  max-width: 100%;

}

.edit-container {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.edit-container .btn {
  margin-top: 10px;
}

.data-source {
  color: #dddddd;
  text-align: right;
}

.data-note {
  line-height: 2rem;
  padding: 0px;
  padding-left: 10px;
  text-align: left;
  font-size: 1.5rem;

}

.data-note .bs-callout {
  background-color: rgb(241, 242, 246);
}

.media-item .thumbnail {
  padding: 0px;
}

.image-select-container {
  display: none;
}

#UserNote {
  height: 150px;
}

#MediaNote {
  height: 150px;
}

textarea.form-control.edit-data-note {
  height: 150px;
}

.action-container {
  display: none;
}

.tagit {
  width: inherit;
}

#contents-header {
  display: none;
}

.media-list-title {
  text-shadow: 2px 2px 2px rgba(214, 211, 211, 1);

}

.comment .popover {
  position: relative;
  display: block;
}

.popover {
  color: #000;
  background-color: #F7F7F7;
  border-color: #D1D1D1;
  max-width: inherit;
  z-index: 1000;
}

.popover.bottom .arrow, .popover.bottom .arrow:after {
  border-bottom-color: #DBDBDB;
}

.popover-content {
  padding: 3px 3px;
}

.popover.bottom > .arrow {
  left: 10%;

}

.fit {
  padding: 0px;
}

.show-footer {
  margin-top: 20px;
  border-top: 1px dashed #ccc;
  padding: 10px 0 20px;
  background-color: #f5f5f5;

}

hr.dashed {
  border-top: 1px dashed #ccc;
}

#tab-graphic, #tab-stock {
  padding: 10px;
}

.panel-title {
  font-size: 110%;
  vertical-align: middle;
  border-bottom: 1.5px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 5px;
  margin-top: 25px;
  font-weight: bold;

}

.badge {
  padding: 6px 8px;
  border-radius: 50%;
}

.right-menu h6 {
  font-weight: bold;
  margin-bottom: 5px;
}

.right-menu h5 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 3px;
}

.right-menu .list-group-item {
  padding-left: 8px;
}

.right-menu .label {
  padding-top: 5px;
  margin-top: 5px;
}

.right-menu .rank {
  font-size: 70%;
}

.right-menu .rank {
  font-size: 1.0rem;
  padding: 3px 5px;
  font-weight: normal;
}

#graphic-grid-list .graphic-item:hover {
  background-color: #398ba8;
  -webkit-transition: background-color 0.3s ease;
  border-radius: 4px;
}

#most-post-user {
  padding: 0px;
}

#most-post-user li {
  padding: 3px 3px 3px 3px;
}

#most-post-user a, #popular-user a, #popular-tag a {
  display: block;
}

ul.social-button-container li {
  position: relative;
  float: right;
}

ul.social-button-container iframe {
  margin: 0 !important;
  vertical-align: top;
}

ul.social-button-container {
  list-style-type: none;
}

.IN-widget a {
  vertical-align: top;
}

iframe.twitter-share-button {
  width: 85px !important;
}

.social-pinterest a {
  margin-left: 5px !important;
}

.social-linkedin .IN-widget {
  margin-left: 5px !important;
  margin-top: -2px !important;
  line-height: inherit !important;

}

.form-group #UserEmail {
  font-size: 2.4rem;
  font-weight: bold;
  height: 5.0rem;
  width: auto;
}

#file_drop_area {
  cursor: pointer;
}

#file_drop_area.dropzone-pic {
  position: inherit;
  border: 0px solid rgba(0, 0, 0, 0.08);
  min-height: inherit;
  background-color: #fff;
  padding: 0px;
}

#file_drop_area.dropzone-pic .dz-preview, #file_drop_area.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: initial;
  display: block;
  margin: 10px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 0px;
  width: 95%;
  text-align: center;
}

#file_drop_area .dz-message {
  color: #aaa;
  padding: 50px;
  text-align: center;
}

#file_drop_area .dz-details {
  display: none;
}

#file_drop_area .dz-remove {
  display: none;
}

#file_drop_area .dz-error-message {
  position: initial;
  width: 100%;
  display: none;
  max-width: none;
  opacity: initial;
}





#japanese_audio_file_drop_area {
  cursor: pointer;
}

#japanese_audio_file_drop_area.dropzone-pic {
  position: inherit;
  border: 0px solid rgba(0, 0, 0, 0.08);
  min-height: inherit;
  background-color: #fff;
  padding: 0px;
}

#japanese_audio_file_drop_area.dropzone-pic .dz-preview, #japanese_file_drop_area.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: initial;
  display: block;
  margin: 10px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 0px;
  width: 95%;
  text-align: center;
}

#japanese_audio_file_drop_area .dz-message {
  color: #aaa;
  padding: 50px;
  text-align: center;
}

#japanese_audio_file_drop_area .dz-details {
  display: none;
}

#japanese_audio_file_drop_area .dz-remove {
  display: none;
}

#japanese_audio_file_drop_area .dz-error-message {
  position: initial;
  width: 100%;
  display: none;
  max-width: none;
  opacity: initial;
}





#english_audio_file_drop_area {
  cursor: pointer;
}

#english_audio_file_drop_area.dropzone-pic {
  position: inherit;
  border: 0px solid rgba(0, 0, 0, 0.08);
  min-height: inherit;
  background-color: #fff;
  padding: 0px;
}

#english_audio_file_drop_area.dropzone-pic .dz-preview, #english_file_drop_area.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: initial;
  display: block;
  margin: 10px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 0px;
  width: 95%;
  text-align: center;
}

#english_audio_file_drop_area .dz-message {
  color: #aaa;
  padding: 50px;
  text-align: center;
}

#english_audio_file_drop_area .dz-details {
  display: none;
}

#english_audio_file_drop_area .dz-remove {
  display: none;
}

#english_audio_file_drop_area .dz-error-message {
  position: initial;
  width: 100%;
  display: none;
  max-width: none;
  opacity: initial;
}
