﻿@charset "utf-8";
body {
	text-align: center;
	font-size: 12px;
	color: #444;
	background-color: #062a68;
}
#wrapper {
	width:100%;
	margin:0 auto;
	text-align:left;
}
.popup {
	min-width:490px;
}
textarea {
	border:solid #bbbbbb 1px;
}
/* header */
#header {
	background-color:#fff;
	padding:20px;
}
.header {
	background-color:#fff;
	padding:20px;
}
#search {
	float:left;
}
.searchbox input {
	width:20em;
}
.srchbtn {
	background:url(../../images/btn_search_r.png) no-repeat left top;
}
.srchbtn input:hover {
	opacity:0;
	/* IE */
    filter: alpha(opacity=0);
}
.searchbox,
.srchbtn,
.menubtn,
.filterbtn {
	float:left;
	margin-right:10px;
}
#mainmenu {
	float:right;
}
#mainmenu div.menu {
	position:relative;
}
.menu div {
	cursor:pointer;
}
.menu ul {
	display:none;
	position:absolute;
}
h1 {
	color: #062a68;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin: 0 10px 0 0;
}
.menubtn,
.settingbtn {
	float:left;
}

/* login */
.login {
	background-color: #062a68;
	padding: 20px;
	width: 300px;
	margin: 40px auto;
	text-align: center;
}
	.login h1 {
		color: #062a68;
		font-size: 24px;
		font-weight: normal;
		text-align: center;
		float: none;
		margin-bottom: 10px;
	}
.login .boxbody {
	padding:30px 20px;
}
.login table th {
	text-align:right;
}
.login .boxbody table td {
	padding:10px 0;
	text-align:center;
}

/* main */
#main {
	background-color: #062a68;
	padding: 20px;
}
.box {
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	border-radius: 4px;         /* CSS3 */
	border:solid #dadada 1px;
	background-color:#fff;
	margin-bottom:20px;
}
.boxbody {
	padding:20px;
}
.boxbody table {
	width:100%;
	margin:0 auto;
}
.boxbody table th {
	font-weight:bold;
}
.boxbody table th,
.boxbody table td {
	padding:10px 0 10px 10px;
}
.boxbody table.btable th,
.boxbody table.btable td {
	padding:10px;
}
th.co2 {
	background: #dddddd;
}
.boxbody table td span {
	/*font-weight:bold;*/
}
.lc {
	background-color:#f6f7f9;
}
.lcr {
	background-color:#ecedef;
}
.boxbody table.scrolltable {
	overflow:auto;
}
.boxbody table.scrolltable th,
.tabtable th {
	border-top:solid #ecedef 2px;
	border-bottom:solid #ecedef 2px;
    text-align:center;
}
.list-tbl {border-bottom:solid #ecedef 2px !important;}
.list-tbl th {border-right:solid #ecedef 1px;text-align:center;}
.list-tbl td {border-right:solid #ecedef 1px; padding:10px !important;}
.list-tbl th.last,
.list-tbl td.last {border-right:none;}

.scrolltable th,
.scrolltable td {
	white-space: nowrap;
}
.cellbtn {
	width:38px;
}
.sortbox {
	float:left;
	width:400px;
	margin-bottom:15px;
}
.selectbox select {
	font-size:2em;
}
.pagingbox {
	float:right;
}
.allnum {
	float:left;
}

.boxbody table.noscrolltable {
	overflow: auto;
}

	.boxbody table. th,
	.tabtable th {
		border-top: solid #ecedef 2px;
		border-bottom: solid #ecedef 2px;
		text-align: center;
	}

.list-tbl-r {
	border-bottom: solid #ecedef 2px !important;
	border: none;
}

	.list-tbl-r th {
		border-right: solid #ecedef 1px;
		text-align: center;
	}

	.list-tbl-r td {
		border-right: solid #ecedef 1px;
		padding: 10px !important;
	}

		.list-tbl-r th.last,
		.list-tbl-r td.last {
			border-right: none;
		}

.noscrolltable th,
.noscrolltable td {
	white-space: normal;
}

/* detail_customer */
h2 {
	font-size:24px;
	float:left;
	margin:0 0 20px 10px;
}
h2 span {
	font-size:12px;
	padding:0 1em;
}
#boxarea {
	display:table;
	width:100%;
	/*border-collapse: separate;
	border-spacing: 10px 0;
	margin-bottom:5px;*/
}
#boxarea div {display:table-cell; width:10%;border-right:solid #dadada 1px; }
#boxarea dl {
	padding:15px;
}
.address {height:4em;}
#boxarea dl dt,
h3,
h4 {
	font-size:18px;
	border-left:solid #ff9871 4px;
	padding-left:0.5em;
	margin-bottom:15px;
}
#boxarea dl dd {
	padding:0.5em 1em;
	margin:0 0 0 0.5em;
	word-break:break-all;  
}
h3 {
	margin: 0 5px 15px;
}
h4 {
	font-size:14px;
	margin-top:15px;
}

