@charset "utf-8";

/*
  js class
*/
.toggle_parent .toggle_item{display:none;}
.toggle_parent.open .toggle_item{display:block;}
.toggle_parent .toggle.parent {display:block;}
.toggle_parent.open .toggle.parent {display:none;}
.toggle_parent.open .toggle_parent .toggle_item{display:none;}
.toggle_parent.open .toggle_parent.open .toggle_item{display:block;}

/*  modal_window
----------------------------------------*/
#modal_window .scroll_parent,
#top_contents .scroll_parent,
#bottom_contents .scroll_parent {
  top: 0;
  position: relative;
  z-index: 0;
}

#modal_window .scroll_wrap,
#top_contents .scroll_wrap,
#bottom_contents .scroll_wrap {
  position: absolute;
  top: 0;
  left: 0;
}

#modal_window_base {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  display: none;
}

#modal_window_circuit {
  position: fixed;
  left: 50%;
  top: -99999px;
  width: 980px;
  background: #fff;
  z-index: 1200;
  border: 4px solid #e8641b;
  border-radius: 7px;
  margin-left: -490px;
  padding: 30px 0 30px 70px;
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#modal_window .modal {
  position: fixed;
  left: 50%;
  top: -99999px;
  width: 980px;
  background: #fff;
  z-index: 1200;
  border: 4px solid #0c539c;
  border-radius: 7px;
  margin-left: -490px;
  padding: 30px 0 30px 70px;
  display: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#modal_window .modal.w_small {
  width: 740px;
  margin-left: -370px;
}

#modal_window .modal.w_small .modal_wrap {
  width: 594px;
}

#modal_window .modal_scroll_parent {
  overflow: hidden;
  overflow-y: auto;
  max-width: 855px;
  /* height:200px; */
}

#modal_window .modal_wrap {
  width: 834px;
}

#modal_window .modal h1 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0c539c;
}

#modal_window .modal ul.btns {
  text-align: center;
  font-size: 0;
  margin: 25px 0 0;
  padding-bottom: 4px;
}

#modal_window .modal ul.btns li {
  display: inline-block;
  font-size: 15px;
  min-width: 192px;
  margin: 0 15px;
}

#modal_window .modal .section {
  background: #e3eaf1;
  margin: 0 0 20px;
  border-radius: 4px;
  padding: 30px;
}

#modal_window .modal ul.errors {
  border: 1px solid #dd0020;
  margin: 0 0 20px;
  padding: 12px 15px;
}

#modal_window .modal ul.errors li {
  text-align: center;
}

#modal_window .modal h2 {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  font-size: 15px;
  height: 26px;
  line-height: 1.2;
}

#modal_window .modal h2:before {
  content: '';
  background: none;
}

#modal_window div.close {
  position: absolute;
  top: 15px;
  right: 15px;
}

#modal_window div.close a {
  width: 18px;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 18px;
  background: url(/img/share/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -1138px;
}

#modal_window div.close a:hover {
  background-position: 0 -1157px;
}

#modal_window h2 {
  padding-top: 0;
}

/* btn */
.btn {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  overflow: hdden;
  -webkit-box-shadow: 0 0 3px rgba(4, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(4, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(4, 0, 0, 0.2);
}

.btn a {
  display: block;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: hdden;
  text-decoration: none;
  color: #444;
  line-height: 46px;
  background: #feffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #feffff 0%, #ececec 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #ececec));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #feffff 0%, #ececec 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #feffff 0%, #ececec 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #feffff 0%, #ececec 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #feffff 0%, #ececec 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#ececec',GradientType=0 );
  /* IE6-8 */
  position: relative;
}

.btn a.arr_right {
  padding: 0 15px 0 25px;
  color: #f75300;
}

.btn a.arr_right:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/img/code/documents/index/icon_sprite.png) left -39px no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}

.btn a.arr_right:hover:after {
  background-position: left -59px;
}

.btn a.arr_right.em4 {
  padding-right: 5px;
}

.btn a.arr_right.em4:after {
  right: 50px;
}

.btn a.cansel {
  padding: 0 25px 0 20px;
}

.btn a.cansel:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/img/code/documents/index/icon_sprite.png) left -139px no-repeat;
  margin-right: 7px;
  vertical-align: middle;
}

.btn a.cansel:hover:before {
  background-position: left -121px;
}

/* shogai_maintenance */
#modal_window .modal.shogai_maintenance h1 {
  margin: 0;
  padding: 5px 30px;
  background: 0 center no-repeat;
  font-weight: normal;
}
#modal_window .modal.shogai_maintenance h2 {
  height: auto;
  margin-bottom: 15px;
  padding: 15px 0;
  border-bottom: 2px solid #0c539c;
}
#modal_window .modal.shogai_maintenance h2:before {
  display: none;
}
#modal_window .modal.shogai_maintenance .anchor {
  text-decoration: none;
}
#modal_window .modal.shogai_maintenance .anchor:before {
  content: "▼";
}
#modal_window .modal.shogai_maintenance .anchor:hover {
  text-decoration: underline;
}
#modal_window .modal.shogai_maintenance .txt {
  -ms-word-break: break-all;
  word-break: break-all;
}
#modal_window .modal.shogai_maintenance .txt p, #modal_window .modal.shogai_maintenance .txt ul {
  margin-top: 25px;
}
#modal_window .modal.shogai_maintenance .txt li:before {
  content: "■";
}
#modal_window .modal.shogai_maintenance .link_area ul {
  margin-left: -30px;
}
#modal_window .modal.shogai_maintenance .link_area li {
  width: 370px;
  margin-left: 30px;
}
#modal_window .modal .document dl dt{float:left; width:12em; line-height:50px; font-weight:bold;}
#modal_window .modal .document dl dd{zoom:1; overflow:hidden; line-height:50px;}

