@charset "UTF-8";

@font-face {
	font-family: Oterakai;
	src: url('../fonts/oterakai.eot'); /* IE9 Compat Modes */
	src: url('../fonts/oterakai.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/oterakai.woff') format('woff'), /* Pretty Modern Browsers */
	     url('../fonts/oterakai.ttf')  format('truetype');
}

/* ---------- base ---------- */
body{
	font-family:"Oterakai","メイリオ","Meiryo";
	padding-bottom: 10px;
}

.view-only {
}
.print-only {
	visibility: hidden;
	display: none;
}
td.checkbox {
	text-align: center;
	display: table-cell;
	margin: auto;
}

.footer {
	font-size: 86%;
	background-color: #eee;
	position: fixed;
	min-height: 88px;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	z-index: 250000;
}
.footer > ul{
  padding-top:5px;
}
.footer > ul > li {
  display: inline-block;
  margin-right: 10px;
}

/* ---------- layout ---------- */
.view-primary {
	z-index: 1060!important;
}
.view-secondary-2 {
	z-index: 1051!important;
}
.view-secondary {
	z-index: 1050!important;
}
.view-tertiary {
	z-index: 1040!important;
}
.overlay {
	position: fixed;
	display: none;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(255,255,255,0.50);
}
.overlay img {
	display: inline-block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

/* ---------- module ---------- */
.system-title {
	font-family: "Kokoro";
}
.system-title2 {
	font-family: "Harenosora";
}
.system-title3 {
	font-family: "dejima-mincho";
}
.menu {
	display: block;
	line-height: 2;
	border-left:   10px solid #555;
	border-bottom: 1px solid #555;
}

.data {
	background-color: #eee;
}

.clickable:hover {
	background-color: #f5f5f5;
	cursor: pointer;
}

.input_date {
	width:160px;
}
.view_date {
	width:140px;
}
.view_date_small {
	width:90px;
}
.input_age {
	width:70px;
}
.view_age {
	width:50px;
}

.section-header {
	font-weight:bold;
}

.search_name {
	width: 160px;
}

.search_address {
	width: 160px;
}
.space-login {
	margin-top: 50px;
}
.space-5 {
	margin-top: 5px;
}
.space-10 {
	margin-top: 10px;
}
.space-15 {
	margin-top: 15px;
}
.space-20 {
	margin-top: 20px;
}
.space-25 {
	margin-top: 25px;
}
.space-30 {
	margin-top: 30px;
}
.space-40 {
	margin-top: 40px;
}
.space-50 {
	margin-top: 50px;
}
.space-60 {
	margin-top: 60px;
}
.oldword {
	background-color: #F3E5F5;
}

.data-terms {
	margin-left: 10px;
	line-height: 1.7;
}
.sub-ol {
	margin-left: 30px;
	margin-bottom: 5px;
	list-style-type: lower-roman;
}

.exchar_control {
	position:fixed;
	left:0;
	bottom:50px;
	z-index:1055;
}

/* 上書き bootstrapをカスタマイズ */
.checkbox-inline + .checkbox-inline {
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* 追加  bootstrapのcheckbox表示をカスタマイズ */
.checkbox-inline:first-child {
	margin-right: 15px;
	margin-bottom: 15px;
}

.table {
	background-color: #fff;
}

.help-block {
	font-size: 11px;
}

.help-block:before {
	content:"";
}

.btn-default {
	border: 1px solid #333;
}

.btn-listOption {
	width: 160px;
}

.modal-dialog .map-dialog {

}

.no-border {
	border:none;
}

/* ---------- state ---------- */
.hidden  {visibility:hidden;}
.toggle-close {display:none;}
.required:after  {content:"【必須】"; color:red;}
.voluntary:after {content:"【任意】"; color:blue;}
.yet {font-weight: bold;}
.finished {color: #ccc;}
tr.grayout {
	background-color:#f5f5f5;
}

.inactive_map_cell {
	background-color:rgba(0,0,0,0.4)
}
.exchar {
	font-size: 40px;
	text-decoration: none;
	float:left;
}.exchar:hover {
    background-color: rgba(0,0,0,0.3);
	text-decoration: none;
}
.exchar.exchar_copyed {
	animation: copyed 1s ease-out 1;
}

.responsive-teble {
	table-layout:fixed;
	width:100%;
}
.responsive-teble td {
	word-wrap:break-word;
}
.responsive-teble th.buddhist_name {
	width:160px;
}
.modal-body {
	word-wrap:break-word;
}

@keyframes copyed {
    0% {
    	background-color: rgba(0,0,0,0.7)
    }
    100% {
    	background-color: rgba(0,0,0,0.0)
    }
}


/* ---------- theme ---------- */
@media (min-width: 1002px) {
  .modal-xl {
    width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {

	/* lgと同様 */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	/* mdと同様 */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

	/* smと同様 */
	.footer {
		position: static;
	}

}
@media only screen and (max-width: 767px) {

	/* xsと同様 */
	.footer {
		position: static;
	}

	.menu {
		font-size: 25px;
	}

	.responsive-teble {

	}

	.responsive-teble thead {
		display:none;
	}

	.responsive-teble tr:not(.toggle-close) {
		margin-bottom:20px;
		display:block;
	}

	.responsive-teble td {
		display:block;
		border-bottom:0;
		text-align:right;
	}

	.responsive-teble th {
		display:block;
		text-align:left;
	}

	.responsive-teble td:first-child {
		background-color: #ddd;
	}

	.responsive-teble td:last-child {
		border-bottom:0;
	}

	.responsive-teble td:before {
		content:attr(data-label);
		float:left;
		font-weight: bold;
	}

	.help-block {
		visibility: hidden;
		display: none;
	}
}



/*# sourceMappingURL=main.css.map */