﻿@charset "UTF-8";

/**
 * レイアウト用ボックスを囲む
 * スタイルシートは、子要素に対して継承ができるので、ボックス全体の親があると楽になる
 */
.container {
    width: 960px; /* サイトの基本となる横幅 */
    margin-right: auto; /* 右側の余白を自動で調整 */
    margin-left: auto;  /* 左側の余白を自動で調整 */
}

/* レイアウト用ボックス */
.box-column {
    box-sizing: border-box;    /* パディングとボーダーを幅と高さに含める CSS3のプロパティ */
}

/* ボックスを分かりやすくするため */
.layout-class {
    background-color: #dedede;
    padding: 30px;
    border: 1px solid #949494;
    margin-bottom: 10px;
    font-size: 20px;
}

.float-left {
  float: left;
}

/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.w66 {
  width: 66.66666%;
}
.w33 {  
    width: 33.33333333%; /* コンテンツエリアの幅を指定する */
    padding-left: 40px;
}

#hoge {
	float:left;
	margin-right: 25px;
}

/* --------------------------
 * ヘッダー
 * --------------------------
 */
#header {
    color: #333;
    height: 110px; /* コンテンツエリアの高さを指定する */
    padding-top: 8px;
    padding-bottom: 8px;
}
#header h1 {
    color: #333;
    font-size: 24px;
    font-weight: bold; /* 文字の太さを指定する */
    display: inline-block;
    background-color: #fff;
}
#header p {
    font-size: 14px;
}
#header p span {
    font-size: 18px;
    font-weight: bold;
}
#header .header-top {
    font-size: 14px;
    margin-bottom: 10px;
}
#header .header-info {
    text-align: right;
}

/* --------------------------
 * ナビゲーション
 * --------------------------
 */
.navigation {
    box-shadow: inset 0 1px 0 #fff;
    border-top: 2px solid #FFA500;
    border-bottom: 1px solid #ccc;
}
.navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.navigation ul li {
    border-left: 1px dotted #D6D6D6;
    float: left;
    width: 20%;
    box-sizing: border-box;    /* パディングとボーダーを幅と高さに含める CSS3のプロパティ */
}
.navigation ul li a {
    color: #000;
    display: block;
    font-size: 13px;
    padding: 15px;
    line-height: initial;
    text-align: center;
    text-decoration: none; /* テキストに下線・上線・打ち消し線を付けたりできる */
}
/* aタグの上にマウスカーソルが重なった時 */
.navigation ul li a:hover {
    color: #fff;
    background-color: #FFA500;
    margin-bottom: -1px;
    border-bottom: 1px solid #FFA500;
}
/* liタグにactiveクラスが指定されている子要素のaタグ */
.navigation ul li.active a {
    color: #fff;
    background-color: #FFA500;
    border-bottom: 1px solid #FFA500;
    margin-bottom: -1px;
}
.navigation ul li:last-child {
    border-right: 1px dotted #D6D6D6;
}

/* --------------------------
 * メイン画像
 * --------------------------
 */
.main-img {
    margin-top: 30px;
    margin-bottom: 40px;
}

/* --------------------------
 * ボタン
 * --------------------------
 */
.button {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 2px;
    border: 0;
    background-color: #FFA500;
}
.button:hover {
    opacity: 0.8;
    cursor: pointer;
}

/* --------------------------
 * 見出し
 * --------------------------
 */
.heading {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-top: 4px solid #ffa500;
    margin-bottom: 30px;
    padding: 8px 15px;
}

/* --------------------------
 * フッター
 * --------------------------
 */
#footer {
    border-top: 1px solid #ddd;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#footer h1 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}
#footer p {
    font-size: 12px;
}
.footer-company-info {
    margin-top: 15px;
}
#footer ul {
    margin-top: 5px;
}
#footer li {
    float: left;
    margin-bottom: 10px;
    padding: 0 7px 0 8px;
    font-size: 13px;
    border-right: 1px solid #b6b6b6;
    list-style-type: none;
}
#footer li a:hover {
    color: #888;
    text-decoration: underline;
}
#footer .copyright {
    color: #666;
    font-size: 11px;
    margin: 20px 0;
    text-align: center;
}

/* --------------------------
 * PRエリア
 * --------------------------
 */