/* tab */
.tabrow {
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
	line-height:24px;
	position:relative;
}
.tabrow:after {
	position:absolute;
	content: "";
	width:100%;
	bottom:0;
	left:0;
	border-bottom:solid 1px #dadada;
	z-index:1;
}
.tabrow:before {
	z-index:1;
}
.tabrow a {
	text-decoration:none;
	color:#444;
	display:block;
	padding:10px 20px;
}
.popup .tabrow a {
	padding:10px;
}
.tabrow a:hover {
	color:#888;
}
.tabrow li {
	margin:0;
	padding:0 5px;
	border:solid 1px #dadada;
	background:#f6f8fb;
	display:inline-block;
	position:relative;
	z-index:0;
	font-size:1.2em;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	box-shadow:inset 0 1px 0 #fff;
}
.tab3 li {
	width:15%;
	font-size:1.4em;
}

.tabrow li:before,
.tabrow li:after {
	position:absolute;
	bottom:-1px;
	width:4px;
	height:4px;
	content: "";
	border:solid 1px #dadada;
}
.tabrow li:before {
	left:-5px;
	border-bottom-right-radius:4px;
	border-width:0 1px 1px 0;
	box-shadow:2px 2px 0 #f6f8fb;
}
.tabrow li:after {
	right:-5px;
	border-bottom-left-radius:4px;
	border-width:0 0 1px 1px;
	box-shadow:-2px 2px 0 #f6f8fb;
}
.tabrow li.selected {
	background:#fff;
	z-index:2;
	border-bottom-color:#fff;
}
.tabrow li.selected a {
	color: #062a68;
	font-weight: bold;
}
.tabrow li.selected a:hover {
	color: #062a68;
	font-weight: bold;
}
.tabrow li.selected:before {
	box-shadow:2px 2px 0 #fff;
}
.tabrow li.selected:after {
	box-shadow:-2px 2px 0 #fff;
}
.tabbox {
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	border-radius: 4px;         /* CSS3 */
	border:solid #dadada 1px;
	background-color:#fff;
	margin-bottom:20px;
	border-top-color:#fff;
}

/* paging */
.page {
	margin:5px 0 0;
	padding:0;
	font-size:1.0em;
	text-align:center;
	color: #808080;
}
.page .now {
	font-weight: bold;
	padding: 2px;
	color: #ff9871;
}
.page a {
	line-height: 1.5;
	padding: 2px;
	text-align: center;
	color: #808080;
}
.page a:hover {
	color:#ff9871;
	text-decoration:none;
}

/* btn */
.btn  a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 28px;
    padding-top: 28px;
    text-align: center;
}
.btn  a:hover {
    background-position: 0 -28px;
} 
.filterbtn a {
	background-image: url(../../images/btn_filter.png);
} 
.menubtn a {
	background-image: url(../../images/btn_menu.png);
}  
.settingbtn a {
	background-image: url(../../images/btn_setting.png);
}  
.editbtn a {
	background-image: url(../../images/btn_edit.png);
} 
.searchbtn a {
	width:130px;
	background-image: url(../../images/btn_filtersearch.png);
	margin:20px auto 0;
}

.searchbtn2 a {
	width: 130px;
	background-image: url(../../images/btn_filtersearch.png);
	margin: 0px auto 0;
}

.newbtn a {
	width:108px;
	background-image: url(../../images/btn_new.png);
	float:left;
	margin-right:10px;
}
.masterbtn a {
	width:108px;
	background-image: url(../../images/btn_master.png);
	float:right;
	margin-right:10px
}

.confirmbtn a {
	width:108px;
	background-image: url(../../images/btn_confirm.png);
	float:right;
	margin-right:10px
}

.issubtn a {
	width: 108px;
	background-image: url(../../images/btn_issu.png);
	float: right;
	margin-right: 10px
}

.suretybtn a {
	width: 108px;
	background-image: url(../../images/btn_surety.png);
	float: right;
	margin-right: 10px
}

