@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
html, body, #wrap {
  height: 100%; /* footer下付*/
  color: #000;
}
body > #wrap {
  height: auto;/* footer下付*/
  min-height: 100%;/* footer下付*/
}
body {
  background: #E5E5E5 url(../img/bk22.png) 0 0 repeat-x;
}
body#login {
  background: #E5E5E5 url(../img/bk.png) 0 0 repeat-x;
}
a:link {
  color: #1A5B77;
  text-decoration: none;
}
a:visited {
  color: #21759B;
  text-decoration: none;
}
a:hover {
  color: #967243;
  text-decoration: none;
}
a:active {
  color: #967243;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
#clear01 {
  display: none;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
/* End hide from IE-mac */

/*フォントサイズ*/
.fsb1 {
  font-size: 1.15em;
}
.fsb2 {
  font-size: 1.3em;
}
.fsb3 {
  font-size: 1.5em;
}
.fss1 {
  font-size: 0.85em;
}
.fss2 {
  font-size: 0.75em;
  font-weight: normal;
}
.fss3 {
  font-size: 0.5em;
}
/*inline 位置*/
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
/*マージン*/
.mb0 {
  margin-bottom: 0;
}
.mb05 {
  margin-bottom: 0.5em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb15 {
  margin-bottom: 1.5em;
}
.mb2 {
  margin-bottom: 2em;
}
.mb3 {
  margin-bottom: 3em;
}
.mb4 {
  margin-bottom: 4em;
}
.mb5 {
  margin-bottom: 5em;
}
.mt05 {
  margin-top: 0.5em;
}
.mt1 {
  margin-top: 1em;
}
.mt2 {
  margin-top: 2em;
}
.mt3 {
  margin-top: 3em;
}
.mt4 {
  margin-top: 4em;
}
.mt5 {
  margin-top: 5em;
}
.ml1 {
  margin-left: 1em;
}
.ml15 {
  margin-left: 1.5em;
}
.ml2 {
  margin-left: 2em;
}
.ml3 {
  margin-left: 3em;
}
.ml4 {
  margin-left: 4em;
}
.ml5 {
  margin-left: 5em;
}
.mr1 {
  margin-right: 1em;
}
.mr05 {
  margin-right: 0.5em;
}
.mr2 {
  margin-right: 2em;
}
.mr3 {
  margin-right: 3em;
}
.mr4 {
  margin-right: 4em;
}
.mr5 {
  margin-right: 5em;
}
/*パディング*/
.pb0 {
  padding-bottom: 0;
}
.pb05 {
  padding-bottom: 0.5em;
}
.pb1 {
  padding-bottom: 1em;
}
.pb2 {
  padding-bottom: 2em;
}
.pb3 {
  padding-bottom: 3em;
}
.pb4 {
  padding-bottom: 4em;
}
.pb5 {
  padding-bottom: 5em;
}
.pt05 {
  padding-top: 0.5em;
}
.pt1 {
  padding-top: 1em;
}
.pt2 {
  padding-top: 2em;
}
.pt3 {
  padding-top: 3em;
}
.pt4 {
  padding-top: 4em;
}
.pt5 {
  padding-top: 5em;
}
.pl1 {
  padding-left: 1em;
}
.pl2 {
  padding-left: 2em;
}
.pl3 {
  padding-left: 3em;
}
.pl4 {
  padding-left: 4em;
}
.pl5 {
  padding-left: 5em;
}
.pr1 {
  padding-right: 1em;
}
.pr2 {
  padding-right: 2em;
}
.pr3 {
  padding-right: 3em;
}
.pr4 {
  padding-right: 4em;
}
.pr5 {
  padding-right: 5em;
}
/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/
div#wrap {
  margin: 0px auto;
  text-align: left;/* paddingの上下は絶対入れない*/
}
#login #contents {
  padding-bottom: 18px;/* footer下付*/
  font-size: 1.4em;
}
#contents2 {
  text-align: left;
  background: url(../img/bk2.png) center 0 no-repeat;
  position: relative;
  margin: 0 15px;
  padding-top: 10px;
  font-size: 13px;
  padding-bottom: 18px;/* footer下付*/
}
#footer {
  position: relative;/* footer下付*/
  height: 18px;/* footer下付*/
  margin-top: -18px;/* footer下付*/
  clear: both;/* footer下付*/
  color: #333;
  text-align: right;
  padding-right: 15px;
}
/*----------------------------------------------------
	ログイン画面
----------------------------------------------------*/
.box01 {
  position: absolute;
  top: 48%;
  left: 50%;
  margin-top: -158px;
  margin-left: -221px;
  width: 383px;
  min-height: 271px;
  padding: 25px 20px 20px 40px;
  background: url(../img/login_area.png) 0 0 no-repeat;
}
#login_title {
  margin-bottom: 20px;
  margin-left: 50px;
}
.fukidasi {
  padding: 15px;
  background: #ECF6FA;
}
.fukidasi2 {
  padding: 15px;
  background: #FFEFF0;
}
.fukidasi2 p {
  color: #FF0000;
}
dl.login_dl {
  margin-bottom: 5px;
  text-align: left;
}
dl.login_dl dt {
  float: left;
  width: 102px;
  line-height: 100%;
  padding-top: 8px;
  font-weight: bold;
  font-size: 1.2em;
}
dl.login_dl dd {
  padding: 0px 0 5px 130px;
  line-height: 100%;
}
dl.login_dl input {
  font-size: 1.2em;
  width: 200px;
  padding: 4px;
  border: 1px solid #237AA2;
  margin-bottom: 5px;
}
#pw input[type="text"], #pw input[type="password"] {
  width: 200px;
}
.id {
  background: url(../img/id.png) 0 7px no-repeat;
  padding-left: 22px;
}
.pass {
  background: url(../img/pass.png) 0 7px no-repeat;
  padding-left: 22px;
}
.pass2 {
  background: url(../img/pass2.png) 0 7px no-repeat;
  padding-left: 22px;
}
#form1 {
  text-align: center;
}
.err {
  color: #dd0000;
  font-weight: bold;
  background: #FFFFdd;
  padding: 5px 0;
}
.login_e {
  margin-top: 40px;
  width: 385px;
  text-align: center;
}
/*----------------------------------------------------
	帳票検索
----------------------------------------------------*/
#header {
  height: 40px;
  border-bottom: 1px solid #ACACAC;
  background: url(../img/h_bk.png) 0 0 repeat-x;
  position: relative;
}
.site_title {
  position: absolute;
  left: 15px;
  top: 8px;
}
.h_info {
  position: absolute;
  right: 15px;
  top: 10px;
  text-align: right;
}
#logout_i {
  display: inline-block;
  font-size: 1.3em;
  background-image: url(../img/logout.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
/display:inline;
/zoom:1; /* hasLayout を true にする */
}
#access {
  display: inline-block;
  font-size: 1.3em;
  background-image: url(../img/access.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  margin-right: 20px;
/display:inline;
/zoom:1; /* hasLayout を true にする */
}
#login_i {
  display: inline-block;
  font-size: 1.3em;
  background-image: url(../img/login.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  margin-right: 20px;
/display:inline;
/zoom:1; /* hasLayout を true にする */
}
#login_i span, #access span {
  color: #999;
}
/*-------グローバルナビ--------*/
#naviarea {
  width: auto;
  background-color: #F2F2F2;
  height: 24px;
  border-bottom: 2px solid #3D92B7;
  overflow: hidden;
}
ul#navi {
  width: auto;
  height: 24px;
  margin-left: 15px;
}
ul#navi li {
  float: left;
  border-right: 1px solid #CCCCCC;
  font-weight: bold;
}
ul#navi li a {
  text-align: center;
  font-size: 1.5em;
  width: 110px;
  height: 22px;
  display: block;
  text-decoration: none;
  padding-top: 2px;
  background-image: url(../img/navi.png);
  background-repeat: repeat-x;
}
ul#navi li a:hover {
  background-image: url(../img/navi.png);
  background-repeat: repeat-x;
}
.current {
  text-align: center;
  font-size: 1.5em;
  width: 110px;
  height: 22px;
  display: block;
  text-decoration: none;
  padding-top: 2px;
  color: #FFFFFF;
  background-image: url(../img/c_navi.png);
  background-repeat: repeat-x;
}
ul#navi li.current a {
  font-size: 1.0em;
  color: #FFFFFF;
  padding-top:0px;
  background-image: url(../img/c_navi.png);
}




