@charset "utf-8";
/* 基本 */

/* --- テーブル --- */
table {
    width: 100%;
    /* テーブルの幅 */
    border: 1px solid; /* テーブルの境界線 */
    border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* テーブルの境界線色（上右下左） */
}

/* --- キャプション --- */
table caption {
    margin-bottom: 2px; /* キャプションの下マージン */
    padding: 10px 8px; /* キャプションのパディング（上下、左右） */
/*    background: #f9f9f9 url(http://www.miyazaki-lc.org/image/caption_back1.gif) repeat-x; /* キャプションの背景 *!/*/
    border: 1px solid; /* キャプションの境界線 */
    border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* キャプションの境界線色（上右下左） */
    text-align: left;
    color: #333333; /* キャプションの文字色 */
    font-weight: bold;
}

/* --- 見出しセル（th） --- */
table th {
    width: 200px; /* 見出しセルの幅 */
    padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
    background-color: #feebef; /* 見出しセルの背景色 */
    border: 1px #f88cc1 solid; /* 見出しセルの下境界線 */
    text-align: left;
    line-height: 130%;
    vertical-align: middle;
    font-weight: bold;
}
/* --- データセル（td） --- */
table td {
    padding: 10px 5px 7px; /* データセルのパディング（上、左右、下） */
    background-color: #ffffff; /* データセルの背景色 */
    border: 1px #f88cc1 solid; /* データセルの下境界線 */
}





/* --- フォームエリア --- */
#contactform form.contact {
    width: 100%; /* フォームエリアの幅 */
    /* font-size: 80%; */
    margin: 0 auto;
}
/* --- フォームエリア内の段落 --- */
    #contactform form.contact p { line-height: 130% }
/* --- 段落内の「必須」画像 --- */
    #contactform form.contact p.attention img { vertical-align: middle }
/* --- 部品グループ --- */
div.fields {
    width: 620px;
    margin: auto;
    margin-bottom: 20px; /* 部品グループの下マージン */
    padding: 2px; /* 部品グループのパディング */
    background-color: #feebef; /* 部品グループの背景色 */
    border: 1px #f88cc1 solid; /* 部品グループの境界線 */
}
/* --- テーブル --- */
.tbl-contact {
    width: 100%;
    /* テーブルの幅 */
    border: 1px solid; /* テーブルの境界線 */
    border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* テーブルの境界線色（上右下左） */
}
/* --- キャプション --- */
.tbl-contact caption {
    margin-bottom: 2px; /* キャプションの下マージン */
    padding: 10px 8px; /* キャプションのパディング（上下、左右） */
/*    background: #f9f9f9 url(http://www.miyazaki-lc.org/image/caption_back1.gif) repeat-x; /* キャプションの背景 *!/*/
    border: 1px solid; /* キャプションの境界線 */
    border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* キャプションの境界線色（上右下左） */
    text-align: left;
    color: #333333; /* キャプションの文字色 */
    font-weight: bold;
}
/* --- 見出しセル（th） --- */
.tbl-contact th {
    width: 160px; /* 見出しセルの幅 */
    padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
    background-color: #f5f5f5; /* 見出しセルの背景色 */
    border-bottom: 1px #c0c0c0 dotted; /* 見出しセルの下境界線 */
    text-align: left;
    line-height: 130%;
    vertical-align: middle;
    font-weight: bold;
}
/* --- 見出しセル内の補足テキスト --- */
.tbl-contact th span.supplement { font-weight: normal }
/* --- データセル（td） --- */
.tbl-contact td {
    padding: 10px 5px 7px; /* データセルのパディング（上、左右、下） */
    background-color: #ffffff; /* データセルの背景色 */
    border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
  }