.addbtn a {
	width:84px;
	background-image: url(../../images/btn_add.png);
	float:left;
	margin-right:10px;
}
th div.addbtn a {
	float:none;
}
.printbtn a {
	width:84px;
	background-image: url(../../images/btn_print.png);
	margin:20px auto 0;
}
.printbtn2 a {
	width:84px;
	background-image: url(../../images/btn_print.png);
	float:left;
	margin-right:10px;
}
.enterbtn a {
	width:84px;
	background-image: url(../../images/btn_enter.png);
	margin:20px auto 0;
}
.alloutputbtn a {
	width:108px;
	background-image: url(../../images/btn_alloutput.png);
	float:left;
	margin-right:10px
}
.suretyalloutputbtn a {
	width:108px;
	background-image: url(../../images/btn_suretyalloutput.png);
	float:left;
	margin-right:10px
}
.suretyalloutput3btn a {
	width:108px;
	background-image: url(../../images/btn_remit.png);
	float:left;
	margin-right:10px
}
.undisturbedbtn a {
	width:119px;
	background-image: url(../../images/btn_undisturbed.png);
	float:left;
	margin-right:10px
}
.supportbtn a {
	width:133px;
	background-image: url(../../images/btn_support.png);
	float:left;
	margin-right:10px
}
.morainebtn a {
	width:133px;
	background-image: url(../../images/btn_moraine.png);
	float:left;
	margin-right:10px
}
.estimatesbtn a {
	width:133px;
	background-image: url(../../images/btn_estimates.png);
	float:left;
	margin-right:10px
}
.monthremitbtn a {
	width:108px;
	background-image: url(../../images/btn_monthremit.png);
	float:left;
	margin-right:10px
}
.monthclaimbtn a {
	width:108px;
	background-image: url(../../images/btn_monthclaim.png);
	float:left;
	margin-right:10px
}
.csvbtn a {
	width:84px;
	background-image: url(../../images/btn_csv.png);
	margin:20px auto 0;
}
.contractcsvbtn a {
	width: 108px;
	background-image: url(../../images/btn_contractcsv.png);
	margin: 20px auto 0;
}
.suretycsvbtn a {
	width:108px;
	background-image: url(../../images/btn_suretycsv.png);
	margin:20px auto 0;
}
.negotiatecsvbtn a {
	width: 108px;
	background-image: url(../../images/btn_negotiatecsv.png);
	margin: 20px auto 0;
}
.debtcsvbtn a {
	width: 135px;
	background-image: url(../../images/btn_debtcsv.png);
	margin: 20px auto 0;
}
.csvbtn2 a {
	width: 84px;
	background-image: url(../../images/btn_csv.png);
	float: left;
	margin-right: 10px;
}
.choicebtn a {
	width:84px;
	background-image: url(../../images/btn_choice.png);
}
.deletebtn a {
	width:84px;
	background-image: url(../../images/btn_delete.png);
	margin:20px auto 0;
}
.closebtn a {
	width:108px;
	background-image: url(../../images/btn_close.png);
	margin:20px auto 0;
}
.loginbtn a {
	width:108px;
	background-image: url(../../images/btn_login.png);
	margin:20px auto 0;
}
.upload_file,.upload_btn{
	display:none;
}
.file_mask span{
	display:block;
	background-image:url(../../images/btn_fileselect.png);
	background-position:left top;
	height:28px;
	width:130px;
	cursor:pointer;
}
.file_mask span:hover{
	background-position:left bottom;
}




/*--------------------------------------- 追加 */
.boxbody .msg td {
	padding:0px 0 0px 0px;
}


.boxbody .pagerstyle td {
	padding:0px 0 10px 10px;
}

.reward-table {

}
.reward-table th {
	text-align: Center;
	border: 1px solid black;
	background: #dddddd;
}

/*--------------------------------------- CalendarCSS↓ */
.MyCalendar1 .ajax__calendar_container   {
    background-color: #e2e2e2;
    border:solid 1px #cccccc;
}

.MyCalendar1 .ajax__calendar_header  {
    background-color: #ffffff;
    margin-bottom: 4px;
    font-size:10pt;
    font-weight:bold;
}

.MyCalendar1 .ajax__calendar_title,
.MyCalendar1 .ajax__calendar_next,
.MyCalendar1 .ajax__calendar_prev    {
    color: #004080;
    padding-top: 3px;
}

.MyCalendar1 .ajax__calendar_body    {
    background-color: #dddddd;
    border: solid 1px #cccccc;
}

.MyCalendar1 .ajax__calendar_dayname {
    text-align:center;
    font-weight:bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.MyCalendar1 .ajax__calendar_day {
    background-color: #eeeeee;
    text-align:center;
    font-size:10pt;
    font-weight:bold;
}

.MyCalendar1 .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar1 .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar1 .ajax__calendar_hover .ajax__calendar_year,
.MyCalendar1 .ajax__calendar_active  {
    color: #ffffff;
    background-color: #43B300;
}

.MyCalendar1 .ajax__calendar_today   {
    font-weight:bold;
}

.MyCalendar1 .ajax__calendar_other {
    color: #bbbbbb;
}

.MyCalendar1 .ajax__calendar_hover .ajax__calendar_title,
.MyCalendar1 .ajax__calendar_hover .ajax__calendar_today{
    color: #43B300;
}
/*--------------------------------------- CalendarCSS↑ */


/*--------------------------------------- 検索条件入力提示 CSS↓ */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	text-align:left;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('../../images/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
.notice {
	color:#cc0000;
	font-size:12px;	
}
.add_record {
	padding-bottom:15px;
}
.loadmask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
	top: 0px;
	left: 0px;
	z-index: 5000;
	opacity: 0.0;
	display: none;
}

/*--------------------------------------- 検索条件入力提示 CSS↑ */

#toolTip {
	border: 5px solid #CCC;
	background-color: #F9F9F9;
	width: 300px;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

#toolTip h1 {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #F1F1F1;
	border-bottom: 1px solid #CCC;
	margin: 0px;
	padding: 0px 2px;
}

#toolTip p {
	margin: 0px;
	padding: 4px 2px;
}