#main {
  background: url(../img/share/mainbk.jpg) 0 0 no-repeat;
  margin-left: 240px;
  padding: 0px 0 0 10px;
  min-width: 400px;
  /*min-height:460px;
  /height:460px;*/
  padding-bottom: 5px;
  position: relative;
}
#side {
  height: 400px;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 240px;
}
.midashi {
  background: url(../img/midashi.png) 0 0 repeat-x;
  font-weight: bold;
}
.cal {
  width: 80px;
}
.fname {
  width: 150px;
}
#side dl {
  border: 1px solid #ACACAC;
}
#side dl dt {
  border-bottom: 1px solid #ACACAC;
  padding: 0px 0 0 0.75em;
}
#side dl dd {
  background: #FFFFFF;
  padding: 10px;
}
.kaisou {
  border: 1px solid #ACACAC;
  background: #FFFFFF;
  margin-bottom: 5px;
}
.kaisou td, .kaisou th {
  padding: 0 0.75em;
}
.search {
  border: 1px solid #ACACAC;
  background: url(../img/tblbk.png) 0 0 repeat-x;
  margin-bottom: 5px;
  width: 100%;
}
.search td, .search th {
  padding: 2px 2px 2px 0.75em;
}
.search input {
  padding: 3px;
  border: 1px solid #237AA2;
}
/*----------FIXtable----------*/
table.flist {
  width: 100%;
 /width:97.5%;
  border-width: 1px;
  border-style: solid;
  border-color: #ACACAC;
  line-height: 1.25;
  background: #fff;
}
table.flist th {
  line-height: 1;
  text-align: center;
  font-weight: normal;
  background: #D1E2EF;
  vertical-align: top;
  padding: 8px 6px;
  border-right: 1px solid #ccc;
  background: url(../img/midashi.png) 0 0 repeat-x;
  vertical-align: middle;
}
/*----------overflowtable----------*/
#fix {
  margin: 0;
  width: auto;
  height: auto;
  overflow-y: scroll;
 /overflow-y:none;
}
#fix2 {
  margin: 10px 10px 0px 10px;
  width: auto;
  height: auto;
  overflow-y: scroll;
 /overflow-y:none;
}
#scroll {
  margin: 0;
  width: auto;
  height: 370px;
  overflow-y: scroll;
 /overflow:none;
}
#scroll2 {
  margin: 0;
  width: auto;
  height: 370px;
  overflow-y: scroll;
 /overflow:none;
}
/*----------maintable----------*/
table.mlist {
  width: 100%;
 /width:97.5%;
  border-width: 1px;
  border-style: solid;
  border-color: #eee #ccc #ccc #eee;
  line-height: 1.25;
  background: #DfEBEF;
}
table.mlist td {
  height: 29px;
  padding: 0px 6px;
  /*border-right:1px solid #ACACAC;*/
/*border-bottom:1px solid #ACACAC;*/
  border: 1px solid #ACACAC;
}
/*----------------------------------------------------
view
----------------------------------------------------*/
#view .h_info {
  position: absolute;
  top: 4px;
  left: 250px;
  text-align: left;
  font-size: 1.3em;
}
#view .h_info #seal {
  float: left;
  margin-right: 10px;
}
#view .h_info #page {
  float: left;
  margin-top: 7px;
}
#view .h_info #close {
  float: right;
}
#view .h_info a {
  display: inline-block;
  padding-left: 5px;