.pr-area {
    margin-bottom: 30px;
    margin-top: 10px;
}
.pr-area li {
    float: left;
    padding: 0 5px;
    width: 33.3333%;
    box-sizing: border-box;
}
.pr-area li h2 {
    border-left: 5px solid #FFA500;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding-left: 10px;
}
.pr-area .shadow {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 3px 3px 3px #ddd;
    box-sizing: border-box;
}
.pr-area .shadow:hover {
    opacity: 0.6;
}
.pr-area .trim-img {
    height: 150px;
    overflow: hidden;
    text-align: center;
}
.pr-area p {
    font-size: 13px;
    line-height: 1.8;
    padding: 5px;
}
.pr-area a p:hover {
    color: #FFA500	;
    text-decoration: underline;
}

/* --------------------------
 * サイド
 * --------------------------
 */
.share {
    margin-bottom: 50px;
}
.share ul {
    border-top: 1px dotted #ddd;
}
.share ul li {
    border-bottom: 1px dotted #ddd;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.share ul li a {
    display: block;
    text-align: center;
    margin: 10px;
}
.share ul li a:hover {
    background-color: #eee;
    opacity: 0.8;
}

.side-img ul li {
    text-align:center;
    display: block;
    margin-bottom: 20px;
}

/* --------------------------
 * 会社案内
 * --------------------------
 */
.company p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 5px 5px;
}

.company a {
    padding: 0.5em 1em;
    margin: 10px 0;
    color: #000000;
    background: #ffdab9;
    border-top: solid 2px #FFA500;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-radius: 20px;
    display: inline-block;
    font-size: 15px;
}

.company p.greeting-info {
    text-align: right;
}
/* テーブル */
table {
    border-collapse: collapse; /
    border-spacing: 0;
    border: 1px solid #cbcbcb;
    width: 100%;
    margin-bottom: 20px;
}
/* tdタグとthタグに同じスタイルを指定したいので、セレクタをグループ化して指定 */
table td, table th {
    border-left: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    font-size: 14px;
    margin: 0;
    padding: 7px 13px;
}
/* thタグのみにスタイルを追加 */
table th {
    background-color: #f5f5f5;
    color: #000;
    text-align: left;
    white-space: nowrap;
}

.ph {
  float: right;
  margin-left: 30px;
}  

/* --------------------------
 * タイトルバー
 * --------------------------
 */
.title-bar {
    background-color:#FFA500;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 15px;
    opacity: 0.8;
}
.title-bar h2 {
    color: #fff;
}

/* --------------------------
 * お問い合わせ
 * --------------------------
 */
.contact p {
    font-size: 15px;
    font-weight: bold;
    color: #000000;/
}
.contact form {
    margin-top: 20px;
}


/* --------------------------
 * 清掃業務
 * --------------------------
 */
.service h1 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.service p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
}

.kyoka {
    padding: 10px;
    margin-bottom: 20px;
    border: double 5px #F5D0A9;
    width: 280px;
}

.kyoka p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.kyoka ul li {
    font-size: 14px;
    margin:  0;
    padding: 0 40px;
    text-align: left;
}

#left {
    width: 300px;
    float: left;
    border: 2px dotted;
    font-size: 15px;
    color: #FFA500;
    padding: 5px;
    margin: 2px;
    font-weight: bold;
}

#left ul {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

#right {
    width: 300px;
    float: left;
    border: 2px dotted;
    font-size: 15px;
    color: #FFA500;
    padding: 5px;
    margin: 2px;
    font-weight: bold;
    padding-bottom: 130px;
}

#right ul {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.box6{
    padding: 0.5em 1em;
    margin: 1em 0;
    color: #ffdab9;
    background: #ffdab9;
    border-top: solid 2px #FFA500;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-radius: 20px;
    display: inline-block;
    font-size: 15px;
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.mem-img ul li {
    float: left;
    margin: 10px 13px;
    text-align: center;
    font-weight: bold;;
}

/* --------------------------
 * 太陽光事業
 * --------------------------
 */
 
.sozai {
    margin-top: 20px;
    text-align: center;
}

#solar {
    float: left;
    margin: 10px 13px 30px 0;
}

.table_solar  {
    width: 100%;
}

.table_sola th {
    white-space: nowrap;
    width: 100px;
}

.imgsolar {
    font-size: 15px;
    font-weight: bold;
    color: #2c2c2f;
}
 
.heading {
    margin-top:40px;
    clear: both;
    font-size: 17px;
}




