/* CSS Document */

.error { 
 font-size: 12px;
 color: #FF0000;
 margin: 10px 0 0 10px;
}

* {
 margin: 0;
 padding: 0;
 background-repeat: no-repeat;
}

body {
 margin: 0;
}

.borderLeft {
 border-left: 1px solid #CCC;
}

.borderRight {
 border-right: 1px solid #CCC;
}

#header {
 width: 960px;
 padding-top: 10px;
 margin: auto;
}

.headerLeft {
 float: left;
}

.headerRighticon {
 float: right;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.headerRightsearch {
 float: right;
}

form.search div {
 width: 280px; /* ボックスの幅 */
 height: 23px;
 margin: 15px 0;
 padding: 1px 0; /* ボックスのパディング（上下、左右） */
 background-color: #ffffff; /* ボックスの背景色 */
 border: 1px #808080 solid; /* ボックスの境界線 */
}

/* --- テキストボックス --- */
form.search input.textBox {
 width: 210px; /* テキストボックスの幅 */
 height: 20px;
 margin: 0 4px 0 5px; /* テキストボックスのマージン（上右下左） */
 padding: 0;
 background-color: #ffffff; /* テキストボックスの背景色 */
 border: none; /* テキストボックスの境界線（なし） */
 color: #000000;
}

/* --- ボタン --- */
form.search input.btn {
 width: 60px; /* ボタンの幅 */
 height: 23px; /* ボタンの高さ */
 padding: 0;
 background: #006; /* ボタンの背景 */
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 border: 1px #006 inset; /* ボタンの境界線 */
 font-weight: bold;
 color: #FFF;
 letter-spacing: 0.3em; /* 文字間のスペース */
}


.headerRighticon li {
 padding: 0 7px;
 display: inline;
 border-left: 1px solid #666;
 font-size: 14px;
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #333;
}

.headerRighticon a{
 text-decoration: none;
}

.headerRighticon ul {
 margin-left: -1px;
}

.bar1 {
 clear: both;
 background-image: url(../img/index/headerBorder.png);
 background-repeat: repeat-x;
 height: 8px;
 border: none;
 margin: 0;
}

h2 {
 background-image: url(../img/enquiry/headerBg_En.png);
 background-position: center;
 height: 120px;
 text-indent: -999px;
}

.bt {
 background-image:url(../img/common/btBack.png);
 background-repeat: repeat-x;
 height: 63px;
 margin: 0 auto;
}

.menu {
 width: 885px;
 margin: auto;
}


.menu img {
 float: left;
}

#topicpath {
 width: 960px;
 margin: auto;
 padding: 20px 0 20px 0;
 font-size: 14px;
}

#topicpath ol li {
 display: inline;
 list-style-type: none;
}

#topicpath ol li:after {
 content:url(../img/product/common/topicpath_icon.png);
 padding: 12px;
}

#contents {
 width: 960px;
 margin: auto;
 height: auto;
}

#leftContents {
 width: 664px;
 float: left;
}

#leftContents p {
 margin-top: 10px;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: 14px;
}

#leftContents table span {
 color: #F00;
}

#contents table th,
#contents table td {
 padding: 8px;
 border: 1px solid #cccccc;
 font-size: 14px;
}

#contents table {
 margin-top: 15px;
 width: 664px;
 border-collapse: collapse;
}

#contents table th {
 width: 150px;
 text-align: left;
 font-weight: normal;
 background-color: #f7f7f7;
}

.contactButton {
 margin-bottom: 20px;
 text-align: right;
}

.contactButton input {
 padding: 3px 6px;
}

.enButton {
 margin-top: 15px;
 text-decoration: none;
}

#leftContents table span {
 color: #F00;
}

#rightMenu {
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 width: 260px;
 float: right;
}

#rightMenu a {
 text-decoration: none;
}

.panel ul {
  display: none;
}

.panel span {
  cursor: pointer;
}


.panel ul {
 margin-left: 60px;
}
.panel li {
  cursor: pointer;
  margin: 10px 0;
  color: #333;
}

.panel p{
 width: 260px;
 height: 55px;
 border: #CCC 1px dotted;
 margin-top: -1px;
}

.panel p span{
 width: 260px;
 height: 55px;
 display: table-cell;
 line-height: 18px;
 font-size: 14px;
 vertical-align: middle;
 text-decoration: none;
 color: #333;
}

.panel p img{
 margin: 15px 10px 10px 20px;
 float: left;
}



#footer {
 clear: both;
 height: 400px;
 padding: 20px 30px 0 0;
 background-color: #069;
 margin: 30px auto 0 0;
}

.footerNavi {
 width: 960px;
 margin: auto;
}

.ul1 {
}

.ul2 {
 clear: both;
}

.footerLeft {
}

.footerLeft li {
 list-style: none;
 padding: 20px 20px;
 float: left;
 font-size: 14px;
 color: #FFF;
 text-decoration: underline;
}

.footerRight {
 float: right;
 margin: 150px 0 0 0;
}

.footerRight p {
 color: #FFF;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
}

.footerRight li {
 color: #FFF;
 font-size: 14px;
 list-style: none;
 line-height: 1.5;
}

#Copyright {
 height: 20px;
 background-color: #003;
}

.CopyrightBox {
 width: 960px;
 margin:auto;
}

#Copyright p {
 font-size:12px;
 color: #FFF;
 margin: 0;
 padding-top: 5px;
 float: right;
}