@charset "UTF-8";
/* ボタンの背景色 */
/* ボタンの文字色 */
/* ヘッダーメニューの文字色 */
/* サイズ文言の文字色 */
/* トップに戻るリンク文字色 */
/* ページング選択可能ボタン背景色 */
/* 基本色 */
/*項目別色*/
/* 表組み色(共通) */
/* ボタンサイズパターン */
#main, #header, #footer {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }

#header #top_right table {
  border-spacing: 0px;
  font-size: 16px;
}

.btn100 {
  width: 100px;
  height: 32px;
  background-color: #707070;
  color: #ffffff;
  border: none;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  cursor: pointer; }

.btn100Small {
  width: 100px;
  height: 20px;
  background-color: #707070;
  color: #ffffff;
  border: none;
  cursor: pointer; }

.btn150 {
  width: 150px;
  height: 32px;
  background-color: #707070;
  color: #ffffff;
  border: none;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  cursor: pointer; }

.btn150Small {
  width: 150px;
  height: 20px;
  background-color: #707070;
  color: #ffffff;
  border: none;
  cursor: pointer; }

.btn180 {
  width: 180px;
  height: 32px;
  background-color: #707070;
  color: #ffffff;
  border: none;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  cursor: pointer; }

.btn180Small {
  width: 180px;
  height: 20px;
  background-color: #707070;
  color: #ffffff;
  border: none;
  cursor: pointer; }

.userRegisterBtn {
  width: 180px;
  height: 32px;
  background-color: #37498b;
  color: #ffffff;
  border: none;
  margin: 0;
  padding: 0;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  cursor: pointer; }

div.basic div#headerNaviArea {
  background-color: #37498b; }
  div.basic div#headerNaviArea div.globalNavi ul li.currentMenu a {
    color: #c3c8dc;
    text-decoration: none; }
    div.basic div#headerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #c3c8dc; }
    div.basic div#headerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #c3c8dc; }
    div.basic div#headerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #c3c8dc; }
    div.basic div#headerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #c3c8dc; }
div.basic div#footerNaviArea {
  background-color: #37498b; }
  div.basic div#footerNaviArea div.globalNavi ul li.currentMenu a {
    color: #c3c8dc;
    text-decoration: none; }
    div.basic div#footerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #c3c8dc; }
    div.basic div#footerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #c3c8dc; }
    div.basic div#footerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #c3c8dc; }
    div.basic div#footerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #c3c8dc; }
