@charset "utf-8";

/*  詳細説明のレイアウト****************************************************************/
/* table#specT は廃止。 table.specT2 を使って下さい */

div.specTitle {
  margin: 20px 0 10px 0;
  text-align: left;
}

/*

table.specT2 {
  margin: 5px auto 5px auto;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.specT2 > tbody > tr > th {
  padding: 5px;
  background-color: #e0f1fd;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 80px;
}
table.specT2 > tbody > tr > td {
  padding: 5px;
  background-color: #FFFFFF;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
*/

table.specT2 {
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	border-spacing: 0px;
	padding: 26px 0px 0px 0px;
	background-image: url(/user_data/packages/default/img/background/spec-header.png);
	background-position: top;
	background-repeat: no-repeat;
}

table.specT2 > tbody > tr > th {
        background-color:#FFFFCC;
	border-right: 2px solid #ccc;
        border-top: 1px solid #ccc;
	padding: 5px;
	white-space: nowrap;
}

table.specT2 > tbody > tr > td {
        border-top: 1px solid #ccc;
	padding: 5px;
}






table#specT {
    width: 680px;
    border: 2px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#specT tr {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    line-height: 110%;
}

table#specT td {
    padding: 5px;
    border: 2px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

table#specT td {
    padding: 5px;
    border: 2px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

table#specNO {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table#specNO tr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table#specNO td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* #specT 内のテーブルのスタイル。borderを消して左に寄せる。 */
table#specT table {
    width: auto;
    margin: 0px auto 0px 0px;
    border: 0px;
}
table#specT table tr {
    border: 0px;
}
table#specT table td{
    border: 0px;
}

.yellow {
	background-color: #FFFFCC;
}

.white {
	background-color: #FFFFFF;
}



table.waku {
	width: 700px;
	border-collapse: collapse;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.waku > tbody > tr > td {
	padding: 5px;
	backgsquare-color: #FFFFFF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


