@charset "UTF-8";
/*共通部分のスタイルシート

■目次：

・共通指定
・全体レイアウト
・ヘッダ
・ホームワイヤリングトップ
・フォーム
・インフォメーション
・banner
・ページナビ
・リンク
・フッタ

*/

* {
  margin: 0;
  padding: 0;
}

@media print {
  body {
    zoom: 90%;
  }
}

body {
  width: 780px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  height: 100%;
  text-align: center;
  color: #333;
  font-size: 12px;
  /*font-size: 80%;*/
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  /*  background: #C2C2B9;*/
  background: #ffffff;
}

/*---------------共通指定---------------*/

img {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-spacing: 0;
}

ol,
li,
ul {
  list-style: none;
}

a img,
:link img,
:visited img {
  border: none;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

/*---------------全体レイアウト---------------*/

#container {
  width: 780px;
  margin: 0px 0px 0px 0px;
  /*  padding: 0px 15px 0px 15px;*/
  padding: 0px 0px 0px 0px;
  text-align: left;
  border: 0px solid #ccc;
  background-color: #fff;
}

.Right {
  float: right;
}

#container .menu ol {
  text-align: left;
  margin: 0;
  padding: 0;
}

#container .menu li {
  display: inline;
}

/*---------------ヘッダ---------------*/

#header {
  width: 780px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#header .h_logo {
  margin: 0px auto;
  float: left;
}

#header .toptext {
  margin: 0px 0px 0px 23px;
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  letter-spacing: 0.17em;
  line-height: 120%;
  font-weight: bold;
  color: #f27500;
}

#header .h_nav {
  margin: 12px 0px 5px 13px;
  /*  padding: 0px 0px 0px 0px;*/
  width: 450px;
  text-align: left;
}

#header .h_nav dl {
  /*  clear: both;*/
  /*  padding: 0px 0px 0px 0px;*/
}

#header .h_nav dt {
  /*  margin: 0px 0px 5px 0px;*/
  /*  padding: 0px 12px 0px 12px;*/
  display: block;
  float: left;
  font-size: 12px;
  border-right: 1px solid #f27500;
}

#header .h_nav dd {
  /*  margin: 0px 0px 0px 0px;*/
  /*  padding: 0px 12px 0px 12px;*/
  float: left;
  font-size: 12px;
}

#header a:link,
#header a:visited {
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  color: #00c;
}

#header a:hover,
#header a:active {
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  color: #f27500;
}

/*---------------ヘッダ（トップページのみ）---------------*/

#header_toppage {
  width: 780px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /*background: url(/homewiring/images/main_image_sub.jpg) no-repeat;*/
  background-position: 0px 0px;
}

#header_toppage .h_logo {
  margin: 0px auto;
  float: left;
}

#header_toppage .toptext {
  margin: 0px 0px 0px 23px;
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  letter-spacing: 0.17em;
  line-height: 120%;
  font-weight: bold;
  color: #f27500;
}

#header_toppage .h_nav {
  margin: 0px 0px 5px 13px;
  padding: 0px 0px 0px 0px;
  width: 350px;
}

#header_toppage .redtext {
  color: RED;
}

#header_toppage .h_nav dl {
  clear: both;
  padding: 0px 0px 0px 0px;
}

#header_toppage .h_nav dt {
  margin: 0px 0px 5px 0px;
  padding: 0px 12px 0px 12px;
  display: block;
  float: left;
  font-size: 12px;
  border-right: 1px solid #f27500;
}

#header_toppage .h_nav dd {
  margin: 0px 0px 0px 0px;
  padding: 0px 12px 0px 12px;
  float: left;
  font-size: 12px;
}

#header_toppage .h_nav ul {
  /*clear: both;*/
  padding: 0;
  margin: 0;
  display: inline-block;
  border-bottom: none;
  vertical-align: bottom;
  text-align: right;
}

#header_toppage .h_nav li {
  margin: 0px 0px 5px 0px;
  padding: 0px 12px 0px 12px;
  display: inline-block;
  float: left;
  font-size: 12px;
  border-bottom: none;
}