/display:inline;
/zoom:1; /* hasLayout を true にする */
}
.sz30 {
  width: 30px;
}
.sz50 {
  width: 50px;
}
.sz70 {
  width: 70px;
}
.sz100 {
  width: 100px;
}
#view #main {
  margin-left: 0;
  margin-right: 247px;
}
#reportFrame {
  width: 100%;
  height: 580px;
  border: 1px solid #CCCCCC;
  float: left;
}
#sub {
  float: right;
  width: 245px;
  position: absolute;
  top: 10px;
  right: 0px;
}
.fRight {
  float: right;
  width: 210px;
}
.row-num {
  float: left;
}
#input-page {
  margin-bottom: 2.5em;
  width: 100%;
}
#input-page th, #input-page td {
  border: #ccc solid 1px;
  padding: 5px;
}
#input-page th {
  background: #DFEBEF;
  width: 6em;
}
#input-page td {
  background: #fff;
}
.Lv3 {
  background: url(../img/listmark.gif) 0 5px no-repeat;
  padding-left: 8px;
  font-weight: bold;
  color: #09719F;
}
#input-comment {
  width: 100%;
  margin-bottom: 0.5em;
}
#input-comment th, #input-comment td {
  border: #ccc solid 1px;
  padding: 5px;
}
#input-comment th {
  background: #DFEBEF;
  width: 6em;
}
#input-comment td {
  background: #fff;
}
#comment-area {
}
#comment-area table {
  width: 100%;
}
#comment-area table tr.thead th {
  width: 3.7em;
  background: #DFEBEF;
}
#comment-area table tr.thead th.left {
  text-align: left;
}
#comment-area table th {
  vertical-align: top;
  padding: 3px 5px;
  text-align: center;
  border: #ccc solid 1px;
  background: #fff;
}
#comment-area table td {
  vertical-align: top;
  padding: 3px 5px;
  border: #ccc solid 1px;
  background: #fff;
}
#comment-area table td.btn {
  width: 35px;
}
#view .btn-area01 {
  width: 121px;
  margin: 0 auto 3em;
}
#view .btn-area01 li {
  float: left;
  margin-right: 10px;
}
#view .btn-area01 li.last {
  margin-right: 0;
}
#view .btn-area02 {
  width: 200px;
  margin: 3em auto 0;
}
#view .btn-area02 li {
  float: left;
  margin-right: 10px;
}
#view .btn-area02 li.last {
  margin-right: 0;
}
/*----------------------------------------------------
	パスワード変更
----------------------------------------------------*/
#changepw_fld {
  width: 400px;
  margin: auto;
  padding: 30px 30px 10px 30px;
  background: #fff;
}
.pwc_area {
  padding: 5px 10px 15px;
  border: 3px solid #e5e5e5;
  background: #f0f0f0;
  margin-bottom: 10px;
}
.Lv4 {
  background: #FFFFCC;
  padding: 3px 8px;
  margin-bottom: 0.5em;
  text-align: center;
}
ul.normal {
  margin-bottom: 1em;
}
ul.normal li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.changepw_input input, .changepw_input2 input {
  font-size: 1em;
  width: 160px;
  padding: 4px;
  border: 1px solid #237AA2;
  margin-bottom: 5px;
}
.changepw_input .id, .changepw_input2 .pass2, .changepw_input .pass, .changepw_input2 .pass2 {
  padding-left: 30px;
  background-position: 8px;
}
.changepw_input {
  margin: 5px 0;
}
.changepw_input td {
  padding: 3px;
  text-align: left;
}
.changepw_input2 {
  margin: 5px 0;
  background: #FFFFFF;
}
.changepw_input2 td {
  padding: 3px;
  text-align: left;
}
.hr {
  height: 1px;
  background: url(../img/line.gif) 0 bottom repeat-x;
  padding-bottom: 5px;
}
.okmsg {
  color: #099F64;
  font-weight: bold;
  background: #CFFFD5;
  padding: 5px 0;
  margin: 15px 0;
}
select.tuika {
  font-size: 1em;
  width: 160px;
  padding: 4px;
  border: 1px solid #237AA2;
  margin-bottom: 5px;
}

select.list-chgcount {
  width:74px;
}

/*----------------------------------------------------
　　タイトル
----------------------------------------------------*/
.title-area {
  height: 30px;
  width: 928px;
  margin: 0 0 5px;
  padding: 3px 10px;
  background: #fff;
  border-left: 10px solid #65a2bd;
}
.title-area:after {
  content: "";
  display: block;
  clear: both;
}
.title-area h2.form-title {
  float: left;
  margin: 8px 0 0;
  font-size: 1.4em;
  line-height: 1.0;
}
.title-area .form-title-right {
  float: right;
  margin:8px 0 0 ;
  font-size:1.3em;
  line-height:1.0;
  font-weight:bold;
}
.form-title-right {
  float: right;
  margin:8px 0 0 ;
  font-size:1.1em;
  line-height:1.0;
  position:relative;
  top:5px;
}

h3.card {
  font-size: 1.2em;
  float:left;
}
/*----------------------------------------------------
　　テーブル
----------------------------------------------------*/
table.table01 {
  width: 958px;
  border-collapse: separate;
  border-spacing: 5px;
  border-bottom: 1px dotted #999;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: left;
}
table.table01 th {
  width: 310px;
  padding: 9px 12px 3px;
  font-weight: nomal;
  vertical-align: middle;
  background: #dfebef;
  box-shadow: 5px 5px 0px transparent inset;
  border-top: 1px dotted #999;
}
table.table01 td {
  padding: 12px 0 3px 12px;
  vertical-align: middle;
  border-top: 1px dotted #999;
  color: #000;
  line-height: 1.2;
}
table.table01 th.short {
  width: 200px;
}
table.table01 th.short2 {
  width: 100px;
}
table.table01 th.short3 {
  width: 210px;
}
table.table01 td.short {
  width: 160px;
}
table.table01 td.td01 {
  width: 438px;
}
table.table01 td.td02 {
  width: 200px;
}
table.table01 td.td03 {
  width: 230px;
}
table.table01 td.td04 {
  width: 220px;
}
table.table01 th p {
  margin: 5px 0 5px 10px;
  font-weight: normal;
  line-height: 1.4;
}
table.table01 td p {
  margin: 0 0 5px;
}
table.table01 td.arrow-down {
  margin: 0 auto;
  text-align: center;
}
table.table02 {
  width: 958px;
  border-collapse: collapse;
  border-spacing: 5px;
  font-size: 1.1em;
  line-height: 1.0;
  text-align: left;
}
table.table02 th {
  padding: 6px;
  border: 1px solid #999;
  vertical-align: middle;
  background: #dfebef;
  text-align: center;
  z-index: 99;
}
table.table02 td {
  padding: 5px;
  border: 1px solid #999;
  vertical-align: middle;
  background: #fff;
  color: #333;
  line-height: 1.0;
}

