html, body {
    background-color: #eee;
}

body {
    padding-top: 60px;
    padding-bottom: 50px;
    font-family: mplus-1p-regular, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'qMmpS ProN W3', Meiryo, CI, sans-serif;
}

.container {
    width: 860px;
}

/* The white background content wrapper */
.content {
    background-color: #fff;
    padding: 0 20px 0 20px;
    margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
            box-shadow: 0 1px 2px rgba(0,0,0,.15);
    min-height: 10px;
}

/* Page header tweaks */
.page-header {
    background-color: rgba(0, 0, 0, .0001);
    padding: 20px 10px 4px 10px;
    margin: -16px -20px 20px;
    border-bottom: 1px solid #ABABAB;
}

/*******************/
/*ΊLΝwangΜΗΑ*/
.no-ime input{
	ime-mode: disabled !important;
}

.contents-body{
	border: 1px solid;
	border-color: rgb(221, 221, 221);
	padding: 5px;
}

.contents-in{
	padding: 10px;
}

.contents-in li {
	padding-top:14px;
}

input, textarea, select, .uneditable-input{
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}

.title-link-first{
	margin-top:10px !important; 
	font-size:15px !important; 
	text-decoration:underline;
}

.title-link-second{
	margin-top:10px !important; 
	font-size:15px !important; 
	text-decoration:underline !important;
}

.select-error select{
	color: #b94a48;
  	border-color: #ee5f5b;
}
 
.select-error .help-inline{
	color: #b94a48;
}

.page-title {
    display: block;
    padding-left: 215px;
    font-size: 19.5px;
    line-height: 1;
    color: #404040;
}
.footer {
	background-color: #f5f5f5;
	position: fixed;
	bottom: 0;
	width: 100%;
}
.footer p {
  margin: 0px;
}
footer .logo{
	float: left;
}
footer .credits{
	margin: 0 auto;
	text-align: center;
	color: #777;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

li {
	color: #808080;
}

.form-control{
	display: inline-block;
	width: auto;
}

.form-group span[id*='error'] {
	display: inline;
}

.help-block{
	margin: 0;
	color: #2f4f4f;	
}

.has-error .help-block, .has-error .control-label, .has-error .checkbox{
	color: #2f4f4f;	
}

.has-error .help-block[id*='_error_0']{
	color: #a94442;
}

span.change-row-error{
	color: #a94442;
	margin-top: 10px;
}

h6 {
	color: #bfbfbf;
}

p.input{
	min-height: 20px;
}

input[type="checkbox"]{
	vertical-align: bottom;
}

input[type="file"]{
	display: inline-block;
}

.cursor-default, .cursor-default:hover {
	cursor: default;
}

input[type="email"], input#email{
	width: 320px;
}

input.bn {
	width: 320px;
	display: initial;
}

.revoke-alert {
	padding-left: 35px;
	padding-right: 35px;
}

.revoke-alert p {
	color: red;
	font-weight: bold;
}

.info-contact {
	text-align: right;
	margin-top: 24px;
	font-weight: bold !important;
}

.info-contact p{
	margin-bottom:0px;
}

.font-bold {
	font-weight: bold !important;
}

.input-color-warning, .maintenance {
	color: #fc686d;
}

.input-color-info {
	color: #2f5597;
}

.maintenance {
	border-color: #fc686d;
	margin-bottom: 20px;
}