﻿﻿﻿﻿﻿@charset "utf-8";

/* ■■ doryo.css ■■
-----------------------------------------------------------------*/

/*--------------------------------------

	共通の設定

----------------------------------------*/

#wrapper {
  margin: 0px auto 0px;
  width: 900px;
  text-align: left;
  position: relative;
}

#description {
  font-size: 78%;
  line-height: 140%;
  height: 12px;
  margin: 30px 0px 6px 0px;
  padding: 0px 0px 0px 0px;
}

.overline {
  text-decoration: overline;
  /*border-top: 1px solid;*/
  /*padding-top: -10px;*/
  /*text-decoration: none;*/
}

/* POSLIST */
#poslist {
  text-align: left;
  padding: 0px 0 16px 0px;
  font-size: 78%;
}

#poslist li {
  display: inline;
  margin: 0px 6px 0px 0px;
  padding: 0px 0px 0px 15px;
  background: url(../images/bg_li_poslist.gif) no-repeat left center;
}

#poslist li.home {
  background-image: none;
}

/*--------------------------------------

	header

----------------------------------------*/

#header {
  width: 900px;
  height: 380px;
  background: url(../images/mainvisual.jpg) no-repeat;
  position: relative;
  z-index: 1;
  text-align: left;
}

#header.header-top {
  height: 934px;
  text-align: left;
}

#header.header-top #sideSection {
  top: 934px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
  padding: 0 0 100px 0;
  width: 244px;
}

.logo {
  position: relative;
  z-index: 3;
  width: 900px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
  height: 104px;
}

.logo img {
  display: block;
  width: 400px;
  height: auto;
}

.logo a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

#header_subBlock {
  background: url(../images/mainvisual_sub01.png) no-repeat;
  position: absolute;
  z-index: 2;
  right: 10pt;
  bottom: 16px;
  width: 514px;
  height: 177px;
}

#header_subBlock p.description {
  font-size: 78%;
  line-height: 150%;
  padding: 101px 16px 0px 16px;
}

#header_subBlock01 {
  background: url(../images/mainvisual_sub01.png) no-repeat;
  position: absolute;
  z-index: 2;
  right: 10pt;
  bottom: 16px;
  width: 514px;
  height: 177px;
}

#header_subBlock01 p.description {
  font-size: 78%;
  line-height: 150%;
  padding: 101px 16px 0px 16px;
}

#header_subBlock02 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 104px;
  width: 100vw;
  min-width: 900px;
  height: 850px;
  overflow: hidden;
  border-top: 1px solid rgba(37, 66, 102, 0.12);
}

#header_subBlock02 video {
  display: block;
  width: 100%;
  min-width: 900px;
  height: 850px;
  object-fit: cover;
}

#header_subBlock02_bar {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 954px;
  width: 100vw;
  min-width: 900px;
  height: 35px;
  background: #254266;
}

#header_subBlock02 .heroCatch {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
}

#header_subBlock02 .heroCatch__inner {
  width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}

#header_subBlock02 .heroCatch__border {
  flex: 0 0 auto;
  align-self: stretch;
  width: 0;
  margin-top: -12px;
  margin-right: 20px;
  border-left: 6px solid #FFFFFF;
}

#header_subBlock02 .heroCatch__content {
  align-self: flex-end;
  width: 100%;
  max-width: 874px;
  padding: 0 0 32px 0;
  color: #FFFFFF;
  line-height: 0;
}

#header_subBlock02 .heroCatch__lead,
#header_subBlock02 .heroCatch h2,
#header_subBlock02 .heroCatch p {
  margin: 0;
  color: #FFFFFF;
  text-align: left;
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.68),
    0 3px 10px rgba(0, 0, 0, 0.62),
    0 0 18px rgba(0, 0, 0, 0.42);
}

#header_subBlock02 .heroCatch__lead {
  font-family: "Noto Sans JP ExtraBold", "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 9px;
}

#header_subBlock02 .heroCatch h2 {
  font-family: "Noto Sans JP Black", "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 0.95;
  margin-bottom: 12px;
}

#header_subBlock02 .heroCatch p {
  font-family: "Noto Sans JP Bold", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 18px;
}

#header_subBlock02 .heroCatch__button {
  display: block;
  position: relative;
  width: 360px;
  padding: 34px 0 38px;
  background: #d90000;
  color: #FFFFFF;
  font-family: "Noto Sans JP Black", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
}