.results table.table02 {
  width: 700px;
  border-collapse: collapse;
  border-spacing: 5px;
  /*font-size: 1.2em;*/
  line-height: 1.0;
  text-align: left;
}
.results table.table02 th {
  padding: 6px;
  border: 1px solid #999;
  vertical-align: middle;
  background: #dfebef;
  text-align: center;
}
.results table.table02 td {
  padding: 6px;
  border: 1px solid #999;
  vertical-align: middle;
  background: #fff;
  color: #333;
  line-height: 1.0;
}
td.txt-center {
  text-align: center;
}
td.txt-right {
  text-align: right;
}
.table-head {
  width: 958px;
  margin: 10px 0 5px;
}
.table-head p.date {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 1.2em;
  border-left: 3px solid #999;
}
.table-head p.attention {
  float: right;
  margin: 0;
  color: #000;
}
table.table01 td p.pdf-file {
  clear: both;
  margin: 10px 0 0;
}
table.table01 td p.pdf-file a {
  padding: 0 20px 0 0;
  background: url(../img/ico_pdf.gif) right 0 no-repeat;
}
table.table01 td p.file-name {
  margin: 0;
  padding: 0 0 0 22px;
}
.no{
  width: 30px;
}
.kumiai-id{
  width: 50px;
}
.name{
  width: 260px;
}
.kaihu{
  width: 30px;
  text-align: center;
}
.mailsend{
  width: 80px;
  text-align: center;
}
.table01 p.attention {
  float: right;
  padding: 10px 0 0;
  color: #333;
}
.table01 p.attention.denshi-shaken {
  float: none;
  padding: 0;
  color: #f00;
  font-size: 13px;
}
.upload-list .table-head {
  width: 807px;
}
.upload-list table.table02 {
  width: 805px;
}

#tb1, #tb2 {
  margin: 0 0 20px;
}
.tablefix {
  position: relative;
}
.tablefix th,
.tablefix td {
  white-space: nowrap;
}
table.table03 {
  width: 900px;
  border-collapse: collapse;
  border-spacing: 5px;
  font-size: 1.0em;
  line-height: 1.0;
  text-align: left;
}
body#password table.table03 {
  margin-top:5px;
}
table.table03 th {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  background: #dfebef;
}
table.table03 td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  background: #fff;
  color: #333;
  line-height: 1.2;
}

#password .table-head h3 {
  margin: 15px 0 0;
  padding: 0 0 10px 24px;
  background: url(../img/arrow04.png) 0 3px no-repeat;
  font-size: 1.2em;
  font-weight: bold;
}
.table-head p {
  margin: 0 0 10px;
}

/*----------------------------------------------------
　　●番号
----------------------------------------------------*/
.number {
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  padding: 3px;
  background: #65a2bd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.0;
  text-align: center;
}
/*----------------------------------------------------
　　フォーム
----------------------------------------------------*/
#contents2 select {
  margin: 3px 0 0;
  /*-webkit-appearance: button;*/
  /*-moz-appearance: button;*/
  /*appearance: button;*/
  /*text-indent: 1em;*/
  /*background :#fff url(../img/arrow02.png) right center no-repeat;*/
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #888;
}
select {
  /*-moz-appearance: none;*/
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  /*display: none;*/
}
select option {
  padding: 3px;
  font-size: 12px;
}
.redio-list {
  float: left;
  margin: 8px 10px 0 0;
}
.radio-inline {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 20px 0 0;
  vertical-align: middle;
}
.radio-inline.pr2 {
  padding: 0 2px 0 0;
}
.form-control {
  padding: 3px 10px 4px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #888;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #000;
  font-size: 15px;
  line-height: 1.42857;
  letter-spacing: 0.1em;
}
.form-width640 {
  float: left;
  margin: 0 5px 3px 0;
  width: 640px;
}
.form-width600 {
  float: left;
  margin: 0 5px 3px 0;
  width: 600px;
}
.form-width550 {
  float: left;
  margin: 0 5px 3px 0;
  width: 570px;
}
.form-width420 {
  float: left;
  margin: 0 5px 3px 0;
  width: 420px;
}
.form-width450 {
  float: left;
  margin: 0 5px 3px 0;
  width: 450px;
}
.form-width420-2 {
  margin: 0 5px 3px 0;
  width: 420px;
}
.form-width400 {
  float: left;
  margin: 0 5px 10px 24px;
  width: 400px;
}
.form-width380 {
  margin: 3px 5px 3px 0;
  width: 380px;
}
.form-width250 {
  margin: 3px 5px 3px 0;
  width: 250px;
}
.form-width230 {
  margin: 0 5px 3px 0;
  width: 230px;
}
.form-width200 {
  float: left;
  margin: 0 5px 3px 0;
  width: 200px;
}
.form-width380 {
  float: left;
  margin: 0 5px 3px 0;
  width: 380px;
}
.form-width140 {
  float: left;
  margin: 0 5px 3px 0;
  width: 140px;
}
.form-width150 {
  margin: 0 5px 3px 0;
  width: 150px;
}
.form-width125 {
  float: left;
  margin: 0 5px 3px 5px;
  width: 125px;
}
.form-width120 {
  float: left;
  margin: 0 5px 3px 0px;
  width: 120px;
}
.form-width110 {
  float: left;
  margin: 0 5px 3px 5px;
  width: 110px;
}
.form-width100 {
  float: left;
  margin: 0 5px 3px 0;
  width: 100px;
}
.form-width90 {
  float: left;
  margin: 0 16px 3px 0;
  width: 90px;
}
.form-width80 {
  float: left;
  margin: 0 16px 3px 0;
  width: 80px;
}
.form-width60 {
  float: left;
  margin: 0 5px 3px 0;
  width: 60px;
}
.form-width55 {
  float: left;
  margin: 0 5px 3px 0;
  width: 55px;
}
.form-width50 {
  float: left;
  margin: 0 5px 3px 0;
  width: 50px;
}
.form-width40 {
  float: left;
  margin: 0 5px 3px 0;
  width: 40px;
}
.form-width30 {
  float: left;
  margin: 0 5px 3px 0;
  width: 30px
}
.form-width20 {
  float: left;
  margin: 0 5px 3px 0;
  width: 20px
}
.form-width20-2 {
  float: left;
  margin: 0 5px 3px 24px;
  width: 20px
}
.form-width10 {
  float: left;
  margin: 0 5px 3px 0;
  width: 10px
}
.hyphen {
  float: left;
  margin: 4px 10px 0 0;
}
.input-before {
  float: left;
  padding: 6px 5px 0 5px;
  font-size: 14px;
}
.input-before2 {
  float: left;
  padding: 6px 10px 0 5px;
}
.input-after {
  float: left;
  margin: 0 8px 0 0;
  padding: 8px 0 0;
}
.input-after2 {
  float: left;
  margin: 0 8px 0 0;
  padding: 8px 0 0 3px;
}
.input-after3 {
  float: left;
  margin: 0 8px 0 0;
  padding: 5px 0 0;
}
.button-after {
  float: left;
  margin: 5px 0 0 24px;
  padding: 0;
  font-size: 14px;
}
.checkbox-list {
  margin: 3px;
}
.checkbox-list li {
  margin: 0 0 10px;
}
.checkbox-other {
  float: left;
  margin: 0 10px 0 0;
}
.checkbox-list-form {
  margin: 5px 0 0;
}
.checkbox-list p.check label {
  min-width:18em;
}
p.check label {
  margin:0 2em 5px 0;
  display: block;
  float: left;
}