/* --- データセル内の補足テキスト --- */
.tbl-contact td span.supplement { color: #808080 }
/* --- 必須項目セル --- */
.tbl-contact td.required {
    width: 26px; /* 必須項目セルの幅 */
    padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
    /* background-color: #c4e6fa; */
    background-color: #ffcccc; /* 必須項目セルの背景色 */
    text-align: center;
    vertical-align: middle;
}
/* --- 準必須項目セル --- */
.tbl-contact td.subrequired {
    width: 26px; /* 必須項目セルの幅 */
    /* padding: 10px 3px;  */
    /* 必須項目セルのパディング（上下、左右） */
    /* background-color: #c4e6fa; */
    background-color: #ccffcc; /* 必須項目セルの背景色 */
    text-align: center;
    vertical-align: middle;

}
/* --- 任意項目セル --- */
.tbl-contact td.arbitrary {
    width: 26px;
    background-color: #f5f5f5; /* 任意項目セルの背景色 */
    vertical-align: middle;

}
/* --- フォーム部品 --- */
.tbl-contact input,
.tbl-contact select,
.tbl-contact textarea {
    margin-bottom: 2px; /* フォーム部品の下マージン */
}
/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#cf-company,
#cf-section,
#cf-name,
#cf-furigana,
#cf-name2,
#cf-email,
#cf-address,
#cf-zip1,
#cf-word1,
#cf-word2,
#cf-word3,
#cf-word4,
#cf-word5,
#cf-word6,
#cf-word7,
#cf-word8,
#cf-word9,
#cf-word10,
#cf-word11,
#cf-word12,
#cf-word13,
#cf-word14,
#cf-word15
 {
    width: 350px; /* フォーム部品の幅 */
}
/* --- （短めのテキスト入力欄） --- */
#cf-tel1,
#cf-tel2,
#cf-tel3,
#cf-fax1,
#cf-fax2,
#cf-fax3 {
    width: 200px; /* フォーム部品の幅 */
}
#cf-num1,
#cf-postcode{
  width: 100px;
}
#cf-zip2 {
    width: 70px; /* フォーム部品の幅 */
}
/* --- （複数行のテキスト入力欄） --- */
#cf-message {
    width: 390px; /* フォーム部品の幅 */
    height: 10em; /* フォーム部品の高さ */
}

#cf-message2,
#cf-message3 {
    width: 390px; /* フォーム部品の幅 */
    height: 3em; /* フォーム部品の高さ */
}


#cf-remark {
    width: 420px; /* フォーム部品の幅 */
    height: 6em; /* フォーム部品の高さ */
}
/* --- ボタン --- */
#contactform p.button {
    margin: 0;
    text-align: center;
}

#contactform .privacy {
  font-size: 90%;
  width: 100%;
}

/*.tbl-flow,
.tbl-flow th{
  background: none;
  border: none;
}
.tbl-flow td {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #ccc;
}*/


.fields-company {
    float: left;
    width: 400px;
    margin-bottom: 20px; /* 部品グループの下マージン */
    padding: 2px; /* 部品グループのパディング */
    background-color: #f9f9f9; /* 部品グループの背景色 */
    border: 1px #c0c0c0 solid; /* 部品グループの境界線 */
}


.tbl-company {
  width: 400px;
}

.tbl-company th {
  width: 100px;
}
.tbl-company td {
  width: 300px;
}

.company-photo {
  float: right;
  width: 280px;
}

.fields-company2 {
    margin-bottom: 20px; /* 部品グループの下マージン */
    padding: 2px; /* 部品グループのパディング */
    background-color: #f9f9f9; /* 部品グループの背景色 */
    border: 1px #c0c0c0 solid; /* 部品グループの境界線 */
}


.tbl-company2 {
  width: 100%;
}

.tbl-company2 th {
  width: 150px;
}


.fields-clinic {
    float: left;
    width: 480px;
    margin-bottom: 20px; /* 部品グループの下マージン */
    padding: 2px; /* 部品グループのパディング */
    background-color: #f9f9f9; /* 部品グループの背景色 */
    border: 1px #f88cc1 solid; /* 部品グループの境界線 */
}


.tbl-clinic {
  width: 480px;
}

.tbl-clinic th {
  width: 100px;
}
.tbl-clinic td {
  width: 300px;
}

.clinic-photo {
  float: right;
  width: 180px;
}

.clinic-photo img{
  width: 180px;
}

.fields-medical {
  padding: 2px; /* 部品グループのパディング */
  background-color: #f9f9f9; /* 部品グループの背景色 */
  border: 1px #f88cc1 solid; /* 部品グループの境界線 */
  
}

.tbl-medical th,
.tbl-medical td {
  width: 50px;
  text-align: center;
}

.tbl-medical th:first-child,
.tbl-medical td:first-child {
  width: 150px;
  text-align: left;
}



.tbl-cost th {
background-color: #efefef; /* 見出しセルの背景色 */
border: 1px #c0c0c0 solid; /* 見出しセルの下境界線 */
  width:200px
}
.tbl-cost td {
border: 1px #c0c0c0 solid; /* 見出しセルの下境界線 */
text-align: right;
}


.tbl-cost2 th {
background-color: #efefef; /* 見出しセルの背景色 */
border: 1px #c0c0c0 solid; /* 見出しセルの下境界線 */
  width:150px;
  text-align: center;
}
.tbl-cost2 td {
border: 1px #c0c0c0 solid; /* 見出しセルの下境界線 */
text-align: center;
}

.fields-shoshin {
padding: 10px; /* 部品グループのパディング */
background-color: #f9f9f9; /* 部品グループの背景色 */
border: 1px #cccccc solid; /* 部品グループの境界線 */
}