#header_subBlock02 .heroCatch__button:hover {
  opacity: 0.85;
}

#header_subBlock02 .heroCatch__button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 27px;
  height: 27px;
  margin-top: -13.5px;
  background: #FFFFFF;
  border-radius: 50%;
}

#header_subBlock02 .heroCatch__button::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #d90000;
  border-right: 2px solid #d90000;
  transform: rotate(45deg);
  z-index: 1;
}

/*--------------------------------------

	グローバルナビ

----------------------------------------*/

#sideSection {
  position: absolute;
  left: 11px;
  top: 15px;
  z-index: 4;
}

#navStage {
  margin: 0pt;
  padding: 21px 0pt 0pt;
  background: transparent url(../images/bg_navbase.png) no-repeat 0pt 0pt;
  width: 257px;
  height: 1093px;
}

#header.header-top #navStage {
  background: none;
  padding: 0;
  height: auto;
}

#header.header-top #navStage_Wrapper {
  margin-left: 0;
}

#navStage_Wrapper {
  margin-left: 6px;
}

#gnav {
  width: 244px;
  margin: 84px 0 0 0;
  padding: 0px 0px 0px 0px;
}

#header.header-top #gnav {
  margin: 0;
}

#gnav ul li {
  width: 244px;
  height: 39px;
  font-weight: bold;
  font-size: 90%;
  border-top: 1px solid #FFFFFF;
  vertical-align: top;
}

#gnav li a {
  display: block;
  background: url(../images/gnav_main.gif) no-repeat;
  zoom: 1;
  padding: 11px 0px 12px 34px;
}

#gnav li a:hover {
  display: block;
  background: url(../images/gnav_over.gif) no-repeat;
  zoom: 1;
  padding: 11px 0px 12px 34px;
}

#gnav li .active_01 {
  display: block;
  background: url(../images/gnav_over.gif) no-repeat;
  zoom: 1;
  padding: 11px 0px 12px 34px;
  color: #184069;
  text-decoration: none;
}

/* グローバルナビ-第二階層 */
#gnav .secondBlock {
  width: 244px;
  font-size: 71%;
  margin: 0px 0px 14px 0px;
}

#gnav p {
  width: 239px;
  height: 33px;
  border-bottom: 1px dotted #B9C4C4;
  border-left: 5px solid #18407A;
}

#gnav .secondBox {
  background: url(../images/92.gif) no-repeat 30px 13px;
  display: block;
  padding: 8px 0px 9px 41px;
}

#gnav .active_02 {
  color: #184069;
  font-weight: bold;
  background: #ECECEC url(../images/92.gif) no-repeat 30px 13px;
  display: block;
  padding: 8px 0px 9px 41px;
  text-decoration: none;
}

/* グローバルナビ-マーク */
#gnav .mark {
  padding: 12px 7px 7px 7px;
}

#gnav .mark ul {
  width: 244px;
  margin-right: -10px;
  overflow: hidden;
}

#gnav .mark ul li {
  width: 110px;
  height: auto;
  margin-right: 10px;
  font-size: 12px;
  float: left;
}

#gnav .mark ul li img {
  margin-bottom: 4px;
}

/* グローバルナビ-マーク 20140527 */
#gnav .mark2 {
  padding: 20px 0 0 0;
  text-align: center;
}

#gnav .mark2 ul {
  text-align: center;
}









/*--------------------------------------

	contentsBlock

----------------------------------------*/

#contentsBlock {
  /* (下層) */
  width: 610px;
  margin: 20px 0 20px 290px;
}

#contentsBlock.contentsBlock-top {
  margin-top: 0;
  min-height: 1093px;
}

#contentsBlock h1 {
  width: 610px;
  height: 48px;
  font-size: 24px;
  line-height: 16px;
  background: url(../images/bg_h2.gif) no-repeat;
  padding: 38px 0px 0px 12px;
  margin: 0px 0px 20px 0px;
}

#contentsBlock h2 {
  width: 610px;
  line-height: 44px;
  font-size: 98%;
  background: url(../images/bg_h3.gif) no-repeat;
  padding: 0 0 0 24px;
  margin: 0 0 20px 0;
}

/*====[ ホーム ]====*/

#index {
  width: 610px;
}

#index .entry {
  height: 160px;
  background: url(../images/about_001.png) no-repeat left top;
  padding: 0px 0px 20px 160px;
}

#index h1 {
  width: 448px;
  font-size: 103%;
  line-height: 140%;
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
}

