@charset "utf-8";
/**
 * iroha Board Project
 *
 * @author        Kotaro Miura
 * @copyright     2015-2016 iroha Soft, Inc. (http://irohasoft.jp)
 * @link          http://irohaboard.irohasoft.jp
 * @license       http://www.gnu.org/licenses/gpl-3.0.en.html GPL License
 */

/* custom.css */

.contents-questions-index input[type=radio] {
	margin-top: 10px;
	vertical-align: top;
	margin-right: 5px;
}

.contents-questions-index input[type=checkbox] {
	margin-top: 10px;
	vertical-align: top;
	margin-right: 5px;
}

.contents-questions-index .result-table {
	width				: auto;
	min-width			: 250px;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(170,170,170,0.3);
	z-index: 9999;
	display: none;
}
#loading > div {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#loading > div > div {
	text-align: center;
	padding: 15px;
	background: white;
	border: 1px dashed #AAA;
}
#loading > div > div > div{
	margin-top: 10px;
}
.footer-nav {
	padding: 3px 0;
}
.footer-nav a {
	color: white;
}
.coorporate {
	font-size: 12px;
	padding: 3px 0;
}


.flex {
	display: -webkit-flex;
	display: flex;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-middle {
	-webkit-align-items: center;
	align-items: center;
}
.flex-bottom {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.flex-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex-fit {
	-webkit-flex: 1;
	flex: 1;
}
.flex-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ui-datepicker-div {
	z-index: 100 !important;
}

.title-bar{
	background: #f5f5f5 !important;
	border: 1px solid #AAA !important;
	color: #333 !important;
	margin: -1px !important;
}
