﻿@charset "utf-8";

/*-------------------
 body
-------------------*/
body{
	margin: 0;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;

	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	webkit-tap-highlight-color:rgba(0,0,0,0);
	//-ms-touch-action:none;
	-ms-touch-action:pan-y;
	-ms-content-zooming:none;
	//-ms-scroll-translation:none;
	//@-ms-viewport{user-scalable:yes;}
}
* html body {
	overflow: hidden;
} 
html, body {
	height:100%;
}

body.window_noscroll {
	overflow: hidden;
}
.main_body {
	position:fixed;
	overflow-y:scroll;
	-ms-touch-action:none;
}

/*-------------------
 header
-------------------*/
header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #999;
	background-color: #fff;
	overflow: hidden;
	z-index: 1000;
}
.header {	
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #999;
	background-color: #cbd9ee;
	overflow: hidden;
	z-index: 1000;
}
header .header-bararea,
.header .header-bararea {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	overflow: hidden;	
	z-index: 1100;
}
header .headerbar,
.header .headerbar {
	position: relative;
	width: 20px;
	height: 45px;	
	overflow: visible;
	background: url('../images/headerbar_bg.png') 0 0 repeat-x;
}
header .headerbar p,
.header .headerbar p {
	margin-left: 20px;
	line-height: 38px;
	visibility: hidden;
}
header .headerbar .headerbar-btn,
.header .headerbar .headerbar-btn {
	position: absolute;
	top: 0;
	right: -5px;
	width: 25px;
	height: 45px;	
	display: block;
	overflow: hidden;
	background: url('../images/headerbar_open.png') 0 0 no-repeat;
	cursor: pointer;
}
header .headerbar p.headerbar-opened,
.header .headerbar p.headerbar-opened {
	visibility: visible;
}
header .headerbar .headerbar-btn.headerbar-opened,
.header .headerbar .headerbar-btn.headerbar-opened {
	background: url('../images/headerbar_close.png');
}
header .header-hidearea,
.header .header-hidearea {
	display: block;
}
header .header-hidearea.headerbar-opened,
.header .header-hidearea.headerbar-opened {
	display: none;
}

header .header-titlearea,
.header .header-titlearea {
	width: 100%;
	height: 80px;
	overflow: hidden;
	border-bottom: 2px solid #dbdbdb;
	
}
header .header-titlearea .logo,
.header .header-titlearea .logo {
	float: left;
	margin-top: -7px;
	margin-left: 20px;
    position:relative;
}
header .header-titlearea h1,
.header .header-titlearea h1 {
	margin-top: 25px;
	position:absolute;
	width:100%;
	min-width:730px;
}
header .header-titlearea .header-docnumber,
.header .header-titlearea .header-docnumber {
	float: right;
	margin-right: 20px;
	line-height: 37px;
}
header .header-navarea,
.header .header-navarea {
	clear: both;
	width: 100%;
	overflow: hidden;
}
header .header-navarea nav,
.header .header-navarea nav {
	float: left;
	margin-top: 4px;
	margin-left: 10px;
}
header .header-navarea nav ul,
.header .header-navarea nav ul {
	margin-left: 0;
}
header .header-navarea nav ul li,
.header .header-navarea nav ul li {
	float: left;
	margin-right: -8px;
	height: 46px;
	overflow: hidden;
}
header .header-info,
.header .header-info {
	float: right;
	margin-top: 1.1em;
	margin-right: 20px;
	font-size: 10px;
	min-width: 550px;
	width: 98%;
	position: absolute;
	text-align: right;
}
header .header-titlearea .header-info,
.header .header-titlearea .header-info {
	margin-top: 5px;
}
header .header-linkarea,
.header .header-linkarea {
	clear: both;
	width: 100%;
	overflow: hidden;

	background-color: #ffffff;
	-moz-border: 8px 8px 0 0;
/*	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
*/
}
header .header-linkarea ul,
.header .header-linkarea ul {
	margin: 9px 20px 7px 20px;
	overflow: hidden;
}
header .header-linkarea ul.linkarea-l,
.header .header-linkarea ul.linkarea-l {
	float: left;
	margin-top: 12px;
}
header .header-linkarea ul li,
.header .header-linkarea ul li {
	float: left;
	margin-right: 5px;
	overflow: hidden;
}
header .header-linkarea .selectdesignarea,
.header .header-linkarea .selectdesignarea {
	float: right;
	margin: 5px 20px;
	width: 35%;
}
header .header-tabarea,
.header .header-tabarea {
	clear: both;
	width: 100%;
	overflow: hidden;

	background-color: #ffffff;
	-moz-border: 8px 8px 0 0;
/*	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
*/
}