p.check label input[type="checkbox"] {
  margin-right:4px;
}

input.receipt-number {
  float: left;
  margin: 0 20px 3px 0;
  width: 75px;
}

.alart-box {
  clear: both;
  width : 380px;
  margin: 5px 0 0;
  padding: 6px 10px 5px;
  background: #fceaea;
  border: 1px solid #c00;
  color: #c00;
  font-size: 0.9em;
  line-height: 1.0;
}
.input-error {
  background: #ffc0cb;
}
.list-number {
  float: left;
  padding: 8px 0 0;
  font-weight: bold;
}
p.attention {
  margin: 10px 0 0 14px;
  color: #f00;
}
.img-cal {
  float: left;
  margin: 6px 15px 0 0;
  padding: 0 0 0 3px;
}
.upload-area {
  margin: 0 0 10px;
}

/*----------------------------------------------------
　　ボタン
----------------------------------------------------*/
.button-area {
  width: 958px;
  margin: 20px 0 30px;
  text-align: center;
}
.button {
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 3px #006268, 1px 0 3px #006268, 0 -1px 3px #006268, -1px 0 3px #006268;
  border: none;
}
.button:hover, .button:active, .button:focus {
  cursor: pointer;
}
.btn_submit {
  font-size: 14px;
}
.button.button-back {
  text-shadow: 0 1px 3px #444, 1px 0 3px #444, 0 -1px 3px #444, -1px 0 3px #444;
}
.button.btn-xs {
  float: right;
  width: 102px;
  height: 29px;
  background: url(../img/btn_xs.png) 0 -29px no-repeat;
  margin: -1pa 5px 0;
  padding: 6px 0;
  font-size: 12px;
}
.button.btn-xs:hover {
  background: url(../img/btn_xs.png) 0 0 no-repeat;
}
.button.btn-xs2 {
  width: 64px;
  height: 30px;
  background: url(../img/btn_xs2.png) 0 -30px no-repeat;
  margin: -1px 0 0;
  padding: 6px 0;
  font-size: 12px;
}
.button.btn-xs2:hover {
  background: url(../img/btn_xs2.png) 0 0 no-repeat;
}
.button.btn-xs3{
  width: 100px;
  height: 30px;
  background: url(../img/btn_xs3.png) 0 -30px no-repeat;
  margin: -1px 0 0;
  padding: 6px 0;
  font-size: 12px;
}
.button.btn-xs3:hover {
  background: url(../img/btn_xs3.png) 0 0 no-repeat;
}
.button.btn-s {
  float: left;
  width: 82px;
  height: 31px;
  background: url(../img/btn_s.png) 0 -31px no-repeat;
  margin: -2px 0 0;
  padding: 6px 0;
}
.button.btn-s:hover {
  background: url(../img/btn_s.png) 0 0 no-repeat;
}
.button.btn-m {
  width: 201px;
  height: 42px;
  background: url(../img/btn_m.png) 0 -42px no-repeat;
  margin: -1px 0 0;
  padding: 12px 0;
}
.button.btn-m:hover {
  background: url(../img/btn_m.png) 0 0px no-repeat;
}
.button.button-back.btn-m {
  background: url(../img/btn_m_g.png) 0 -42px no-repeat;
}
.button.button-back.btn-m:hover {
  background: url(../img/btn_m_g.png) 0 0 no-repeat;
}
.button.btn-l {
  width: 260px;
  height: 40px;
  margin: 0 20px;
  background: url(../img/btn_l.png) 0 -40px no-repeat;
  padding: 12px 0;
}
.button.btn-l:hover {
  background: url(../img/btn_l.png) 0 0 no-repeat;
}
.button.button-back.btn-l {
  background: url(../img/btn_l_g.png) 0 -40px no-repeat;
}
.button.button-back.btn-l:hover {
  background: url(../img/btn_l_g.png) 0 0 no-repeat;
}
.button.btn-s2 {
  float: right;
  width: 122px;
  height: 31px;
  background: url(../img/btn_s2.png) 0 -31px no-repeat;
  padding: 6px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 3px #d87700, 1px 0 3px #d87700, 0 -1px 3px #d87700, -1px 0 3px #d87700;

}
.button.btn-s2:hover {
  background: url(../img/btn_s2.png) 0 0 no-repeat;
}
.button.btn-s3 {
  float: left;
  width: 140px;
  height: 18px;
  background: url(../img/btn_s3.png) 0 -31px no-repeat;
  margin: 0;
  padding: 8px 0 6px;
}
.button.btn-s3:hover {
  background: url(../img/btn_s3.png) 0 0 no-repeat;
}
.button.btn-s4 {
  float: right;
  width: 122px;
  height: 31px;
  background: url(../img/btn_s4.png) 0 -31px no-repeat;
  padding: 6px 0;
  text-decoration: none;
  text-align: center;
  margin-right:10px;

}
.button.btn-s4:hover {
  background: url(../img/btn_s4.png) 0 0 no-repeat;
}