#header_toppage .h_nav li + li {
  margin: 0px 0px 5px 0px;
  padding: 0px 12px 0px 12px;
  display: inline-block;
  float: left;
  font-size: 12px;
  border-left: 1px solid #f27500;
  border-bottom: none;
}

/*
#header_toppage .h_nav li+ li { 
    margin: 0px;
    padding: 0px 12px 0px 12px;
    float: left;
    font-size: 12px;
}
*/

#header_toppage .h_nav .kensaku {
  margin: 0px 0px 0px 0px;
  padding: 0px 12px 0px 12px;
  float: left;
  font-size: 12px;
}

#header_toppage a:link,
#header_toppage a:visited {
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  color: #00c;
}

#header_toppage a:hover,
#header_toppage a:active {
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  color: #f27500;
}

#header_toppage ul {
  margin: 0px;
  padding: 0px;
  font-size: 0;
}

#header_toppage li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  float: left;
}

#header_toppage .button_sup a:link,
#header_toppage .button_sup a:visited {
  display: inline-block;
  width: 90px;
  border-radius: 5%;
  /* 角丸       */
  font-size: 12pt;
  /* 文字サイズ */
  text-align: center;
  /* 文字位置   */
  cursor: pointer;
  /* カーソル   */
  padding: 3px 8px;
  /* 余白       */
  background: #33bb33;
  /* 背景色     */
  color: #ffffff;
  /* 文字色     */
  line-height: 1em;
  /* 1行の高さ  */
  transition: 0.3s;
  /* なめらか変化 */
  box-shadow: 1px 1px 1px #666666;
  /* 影の設定 */
  border: 1px solid #33bb33;
  /* 枠の指定 */
}

#header_toppage .button_sup a:hover {
  box-shadow: none;
  /* カーソル時の影消去 */
  color: #33bb33;
  /* 背景色     */
  background: #ffffff;
  /* 文字色     */
}

#header_toppage .button_toi a:link,
#header_toppage .button_toi a:visited {
  display: inline-block;
  width: 90px;
  border-radius: 5%;
  /* 角丸       */
  font-size: 12pt;
  /* 文字サイズ */
  text-align: center;
  /* 文字位置   */
  cursor: pointer;
  /* カーソル   */
  padding: 3px 8px;
  /* 余白       */
  background: #5555cc;
  /* 背景色     */
  color: #ffffff;
  /* 文字色     */
  line-height: 1em;
  /* 1行の高さ  */
  transition: 0.3s;
  /* なめらか変化 */
  box-shadow: 1px 1px 1px #666666;
  /* 影の設定 */
  border: 1px solid #5555cc;
  /* 枠の指定 */
}

#header_toppage .button_toi a:hover {
  box-shadow: none;
  /* カーソル時の影消去 */
  color: #5555cc;
  /* 背景色     */
  background: #ffffff;
  /* 文字色     */
}

/*---------------ホームワイヤリングトップ---------------*/

#hwtop_main {
  margin: 0px auto 0px auto;
}

h1 {
  margin: 12px 0px 5px 0px;
  padding: 3px 0px 3px 5px;
  font-size: 16px;
  line-height: 110%;
  color: #333;
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  border-left: 6px solid #999;
}

#top_prd {
  margin: 0px auto 0px auto;
  background: #e4e4e4;
}

#top_prd .prdPhoto {
  margin: 0px 10px 0px 0px;
  float: left;
  background: #fff;
}

#top_prd .prdBanner {
  margin: 0px auto 0px auto;
  border: 1px solid #fff;
  background: #fff;
  background-color: #fff;
  border-spacing: 1;
}

.prdPhoto a:link,
.prdPhoto a:visited {
  display: block;
  padding: 0px 0px 0px 3px;
  border-left: 7px solid #666;
}

.prdPhoto a:hover,
.prdPhoto a:active {
  display: block;
  padding: 0px 0px 0px 3px;
  border-left: 7px solid #f27500;
}