#modal_window .modal.shogai_maintenance#modal_shogai h1,
#modal_window .modal.shogai_maintenance.modal_shogai h1 {
  background-image: url(/img/code/home/home_sprite.png);
  background-position: 0 -518px;
}
#modal_window .modal.shogai_maintenance#modal_shogai .link_area,
#modal_window .modal.shogai_maintenance.modal_shogai .link_area {
  border-color: #dd0020;
}
#modal_window .modal.shogai_maintenance#modal_shogai .link_area h3,
#modal_window .modal.shogai_maintenance.modal_shogai .link_area h3 {
  background: #f7d8dc;
}

#modal_window .modal.shogai_maintenance#modal_maintenance h1,
#modal_window .modal.shogai_maintenance.modal_maintenance h1 {
  background-image: url(/img/code/home/home_sprite.png);
  background-position: 0 -300px;
}

#modal_window .modal.shogai_maintenance#modal_articles dl.circuit_link .link{float: left;}
#modal_window .modal.shogai_maintenance#modal_articles dl.circuit_link .date{float: right;}
#modal_window .modal.shogai_maintenance#modal_articles .clear{clear: both;}


/*----------------------------
	request_area
----------------------------*/
#request_area h2,
#requestsummary_area h2 {
    font-size: 175%;
}
#request_area h2:before,
#requestsummary_area h2:before{
    background: none;
}
#request_area .btn_download,
#requestsummary_area .btn_download {
    position: relative;
    overflow: hidden;
    text-align: right;
}
#request_area .btn_download ul li,
#requestsummary_area .btn_download ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
#request_area .btn_download ul li.pdf,
#requestsummary_area .btn_download ul li.pdf {
    margin-right: 0;
}
#request_area table,
#requestsummary_area table {
    margin-top: 30px;
    width: 100%;
    border: 1px solid #d6d6d6;
}
#request_area table td,
#requestsummary_area table td {
    padding: 10px;
    border-bottom: 1px solid #d6d6d6;
}
#request_area table.request_detail td.title,
#request_area table.agreement_detail thead td,
#requestsummary_area table.request_detail td.title,
#requestsummary_area table.agreement_detail thead td {
    background: #549dd9;
    color: #ffffff;
    font-size: 109%;
}
#request_area table.request_detail td.special01,
#requestsummary_area table.request_detail td.special01 {
    text-align: right;
}
#request_area table.request_detail td.special02,
#requestsummary_area table.request_detail td.special02 {
    text-align: right;
    font-size: 125%;
    font-weight: bold;
}
#request_area table.agreement_detail td.special {
    width: 32%;
}
#requestsummary_area table.agreement_detail td {
    width: 6%;
}

#request_area table.agreement_detail td.detail-name {
    width: 25%;
}
#request_area table.agreement_detail td.note {
    width: 25%;
}
#request_area table.agreement_detail td.unit-amount {
    width: 15%;
}
#request_area table.agreement_detail td.quantity {
    width: 8%;
}
#request_area table.agreement_detail td.total {
    width: 15%;
}
#request_area table.agreement_detail td.usage {
    width: 12%;
}


#request_area table.agreement_detail td.summary.contract {
    width: 8%;
}
#request_area table.agreement_detail td.summary.detail-name {
    width: 25%;
}
#request_area table.agreement_detail td.summary.note {
    width: 25%;
}
#request_area table.agreement_detail td.summary.unit-amount {
    width: 15%;
}
#request_area table.agreement_detail td.summary.total {
    width: 15%;
}
#request_area table.agreement_detail td.summary.usage {
    width: 12%;
}

#request_area table.agreement_detail tbody td:first-child {
    -ms-word-break: normal;
    word-break: normal;
}




#requestsummary_area table.agreement_detail td.amount {
    width: 12.5%;
}
#requestsummary_area table.agreement_detail td.special {
    width: 28.25%;
}
#request_area .caption,
#requestsummary_area .caption {
    margin-top: 10px;
}
#request_area .caption p.explain,
#requestsummary_area .caption p.explain {
    background: #f4f4f4;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
}
#request_area .exit a,
#requestsummary_area .exit a {
    margin: 0 auto;
    display: block;
    text-decoration: none;
    color: #444;
    background: url(/img/articles/view/btn-contact_exit.jpg) 0 100% no-repeat;
    width: 199px;
    height: 53px;
    line-height: 57px;
    padding-left: 5px;
}
#request_area .exit a:hover,
#requestsummary_area .exit a:hover {
    background-position: 0 0;
}
#request_area .exit,
#requestsummary_area .exit {
    text-align: center;
    margin-top: 50px;
    font-size: 113%;
    padding-left:10px;
}
#request_area .ico_exit,
#requestsummary_area .ico_exit {
    text-align: center;
    position: absolute;
    right: -49px;
    top: 10px;
}
#request_area .ico_exit a,
#requestsummary_area .ico_exit a {
    background: url(/img/articles/view/ico-exit.jpg) 0 100% no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    text-indent: 9999px;
}
#request_area .ico_exit a:hover,
#requestsummary_area .ico_exit a:hover {
    background-position: 0 0;
}
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
    z-index: 9999;
}
#modal_window .modal_wrap #result {
    border: none !important;
}

#modal_window .qrcode_area {
    text-align: center;
}