#index strong {
  font-size: 103%;
  line-height: 140%;
}

#index p {
  font-size: 78%;
  line-height: 160%;
  font-weight: normal;
}

#index .doryoFlash {
  width: 610px;
  height: 121px;
  margin: 6px 0px 24px 0px;
  background: #CCDCEB;
}

#index #news {
  margin: 0 0 30px 0;
}

/*#index #news div {*/
/*border: 1px solid #ccc;*/
/*padding-bottom: 14px;*/
/*}*/

#index #news ul li {
  font-size: 13px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 6px;
}

/*====[ ご挨拶 ]====*/

#message {
  margin: 0px 0px 60px 0px;
}

#message img {
  margin: 0px 0px 20px 0;
}

#message p {
  font-size: 103%;
  line-height: 170%;
  font-weight: normal;
  padding: 0px 0px 0px 12px;
}

/*====[ 事業案内 ]====*/
#service {
}

#service img {
  margin: 0px 0px 0px 0px;
}

#service p {
  font-size: 134%;
  line-height: 130%;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
  color: #184069;
}

#service ol {
  font-size: 103%;
  line-height: 180%;
  list-style-type: decimal;
  padding: 0px 0px 40px 40px;
}

#service ul {
  font-size: 103%;
  line-height: 160%;
  padding: 0px 0px 0px 10px;
}

#service li span {
  padding: 0px 0px 0px 6px;
}

#service .asidelink {
  padding: 0px 0px 0px 10px;
}


/*====[ 事業案内 ]====*/
#jisq9100 {
}

#jisq9100 .mainvisual {
  margin-bottom: 30px;
}

#jisq9100 .title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 14px;
  color: #243584;
}

#jisq9100 p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
  overflow: hidden;
}

#jisq9100 p img {
  margin-left: 10px;
  float: right;
}

#jisq9100 ol {
  font-size: 103%;
  line-height: 180%;
  list-style-type: decimal;
  padding: 0px 0px 40px 40px;
}

#jisq9100 ul {
  font-size: 103%;
  line-height: 160%;
  padding: 0px 0px 0px 10px;
}

#jisq9100 li span {
  padding: 0px 0px 0px 6px;
}

/*====[ 設備紹介 ]====*/

/* (index.html) */
#equipment {
  margin: 0px 0px 40px 0px;
}

#equipment blockquote {
  font-size: 103%;
  line-height: 170%;
  margin: 0px 0px 40px 12px;
}

#equipment p {
  font-size: 103%;
  line-height: 170%;
  margin: 0px 0px 30px 24px;
}

/* 各詳細ページ */

#equipment .equbBlock {
  width: 586px;
  margin: 0px 0px 30px 24px;
  overflow: hidden;
}

#equipment .LeftBox {
  width: 270px;
  float: left;
}

#equipment .RightBox {
  width: 316px;
  float: right;
}

#equipment img {
  margin: 0px 0px 10px 0px;
}

#equipment table {
  width: 316px;
  font-size: 84%;
  line-height: 150%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
}

#equipment td, th {
  border: 1px solid #B3B3B3;
  padding: 5px;
}

#equipment th {
  width: 110px;
  background: #EBEBEB;
  vertical-align: top;
  text-align: center;
  padding: 5px;
}

#equipment td span  {
  font-size: 78%;
}

#equipment .description {
  font-size: 78%;
  line-height: 160%;
  margin: 10px 0px 0px 0px;
}

#equipment .read {
  font-size: 103%;
  line-height: 160%;
  margin: -4px 0px 0px 0px;
}

#equipment .move {
  margin: 0px 0px 30px 24px;
}

/*====[ 会社概要 ]====*/
#company {
  margin: 0px 0px 0px 12px;
}

#company table {
  width: 598px;
  font-size: 90%;
  line-height: 150%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin: 20px 0px 0px 0px;
}

#company td, th {
  border: 1px solid #B3B3B3;
  padding: 10px;
}

#company th {
  width: 100px;
  background: #EBEBEB;
  vertical-align: top;
  text-align: center;
}

#company ul {
  margin: 0px 0px 10px 0px;
}

/*====[ 会社沿革 ]====*/
#history {
  margin: 0px 0px 0px 12px;
}

#history img {
  margin: 0px 0px 20px 0px;
}

#history table {
  width: 598px;
  font-size: 90%;
  line-height: 150%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin: 0px 0px 0px 0px;
}

#history td, th {
  border: 1px solid #B3B3B3;
  padding: 10px;
}