.button.btn-csv {
  width: 122px;
  height: 31px;
  background: url(../img/btn_s2.png) 0 -31px no-repeat;
  padding: 6px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 3px #d87700, 1px 0 3px #d87700, 0 -1px 3px #d87700, -1px 0 3px #d87700;
  margin-left:210px;
  margin-top:-5px;
}
.button.btn-csv-syoukai {
  width: 122px;
  height: 31px;
  background: url(../img/btn_s2.png) 0 -31px no-repeat;
  padding: 6px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 3px #d87700, 1px 0 3px #d87700, 0 -1px 3px #d87700, -1px 0 3px #d87700;
  margin-top:0px;
  float:right;
  margin-right:15px;
}
.button.btn-csv:hover,
.button.btn-csv-syoukai:hover {
  background: url(../img/btn_s2.png) 0 0 no-repeat;
}


.button.btn-m2 {
  width: 162px;
  height: 39px;
  background: url(../img/btn_m2.png) 0 -39px no-repeat;
  padding: 10px 0;
}
.button.btn-m2:hover {
  background: url(../img/btn_m2.png) 0 0 no-repeat;
}
.button.button-back.btn-m2 {
  background: url(../img/btn_m2_g.png) 0 -39px no-repeat;
}
.button.button-back.btn-m2:hover {
  background: url(../img/btn_m2_g.png) 0 0 no-repeat;
}
.dn {
  display: none;
}
#userfile_item,#userfile_item1,#userfile_item2,#userfile_item3 {
  margin: 0 0 0 20px;
}
input[type="file"] {
  margin: 0;
  padding: 2px;
  font-size: 14px;
}
input[type="file"],
input[type="file"]::-webkit-file-upload-button {
  font: inherit;
  margin: 0 0 5px;
  padding: 0 5px;
}
input[type="file"]::-webkit-file-upload-button {
  background: #65a2bc;
  background: -moz-linear-gradient(top, #70d4cf, #66b6b4);
  background: -webkit-gradient(linear, center top, center bottom, from(#70d4cf), to(#66b6b4));
  background: linear-gradient(to bottom, #70d4cf, #66b6b4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#70d4cf', endColorstr='#66b6b4');
  border: 2px solid #fff;
  padding: 6px 10px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 3px #006268, 1px 0 3px #006268, 0 -1px 3px #003333, -1px 0 3px #006268;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px 0 #bbb;
  -moz-box-shadow: 0 1px 5px 0 #bbb;
  box-shadow: 0 1px 5px 0 #bbb;
}
input[type="file"]::-webkit-file-upload-button:hover,
input[type="file"]::-webkit-file-upload-button:active,
input[type="file"]::-webkit-file-upload-button:focus {
  background: #2399a0 !important;
  cursor: pointer;
}

input[type="text"]:disabled, 
select:disabled {
  background: #EAEAE9;
}


/*----------------------------------------------------
　　パネル
----------------------------------------------------*/
/*-- panel --*/
.panel {
  width: 958px;
  margin: 20px 99px;
  text-align: center;
}
.panel .panel-body {
  width: 760px;
  padding: 15px auto 10px;
  background-color: #fff;
  border: 1px dotted #000;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.panel .panel-body h3.completion-title {
  margin: 10px 0;
  font-size: 1.2em;
  text-align: center;
}
.panel .panel-body p.receipt-number {
  margin: 0 10px 10px;
  font-size: 1.1em;
  text-align: center;
}
.panel .panel-body p.completion {
  margin: 0 10px 10px;
  padding: 10px 0 0;
  border-top: 1px dotted #999;
}
/*-- panel2 --*/
.panel2 {
  width: 958px;
  margin: 0 0 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel2 .panel-heading {
  background-color: #2ECCFA;
  border-color: #dddddd;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 12px 15px 8px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.0;
}
.panel2 .panel-body {
  padding: 15px 15px 10px;
}
.panel2 .panel-body h3 {
  margin: 0 0 5px;
  font-size: 1.2em;
}
.panel2 .panel-body ol li {
  margin: 0 0 3px 28px;
  font-size: 1.2em;
  list-style-type: decimal;
}
.panel2 .panel-body ol li.pdf a {
  padding: 0 25px 0 0;
  background: url(../img/ico_pdf.gif) right center no-repeat;
}
.panel2 .panel-body ol li.mp4 a {
  padding: 0 25px 0 0;
  background: url(../img/ico_mp4.jpg) right center no-repeat;
}
.panel2 .panel-body ol li.word a {
  padding: 0 25px 0 0;
  background: url(../img/ico_word.png) right center no-repeat;
}
.panel2 .panel-body ol li.excel a {
  padding: 0 25px 0 0;
  background: url(../img/ico_excel.png) right center no-repeat;
}
.panel2 .panel-body hr {
  display: inherit;
  height: 0;
  margin: 15px 0;
  padding: 0;
  border: 0;
  border-top: 1px dotted #bbb;
}
.panel2 .panel-body p {
  margin: 0 0 10px;
}
p.explanation {
  margin: 10px 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
}
.ancher-area {
  width: 958px;
}
.ancher-area:after {
  content: "";
  display: block;
  clear: both;
}
/*-- panel3 --*/
.panel3 {
  width: 900px;
  margin: 20px 0;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #c00;
}
.panel3 .panel-heading {
  background-color: #F7E6E6;
  border-color: #c00;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 12px 15px 5px;
  font-size: 1.1em;
  color: #c00;
  font-weight: bold;
  line-height: 1.0;
}
.panel3 .panel-body {
  padding: 15px 15px 5px;
}
.panel3 .panel-body h3 {
  margin: 0 0 5px;
  font-size: 1.1em;
}
.panel3 .panel-body p {
  margin: 0 0 10px;
}
/*-- column --*/
.column-left {
  float: left;
  width: 465px;
}
.column-right {
  float: right;
  width: 465px;
}
/*-- column --*/
.column-left2 {
  float: left;
  width: 250px;
}
.column-right2 {
  float: right;
  width: 250px;
}

/*----------------------------------------------------
　　お知らせ
----------------------------------------------------*/
.mypage-wrap {
  width:1200px;
}
.news-area {
  background:#fff;
  padding:15px;
  overflow:hidden;
  width:555px;
  float:left;
}
.news-area .title-area,
.news-area .table-head,
.news-area .panel2,
.news-area table.table01,
.news-area .button-area {
  width:auto;
}
.news-area .panel-set {
  word-wrap: break-word;
}

.information {
  float: left;
  margin: 0 18px 0 0;
  width: 370px;
}
.information .table-head {
  width: 700px;
}
.information .panel2 {
  width: 700px;
}
.information table.table01 {
  width: 700px;
}
.information .important {
  vertical-align: middle;
  margin: 0 8px 0  8px;
}
.panel-heading .important {
  vertical-align: middle;
  margin: 0 8px 0  0;
}
.archive-year {
  float: left;
  width: 150px;
  margin: 5px 0 0;
}
.archive-year .side-nav {
  width: 100%;
  margin: 0x;
}
.archive-year .side-nav ul {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px dotted #999;
  list-style: none;
}
.archive-year .side-nav ul li {
  margin: 0;
  border-bottom: 1px dotted #999;
  font-size: 1.0em;
  line-height: 1.4;
}
.archive-year .side-nav ul li a {
  display: block;
  padding: 10px 5px 8px 24px;
  background: url(../img/arrow03.png) 10px 13px no-repeat;
}
.archive-year .side-nav ul li:hover a,
.archive-year .side-nav ul li.current a,
.archive-year .side-nav ul li.current-cat a,
.archive-year .side-nav ul li.current-year a {
  background: #fff url(../img/arrow03.png) 10px 13px no-repeat;
}

.info-list {
  border-top: 1px dotted #999;
  font-size: 1.1em;
  margin-top:5px;
}
.info-list li {
  border-bottom: 1px dotted #999;
  padding:6px 15px;
}
.syoukai-area {
  float:right;
  background:#fff;
  padding:15px;
  width:555px;
  border:3px solid #65A2BD;
      font-size:1.1em;

}

.syoukai-area .mypage-list th a {
  background: #EFF8FC url(../img/navi.png) 0 bottom repeat-x ;
  padding:8px 5px 5px;
  color:#1A5B77;
  white-space:nowrap;
    width:100%;
    text-align:center;
    display:block;
    border:1px solid #65A2BD;
      font-size:1.2em;
      line-height:1

}
.syoukai-area .mypage-list th a:hover {
    color: #967243;
}
.syoukai-area .mypage-list th,
.syoukai-area .mypage-list td {
  padding:15px 0;
  border-bottom:1px dotted #ccc;
  vertical-align:top;
}
.syoukai-area .mypage-list td {
  padding-left:25px;

}
.syoukai-area .mypage-list td ul li {
  list-style-type:disc;
  margin-left:1em;
}
.midoku {
  background:#0AA0C1;
  color:#fff;
  font-size:0.9em;
  padding:4px 16px;
  line-height:1;
  border-radius:2px;
  float:right;
}
/*----------------------------------------------------
　　リンクリストナビ
----------------------------------------------------*/
.l-nav {
  margin: 0;
}
.l-nav ul {
  border-top: 1px dotted #999;
  list-style: none;
  margin: 0 0 20px;
  line-height: 2.0;
}
.l-nav ul li {
  margin: 0 0 0px;
  font-size: 1.2em;
}
.l-nav ul li a {
  display: block;
  border-bottom: 1px dotted #999;
  padding: 2px 5px 2px 34px;
  background: transparent url(../img/arrow01.png) 14px 11px no-repeat;
  color: #1a5b77;
  text-decoration: none;
}
.l-nav ul li a:hover {
  color: #967243;
  background: #EFF8FC url(../img/arrow01.png) 14px 11px no-repeat;
}

/*----------------------------------------------------
　　モーダルウィンドウ
----------------------------------------------------*/
/*-- checkbox-list --*/
#contents3 {
  padding: 20px 20px 0;
  width: 600px;
  height: 420px;
  font-size: 14px;
  text-align: center;
}
#contents3 .table-head {
  clear: both;
  width: 600px;
}
#contents3 h3 {
  text-align: left;
}
#contents3 .box {
  width: 520px;
  margin: 0 10px;
  border: 1px solid #999;
  padding: 0 20px;
  background: #fff;
}
#contents3 .checkbox-list {
  width: 520px;
  height: 200px;
  margin: 10px;
  padding: 20px;
  background: #fff;
  overflow-y: scroll;
  text-align: left;
}
#contents3 .checkbox-list li {
  margin: 0 0 10px;
}
#contents3 .button-area {
  width: 580px;
  margin: 20px 0 0;
}
#contents3 .table01 {
  width: 600px;
}
#contents3 .table01 th {
  width: 200px;
}

