@charset "UTF-8";
/*
 1.Basic Elements
 2.Generic Classes
 3.Basic Layout
 4.Content
*/
/***********************************************************
 1.Basic Elements
***********************************************************/
body {
	font-size: 13px;
	padding: 65px 0 30px;
}
th {
	font-size:11px;
	color: #666;
}
span.word {
	cursor: pointer;
	padding-right: 2px;
}
label {
	font-size: 12px;
	margin-bottom: 2px;
}
input[type="password"] {
	width: 270px;
}
mark {
	color: #000;
	background: #fffacd;
}

input[type=radio] {
	margin: 2px 0 0 4px;
}
form#form-search {
	position: relative;
}
form#form-search .glyphicon {
	position: absolute;
	left: 24px;
	top: 18px;
	opacity: .5;
}
form#form-search input[type="text"] {
	padding-left: 28px;
}	
/***********************************************************
 2.Generic Classes
***********************************************************/
.badge-unpublish {
  display: inline-block;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #777;
  border-radius: 10px;
  margin: 0 4px;
  vertical-align: 1px;
}
.container-fluid {
	padding: 0 60px;
}
h1#logo {
	font-size: 36px;
	color: #333;
	margin-bottom: 5px;
}
h1.page-header {
	font-size: 16px;
	padding-bottom: 9px;
	margin: 10px 0 15px;
	border-bottom: 1px dotted #c0c0c0;
}
h1.page-header span.releasedate{
	color: #808080;
	font-size: 14px;
}
p.explanation {
	margin: 0 0 15px;
}
.dropdown-menu img {
	margin-right: 5px;
}
.form-responsive {
	width: 100%;
}

.form-group {
	margin: 10px 0 0;
}
.navbar-form  .form-group,
.form-inline .form-group {
	margin: 0;
}
.has-feedback .form-control {
	padding-right: 5px;
}
.form-inline {
	margin-bottom: 5px;
}
.form-inline label {
	font-size: 90%;
	padding-right: 5px;
	text-align: right;
	width: 72px;
}
.form-actions {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-bottom: 15px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb30 {
	margin-bottom: 30px;
}
img.dummy {
	width: 100%;
}
.mt10 {
	margin-top: 10px !important;
}
.va-m {
	vertical-align: middle !important;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #333;
}
.navbar-default .navbar-nav>li>a {
	font-weight: 500;
}
.flag-color {
	color: #f66100;
}
.form-control::-moz-placeholder {
	color: #c0c0c0;
}
.form-control:-ms-input-placeholder {
	color: #c0c0c0;
}
.form-control::-webkit-input-placeholder {
	color: #c0c0c0;
}
.mt5 {
	margin-top: 5px;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.navbar-brand {
	font-size: 16px;
	padding: 7px 10px;
	height: 40px;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar-form {
	padding: 0;
	margin: 0;
}
.navbar {
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
	min-height: 20px;
}

.navbar .label.label-danger,
.navbar .label.label-success {
	font-size:9px;font-weight: normal;
	padding: .1em .4em .2em;
	vertical-align: 2px;
}
.neccesary {
	font-size: 75%;
	font-weight: normal;
	padding: 1px 5px;
	margin-left: 10px;
	background-color: #a9a9a9;
}
.checkbox {
	margin-top: 0;
}
.checkbox label {
	margin: 0 0 5px 0;
}

.form-edit .checkbox label{
	margin: 0 15px 5px 0;
}
.label {
	font-size: 85%;
}
.label-radio {
	background-color: #db4a4a;
	font-size: 10px;
	font-weight: bold;
}
.label-etv {
	background-color: #00aa0d;
	font-size: 10px;
	font-weight: bold;
}
.panel {
	margin-bottom: 15px;
}
.panel-body {
	padding: 10px;
}
.form-signin {
	width:300px;
	margin: 150px auto 180px;
}
#coordinate-image {
	cursor: crosshair;
}
#form-signin-logo {
	position: absolute;
	top: 15px;
	left: 10px;
}
p.explaination {
	margin: 15px 0;
}
.form-edit .pid {
	width: 120px;
}
.form-edit .coordinate {
	width: 90px;
}
.form-edit td {
	padding: 0 5px 5px 0;
}
td .meaning {
	padding-top: 4px;
	font-size: 13px;
	line-height: 1.3;
}
td .meaning img{
	width: 120px;
	margin: 0 5px 5px;
	float: left;
}

td.status .label {
	font-size:11px;
	font-weight: normal;
	margin: 5px 0;
}

td.item .caption, 
td.item .explain-long {
	margin-top: 4px;
}
td.item .explain {
	margin-top: 4px;
	color: #808080;
}
td img.item-tn {
	border:1px solid #c0c0c0;
}
td .item-name a {
	font-weight: bold;
}
.modal-dialog {
	max-width: 590px;
}
.help-block {
	font-size: 90%;
}
.icon-trash {
	float:right;
	margin:2px;
}
.icon-trash a {
	color: #808080;
}
.icon-trash a:hover {
	color: #333;
}

.img-detail {
	font-size: 11px;
	color: #808080;
	padding: 5px 2px;
}
ul.pagination {
	margin: 0;
}
.count-data {
	font-size: 13px;
}
.glyphicon-new-window:before {
	font-size: 85%;
	color: #a9a9a9;
}

/* List */
#table-list td {
	padding: 10px;
	line-height: 1.3;
}
#table-list td.tn {
	width: 120px;
	min-width: 90px;
}
#table-list .tn img {
	border-radius: 2px;
	width: 100%;
}
#table-list .content {
	line-height: 1.6;
	min-width: 300px;
}
#table-list  .content .title {
	font-size: 16px;
	font-weight: bold;
	min-width: 180px;
}
#table-list  .content .title .glyphicon {
	font-size: 14px;
}
#table-list  .content .kana {
	color: #808080;
	font-weight: normal;
	font-size: .9rem;
}
#table-list .update {
	 line-height: 1.4;
	 font-size: 12px;
}
#table-list .listbtn {
	font-size: 12px;
	margin: 0;
	padding: 0 5px;
}