#history th {
  width: 140px;
  background: #EBEBEB;
  vertical-align: top;
  text-align: center;
}

#history ul {
  margin: 0px 0px 10px 0px;
}

/*====[ 環境方針 ]====*/
#kankyo {
  margin: 0px 0px 0px 12px;
}

#kankyo img {
  margin: 0px 0px 20px 0px;
}

#kankyo table {
  width: 598px;
  font-size: 90%;
  line-height: 175%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin: 0px 0px 20px 0px;
}

#kankyo td, th {
  border: 1px solid #B3B3B3;
  padding: 10px;
  text-align: left;
}

#kankyo th {
  width: 100px;
  font-size: 15px;
  background: #dff5f5;
  vertical-align: top;
}

#kankyo ul li{
  margin-bottom: 4px;
}

#kankyo .left {
  text-align: right;
  line-height: 1.2;
  margin-bottom: 60px;
}

#kankyo .left .date {
  font-size: 13px;
}

#kankyo .left .company {

}

#kankyo .left .name1 {
  font-size: 13px;
  margin-right: 14px;
}

#kankyo .left .name2 {
  font-size: 19px;
}

/*====[ 採用情報 ]====*/

#recruit {
}

#recruit p {
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 20px 0;
}

#recruit table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 26px;
}

#recruit th,td {
  padding: 14px 12px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

#recruit th {
  width: 22%;
  border: 1px solid #c5c5c5;
  background: #f5f0e5;
}

#recruit td {
  border: 1px solid #c5c5c5;
}

#recruit .button {
  text-align: center;
  margin-bottom: 60px;
}

#recruit .button a {
  display: block;
  background: #b10000;
  width: 45%;
  color: #FFFFFF;
  font-size: 16px;
  margin: 0 auto;
  padding: 21px 3px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#recruit .button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

/*====[ アクセス ]====*/

#access {
}

#access p {
  font-size: 103%;
  line-height: 160%;
  margin: 0px 0px 30px 12px;
}

#access blockquote {
  font-size: 96%;
  line-height: 160%;
  margin: 0px 0px 40px 24px;
}

/*====[ お問い合わせ ]====*/

#contact {
  margin: 0px 0px 60px 0px;
}

#contact p {
  font-size: 103%;
  line-height: 160%;
  margin: 0px 0px 40px 12px;
}

#contact .tel {
  height: 160px;
  background: url(../images/contact_tel.jpg) no-repeat left top;
  padding: 0px 0px 0px 130px;
  margin: 0px 0px 30px 24px;
}

#contact .mail {
  height: 160px;
  background: url(../images/contact_mail.jpg) no-repeat left top;
  padding: 0px 0px 0px 130px;
  margin: 0px 0px 0px 24px;
}

#contact li {
  margin: 0px 0px 12px 0px;
}

#contact li.description {
  font-size: 84%;
  color: #D90000;
  margin: 0px 0px 14px 0px;
}

#contact .mail .button a {
  display: block;
  background: #b10000;
  width: 60%;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  padding: 21px 3px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#contact .mail .button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

#contact li span.telBold {
  font-size: 140%;
  color: #176BB8;
  font-weight: bold;
}

#contact li span.mailBold {
  font-size: 140%;
  color: #184069;
  font-weight: bold;
}

#contact blockquote {
  font-size: 78%;
  line-height: 150%;
  padding: 6px 0px 0px 0px;
}

/*====[ お問い合わせ(共通) ]====*/

#contactAll {
  margin: 30px 0px 60px 0px;

}

#contactAll blockquote {
  font-size: 96%;
  line-height: 160%;
  height: 160px;
  background: url(../images/contact_tel.jpg) no-repeat left top;
  padding: 0px 0px 0px 130px;
  margin: 0px 0px 0px 24px;
}

#contactAll p {
  font-size: 103%;
  color: #176BB8;
  font-weight: bold;
  display: block;
  text-align: right;
  margin: 16px 0px 0px 0px;
}

/*====[ サイトマップ ]====*/

#sitemap {
  margin: 0px 0px 0px 12px;
}

#sitemap li {
  margin: 0px 0px 6px 0px;
}

#sitemap li.first {
  font-size: 115%;
  line-height: 2;
  padding: 0px 0px 0px 24px;
  background: url(../images/icon_local-navi.gif) no-repeat 0px 12px;
  font-weight: bold;
}