/*----------------------------------------------------
　　選択メニュー
----------------------------------------------------*/
.main-menu {
  width: 780px;
}
.menu {
  clear: both;
  width: 800px;
  margin: 30px auto 0;
}
.menu li a {
  text-align: center;
  display: block;
  width: 300px;
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  margin: 0 30px;
  padding: 15px 15px;
  background: -moz-linear-gradient( top, #f5f5f5 0%, #e5e5e5);
  background: -webkit-gradient( linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background: -ms-linear-gradient( top, #f5f5f5 0%, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f5f5f5', endColorstr='#e5e5e5');
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid #ffffff;
  -moz-box-shadow: 0px 1px 3px rgba(125,125,125,1), inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow: 0px 1px 3px rgba(125,125,125,1), inset 0px 0px 1px rgba(255,255,255,0.7);
  box-shadow: 0px 1px 5px rgba(125,125,125,1), inset 0px 0px 1px rgba(255,255,255,0.7);
  cursor: pointer;
  margin-bottom: 30px;
  background-color: #E3E3E3\9;   /* IE8 */
}
.menu li a:hover {
  background: -moz-linear-gradient( top, #ffffff 0%, #f5f5f5);
	background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -ms-linear-gradient( top, #ffffff 0%, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f5f5f5');
}
.menu li {
  margin: 0;
}
.menu li.fl-l {
  float: left;
}
.menu li.fl-l p {
  width: 340px;
  margin: 0 30px 5px;
  color: #c00;
  line-height: 1.4;
  font-size: 16px;
}
.menu li.disabled a {
  text-align: center;
  display: block;
  width: 300px;
  background: #ddd;
  font-size: 22px;
  color: #999;
  font-weight: bold;
  padding: 15px 15px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dddddd', endColorstr='#dddddd');
  -moz-box-shadow: 0px 1px 3px rgba(125,125,125,1), inset 0px 0px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow: 0px 1px 3px rgba(125,125,125,1), inset 0px 0px 1px rgba(255,255,255,0.7);
  box-shadow: 0px 1px 5px rgba(125,125,125,1), inset 0px 0px 1px rgba(255,255,255,0.7);
  cursor: pointer;
  margin-bottom: 15px;
}
.menu li.disabled a:hover {
  background:#ddd;
  color: #999;
}
.mail-mitouroku {
  color: #ff0000;
  font-weight: bold;
  margin: 10px 10px;
  font-size: 1.1em;
}
.card-break {
  width: 950px;
  color: #ff0000;
  font-weight: bold;
  margin: 10px 10px 0;
  text-align: left;
}
/*----------------------------------------------------
　　パスワード再発行
----------------------------------------------------*/
body#password {
  background: #fff;
}
#password #contents2 {
  width: 900px;
  margin: 0 auto;
  background: none;
}
#password #header {
  height: 40px;
  border-bottom: 1px solid #ACACAC;
  position: relative;
}
#password .title-area {
  height: 30px;
  width: 880px;
  margin: 0 0 10px;
  padding: 3px 10px 5px;
  background: #fff;
  border-top: 2px solid #65a2bd;
  border-bottom: 1px solid #65a2bd;
}
#password .title-area:after {
  content: "";
  display: block;
  clear: both;
}
#password .title-area {
  height: 30px;
  width: 880px;
  margin: 0 0 10px;
  padding: 3px 10px 5px;
  background: #fff;
  border-top: 2px solid #65a2bd;
  border-bottom: 1px solid #65a2bd;
  border-left: none;
}
#password .button-area {
  width: 900px;
  margin: 20px 0 30px;
  text-align: center;
}
#password .title-area h2 {
  float: left;
  margin: 8px 0 0;
  font-size: 1.4em;
  line-height: 1.0;
}
#password .step {
  width: 880px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 10px;
  border-radius: 4px;
}
ul.confirmItem {
  padding-left:10px;
}
ul.confirmItem li {
  list-style-type:disc;
  padding:2px;
}
ul.confirmItem a {
  font-weight:bold;
}
/*----------------------------------------------------
　　BOX
----------------------------------------------------*/
.box02 {
  width: 800px;
  margin: 30px auto;
  border: 2px solid #65a2bd;
  padding: 20px;
}
.box02 span {
  font-size: 1.4em;
}
.kakunin-text {
  margin: 20px 0;
  text-align: center;
}