#top_prd .prdName {
  margin: 5px 5px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#top_prd .prdText {
  margin: 5px 10px 0px 0px;
  font-size: 90%;
  line-height: 120%;
}

#top_prd .space {
  background: #fff;
}

.caption {
  font-size: 80%;
}

#top_prd .category {
  /*color: #666666;*/
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: medium;
  text-align: left;
  font-weight: bold;
  vertical-align: bottom;
  border-bottom-width: 1.5px;
  border-bottom-color: #999999;
  border-bottom-style: dotted;
  padding-left: 20px;
  padding-bottom: 3px;
  margin-top: inherit;
  margin-bottom: 8px;
  background-image: url(/homewiring/images/midashi-h2.gif);
  background-repeat: no-repeat;
}

td.s_cate {
  border-width: 1.5px;
  border-style: solid;
  margin: 0px;
  padding: 0px;
  border-color: #222222;
}

/* 201202 version */

#toppage_up {
  margin-top: 20px;
  text-align: center;
}

#toppage_main {
  margin-top: 10px;
  font-size: 12px;
}

#toppage_main_side {
  float: left;
  width: 160px;
  margin-right: 10px;
}

#toppage_main_side th {
  font-size: 14px;
}

#toppage_main_side td {
  line-height: 1.4em;
  padding-left: 10px;
  border-bottom: solid #666 2px;
  border-left: solid #666 2px;
  border-right: solid #666 2px;
}

#toppage_main_side a {
  text-decoration: none;
  /*font-weight: bold;*/
}

#toppage_main_side a:hover {
  text-decoration: underline;
}

#toppage_main_lside {
  float: right;
  width: 580px;
  margin-right: 10px;
  text-align: left;
}

#toppage_main_lside img {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 2px;
  border: 1px solid #666666;
}

#toppage_main_lside a {
  font-weight: bold;
}

#toppage_main_lside .category {
  /*color: #666666;*/
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: medium;
  text-align: left;
  font-weight: bold;
  vertical-align: bottom;
  margin-right: 5px;
  margin-left: 5px;
  border-bottom-width: 1.5px;
  border-bottom-color: #999999;
  border-bottom-style: dotted;
  padding-left: 20px;
  padding-bottom: 3px;
  margin-top: inherit;
  margin-bottom: 8px;
  background-image: url(https://www.cabling-ol.net/homewiring/images/midashi-h2.gif);
  background-repeat: no-repeat;
}

#toppage_under {
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

#toppage_under img {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

/* 201202 version ここまで*/

#toppage_main_lside .sumtitle {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  margin-right: 3px;
  text-decoration: underline;
}

#toppage_main_lside .sump {
  font-size: 12px;
  margin: 0px;
  margin-right: 3px;
  padding: 0px;
}

#toppage_main_lside .category_bd {
  border-right-width: 1px;
  border-right-color: #999999;
  border-right-style: solid;
}

/* 201608 SEO Version ここまで*/

/*---------------フォーム---------------*/

button,
input,
select,
textarea {
  border: 1px solid #f27500;
  margin: 0;
  padding: 1px 3px 1px 3px;
  vertical-align: middle;
}

.form_button {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #f27500;
  color: #fff;
  font-size: 12px;
  line-height: 130%;
  font-weight: bold;
}

/*---------------インフォメーション---------------*/

.info_new {
  margin: 0px 10px 0px 30px;
  padding: 0px 0px 0px 0px;
  width: 350px;
  float: left;
  display: inline;
}

.info_oshirase {
  margin: 0px 30px 0px 10px;
  padding: 0px 0px 0px 0px;
  width: 350px;
  float: left;
  display: inline;
}

ul {
  display: inline;
  margin: 0px 0px 0px 5px;
  float: left;
  font-size: 95%;
}

li {
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 0px;
  border-bottom: 1px dotted #999;
}

.more {
  display: block;
  clear: both;
  font-size: 80%;
  text-align: right;
}

/*---------------banner---------------*/

#banner {
  margin: 0px auto 0px auto;
  padding: 15px 0px 15px 0px;
  clear: both;
  text-align: center;
}

