@charset "utf-8";
@import url(pc.css) screen and (min-width: 641px);
@import url(sp.css) screen and (max-width: 640px);

.inline{
	display: inline;
}
.inline-block{
	display: inline-block;
}
.text-align_left{
	text-align: left;
}
.text-align_right{
	text-align: right;
}
.text-align_center{
	text-align: center;
}

.page_login h1{
	text-align: center;
}
.page_login form{
	max-width: 300px;
	margin: 0 auto;
}
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.clearfix > *{
	float: left;
	display: inline;
}

h2,h3,h4,th{
	color: #072A60;
}

body{
	background: #eee;
}
#header{
	text-shadow: 0 0 -1px #111;
}
#header p.staff{
	margin: 0;
	line-height: 1em;
	padding: 2px 15px;
	background: #123;
	font-weight: normal;
	text-align: right;
	border: solid #111;
	border-width: 1px 0;
/*
	text-shadow: 0 0 1px #111;
	color: #ddd;
*/
}

body .ui-footer ul li a{
	background-color: #123;
	color: #fff;
}


#top-dedura{}
#top-dedura ul{}
#top-dedura ul li{
	padding: 3px 10px;
	margin: 0 5px 5px 0;
	background: #aaa;
	text-shadow: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ddd;
	color: #111;
	font-weight: bold;
}

p.drag,
#deduraEdit dl p{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #aaa;
	color: #333;
	text-shadow: none;
	padding: 3px 5px;
	font-weight: bold;
}
#deduraEdit dl dt{
	border-top: 2px solid #123;
}
#deduraEdit dl dd{
	margin-bottom: 15px;
}
#deduraEdit dl dt span{
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding: 5px 0 0 10px;
}
#deduraEdit dl dt .ui-controlgroup{
	display: inline-block;
}

.ui-draggable-dragging{
	z-index: 999;
}



.report-table{
	border: 1px solid #111;
}
.report-table > tbody > tr > td{
	width: 50%;
}
.report-table,
.report-table > tbody,
.report-table > tbody > tr,
.report-table > tbody > tr > th,
.report-table > tbody > tr > td{
	padding: 0;
	margin: 0;
	border: none;
	font-size: 12px;
	font-weight: normal;
	vertical-align: text-top;
	border-collapse: collapse;
}

.report-table > tbody > tr > td table{
	width: 100%;
}
.report-table > tbody > tr > td table{
	border-collapse: collapse;
}
.report-table > tbody > tr > td table th,
.report-table > tbody > tr > td table td{
	font-size: 12px;
	text-shadow: none;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #111;
	border-collapse: collapse;
	height: 18px;
}
.report-table > tbody > tr > td table td.text-align_right{
	text-align: right;
}
.report-table > tbody > tr > td table td.text-align_left{
	text-align: left;
}
.report-table > tbody > tr > td table td.text-align_center{
	text-align: center;
}

.report-table > tbody > tr > td table th{
	font-weight: bold;
	background: #ddd;
	padding-left: 5px;
	letter-spacing: 0.8em;
	white-space: nowrap;
}

#dedura .popSelecter ul.ui-listview{
	box-shadow: 0 0 5px #eee inset;
}
#dedura .popSelecter ul.ui-listview li{
	padding: 5px;
}
#dedura .popSelecter ul.ui-listview li div.cont-A{
	float: left;
	width: 50%;
}

#dedura div#deduraEdit.clearfix div.areaL ul#tabArea{
	width: 160px;
}
#dedura div#deduraEdit.clearfix div.areaL ul#tabArea li *{
	max-width: 140px;
}
#dedura div#deduraEdit.clearfix div.areaL ul#tabArea li ul li p{
	margin: 5px 0;
	white-space: nowrap;
	overflow: hidden;
}

.dedura-memo{
	padding: 5px;
	margin: 5px 0 0;
	background: #f1f1f1;
	text-shadow: 0 0 2px #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	word-break: break-all;
}

pre{
	margin: 0;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.hasDatepicker{
	font-size: 11px;
}

#dedura .drag:hover{
	background: #f1f1f1;
	cursor: pointer;
	-webkit-border-radius: 5px;/* 50%でもOK */
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#dedura .drag span{
	background: #a00;
	height: 18px;
	width: 20px;
	padding-top: 2px;
	font-size: 12px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	color: #fff;
}
#dedura .pool{
	display: inline-block;
	margin: 10px 20px 10px 0;
}
#dedura .pool span.del{
	background: #ddd;
	height: 20px;
	width: 20px;
	line-height: 1;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
#dedura .pool span.del:hover{
	color: #fff;
	background: #aaa;
}
#dedura .pool span.count{
	background: #fafafa;
	height: 20px;
	min-width: 15px;
	line-height: 1;
	-webkit-border-radius: 20%;/* 50%でもOK */
	-moz-border-radius: 20%;
	border-radius: 20%;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
#dedura .pool span.count:hover{
	color: #fff;
	background: #aaa;
}

ul.account-authority li{
	margin-left: 1em;
}

#edit-body .report-list_staff label{
	width: auto;
}

.areaL{
	float: left;
}
.areaR{
	float: right;
}
.ttl{
	font-weight: bold;
}
h4.minimum{
	margin: 0 0 10px;
}

table.table-view td{
	padding: 2px 10px;
}
.border-table{
	border-collapse: collapse;
}
.border-table th,
.border-table td{
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.center-table th,
.center-table td{
	text-align: center;
}


.mb10{
	margin-bottom: 10px;
}.mb15{
	margin-bottom: 15px;
}
table.ui-table-reflow tbody th{
	margin-top: 0px ;
	white-space: nowrap;
	text-align: right;
	padding-top: 20px;
}
table.ui-table-reflow tbody th[colspan="2"],
table.ui-table-reflow tbody th[colspan="3"]{
	text-align: left;
}
hr{
	border: none;
	padding: 0;
	height: 1px;
	background: #CCC;
	margin: 10px 20px;
}

html body .ui-bar-a,
html body .ui-page-theme-a .ui-bar-inherit,
html body .ui-bar-a .ui-bar-inherit,
html body .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
	color: #fff /*{a-bar-color}*/;
	text-shadow: none;
}

#tabList p{
	padding-left: 10px;
	padding-right: 10px;
}