label.radio-inline > input[type="radio"] {
  margin-right:4px;
  vertical-align: -2px;
}

.card-corp {
  float: left;
  margin: 0 5px 3px 0;
}
.card-corp-1 {width: 65px;ime-mode: disabled;}
.card-corp-2 {width: 45px;ime-mode: disabled;}
.card-corp-3 {width: 55px;ime-mode: disabled;}
.card-corp-4 {width: 15px;ime-mode: disabled;}

.card-etc {
  float: left;
  margin: 0 5px 3px 0;
}
.card-etc-1 {width: 22px; ime-mode: disabled;}
.card-etc-2 {width: 65px; ime-mode: disabled;}
.card-etc-3 {width: 44px; ime-mode: disabled;}
.card-etc-4 {width: 44px; ime-mode: disabled;}
.card-etc-5 {width: 33px; ime-mode: disabled;}

.car-num {
  float: left;
  margin: 0 5px 3px 0;
}
.car-num-1 {width: 70px; ime-mode: active;}
.car-num-2 {width: 35px; ime-mode: disabled;}
.car-num-3 {width: 20px; ime-mode: active;}
.car-num-4 {width: 45px; ime-mode: disabled;}


.shasaiki-num {
  float: left;
}
.shasaiki-num-1 {margin: 0 5px 3px 0;width: 55px;}
.shasaiki-num-2 {margin: 0 16px 3px 0;width: 90px;}
.shasaiki-num-3 {margin: 0 5px 3px 0;width: 65px;}

/*----------------------------------------------------
   ページ送り
----------------------------------------------------*/
.paging {
  margin: 8px 0;
  width:958px;
}
.page-nums {
  float: left;
  margin-right: 20px;
  list-style: none;
}
.page-nums li {
  display: inline;
}
.page-nums li span,
.page-nums li a {
  display: inline-block;
  padding: 0px 6px;
  background: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
  vertical-align: middle;
}
.page-nums li.current-num span {
  background: #2F7EBF;
  color:#fff;
}
.page-nums li a:hover {
  background: #eeeff7;
  border-color: #5B9DD9;
}
.page-info {
  float: left;
  margin-right: 20px;
}
/*-- 表示件数 --*/
.disp-nums {
  float: right;
  margin: -5px 0;
}
/*-- 回り込み解除 --*/
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}

.hide {
  display: none;
}
span.warning {
  margin: 10px 0px 0px 0px;
  color: #F00;
}
span.warning strong{
  font-weight:bold;
  font-size:1.2em;
}
/*-- 背景水色 --*/
tr.seikyu td{
  background:#DFF8FF;
  border-bottom:double #808080;
}
.txt-same {
  color:#FFFFFF !important;
  background:#FFFFFF !important;
  border-bottom:double #808080 !important;
}