#sitemap li.second {
  font-size: 90%;
  line-height: 2;
  padding: 0px 0px 0px 12px;
  margin: 0px 0px 0px 27px;
  background: url(../images/302.gif) no-repeat 0px 8px;
  font-weight: normal;
}

/*====[ 設備共通リンク ]====*/
#linkBlock {
  width: 610px;
  overflow: hidden;
  position: relative;
}

#linkBlock .leftblock {
  width: 297px;
  margin: 0px 0px 14px 0px;
  float: left;
}

#linkBlock .rightblock {
  width: 297px;
  margin: 0px 0px 14px 0px;
  float: right;
}

#linkBlock .block {
  overflow: hidden;
  position: relative;
}

#linkBlock h4 {
  width: 297px;
  height: 21px;
  _height: 27px;
  font-size: 84%;
  padding: 5px 0px 0px 16px;
  background: url(../images/bg_equipment_title.gif) no-repeat;
  color: #FFFFFF;
}

#linkBlock h4 a {
  color: #FFFFFF;
  text-decoration: underline;
}

#linkBlock h4 a:hover {
  color: #FFCC00;
  text-decoration: underline;
}

#linkBlock img {
  margin: 14px 0px 4px 0px;
}

#linkBlock p {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  font-size: 71%;
  line-height: 140%;
  padding: 0px 14px 10px 14px;
}

/*--------------------------------------

	PAGETOP

----------------------------------------*/

#pagetop {
  padding: 40px 0 0 0;
  text-align: right;
  font-size: 88%;
  line-height: 1.1;
  letter-spacing: 0.1em;
}

/*--------------------------------------

	FOOTER

----------------------------------------*/

#footer_assistnav {
  /* フッタ上部リンク */
  font-size: 75%;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 10px 0 12px 0;
}

#footer {
  width: 900px;
  height: 60px;
  letter-spacing: 0.1em;
  background: url(../images/bg_footer.gif) no-repeat;
  margin: 0 auto;
  text-align: center;
}

#footer ul {
  padding: 18px 0 15px 0;
}

#footer li {
  padding: 3px 0;
  font-size: 75%;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}

/* 2026-05-12 test.html */
body.test-page {
  background: none;
}

body.test-page #wrapper {
  position: static;
  margin-top: 40px;
  text-align: left;
}

body.test-page #header {
  width: 900px;
  height: auto;
  background: none;
  position: static;
  z-index: auto;
  text-align: left;
}

body.test-page #header.header-top {
  height: auto;
}

body.test-page #header_subBlock02 {
  position: relative;
  top: 0;
  left: 0;
  height: 1000px;
  overflow: hidden;
  border-top: 1px solid rgba(37, 66, 102, 0.12);
}

body.test-page #header_subBlock02 video {
  display: block;
  width: 100%;
  height: 1000px;
  object-fit: cover;
}

body.test-page #header_subBlock02_bar {
  position: static;
}

body.test-page #mainColumns {
  width: 900px;
  margin: 0 auto;
  padding: 0 0 0 11px;
  display: flex;
  align-items: flex-start;
  gap: 35px;
  text-align: left;
}

body.test-page #sideSection {
  position: static;
  margin: 0;
  flex: 0 0 244px;
  width: 244px;
}

body.test-page #navStage {
  margin: 0;
  padding: 0;
  background: none;
  width: 244px;
  height: auto;
}

body.test-page #navStage_Wrapper {
  margin-left: 0;
}

body.test-page #gnav {
  margin: 0;
}

body.test-page #header.header-top #sideSection {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
  padding: 0 0 100px 0;
  top: auto;
}

body.test-page #contentsBlock {
  margin: 0;
  flex: 0 0 610px;
  width: 610px;
  text-align: left;
}

body.test-page #contentsBlock.contentsBlock-top {
  margin-top: 0;
}

/* 2026-05-12 equipment/test.html */
body.equipment-test #wrapper {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  position: relative;
}

body.equipment-test #header {
  width: 900px;
  height: 380px;
  position: relative;
  z-index: 1;
  text-align: left;
}

body.equipment-test #sideSection {
  position: absolute;
  left: 11px;
  top: 15px;
  z-index: 4;
}

body.equipment-test #header_subBlock {
  position: absolute;
  z-index: 2;
  right: 10pt;
  bottom: 16px;
  width: 514px;
  height: 177px;
}

body.equipment-test #contentsBlock {
  width: 610px;
  margin: 20px 0 20px 290px;
  text-align: left;
}
