/*@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css"); font-family: "Noto Sans Japanese";*/

/**************************************************
	common
**************************************************/
* {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#wrapper {
	background-color: #FFFFFF;
}
body {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow-x: auto;
}
a {
	color: #009EDD;
}
a:hover {
	color: #27BADE;
	/*text-decoration: underline;*/
}
header, footer {
	flex:none;
	min-width: 800px;
}
main {
	flex: 1 0 auto;
	min-width: 800px;
	background-color: #EEF0F1;
}

.br:before {
	content: "\A" ;
	white-space: pre;
}

body {
	padding-top: 40px;
}
body.popup {
	padding-top: 0px;
}

.mainBox {
	padding: 0px 1em 0 1em;
}

@media only screen and (max-width: 767px) {
	.mainBox {
		padding: 0;
	}
}


/**************************************************
	semantic ui extends
**************************************************/
.ui.menu {
	box-shadow: none;
}
.ui.container.full {
	width: auto;
}
.ui.container.wide {
	width: 1200px;
}
.ui.container.medium {
	width: 920px;
}
.ui.container.narrow {
	width: 800px;
}

.ui.grid.middle {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.ui.fixed.table td, .ui.fixed.table th {
	overflow: visible;
}

.ui.form .error.message, .ui.form .success.message, .ui.form .warning.message {
	display: block;
}

@media only screen and (max-width: 767px) {
	.ui.form .fields {
		margin: 0 -.5em 1em;
	}
}
.ui.icon.header svg {
    width: 3em;
    height: 3em;
}

.ui.table td.link {
	padding: 0;
}

.ui.table td.link a {
	display:block;
	padding: .78571429em .78571429em;
}

.ui.table tr.delete > td {
	background-color: #00b5ad!important;
	text-decoration: line-through;
}

.ui.table tr.delete > td .ui.label {
	text-decoration: line-through;
}

/**************************************************
	semantic ui calendar extends
**************************************************/
.ui.calendar .ui.table tr .disabled {
	color: rgba(40,40,40,.3) !important;
}

.ui.dropdown .menu>.header {
	text-transform: inherit;
}

.table-border-left {
	border-left: 1px solid rgba(34,36,38,.15);
}


/**************************************************
	header
**************************************************/
header {
	
}



/**************************************************
	footer
**************************************************/
footer {
	padding: 10px 0;
}

footer .copyright {
	font-size: .8em;
}
footer .policies {
	font-size: .8em;
}



/**************************************************
	common
**************************************************/

.filePreview {
	width: 100%;
	height: 180px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
}

.filePreview-list {
	width: 100px;
	height: 74px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	position: relative;
	display: block;
}

.trJump:hover {
	cursor: pointer;
}
.trJump:hover td.notJump {
	cursor: auto;
}


.tableScroller {
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	margin: 0px 0 10px 0;
	padding: 0;
	position: relative;
}
.tableScroller > .ui.table {
	margin: 0;
}



.img-cover {
	display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
}

.img-td.img-cover {
	width: 78px;
	height: 78px;
}

.img-cover > img {
	width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.item_popup-td {
	width: 280px;
	height: 280px;
}

.item_popup-td > img  {
	width: auto;
	max-width: 280px;
	height: auto;
	max-height: 280px;
}

.item_popup-div > img.ui.image {
	max-width: 320px;
	max-height: 320px;
}


p.error_message {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #FF0000 !important;
	text-decoration: underline;
}

p + p.error_message {
	margin-top: -10px;
}