#loading{
	display: none;
}
@media screen and (max-width: 700px) { 
    #loading{
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		height: 100vh;
		width: 100vw;
		background-color: white;
		z-index: 9999;
	}
}
/*-------------------
 #contentsArea
-------------------*/
* html div#contentsArea{
	height: 100%;
	overflow: auto;
}
#contentsArea {
	clear: both;
	overflow: hidden;
	overflow-x: auto;
}
#contentsArea .toolbtnarea {
	margin: 5px 20px;
	overflow: hidden;
}
#contentsArea .toolbtnarea ul {
	float: right;
	overflow: hidden;
}
#contentsArea .toolbtnarea ul li {
	float: left;
	margin-left: 5px;
}

#contentsArea .sectionframe {
	margin: 0 20px 10px 20px;
	clear: both;
}
#contentsArea .sectionframe.margin-t10 {
	margin-top: 10px;
}
#contentsArea .sectionframe table.selectdesignarea {
	float: right;
	margin-top: 5px;
	width: 40%;
}

#contentsArea .designBlock {
	position: relative;
	margin-bottom: 10px;
	margin-right: 20px;
}
#contentsArea .designBlock:before,
#contentsArea .designBlock:after {
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	overflow: hidden;
	content: " ";
	background-color: #fff;
    opacity: 0.0;
    filter: alpha(opacity = 0);
    z-index: 1;
}
#contentsArea .designBlock:before {
	left: 0;
}
#contentsArea .designBlock:after {
	right: 0;
}
#contentsArea .designBlock .ps-scrollbar-x {
	z-index: 2;
}
#contentsArea .sectionframe .sectionframe-title .title-leftbtnarea {
	float: left;
	margin-top: 4px;
}
#contentsArea .sectionframe .sectionframe-title3 .title-leftbtnarea {
	float: left;
	margin-top: 10px;
}
#contentsArea .sectionframe .sectionframe-title .title-rightbtnarea {
	float: right;
	margin-right: 20px;
	margin-top: 4px;
}
#contentsArea .sectionframe .sectionframe-title .title-rightbtnarea2 {
	float: right;
	margin-right: 20px;
	margin-top: 14px;
}
#contentsArea .sectionframe .sectionframe-title3 .title-rightbtnarea2 {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
#contentsArea .sectionframe .sectionframe-title .btnlink {
	margin-top: 3px;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
#contentsArea .sectionframe .sectionframe-title.btnadddesign:before {
	background: none;
}
#contentsArea .sectionframe .sectionframe-title.btnadddesign {
	margin-left: 30px;
	margin-right: 0;
	height: 40px;
	width: auto;
}
#contentsArea .sectionframe .sectionframe-title.btnadddesign div {
	margin-top: 7px;
	margin-left: 25px;
	overflow: hidden;
}

#contentsArea .summaryarea {
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
}
#contentsArea .summaryarea .summaryarea-additional {
	float: left;
	line-height: 1.6em;
	overflow: hidden;
}
#contentsArea .summaryarea .summaryarea-additional div {
	margin-bottom: 8px;
	overflow: hidden;
}
#contentsArea .summaryarea .summaryarea-total {
	float: right;
	padding: 8px 10px;
	line-height: 1.6em;
	overflow: hidden;
	
	border: 1px solid #333;
	background-color: #ffffcc;
}

#contentsArea .tabBlock {
	display: none;
	position: relative;
}
#contentsArea .tabBlock.current-block {
	display: block;
}
#contentsArea .tabBlock .scrollarea {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
#contentsArea .tabBlock .scrollarea-contents {
	overflow: hidden;
}
#contentsArea .settingarea-l {
	float: left;
	width: 28%;
}
#contentsArea .settingarea-l .settingarea-l-container {
	margin-right: 10px;
}
#contentsArea .settingarea-l table {
	margin-bottom: 10px;
}
#contentsArea .settingarea-r table {
	margin-bottom: 10px;
}
#contentsArea .settingarea-r {
	float: right;
	width: 72%;
}
#contentsArea .settingarea-r .printsetting-lastth {
	border-bottom: 0;
