@charset "utf-8";

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN";
  -webkit-text-size-adjust: 100%;
}
  
a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  padding-left: 0;
}

/* 共通変数 */
:root {
  --header-color: rgba(230, 230, 230, 0.95);/* ヘッダーの背景色 */
  --order-color: rgba(131, 78, 12, 0.7);/* 揚重依頼の背景色 */
  --order-color-oncursor: rgba(131, 78, 12, 0.5);/* 揚重依頼の背景色(ONカーソル) */
  --recruit-color: rgba(0, 101, 44, 0.7);/* 採用希望の背景色 */
  --recruit-color-oncursor: rgba(0, 101, 44, 0.5);/* 採用希望の背景色(ONカーソル) */
  --st-official-color: rgba(225, 129, 4, 0.7);/* 職人手配オンラインの背景色 */
  --st-official-color-oncursor: rgba(225, 129, 4, 0.5);/* 職人手配オンラインの背景色(ONカーソル) */
  --content-wrapper-color: rgb(255, 253, 251);/* 中身の構造部の背景色 */
  --business-row-height: 400px;
}

img.scaled-image {
  border: none;
  margin: 0;
}
