@charset "UTF-8";
/* CSS Document */

/* コンテナーインナー */
.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

.frame_wide {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 992px;
  padding-bottom: 50px;
}

.container_wide {
  padding-left: 6px;
  width: 992px;
}

.container_wide h1 {
  margin: 0;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0px;
}

.container_wide .hr {
  border: 0;
  height: 33px;
  background: url(/images/top/hr.webp) repeat;
  margin-top: 40px;
  clear: both;
}

.contents_block {
  margin: 0 auto;
  width: 800px;
}

.container_wide h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: black;
  margin-bottom: 20px;
}

.container_wide h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: black;
}

.container_wide p {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.container_wide .image {
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

.container_wide .caption {
  margin: 0 auto;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  padding-top: 10px;
  font-weight: normal;
}

.product_menu {
  padding-top: 35px;
  padding-bottom: 20px;
  padding-right: 10px;
  float: right;
}

.product_menu ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.product_menu li {
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}

.page_mainimg {
  margin-bottom: 30px;
}

/*テーブル*/
.container_wide table {
  font-size: 12px;
  width: 980px;
  border: solid #999;
  border-width: 1px 0px 0px 1px;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

.container_wide thead th {
  border: solid #999;
  border-width: 0px 1px 1px 0px;
  background-color: #555555;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 5px;
}

.container_wide tbody th {
  border: solid #999;
  border-width: 0px 1px 1px 0px;
  background-color: #656565;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 5px;
}

.container_wide tbody td {
  border: solid #999;
  border-width: 0px 1px 1px 0px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 5px;
}

.container_wide table .right {
  text-align: right;
}

.container_wide table .center {
  text-align: center;
}

.container_wide table .th2color {
  background-color: #888888;
}

.container_wide table .fs14 {
  font-size: 14px;
}

/* トップページ */
.top_bnr_menu {
  clear: both;
}

.top_bnr_menu ul {
  margin: 20px 0;
  padding: 0;
}

.top_bnr_menu li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.top_bnr_menu_request {
  text-align: center;
}

.top_news {
  clear: both;
  padding-top: 20px;
}

.top_news_ttl {
  text-align: right;
  float: left;
  padding: 10px 20px;
}

.top_news_ttl img {
  margin-bottom: 5px;
}

.top_news_news {
  float: left;
  border-left: solid 1px #aaa;
  padding: 5px 0 5px 10px;
}

.top_news_news p {
  font-size: 12px;
}

.top_news_date {
  font-size: 11px;
  margin-bottom: 2px;
}

.top_news_date img {
  margin-left: 6px;
  vertical-align: -2px;
}

.top_news_news p a {
  background-image: url(/images/arrow_orange.gif);
  background-position: left 3px;
  background-repeat: no-repeat;
  padding-left: 10px;
}

.top_bunner {
  margin: 6px 0 0 0;
  width: 245px;
  height: auto;
  overflow: hidden;
  position: relative;
}

.top_bunner .contact_mail {
  position: absolute;
  left: 15px;
  top: 105px;
  height: 14px;
  line-height: 14px;
}

.top_bunner .contact_mail a {
  padding-left: 17px;
  background-image: url(/images/icon_mail.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

/*リリース*/

.inner_content_one_block2 {
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
}

.inner_content_one_block2 p {
  margin: 8px 10px 0 10px;
  font-size: 14px;
  line-height: 160%;
}

p.inner_content_one_block2_cap {
  font-size: 12px;
  line-height: 150%;
}

.inner_content_one_block2 dl {
  margin: 8px 10px 0 25px;
  padding: 0;
  list-style: none;
}

.inner_content_one_block2 dt {
  background-image: url(/images/arrow_orange.gif);
  background-position: left 4px;
  background-repeat: no-repeat;
  width: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 14px;
  float: left;
  clear: both;
}

.inner_content_one_block2 dd {
  width: auto;
  padding-bottom: 10px;
  margin-left: 140px;
  padding-left: 12px;
  background-image: url(/images/dd_dot.gif);
  background-position: left 4px;
  background-repeat: no-repeat;
  font-size: 14px;
}

.inner_content_one_block2 table {
  margin: 8px 10px 0 10px;
  width: 749px;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
}

.inner_content_one_block2 table thead tr th {
  background-color: #555555;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}

.inner_content_one_block2 table tbody tr th {
  background-color: #888888;
  color: #ffffff;
  font-weight: normal;
  text-align: left;
}

.inner_content_one_block2 table thead tr th,
.inner_content_one_block2 table thead tr td,
.inner_content_one_block2 table tbody tr th,
.inner_content_one_block2 table tbody tr td {
  padding: 4px 8px;
  border-left: solid 1px #999999;
  border-bottom: solid 1px #999999;
  font-size: 14px;
}

/*CloudPass*/
.nagare {
  margin-top: 20px;
  clear: both;
}

.nagare .copy {
  float: left;
  width: 400px;
}
.nagare .img {
  float: left;
  width: 400px;
  text-align: right;
  padding-bottom: 10px;
}

.nagare .hr {
  border: 0;
  height: 1px;
  background: url(/images/top/hr_dot.webp) repeat-x;
  margin: 30px 0;
}

.req_form {
  overflow: hidden;
  padding-bottom: 20px;
}

.req_form table {
  width: 980px;
  border-width: 0px;
  margin-top: 5px;
  border: dotted #bbb;
  border-width: 1px 0px 0px 0px;
}

.req_form table tr th {
  padding: 8px 10px;
  background-color: #edebf8;
  color: #000;
  font-weight: normal;
  text-align: left;
  border: dotted #bbb;
  border-width: 0px 1px 1px 0px;
  vertical-align: top;
}
.req_form table tr td {
  line-height: 150%;
  padding: 8px 10px;
  background-color: #fff;
  border: dotted #bbb;
  border-width: 0px 1px 1px 0px;
}

.req_form table .end {
  border: dotted #bbb;
  border-width: 0px 0px 1px 0px;
}

.req_form table .price {
  text-align: center;
  border: dotted #bbb;
  border-width: 0px 0px 1px 0px;
}

.req_form table .price2 {
  text-align: right;
  border: dotted #bbb;
  border-width: 0px 0px 1px 0px;
}

.req_btn_conf {
  text-align: center;
}

/*OTP製品*/
.h3_otp {
  width: 800px;
  border: solid #ccc;
  border-width: 0px 0px 1px 0px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  clear: both;
}

.otp_device {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

.otp_mobile {
  width: 860px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

.otp_device div {
  width: 250px;
  float: left;
  padding-right: 20px;
}
.otp_mobile div {
  width: 210;
  float: left;
  padding-right: 5px;
}

.otp_device .end,
.otp_mobile .end {
  float: left;
  padding-right: 0px;
}

.otp_device div h4,
.otp_mobile div h4 {
  margin: 0;
  padding: 0;
}

.otp_device div .maker {
  margin: 0;
  padding: 5px 0;
  color: #3d3689;
}

.otp_device div .copy,
.otp_mobile div .copy {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
}

.otp_point {
  margin: 0;
  padding: 30px 0 0 0;
}

.otp_point dt {
  float: left;
}

.otp_point dd {
  padding-left: 60px;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 20px;
}

.otp_point dd h3 {
  font-size: 24px;
  line-height: 26px;
  color: #575199;
  font-weight: normal;
}

/*PKI/OTP製品<TOP>*/
.frame_wide .prod {
  clear: both;
}

.container_wide .prod h1 {
  padding: 5px 5px 5px 15px;
  margin: 0;
  background-color: #5e4cb6;
  color: white;
  font-size: 14px;
}