/* Edit */
#flagcount {
	font-size: 12px;
}
#edit hr {
	border-top: 1px solid #cccccc;
	margin-top: 45px;
}
#edit .form-group.mb0 {
	margin-bottom: 5px;
}
#edit .help-block {
	margin: 2px 0 10px;
}

ul#tag {
	margin: 0;
}
.navbar h1#logo {
	font-size: 16px;
	color: #333;
	margin: 8px 10px 0 0;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.3);
	padding: 0;
}
.form-group .ta-sentence {
	margin-left:0;
	margin-right:0;
}
/***********************************************************
 4.Content - Login
***********************************************************/
#top .form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto 90px;
}
#top h1 {
	color: #e60012;
	font-size: 40px;
	text-shadow: 1px 1px 2px #c0c0c0;  
}
#top h1 img#logo {
	margin-right: .5rem;
	vertical-align: -7px;
	height: 40px;
	width: 40px;
}
#version {
	color: #666;
	margin: 0 0 32px;
	font-size: 12px;
}

/* History */
.collaps_details {
	white-space: nowrap;
	margin: 15px 0;
}
.details-area {
	margin-top:5px;
	font-size:12px;
	border: 1px solid #d3d3d3;
	padding: 5px 10px;
	color: #696969;
	display: none;
}
/* Check List */
#checklist #modified {
	color: #808080;
	font-style: italic;
	margin-top: -50px;
}
#checklist h2.category {
	color: #999;
	font-size: 14px;
	margin: 30px 0 15px;
}
#checklist img.icon {
	margin-right: 2px;
	vertical-align: -5px;
}
#checklist .glyphicon-trash {
	cursor: pointer;
	font-size: 85%;
}
/* E-NEW */
.form-control.input-sm.numsize {
	width: 40px !important;
	padding: 5px;
	text-align: center;
}
/***********************************************************
 4.Content - Knowledge System
***********************************************************/
.page-header {
	margin: 15px 0;
	border-bottom: 1px solid #c0c0c0;
}
.page-header h1{
	font-size: 22px;
	line-height: 1.4;
	margin: 0;
}
#editor-info {
	text-align:right;
	font-size:12px;
	color:#808080;
}
#editor-info ul{
	list-style-type: none;
}

#article {
	padding:0 30px 30px;
	line-height: 1.6;
}
#article ol {
	margin: 5px 0 5px -15px;
}
#article ol li {
	padding: 5px 0;
}
#article .heading {
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	margin:10px 0 0 -10px;
}

#article p {
	padding-left: 10px;
	margin: 10px 0 0;
}
#article code {
	padding: 0;
}

.highlight {
	font-weight:bold;
	background-color:#ffff66;
}

.shadow {
	text-shadow: 0px 1px 1px #fff;
}

.list-icon {
	font-size:11px;
	color:#808080;
	margin-top:4px;
}
#article .caution,
#article .memo {
	font-size: 85%;
	color: #808080;
	padding: 2px;
}
/***********************************************************
 4.Content - Edit
***********************************************************/
#edit #gallery td {
	width: 25%;
}
#edit #gallery input[type=file],
#edit #charactor input[type=file] {
	width: 160px;
}
#edit .form-edit .checkbox label {
	margin-bottom: 0;
}
#edit table#charactor input[type=text],
#edit table#related input[type=text],
#edit table#related textarea {
	margin-bottom: 10px;
}
#edit .comment {
	border: 1px solid #dcdcdc;
	background-color: #f5f5f5;
	margin: 5px 0 15px;
	padding: 15px 15px 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	min-height: 80px;
}
#edit .comment p {
	overflow:auto; zoom:1;
}

#edit .comment img {
	float: left;
	margin-right: 15px;
	border-radius: 48px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
}
#edit span.post-date {
	color: #a9a9a9;
	font-size: 12px;
	font-style: italic;
	margin-left: 15px;
	white-space: nowrap;
}
.wimage {
	margin-right: 15px;
}
@media (max-width: 767px) {
	.container-fluid {
		padding: 0 15px;
	}
	.navbar-toggle {
		margin: 5px 15px;
	}
	.navbar-default .navbar-toggle {
		border: none;
	}
	.navbar-brand {
		padding: 10px 10px;
	}
	.col-sm-3.text-right {
		padding-top: 5px;
		text-align: center;
	}

	/* テーブルスクロール */
	table {
		width:100%;
	}
	.scroll{
		overflow: auto;		white-space: nowrap;
	}
	.scroll::-webkit-scrollbar{
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
}