/*	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
*/
}
#contentsArea .settingarea-l .settingblock {
	margin: 5px;
	
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#contentsArea .settingarea-l .check-group {
	margin-left: -5px;
}
#contentsArea .settingarea-l .settingblock .check-group {
	margin-left: -10px;
}
#contentsArea .printselect {
	clear: both;
	margin-bottom: 5px;
	padding-top: 5px;
	overflow: hidden;
	border-top: 1px solid #666;
}
#contentsArea .printselect p {
	line-height: 1.8em;
	font-weight: bold;
}
#contentsArea .printselect ul li {
	float: left;
	width: 3em;
	line-height: 1.2em;
	text-align: right;
}
#contentsArea .settingarea-r .tabarea li {
	width: 6em;
}
#contentsArea .settingarea-r .tab-container {
	padding: 0;
}
#contentsArea .settingarea-r .tab-container ul {
	margin-left: 0;
	margin-right: 0;
}

.errorBlock .errorBlock-contents.err-design-tbl {
	margin-left: 0px;
	margin-right: 0px;
}

.warningBlock .warningBlock-contents.wrn-design-tbl {
	margin-left: 0px;
	margin-right: 0px;
}

.errorBlock-noMargin {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.warningBlock-noMargin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-right: 0;
}

#contentsArea .succeedBlock {
	margin-top: 10px;
}
.succeedBlock-contents {
	margin-bottom: 10px;
}


/*-------------------
 #contentsArea .designBlock .scrollarea
-------------------*/
#contentsArea .designBlock .scrollarea {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#contentsArea .designBlock .design-tbl table {
/*	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
*/
}
#contentsArea .designBlock .design-tbl table td {
	text-align: center;
}
#contentsArea .designBlock .design-tbl table tr td:first-child {
	text-align: left;
}
#contentsArea .designBlock .design-tbl table thead .design-name {
	width: 60px;
}
#contentsArea .designBlock .design-tbl table thead th:first-child {
	width: 60px;

	color: #fff;
	background-color: #00655a;
/*	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
*/
}
#contentsArea .designBlock .design-tbl table thead td:last-child {
	background-color: #00655a;
/*	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
*/
}

#contentsArea .designBlock .design-tbl.design-tbl-summary {
	padding-left: 20px;
}
#contentsArea .designBlock .design-tbl.design-tbl-summary table th,
#contentsArea .designBlock .design-tbl.design-tbl-summary table td {
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#contentsArea .designBlock .design-tbl.design-tbl-summary table td.txtalign-r {
	text-align: right;
}
#contentsArea .designBlock .design-tbl.design-tbl-summary table td.valign-t {
	vertical-align: top;
}
#contentsArea .designBlock .design-tbl.design-tbl-summary table thead th {
	text-align: center;
}
#contentsArea .designBlock .design-tbl.design-tbl-summary table thead th:first-child {
	color: #333;
	background-color: #a9d18e;
	text-align: center;
}
#contentsArea .designBlock .design-tbl.design-tbl-summary table thead th:last-child {
/*	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
*/
	border-right: 0;
}

#contentsArea .designBlock .design-tbl table .btneditarea {
	float: left;
	margin-left: -38px;
}
#contentsArea .designBlock .design-tbl table .btneditarea.inset {
	margin-top: 3px;
	margin-left: -5px;
}
#contentsArea .designBlock .design-tbl table .btneditbararea {
	clear: both;
	float: left;
	width: 100%;
}
#contentsArea .designBlock .design-tbl table .chkboxarea .check-group {
	float: left;
	margin-top: 0;
	margin-right: 15px;
}
#contentsArea .designBlock .design-tbl table .design-total {
	background-color: #dcecec;
	border-right: 0;
	text-align: left;
}
#contentsArea .designBlock .design-tbl table .design-total + td {
	background-color: #dcecec;
	border-left: 0;
	text-align: right;
}
#contentsArea .designBlock .design-tbl .scrollbararea {
	height: 10px;
}
#contentsArea .tblsettingarea {
	padding: 0;
	margin-bottom: -1px;
	overflow: hidden;
	border: 1px solid #00655a;
	line-height: 1.2em;
	text-align: left;
}
#contentsArea .tblsettingarea p {
	margin: 5px 10px;
}
#contentsArea .hokensekkeicheckarea {
	margin-top: 5px;
	margin-left: 207px;
	width: 36em;
}