div.basic table.inputTable3 {
  margin-left: 20px;
  margin-right: 20px;
  border: 1px #c2c2c2 solid;
  border-collapse: collapse; }
  div.basic table.inputTable3 > tbody > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #c3c8dc;
    text-align: left;
    width: 240px;
    border: 1px #c2c2c2 solid;
    padding: 5px;
    height: 20px; }
  div.basic table.inputTable3 > tbody > tr > td {
    width: 500px;
    border: 1px #c2c2c2 solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    height:20px; }
div.basic table.listTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px #c2c2c2 solid; }
  div.basic table.listTable > thead > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #c3c8dc;
    text-align: center;
    border: 1px #37498b solid;
    padding: 5px; }
  div.basic table.listTable > tbody > tr:nth-child(even) {
    background-color: #e6e6e6; }
  div.basic table.listTable > tbody > tr:nth-child(odd) {
    background-color: #ffffff; }
  div.basic table.listTable > tbody > tr > td {
    border: 1px #c2c2c2 solid;
    border-top-style: none;
    border-bottom-style: none;
    padding: 5px; }
div.basic div.pageTitleArea {
  background-color: #37498b; }
div.basic .paging ul li.active > span {
  background-color: #37498b; }

div.theme1 div#headerNaviArea {
  background-color: #7665b6; }
  div.theme1 div#headerNaviArea div.globalNavi ul li.currentMenu a {
    color: #d5d0e9;
    text-decoration: none; }
    div.theme1 div#headerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #d5d0e9; }
    div.theme1 div#headerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #d5d0e9; }
    div.theme1 div#headerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #d5d0e9; }
    div.theme1 div#headerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #d5d0e9; }
div.theme1 div#footerNaviArea {
  background-color: #7665b6; }
  div.theme1 div#footerNaviArea div.globalNavi ul li.currentMenu a {
    color: #d5d0e9;
    text-decoration: none; }
    div.theme1 div#footerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #d5d0e9; }
    div.theme1 div#footerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #d5d0e9; }
    div.theme1 div#footerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #d5d0e9; }
    div.theme1 div#footerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #d5d0e9; }
div.theme1 table.inputTable3 {
  margin-left: 20px;
  margin-right: 20px;
  border: 1px #c2c2c2 solid;
  border-collapse: collapse; }
  div.theme1 table.inputTable3 > tbody > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #d5d0e9;
    text-align: left;
    width: 240px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
  div.theme1 table.inputTable3 > tbody > tr > td {
    width: 500px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
div.theme1 table.listTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px #c2c2c2 solid; }
  div.theme1 table.listTable > thead > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #d5d0e9;
    text-align: center;
    border: 1px #7665b6 solid;
    padding: 5px; }
  div.theme1 table.listTable > tbody > tr:nth-child(even) {
    background-color: #e6e6e6; }
  div.theme1 table.listTable > tbody > tr:nth-child(odd) {
    background-color: #ffffff; }
  div.theme1 table.listTable > tbody > tr > td {
    border: 1px #c2c2c2 solid;
    border-top-style: none;
    border-bottom-style: none;
    padding: 5px; }
div.theme1 div.pageTitleArea {
  background-color: #7665b6; }
div.theme1 .paging ul li.active > span {
  background-color: #7665b6; }

div.theme2 div#headerNaviArea {
  background-color: #b44255; }
  div.theme2 div#headerNaviArea div.globalNavi ul li.currentMenu a {
    color: #e8c6cc;
    text-decoration: none; }
    div.theme2 div#headerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #e8c6cc; }
    div.theme2 div#headerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #e8c6cc; }
    div.theme2 div#headerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #e8c6cc; }
    div.theme2 div#headerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #e8c6cc; }
div.theme2 div#footerNaviArea {
  background-color: #b44255; }
  div.theme2 div#footerNaviArea div.globalNavi ul li.currentMenu a {
    color: #e8c6cc;
    text-decoration: none; }
    div.theme2 div#footerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #e8c6cc; }
    div.theme2 div#footerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #e8c6cc; }
    div.theme2 div#footerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #e8c6cc; }
    div.theme2 div#footerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #e8c6cc; }
div.theme2 table.inputTable3 {
  margin-left: 20px;
  margin-right: 20px;
  border: 1px #c2c2c2 solid;
  border-collapse: collapse; }
  div.theme2 table.inputTable3 > tbody > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #e8c6cc;
    text-align: left;
    width: 240px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
  div.theme2 table.inputTable3 > tbody > tr > td {
    width: 500px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
div.theme2 table.listTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px #c2c2c2 solid; }
  div.theme2 table.listTable > thead > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #e8c6cc;
    text-align: center;
    border: 1px #b44255 solid;
    padding: 5px; }
  div.theme2 table.listTable > tbody > tr:nth-child(even) {
    background-color: #e6e6e6; }
  div.theme2 table.listTable > tbody > tr:nth-child(odd) {
    background-color: #ffffff; }
  div.theme2 table.listTable > tbody > tr > td {
    border: 1px #c2c2c2 solid;
    border-top-style: none;
    border-bottom-style: none;
    padding: 5px; }
div.theme2 div.pageTitleArea {
  background-color: #b44255; }
div.theme2 .paging ul li.active > span {
  background-color: #b44255; }

div.theme3 div#headerNaviArea {
  background-color: #f7941d; }
  div.theme3 div#headerNaviArea div.globalNavi ul li.currentMenu a {
    color: #fcdebb;
    text-decoration: none; }
    div.theme3 div#headerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #fcdebb; }
    div.theme3 div#headerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #fcdebb; }
    div.theme3 div#headerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #fcdebb; }
    div.theme3 div#headerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #fcdebb; }
div.theme3 div#footerNaviArea {
  background-color: #f7941d; }
  div.theme3 div#footerNaviArea div.globalNavi ul li.currentMenu a {
    color: #fcdebb;
    text-decoration: none; }
    div.theme3 div#footerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #fcdebb; }
    div.theme3 div#footerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #fcdebb; }
    div.theme3 div#footerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #fcdebb; }
    div.theme3 div#footerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #fcdebb; }
div.theme3 table.inputTable3 {
  margin-left: 20px;
  margin-right: 20px;
  border: 1px #c2c2c2 solid;
  border-collapse: collapse; }
  div.theme3 table.inputTable3 > tbody > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #fcdebb;
    text-align: left;
    width: 240px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
  div.theme3 table.inputTable3 > tbody > tr > td {
    width: 500px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
div.theme3 table.listTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px #c2c2c2 solid; }
  div.theme3 table.listTable > thead > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #fcdebb;
    text-align: center;
    border: 1px #f7941d solid;
    padding: 5px; }
  div.theme3 table.listTable > tbody > tr:nth-child(even) {
    background-color: #e6e6e6; }
  div.theme3 table.listTable > tbody > tr:nth-child(odd) {
    background-color: #ffffff; }
  div.theme3 table.listTable > tbody > tr > td {
    border: 1px #c2c2c2 solid;
    border-top-style: none;
    border-bottom-style: none;
    padding: 5px; }
div.theme3 div.pageTitleArea {
  background-color: #f7941d; }
div.theme3 .paging ul li.active > span {
  background-color: #f7941d; }

div.theme4 div#headerNaviArea {
  background-color: #58b064; }
  div.theme4 div#headerNaviArea div.globalNavi ul li.currentMenu a {
    color: #cce7d0;
    text-decoration: none; }
    div.theme4 div#headerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #cce7d0; }
    div.theme4 div#headerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #cce7d0; }
    div.theme4 div#headerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #cce7d0; }
    div.theme4 div#headerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #cce7d0; }
div.theme4 div#footerNaviArea {
  background-color: #58b064; }
  div.theme4 div#footerNaviArea div.globalNavi ul li.currentMenu a {
    color: #cce7d0;
    text-decoration: none; }
    div.theme4 div#footerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #cce7d0; }
    div.theme4 div#footerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #cce7d0; }
    div.theme4 div#footerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #cce7d0; }
    div.theme4 div#footerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #cce7d0; }
div.theme4 table.inputTable3 {
  margin-left: 20px;
  margin-right: 20px;
  border: 1px #c2c2c2 solid;
  border-collapse: collapse; }
  div.theme4 table.inputTable3 > tbody > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #cce7d0;
    text-align: left;
    width: 240px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
  div.theme4 table.inputTable3 > tbody > tr > td {
    width: 500px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
div.theme4 table.listTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px #c2c2c2 solid; }
  div.theme4 table.listTable > thead > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #cce7d0;
    text-align: center;
    border: 1px #58b064 solid;
    padding: 5px; }
  div.theme4 table.listTable > tbody > tr:nth-child(even) {
    background-color: #e6e6e6; }
  div.theme4 table.listTable > tbody > tr:nth-child(odd) {
    background-color: #ffffff; }
  div.theme4 table.listTable > tbody > tr > td {
    border: 1px #c2c2c2 solid;
    border-top-style: none;
    border-bottom-style: none;
    padding: 5px; }
div.theme4 div.pageTitleArea {
  background-color: #58b064; }
div.theme4 .paging ul li.active > span {
  background-color: #58b064; }

div.theme5 div#headerNaviArea {
  background-color: #8a5c2f; }
  div.theme5 div#headerNaviArea div.globalNavi ul li.currentMenu a {
    color: #dbcec0;
    text-decoration: none; }
    div.theme5 div#headerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #dbcec0; }
    div.theme5 div#headerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #dbcec0; }
    div.theme5 div#headerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #dbcec0; }
    div.theme5 div#headerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #dbcec0; }
div.theme5 div#footerNaviArea {
  background-color: #8a5c2f; }
  div.theme5 div#footerNaviArea div.globalNavi ul li.currentMenu a {
    color: #dbcec0;
    text-decoration: none; }
    div.theme5 div#footerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #dbcec0; }
    div.theme5 div#footerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #dbcec0; }
    div.theme5 div#footerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #dbcec0; }
    div.theme5 div#footerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #dbcec0; }
div.theme5 table.inputTable3 {
  margin-left: 20px;
  margin-right: 20px;
  border: 1px #c2c2c2 solid;
  border-collapse: collapse; }
  div.theme5 table.inputTable3 > tbody > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #dbcec0;
    text-align: left;
    width: 240px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
  div.theme5 table.inputTable3 > tbody > tr > td {
    width: 500px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
div.theme5 table.listTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px #c2c2c2 solid; }
  div.theme5 table.listTable > thead > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #dbcec0;
    text-align: center;
    border: 1px #8a5c2f solid;
    padding: 5px; }
  div.theme5 table.listTable > tbody > tr:nth-child(even) {
    background-color: #e6e6e6; }
  div.theme5 table.listTable > tbody > tr:nth-child(odd) {
    background-color: #ffffff; }
  div.theme5 table.listTable > tbody > tr > td {
    border: 1px #c2c2c2 solid;
    border-top-style: none;
    border-bottom-style: none;
    padding: 5px; }
div.theme5 div.pageTitleArea {
  background-color: #8a5c2f; }
div.theme5 .paging ul li.active > span {
  background-color: #8a5c2f; }

div.theme6 div#headerNaviArea {
  background-color: #928b1e; }
  div.theme6 div#headerNaviArea div.globalNavi ul li.currentMenu a {
    color: #dedcbb;
    text-decoration: none; }
    div.theme6 div#headerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #dedcbb; }
    div.theme6 div#headerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #dedcbb; }
    div.theme6 div#headerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #dedcbb; }
    div.theme6 div#headerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #dedcbb; }
div.theme6 div#footerNaviArea {
  background-color: #928b1e; }
  div.theme6 div#footerNaviArea div.globalNavi ul li.currentMenu a {
    color: #dedcbb;
    text-decoration: none; }
    div.theme6 div#footerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #dedcbb; }
    div.theme6 div#footerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #dedcbb; }
    div.theme6 div#footerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #dedcbb; }
    div.theme6 div#footerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #dedcbb; }
div.theme6 table.inputTable3 {
  margin-left: 20px;
  margin-right: 20px;
  border: 1px #c2c2c2 solid;
  border-collapse: collapse; }
  div.theme6 table.inputTable3 > tbody > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #dedcbb;
    text-align: left;
    width: 240px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
  div.theme6 table.inputTable3 > tbody > tr > td {
    width: 500px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
div.theme6 table.listTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px #c2c2c2 solid; }
  div.theme6 table.listTable > thead > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #dedcbb;
    text-align: center;
    border: 1px #928b1e solid;
    padding: 5px; }
  div.theme6 table.listTable > tbody > tr:nth-child(even) {
    background-color: #e6e6e6; }
  div.theme6 table.listTable > tbody > tr:nth-child(odd) {
    background-color: #ffffff; }
  div.theme6 table.listTable > tbody > tr > td {
    border: 1px #c2c2c2 solid;
    border-top-style: none;
    border-bottom-style: none;
    padding: 5px; }
div.theme6 div.pageTitleArea {
  background-color: #928b1e; }
div.theme6 .paging ul li.active > span {
  background-color: #928b1e; }

div.theme7 div#headerNaviArea {
  background-color: #a72e32; }
  div.theme7 div#headerNaviArea div.globalNavi ul li.currentMenu a {
    color: #e4c0c1;
    text-decoration: none; }
    div.theme7 div#headerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #e4c0c1; }
    div.theme7 div#headerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #e4c0c1; }
    div.theme7 div#headerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #e4c0c1; }
    div.theme7 div#headerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #e4c0c1; }
div.theme7 div#footerNaviArea {
  background-color: #a72e32; }
  div.theme7 div#footerNaviArea div.globalNavi ul li.currentMenu a {
    color: #e4c0c1;
    text-decoration: none; }
    div.theme7 div#footerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #e4c0c1; }
    div.theme7 div#footerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #e4c0c1; }
    div.theme7 div#footerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #e4c0c1; }
    div.theme7 div#footerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #e4c0c1; }
div.theme7 table.inputTable3 {
  margin-left: 20px;
  margin-right: 20px;
  border: 1px #c2c2c2 solid;
  border-collapse: collapse; }
  div.theme7 table.inputTable3 > tbody > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #e4c0c1;
    text-align: left;
    width: 240px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
  div.theme7 table.inputTable3 > tbody > tr > td {
    width: 500px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
div.theme7 table.listTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px #c2c2c2 solid; }
  div.theme7 table.listTable > thead > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #e4c0c1;
    text-align: center;
    border: 1px #a72e32 solid;
    padding: 5px; }
  div.theme7 table.listTable > tbody > tr:nth-child(even) {
    background-color: #e6e6e6; }
  div.theme7 table.listTable > tbody > tr:nth-child(odd) {
    background-color: #ffffff; }
  div.theme7 table.listTable > tbody > tr > td {
    border: 1px #c2c2c2 solid;
    border-top-style: none;
    border-bottom-style: none;
    padding: 5px; }
div.theme7 div.pageTitleArea {
  background-color: #a72e32; }
div.theme7 .paging ul li.active > span {
  background-color: #a72e32; }

div.theme8 div#headerNaviArea {
  background-color: #37498b; }
  div.theme8 div#headerNaviArea div.globalNavi ul li.currentMenu a {
    color: #c3c8dc;
    text-decoration: none; }
    div.theme8 div#headerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #c3c8dc; }
    div.theme8 div#headerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #c3c8dc; }
    div.theme8 div#headerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #c3c8dc; }
    div.theme8 div#headerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #c3c8dc; }
div.theme8 div#footerNaviArea {
  background-color: #37498b; }
  div.theme8 div#footerNaviArea div.globalNavi ul li.currentMenu a {
    color: #c3c8dc;
    text-decoration: none; }
    div.theme8 div#footerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #c3c8dc; }
    div.theme8 div#footerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #c3c8dc; }
    div.theme8 div#footerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #c3c8dc; }
    div.theme8 div#footerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #c3c8dc; }
div.theme8 table.inputTable3 {
  margin-left: 20px;
  margin-right: 20px;
  border: 1px #c2c2c2 solid;
  border-collapse: collapse; }
  div.theme8 table.inputTable3 > tbody > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #c3c8dc;
    text-align: left;
    width: 240px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
  div.theme8 table.inputTable3 > tbody > tr > td {
    width: 500px;
    border: 1px #c2c2c2 solid;
    padding: 5px; }
div.theme8 table.listTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px #c2c2c2 solid; }
  div.theme8 table.listTable > thead > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #c3c8dc;
    text-align: center;
    border: 1px #37498b solid;
    padding: 5px; }
  div.theme8 table.listTable > tbody > tr:nth-child(even) {
    background-color: #e6e6e6; }
  div.theme8 table.listTable > tbody > tr:nth-child(odd) {
    background-color: #ffffff; }
  div.theme8 table.listTable > tbody > tr > td {
    border: 1px #c2c2c2 solid;
    border-top-style: none;
    border-bottom-style: none;
    padding: 5px; }
div.theme8 div.pageTitleArea {
  background-color: #37498b; }
div.theme8 .paging ul li.active > span {
  background-color: #37498b; }

div.theme9 div#headerNaviArea {
  background-color: #2e8cca; }
  div.theme9 div#headerNaviArea div.globalNavi ul li.currentMenu a {
    color: #c0dcef;
    text-decoration: none; }
    div.theme9 div#headerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #c0dcef; }
    div.theme9 div#headerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #c0dcef; }
    div.theme9 div#headerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #c0dcef; }
    div.theme9 div#headerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #c0dcef; }
div.theme9 div#footerNaviArea {
  background-color: #2e8cca; }
  div.theme9 div#footerNaviArea div.globalNavi ul li.currentMenu a {
    color: #c0dcef;
    text-decoration: none; }
    div.theme9 div#footerNaviArea div.globalNavi ul li.currentMenu a:link {
      color: #c0dcef; }
    div.theme9 div#footerNaviArea div.globalNavi ul li.currentMenu a:visited {
      color: #c0dcef; }
    div.theme9 div#footerNaviArea div.globalNavi ul li.currentMenu a:hover {
      color: #c0dcef; }
    div.theme9 div#footerNaviArea div.globalNavi ul li.currentMenu a:active {
      color: #c0dcef; }
div.theme9 table.inputTable3 {
  border-collapse: collapse; }
  div.theme9 table.inputTable3 > thead > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #c0dcef;
    text-align: center;
    border: 1px #2e8cca solid;
    padding: 5px; }
  div.theme9 table.inputTable3 > tbody > tr > td {
    border: 1px #c2c2c2 solid;
    padding: 5px; }
div.theme9 table.listTable {
  border-collapse: collapse;
  width: 1005px;
  border: 1px #c2c2c2 solid; }
  div.theme9 table.listTable > thead > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #c0dcef;
    text-align: center;
    border: 1px #2e8cca solid;
    padding: 5px; }
  div.theme9 table.listTable > tbody > tr:nth-child(even) {
    background-color: #e6e6e6; }
  div.theme9 table.listTable > tbody > tr:nth-child(odd) {
    background-color: #ffffff; }
  div.theme9 table.listTable > tbody > tr > td {
    border: 1px #c2c2c2 solid;
    border-top-style: none;
    border-bottom-style: none;
    padding: 5px; }
div.theme9 table.listTable2 {
  border-collapse: collapse;
  width: 1005px;
  border: 1px #c2c2c2 solid; }
  div.theme9 table.listTable2 > thead > tr {
    border: 1px #2e8cca solid;
    padding: 5px; }
  div.theme9 table.listTable2 > thead > tr > th {
    /* メイン色のアルファ値30% */
    background-color: #c0dcef;
    text-align: center;
    border: 1px #2e8cca solid;
    padding: 5px; }
  div.theme9 table.listTable2 > tbody > tr:nth-child(even) {
    background-color: #e6e6e6; }
  div.theme9 table.listTable2 > tbody > tr:nth-child(odd) {
    background-color: #ffffff; }
  div.theme9 table.listTable2 > tbody > tr > td {
    border: 1px #c2c2c2 solid;
    border-top-style: none;
    border-bottom-style: none;
    padding: 5px; }
div.theme9 div.pageTitleArea {
  background-color: #2e8cca; }
div.theme9 .paging ul li.active > span {
  background-color: #2e8cca; }

/* 共通ヘッダー部 */
.top {
  height: 118px; }

.loginTime {
  font-size: 12px;
  line-height: 14px; }

.userName {
  font-size: 16px;
  line-height: 18px; }

.kw21connect-logo {
  margin-top: 14px;
  height: 58px; }

.greetinsArea {
  margin-top: 72px;
  margin-right: 14px;
  margin-bottom: 14px;
  text-align: right; }

/* ヘッダーメニュー */
div#headerNaviArea {
  height: 61px; }
  div#headerNaviArea div.globalNavi ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: justify; }
    div#headerNaviArea div.globalNavi ul li {
      float: left;
      text-align: justify;
      font-size: 16px;
      margin-right: 46px; }
      div#headerNaviArea div.globalNavi ul li.lastItem {
        margin-right: 0px; }
      div#headerNaviArea div.globalNavi ul li a {
        text-decoration: none; }
        div#headerNaviArea div.globalNavi ul li a:link {
          color: #ffffff; }
        div#headerNaviArea div.globalNavi ul li a:visited {
          color: #ffffff; }
        div#headerNaviArea div.globalNavi ul li a:hover {
          color: #ffffff; }
        div#headerNaviArea div.globalNavi ul li a:active {
          color: #ffffff; }

div.headerNavi ul li {
  margin-top: 20px; }

div.pageTitleArea {
  height: 134px;
  margin-bottom: 18px; }

div.pageTitle {
  font-size: 36px;
  color: #ffffff; }

div.pageTitleNoExpalin {
  font-size: 36px;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 42px; }

div.pageExplain {
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 17px; }

div.bottomPositionWrap {
  position: relative;
  height: 134px; }

.bottomPosition {
  position: absolute;
  bottom: 0; }

/* タイトル画像幅+5px */
.profileImageMargin {
  left: 80px; }

.lockImageMargin {
  left: 80px; }

.titleImageMargin {
  left: 133px; }

.contentsWidth, .top, div#headerNaviArea div.globalNavi, div#configArea, div#footerNaviArea div.globalNavi, div#footerInfoArea {
  width: 1024px;
  margin-right: auto;
  margin-left: auto; }

img.titleImg {
  width: auto;
  margin-right: 5px;
  margin-bottom: 0px; }

div#configArea {
  height: 57px;
  text-align: right;
  font-size: 0; }

div#helpButtonArea {
  text-align: center; }

div.helpImgWrap {
  width: 52px;
  height: 32px; }

img.helpImg {
  margin-right: auto;
  margin-left: auto; }

div.size_img {
  font-size: 0;
  height: 32px; }

div.sizeM {
  margin-right: 11px; }

/* フッターメニュー */
div#footerNaviArea {
  height: 36px; }
  div#footerNaviArea ul li {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  div#footerNaviArea div.globalNavi ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: justify; }
    div#footerNaviArea div.globalNavi ul li {
      float: left;
      text-align: justify;
      font-size: 16px;
      margin-right: 46px; }
      div#footerNaviArea div.globalNavi ul li.lastItem {
        margin-right: 0px; }
      div#footerNaviArea div.globalNavi ul li a {
        text-decoration: none; }
        div#footerNaviArea div.globalNavi ul li a:link {
          color: #ffffff; }
        div#footerNaviArea div.globalNavi ul li a:visited {
          color: #ffffff; }
        div#footerNaviArea div.globalNavi ul li a:hover {
          color: #ffffff; }
        div#footerNaviArea div.globalNavi ul li a:active {
          color: #ffffff; }

/* フッター部 */
div#footerInfoArea {
  margin-top: 13px;
  font-size: 0;
  text-align: right; }

div#footerLogo {
  margin-right: 14px; }

div#co_name_Wrap {
  height: 42px;
  width: 148px;
  position: relative; }

div.coName {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 9px;
  white-space: nowrap;
  width: 148px; }

.inline {
  display: inline-block; }

.display_inline {
  display: inline; }

div.floatRight {
  float: right; }

div.floatLeft {
  float: left; }

div.rightSide {
  width: 1024px;
  margin-left: auto; }

.itemBlock {
  height: 39px;
  font-size: inherit; }
  .itemBlock div {
    width: 150px;
    display: inline-block; }
  .itemBlock div.width100 {
    width: 100px;
    display: inline-block; }
    .itemBlock div label {
      font-size: inherit; }
  .itemBlock input {
    width: 356px;
    margin: 0;
    padding: 0;
    height: 35px;
    border-width: 1px;
    display: inline-block;
    font-size: 20px;
    border: solid 1px #707070;
    box-shadow: 0px 0px 3px 0px inset; }
  .itemBlock span {
    font-size: 14px; }

.loginItemBlock {
  height: 39px;
  font-size: inherit; }
  .loginItemBlock div {
    width: 95px;
    display: inline-block;
    vertical-align: middle; }
    .loginItemBlock div label {
      font-size: inherit;
      color: #464646; }
    .loginItemBlock span {
      font-size: inherit; }
  .loginItemBlock input[type=text], .loginItemBlock input[type=password] {
    width: 262px;
    padding: 3px;
    height: 31px;
    display: inline-block;
    font-size: 20px;
    border: solid 1px #707070;
    box-shadow: 0px 0px 3px 0px inset;}
  .loginItemBlock select {
    width: 262px;
    padding: 3px;
    height: 31px; }

/* 表示切替選択エリア */
.displaySwitch {
  height: 35px;
  font-size: 0;
  margin-bottom: 15px; }

.displaySwitchRadio {
  width: 350px;
  font-size: 16px; }

.displaySwitchLabel {
  font-weight: bold; }

/* ページング */
.pagingArea table {
  border-spacing: 0; }
  .pagingArea table tr td {
    padding: 0;
    vertical-align: middle; }
.pagingArea .recordNo {
  margin-right: 17px;
  font-size: 14px;
  color: #464646; }

.paging ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0; }
  .paging ul li {
    display: inline;
    padding: 0; }
    .paging ul li span,
    .paging ul li a {
      display: inline-block;
      width: 35px;
      height: 35px;
      margin: 0;
      padding: 0;
      margin-left: 0.5px;
      margin-right: 0.5px;
      text-decoration: none;
      vertical-align: middle;
      font-size: 16px;
      color: #ffffff;
      line-height: 35px; }
    .paging ul li a:link {
      color: #ffffff !important; }
    .paging ul li a:visited {
      color: #ffffff !important; }
    .paging ul li a:hover {
      color: #ffffff !important; }
    .paging ul li a:active {
      color: #ffffff !important; }
  .paging ul li.disabled > a {
    background-color: #707070; }
  .paging ul li:last-child {
    margin-right: 0; }

div#to_top {
  height: 30px;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
  margin-bottom: 18px;
  background-position: 0% 0%;
  background-image: none; }
  div#to_top a {
    color: #707070;
    font-size: 14px;
    height: 21px;
    position: absolute;
    bottom: 0; }
  div#to_top a:link {
    color: #707070 !important; }
  div#to_top a:visited {
    color: #707070 !important; }
  div#to_top a:hover {
    color: #707070 !important;
    text-decoration: underline; }
  div#to_top a:active {
    color: #707070 !important; }

div.cm_box01_top {
  padding: 15px;
  text-align: left;
  margin-bottom: 20px;
}

div.cm_box01_bottom {
  padding: 15px;
  text-align: left;
  margin-top: 20px;
}

#main.loginPage {
  background-color: #ebecf3; }

#main_contents.loginPage {
  background-color: #ebecf3; }

#main.authenticate {
  background-color: #ebecf3; }

#main.authEncrypt {
  background-color: #ebecf3; }

#main.authUserRegister {
  background-color: #ebecf3; }

#main.passwdChange {
  background-color: #ebecf3; }

div.passwordRemindArea {
    height: 45px;
    position: relative;
}

div.passwordRemindArea a {
    bottom: 0;
    font-size: 16px;
    position: absolute;
    color: #0000ff !important;
}

div.userRegisterArea {
  position: relative;
  height: 80px; }
  div.userRegisterArea span {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #464646; }

div.sslArea {
  position: relative;
  height: 116px; }
  div.sslArea span {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #464646; }

div.sslLinkArea {
  position: relative;
  height: 30px; }
  div.sslLinkArea span {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #464646; }

.flexJustifyCenter {
  display: flex;
  justify-content: center;
}

input[type=text].inputTextWidth524 {
  width: 524px;
}

.marginTop4 {
  margin-top: 4px;
}

.marginTop32 {
  margin-top: 32px;
}

.marginBottom12 {
  margin-bottom: 12px; }

.marginBottom29 {
  margin-bottom: 29px; }

  .marginBottom39 {
  margin-bottom: 39px; }

.marginBottom21 {
  margin-bottom: 21px; }

.marginBottom44 {
  margin-bottom: 44px; }

.marginLeft10 {
  margin-left: 10px; }

.marginLeft30 {
  margin-left: 30px; }

.marginLeft32 {
  margin-left: 32px; }

.marginLeft100 {
  margin-left: 100px; }

.marginLeft105 {
  margin-left: 105px; }

.marginLeft130 {
  margin-left: 130px; }

.marginLeft135 {
  margin-left: 135px; }

.marginLeft150 {
  margin-left: 150px; }

.marginLeft155 {
  margin-left: 155px; }

.marginLeft200 {
  margin-left: 200px; }

.marginLeft300 {
  margin-left: 300px; }

.marginLeft360 {
  margin-left: 360px; }

.margin5 {
  margin: 5px; }

.margin9_5 {
  margin: 9.5px; }

/* 他cssの設定を打ち消しています */
#main {
  background-color: transparent; }
  #main #container {
    padding: 0;
    font-size: 90%; }

.cm_box01 {
  margin: 0; }

h3 {
  color: #000000;
  background-color: transparent;
  font-size: 1.17em;
  margin: 0.83em 0; }

.screenHeadline {
  font-size: 14pt;
}

/*# sourceMappingURL=newDesign.css.map */

label.pointerLabel {
  cursor: pointer;
}

input[type=text].profileSetteiTextBox {
  height: 15px;
}

.checkboxForPassword100,
.checkboxForPassword105,
.checkboxForPassword150,
.checkboxForPassword155 {
  font-size: 16px;
}

.checkboxForPassword100 {
  margin-left: 100px;
}

.checkboxForPassword105 {
  margin-left: 105px;
}

.checkboxForPassword150 {
  margin-left: 150px;
}

.checkboxForPassword155 {
  margin-left: 155px;
}
.checkboxForPassword100 > .checkbox-inline,
.checkboxForPassword105 > .checkbox-inline,
.checkboxForPassword150 > .checkbox-inline,
.checkboxForPassword155 > .checkbox-inline {
  padding-left: 0px;
}

/* レスポンシブ対応の追加 */
@media screen and (max-width: 480px) {
  .struct {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  #header #top {
    height: 66px;
  }

  #header #main_logo {
    max-width: 200px;
    max-height: 56px;
  }

  #header #main_logo img {
    max-width: 100%;
    height: auto;
  }

  #header #top_left {
    padding-left: 10px;
  }

  #header #top_right {
    max-width: 160px;
    text-align: right;
    width: auto;
    padding-right: 10px;
  }

  #header #top_right .kw21_logo img {
    max-width: 140px;
    height: auto;
  }

  #header .greetings {
    text-align: right;
  }

  #global_navi {
    min-width: 315px;
    height: 155px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #main {
    min-width: 315px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #main_contents .struct {
    min-width: 315px;
  }

  #main_contents .struct .loginPage {
    padding-bottom: 0px;
  }

  #title_side {
    display: none;
  }

  #footer_info #ft_logo {
    float: right;
    width: 42px;
    margin-right: 12px;
  }

  #footer_info #ft_logo img {
    width: 100%;
    height: auto;
  }

  #footer_info #co_name {
    font-weight: bold;
    font-size: 14px;
    padding-top: 15px;
    float: right;
    padding-right: 10px;
  }

  div.passwordRemindArea.marginLeft100 {
    margin-left: 0px;
  }

  div.userRegisterArea {
    height: auto;
  }

  div.userRegisterArea.marginBottom29.marginLeft100 {
    margin-left: 0px;
    margin-bottom: 10px;
    height: 80px;
  }

  button.userRegisterBtn.marginLeft100 {
    margin-left: 0px;
  }

  div.sslArea {
    height: 40px;
  }

  div.sslArea.marginBottom16.marginLeft100 {
    margin-left: 0px;
  }

  .prevLoginTime {
    display: none !important;
  }

  #userRegisterButton {
    display: none;
  }

  div.userRegisterArea.marginBottom44.marginLeft100 {
    margin-left: 0px;
  }

  .loginItemBlock span {
    font-size: 14px;
  }
  .loginTableInput {
    width: 208px;
    height: 28px;
  }
  .loginInputForm {
    width: 200px;
    height: 28px;
  }
  .loginItemBlock input[type=text], .loginItemBlock input[type=password] {
    width: 200px;
    height: 24px;
  }
  .btn180 {
    width: 120px;
  }
  #page_title {
    bottom: 85px;
    font-size: 28px;
  }
  #page_description {
    font-size: 14px;
  }
  div.afterPasswordLabelWidth {
    width: 140px !important;
  }
  #header .greetings {
    display: none;
  }
  #header #log_in {
    display: none;
  }
  .marginBottom44 {
    margin-bottom: 0px;
  }
  #top_box #alert {
    height: auto;
  }
  .marginLeft155 {
    margin-left: 232px;
  }
}
@media screen and (max-width: 320px) {
  .struct {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  #header #top {
    height: 98px;
  }

  #header #main_logo {
    max-width: 200px;
    max-height: 56px;
  }

  #header #main_logo img {
    max-width: 100%;
    height: auto;
  }

  #header #top_right {
    max-width: 140px;
    text-align: right;
  }

  #header #top_right .kw21_logo img {
    max-width: 140px;
    height: auto;
  }

  #header .greetings {
    text-align: right;
  }

  #global_navi {
    min-width: 315px;
    height: 155px;
  }

  #main {
    min-width: 315px;
  }

  #main_contents .struct {
    min-width: 315px;
  }

  #main_contents .struct .loginPage {
    padding-bottom: 0px;
  }

  #title_side {
    display: none;
  }

  div.passwordRemindArea.marginLeft100 {
    margin-left: 0px;
  }

  div.userRegisterArea {
    height: auto;
  }

  div.userRegisterArea.marginBottom29.marginLeft100 {
    margin-left: 0px;
    margin-bottom: 10px;
  }

  button.userRegisterBtn.marginLeft100 {
    margin-left: 0px;
  }

  div.sslArea {
    height: 40px;
  }

  div.sslArea.marginBottom16.marginLeft100 {
    margin-left: 0px;
    margin-top: 28px;
  }

  #userRegisterButton {
    display: none;
  }

  div.userRegisterArea.marginBottom44.marginLeft100 {
    margin-left: 0px;
  }

  .loginItemBlock span {
    font-size: 14px;
  }
  .loginTableInput {
    width: 208px;
    height: 28px;
  }
  .loginItemBlock {
    height: 24px;
  }
  .loginInputForm {
    width: 200px;
    height: 28px;
  }
  .loginItemBlock input[type=text], .loginItemBlock input[type=password] {
    width: 200px;
    height: 24px;
  }
  .btn180 {
    width: 120px;
  }  #page_title {
    bottom: 85px;
    font-size: 24px;
  }
  #page_description {
    font-size: 12px;
    width: 220px;
  }
  #top_box #alert {
    width: 300px;
    font-size: 12px;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  .itemBlock {
    height: auto;
  }
  .checkboxForPassword105,
  .checkboxForPassword150,
  .checkboxForPassword155 {
    margin-left: 0px;
  }
@media screen and (max-width: 360px) {
  .itemBlock input {
    width: 305px;
  }
}