#banner .mark {
  padding: 0px 5px;
  vertical-align: middle;
}

#banner .markAdobe {
  padding: 0px 5px 0px 0px;
  vertical-align: middle;
}

/*for IE6 */

* html .markAdobe {
  display: inline;
  zoom: 1;
}

/*---------------ページナビ---------------*/

#pageNavi {
  margin: 0px 10px 10px 10px;
  padding: 0px 10px 0px 10px;
  clear: both;
  color: #333;
  font-size: 12px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #e4e4e4;
}

.pageName {
  margin: 0px 0px 0px 0px;
  padding: 0px auto 0px auto;
  display: inline;
}

/*---------------リンク---------------*/

a:link,
a:visited {
  color: #0000cc;
}

a:hover,
a:active {
  color: #990000;
}

/*---------------ページ下部のリンク---------------*/

.bmenu {
  display: inline-block;
  text-align: center;
}

.bmenu ul li {
  display: inline-block;
  text-align: center;
  margin: 0px auto 0px auto;
  border-bottom: none;
}

.bmenu a:link,
.bmenu a:visited {
  display: inline-block;
  width: 83px;
  border-radius: 5%;
  /* 角丸       */
  font-size: 11pt;
  /* 文字サイズ */
  text-align: center;
  /* 文字位置   */
  cursor: pointer;
  /* カーソル   */
  padding: 3px 8px;
  /* 余白       */
  background: #f27500;
  /* 背景色     */
  color: #ffffff;
  /* 文字色     */
  line-height: 1em;
  /* 1行の高さ  */
  transition: 0.3s;
  /* なめらか変化 */
  box-shadow: 1px 1px 1px #666666;
  /* 影の設定 */
  border: 1px solid #f27500;
  /* 枠の指定 */
  text-decoration: none;
}

.bmenu a:hover {
  box-shadow: none;
  /* カーソル時の影消去 */
  color: #f27500;
  /* 背景色     */
  background: #ffffff;
  /* 文字色     */
}

/*---------------フッタ---------------*/

/*
#footer { 
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    font-size: 85%;
    line-height: 140%;
    text-align: center;
    color: #333;
}
#footer .footNavi {
    margin: 0px 0px 15px 0px;
    padding: 4px 0px 4px 0px;
    font-size: 100%;
    background: #CCC;
}
*/

#footer_hw {
  /*  height:40pt;*/
  background-color: #0000ff;
  background-image: url(https://www.cabling-ol.net/homewiring/images/footer_hw.gif);
  background-repeat: no-repeat;
  font-size: 12px;
  color: #ffffff;
  /*  clear: both;*/
  /*  text-align:right;*/
  padding: 3px;
  line-height: 1.2em;
}

#footer_hw .logo a {
  color: ;
}

#footer_hw a {
  color: #ffffff;
}

#footer_hw a:hover {
  color: #ff0000;
}

#footer_hw_seo {
  height: 25pt;
  background-color: #0000ff;
  background-image: url(https://www.cabling-ol.net/homewiring/images/footer_hw.gif);
  background-repeat: no-repeat;
  font-size: 12px;
  color: #ffffff;
  /*  clear: both;*/
  /*  text-align:right;*/
  padding: 3pt;
  line-height: 1.2em;
}

#footer_hw_seo .logo {
  float: left;
  bottom: 0px;
}

#footer_hw_seo .logo a {
  color: ;
}

#footer_hw_seo a {
  color: #ffffff;
}

#footer_hw_seo a:hover {
  color: #ff0000;
}

#footer_hw_seo ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
  float: right;
  text-align: right;
}

#footer_hw_seo li {
  display: inline;
  /*display:inline-block;*/
  /*margin-bottom:0px;*/
  /*float:left;*/
  font-size: 12px;
}

#footer_hw_seo li + li {
  display: inline;
  /*display:inline-block;*/
  /*margin-bottom:0px;*/
  /*float:right;*/
  font-size: 12px;
  border-left: 1px solid #ccc;
  padding-left: 6px;
  margin-left: 6px;
}