/*-------------------
 footer
-------------------*/
footer {
	clear: both;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 52px;
	border-top: 1px solid #999;
	background-color: #cbd9ee;
	z-index: 1000;
}
.footer {
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	border-top: 1px solid #999;
	background-color: #cbd9ee;
	z-index: 1000;
}
.footerReDrawing {
	position: absolute !important;
}
footer.footer-notfixed,
.footer.footer-notfixed {
	position: relative;
}
footer .footer-container,
.footer .footer-container{
	width: 100%;
	height: 100%;
	
	background-color: #333333;
/*	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
*/
}
footer .footer-btnarea,
.footer .footer-btnarea {
	margin-top: 5px;
	overflow: hidden;
}
footer .footer-btnarea1,
.footer .footer-btnarea1 {
	float: left;
    padding-left:20px;
    padding-right:20px;
}
footer .footer-btnarea2,
.footer .footer-btnarea2 {
	float: right;
	margin-right: 15px;
}
footer .footer-btnarea3,
.footer .footer-btnarea3 {
	float: left;
	margin-left: 279px;
}
footer .footer-btnarea ul li,
.footer .footer-btnarea ul li {
	float: left;
	overflow: hidden;
}
footer .footer-btnarea1 ul li,
.footer .footer-btnarea1 ul li {
	margin-right: 10px;
}
footer .footer-btnarea2 ul li,
.footer .footer-btnarea2 ul li {
	margin-left: 10px;
}
footer .footer-btnarea3 ul li,
.footer .footer-btnarea3 ul li {
	margin-right: 10px;
}
footer .footer-btnarea .link-separator,
.footer .footer-btnarea .link-separator {
	font-size: 18px;
	line-height: 32px;
	color: #ccc;
}


/*-------------------
 Dialog .dlgbase
-------------------*/
.dlgbase,
#ajaxExeBack {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 2000;
}
#dlgbaseEdit.dlgbase {
	z-index: 1900;
}
.dlgbase.opendlg {
	display: block;
	/* position: fixed; */
}
.dlgbase .dlgbase-frame {
	position: absolute;
	top: 2%;
	left: 25%;
	overflow: hidden;
	
	width: 300px;
	height: 200px;
	
	background-color: #fff;
/*	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
*/
	-moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,1);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,1);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,1);
    border: 2px solid #00655a;
}
.dlgbase .dlgbase-frame.dspMessage {
	width: 520px;
}
.dlgbase .dlgbase-contents {
	width: 100%;
	height: 100%;
}
.dlgbase .dlgbase-contents iframe {
	width: 100%;
	height: 100%;
}

