@charset "UTF-8";

/*
 * menu
 * */
.nav a{
	font-size:23px;
}

/*
 * common
 * */
#loginform th,
#loginform td{
	background:white !important;
    vertical-align:middle;
}

.small-title{
	font-size:60%;
}
#whole_wrapper {
	margin-top: 44px; /*ヘッダ分*/
	padding-top: 10px;
	padding-bottom: 20px;
}
.m_b_5 {
	margin-bottom:5px;
}
.m_b_10 {
	margin-bottom:10px;
}
.m_b_15 {
	margin-bottom:15px;
}
.m_b_20 {
	margin-bottom:20px;
}
.m_b_30 {
	margin-bottom:30px;
}
.bg-info{
	background-color: #d9edf7 !important;
}
.bg-danger{
	background-color: #ebcccc !important;
}
.bg-warning{
	background-color: #fcf8e3 !important;
}
.bg-success{
	background-color: #dff0d8 !important;
}
#whole_wrapper form{
	margin-top:30px;
}
form label{
	font-weight:bold !important;
}
#info_list span.label:hover {
	text-decoration:none !important;
}
#informations .label {
	display:block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}



/*
 * intercom list
 * */
.thumb .well{
	padding: 15px;
}
.thumb_date {
	font-weight:bold;
}
.thumb_date,
.thumb_time {
	display: inline-block;
	font-size: 90%;
	padding-bottom: 5px;
}
.thumb .buttons {
	padding-top: 10px;
}
.thumb.large_high,
.thumb.large_wide
{
	margin-bottom:15px;
}
.thumb.large_high .thumb_img img{
	width:100%;
	display:block;
	margin:0 auto;
}
.img_wrapper{
	margin:0 auto;
}
.thumb.large_wide img{
	width:auto;
	width:100%;
	max-width:100%;
	height:100%;
	display:block;
	margin:0 auto;
}
.thumb.large_wide .well{
	height:100%;
}
.thumb .badge {
	font-size:110%;
	font-weight:bold;
}
.img_info{
	font-size:90%;
}
@media (max-width: 768px){
	.thumb .well{
		padding: 5px;
	}
	.thumb_date,
	.thumb_time {
		font-size: 90%;
		padding-bottom:0;
	}
	.badge{
		font-size: 10px;
	}
}

/*
 * intercom list
 * */
.noimage{
	display:block;
	overflow:hidden;
}
.noimage .inner{
	height:100%;
	border: 1px solid #e8e8e8;
	padding:5px;
}
.noimage .img{
	font-size:500%;
	display: block;
}
.noimage .img,
.noimage .info{
	padding-top:10px;
	text-align:center;
	width:120px;
	margin:0 auto;
}
.noimage .remove{
	margin-top:2px;
}
@media (max-width: 768px){
	.noimage{
		font-size:60%;
	}
	.noimage .img,
	.noimage .info{
		width:80px;
	}
}


/*
 * information list
 * */
#info_create {
	margin-top: 30px;
}
#info_create label{
	font-size: 120%;
}
#info_create .form-control{
	height:3em;
}
.info_title{
	margin-bottom:5px;
	margin-top:5px;
}
.info_date{
	font-size: 80%;
}
.info_btn{
	display:block;
	width:50%;
	float:left;
}
.info_btn img{
	width:100%;
}

@media (max-width: 768px){
	#messagebox h3{
		font-size: 100%;
	}
}
@media (max-width: 768px){
	#informations .info_title{
		font-size: 100%;
	}
	#informations .info_date{
		font-size: 100%;
	}
}
@media (max-width: 768px){
	#informations .label{
		font-size: 60%;
	}
	.list-group-item{
		padding:4px 8px;
	}
}
@media (max-width: 468px){
	#informations .info_title{
		font-size: 60%;
	}
	#informations .info_date{
		font-size: 60%;
	}
}

#informations .bg-danger {
	background-color:#FFCFC9 !important;
}
#informations .label-caution {
	background-color:#87E885;
	background-color:#72E86F;
	background-color:#6BDB69;
	background-color:#49D14E;
}
.bg-caution {
	background-color:#BBFF92;
	background-color:#C3F598;
}
#informations .label-alert {
	background-color:#888;
}
.bg-alert {
	background-color:#eee;
}
#informations .label-alert_alt {
	background-color:#F4CF00;
	color: #111;
}
.bg-alert_alt {
	background-color:#FAF97C;
}
#informations .label-log {
	background-color:#35C6E8;
}
.bg-log {
	background-color:#B7F6FA;
}


/*
 * information detail
 * */
.spacer{
  height: 45px;
}
#outerContainer{
  z-index:1;
}


/**/
.fancybox-close{
	visibility:hidden;
}
/*
 * mail
 * */
@media (max-width: 768px){
	#mail h1{
		font-size: 120%;
	}
	#mail h2{
		font-size: 120%;
	}
}

/*
manage index button
*/
.index-btn-row {
  text-align: center;
}
.index-btn {
  margin-bottom: 20px;
  /*ボタンを正方形にする処理*/
  height: 240px;
  width: 240px;
  /*文字がボタンからはみ出るのを防ぐ*/
  padding: 0px;
}
.index-label {
  font-size: 200%;
}
#index-h1 {
  padding-bottom: 20px;
}