/*-------------------
 Dialog .dlgedit
-------------------*/
.dlgedit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 2000;
}
.dlgedit.opendlg {
	display: block;
	position: fixed;
}
.dlgedit .dlgedit-base {
	position: absolute;
	top: 2%;
	left: 25%;
	overflow: hidden;
	
	background-color: #fff;
/*	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
*/
	-moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,1);
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,1);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,1);
    border: 2px solid #00655a;
}
.dlgedit .dlgedit-contents {
	position: relative;
}
.dlgedit .dlgedit-contents .dlgedit-contents-title {
/*	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
*/
}
.dlgedit .dlgedit-contents .dlgedit-contents-body {
	margin: 10px;
}
.dlgedit .dlgedit-contents .dlgedit-contents-body .panelcalc {
	text-align: center;
}
.dlgedit .dlgedit-contents input[type="text"],
.dlgedit .dlgedit-contents input[type="number"] {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.dlgedit .dlgedit-contents[data-lsw-dlg="linePolicy"] .tblcommon2 td,
.dlgedit .dlgedit-contents[data-lsw-dlg="lineSpecial"] .tblcommon2 td {
	height: 38px;
}
.dlgedit .dlgedit-contents .tblcommon2 input.dlgedit-amounttxt {
	width: 10em;
	text-align: right;
}
.dlgedit .dlgedit-contents .tblcommon2 input.dlgedit-amounttxt {
	background-color: #fff;
}
.dlgedit .dlgedit-contents .tblcommon2 input.dlgedit-amounttxt.in-editing {
	background-color: #ffbfdf;
}

.dlgedit .dlgedit-btnarea {
	width: 100%;
	text-align: center;
	border-top: 1px solid #00655a;
}
.dlgedit .dlgedit-btnarea ul {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.dlgedit .dlgedit-btnarea ul li {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.dlgedit .dlgedit-btnarea ul li:first-child {
	float: left;
}
#dlgaddress .dlgedit-btnarea ul li {
	float: left;
}
#dlgaddress .dlgedit-btnarea ul li:last-child {
	float: right;
}
.dlgedit p.comment {
	margin-top: 5px;
	margin-left: 3em;
	font-size: 16px;
}


/*-------------------
 .fixedtable-container
-------------------*/
.fixedtable-container {
	position: relative;
    margin: 0;
	width: 100%;
    overflow: hidden;
}
.fixedtable-container-2 {
	width: 50%;
	float: left;
}
.fixedtable-container-2 table {
}
.fixedtable-container table tfoot tr td:last-child {
	border: 0;
}
.fixedtable-container table tfoot tr:last-child td {
	height: 4px;
	border: 0;
}
.fixedtable-container table tfoot tr th,
.fixedtable-container table tfoot tr td {
	border: 0px;
}
.fixedtable-container table img.spacer-scrollbar {
	width: 12px;
	height: 12px;
}
.fixedtable-container.zoomout table tr th,
.fixedtable-container.zoomout table tr td {
	font-size: 12px;
}
.bkuptbl {
	display: none;
}
.scrollarea-container {
	position: relative;
	overflow: hidden;
}
p.messagearea {
	padding: 5px 10px 3px 10px;
	border: 2px solid #00655a;
	background-color: #a9d18e;
/*	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
*/
}
.graphblock {
	margin-top: -5px;
	margin-bottom: -15px;
	overflow: hidden;
}

/*-------------------
 Dialog Size
-------------------*/
.dlgbase.PanelCalc .dlgbase-frame {
	width: 380px;
	height: 500px;
}
.dlgbase.PanelEdit.bsCode .dlgbase-frame {
	width: 380px;
	height: 145px;
}
.dlgbase.PanelEdit.customerName .dlgbase-frame {
	width: 780px;
	height: 180px;
}
.dlgbase.PanelEdit.customerNameB .dlgbase-frame {
	width: 780px;
	height: 190px;
}
.dlgbase.PanelEdit.contractorBirth .dlgbase-frame {
	width: 505px;
	height: 595px;
}
.dlgbase.PanelEdit.customerBirth .dlgbase-frame {
	width: 505px;
	height: 595px;
}
.dlgbase.PanelEdit.calcYmd .dlgbase-frame {
	width: 505px;
	height: 525px;
}
.dlgbase.PanelEdit.contractorAge .dlgbase-frame {
	width: 505px;
	height: 595px;
}
.dlgbase.PanelEdit.customerAge .dlgbase-frame {
	width: 505px;
	height: 595px;
}
.dlgbase.PanelEdit.detailMoney .dlgbase-frame {
	width: 375px;
	height: 500px;
}
.dlgbase.PanelEdit.contractorGender .dlgbase-frame {
	width: 360px;
	height: 210px;
}
.dlgbase.PanelEdit.customerGender .dlgbase-frame {
	width: 360px;
	height: 210px;
}
.dlgbase.PanelEdit.customerRelation .dlgbase-frame {
	width: 520px;
	height: 350px;
}
.dlgbase.PanelEdit.customerJob .dlgbase-frame {
	width: 820px;
	height: 390px;
}
.dlgbase.PanelEdit.customerJobDetail .dlgbase-frame {
	width: 500px;
	height: 145px;
}
.dlgbase.PanelEdit.customerJobDetail2 .dlgbase-frame {
	width: 700px;
	height: 145px;
}
.dlgbase.PanelEdit.customerAnnualIncome .dlgbase-frame {
	width: 525px;
	height: 275px;
}
.dlgbase.PanelEdit.receiverRate .dlgbase-frame {
	width: 360px;
	height: 330px;
}
.dlgbase.PanelEdit.PanelGeneralInfoDate .dlgbase-frame {
	width: 410px;
	height: 400px;
}
.dlgbase.PanelEdit.generalInfoDate .dlgbase-frame {
	width: 410px;
	height: 400px;
}
.dlgbase.PanelEdit.selectMethod .dlgbase-frame {
	width: 380px;
	height: 195px;
}
.dlgbase.PanelEdit.generalInfoPaymentMethod .dlgbase-frame {
	width: 625px;
	height: 360px;
}
.dlgbase.PanelEdit.generalInfoPaymentMethod2 .dlgbase-frame {
	width: 625px;
	height: 210px;
}
.dlgbase.PanelEdit.zennouVal .dlgbase-frame {
	width: 375px;
	height: 500px;
}
.dlgbase.PanelEdit.agencyCheckView .dlgbase-frame {
	width: 360px;
	height: 180px;
}
.dlgbase.PanelEdit.bmiView .dlgbase-frame {
	width: 615px;
	height: 460px;
}
.dlgbase.PanelEdit.linePolicy .dlgbase-frame {
	width: 950px;
	height: 265px;
}
.dlgbase.PanelEdit.lineSpecial .dlgbase-frame {
	width: 950px;
	height: 265px;
}
.dlgbase.PanelEdit.specialRadio .dlgbase-frame {
	width: 380px;
	height: 215px;
}
.dlgbase.PanelBsSearch .dlgbase-frame {
	width: 510px;
	height: 570px;
}
.dlgbase.PanelBMI .dlgbase-frame {
	width: 600px;
	height: 380px;
}
.dlgbase.PanelMemo .dlgbase-frame {
	width: 480px;
	height: 265px;
}
.dlgbase.PanelTblSetting .dlgbase-frame {
	width: 780px;
	height: 365px;
}
.dlgbase.PanelTblSetting.nenkin .dlgbase-frame {
	width: 780px;
	height: 410px;
}
.dlgbase.PanelRepCharge .dlgbase-frame {
	width: 825px;
	height: 267px;
}
.dlgbase.PanelRepAddress .dlgbase-frame {
	width: 905px;
	height: 435px;
}
.dlgbase.PanelOutputDesign .dlgbase-frame {
	width: 530px;
	height: 370px;
}
.dlgbase.PanelOutputOther .dlgbase-frame {
	width: 325px;
	height: 290px;
}
.dlgbase.PanelOutputYear .dlgbase-frame {
	width: 802px;
	height: 475px;
}
.dlgbase.PanelCreateAccount .dlgbase-frame {
	width: 820px;
	height: 255px;
}
.dlgbase.PanelBankSearch .dlgbase-frame {
	width: 920px;
	height: 650px;
}
.dlgbase.PanelRepList .dlgbase-frame {
	width: 510px;
	height: 445px;
}
.dlgbase.PanelRepBuntan .dlgbase-frame {
	width: 900px;
	height: 460px;
}
.dlgbase.PanelAddress .dlgbase-frame {
	width: 840px;
	height: 490px;
}
.dlgbase.PanelGroup .dlgbase-frame {
	width: 600px;
	height: 240px;
}
.dlgbase.PanelKikeiyaku .dlgbase-frame {
	width: 600px;
	height: 280px;
}

/*-------------------
 alert
-------------------*/
.alert-container  {
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e3f7', endColorstr='#dde8f8', GradientType=0); PADDING-BOTTOM: 0px;
    margin: 0px;
    min-height: 593px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    clear: both;
    overflow: hidden;
    padding-top: 0px;
    box-shadow: 0 -1px 8px 0 #0077c7;
    -moz-box-shadow: 0 -1px 8px 0 #0077c7;
}

.alert-container .bgimg  {
    background-image: url(../images/bgimg.jpg); BACKGROUND-REPEAT: repeat-x;
    background-position: left bottom;
    height: 100%;
}

.alert-main {
    position: relative;
    padding-bottom: 0px;
    background-color: #ffffff;
    margin: 0px auto;
    min-height: 520px;
    padding-left: 0px;
    width: 984px;
    padding-right: 0px;
    overflow: hidden;
    padding-top: 0px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4); -webkit-border-radius: 8px;
    borger-radius: 8px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4); -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4); -moz-border-radius: 8px;
}

.alert-main-transparent {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00FFFFFF', GradientType=0); BACKGROUND-COLOR: transparent;
}   

.alert-main-bgimg  {
    position: absolute;
    width: 724px;
    bottom: 150px;
    background: url(../images/bgimg_lastpage.png) no-repeat 0px 0px;
    height: 350px;
    left: 120px;
}

.alert-footer {
    position: absolute;
    width: 924px;
    bottom: 3px;
    height: 60px;
    clear: both;
    overflow: hidden;
    left: 25px;
}

.alert-footer-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.alert-footer-text {
    line-height: 1.2em;
    margin-top: 24px;
    float: left;
    font-size: 8px;
    color: #ffffff;
    color: #000000;
    margin-left: 30px;
}

.alert-main-message {
    margin-top: 120px;
    width: 100%;
}

.alert-main-message-text {
    font-size: 28px;
    text-align: center;
    line-height: 1.4em;
    padding-top: 30px;
}