/* ストレス一覧表 */

table{
font-size: 12px;
color: #666666;
line-height:150%;
border-spacing: 0;
border-style: none;
}

table#alpharytm{
margin: 0px;
padding: 0px;
width: 500px;
border-collapse: collapse;
border: 1px solid #188530;
border-spacing: 0;
}

caption.alpharytm{
padding: 10px 0px;
font-size: 12px;
color: #333333;
}


table#alpharytm tr{
margin: 0px;
padding: 0px;
width: 500px;
height: 50px;
}

table#alpharytm tr.top{
background-color: white;
}

table#alpharytm tr.bottom{
background-color: #d4edc3;
}

table#alpharytm th,td{
margin: 0px;
padding: 5px;
font-size: 12px;
line-height:150%;
color: #333333;
border: 1px solid #188530;
}

table#alpharytm th.left,td.left{
width: 90px;
}

table#alpharytm th.right,td.right{
width: 390px;
}

/* ブレスレットサイズ表 */

table#bracelet{
margin: 0px;
padding: 0px;
width: 500px;
border-collapse: collapse;
border: 1px solid #188530;
border-spacing: 0;
text-align: center;
}

caption.bracelet{
padding: 30px 0px 10px 0px;
font-size: 14px;
color: #333333;
text-align: center;
}


table#bracelet tr{
margin: 0px;
padding: 0px;
text-align: center;
}

table#bracelet th{
margin: 0px;
padding: 2px;
font-size: 13px;
color: white;
border: 1px solid #188530;
width: 76px;
background-color: #5fb246;
text-align: center;
}

table#bracelet td{
margin: 0px;
padding: 2px;
font-size: 13px;
color: #333333;
border: 1px solid #188530;
width: 76px;
text-align: center;
}

table#bracelet th.weight,
table#bracelet td.weight{
width: 180px;
text-align: center;
}


table#bracelet td.size{
background-color: #d4edc3;
}

/* お問い合わせ */

table#inquiry{
margin: 20px auto;
padding: 2px;
border: 1px solid white;
}

table#inquiry th{
width: 150px;
font-size: 12px;
background-color: #d4edc3; 
border: 1px solid white;
}

table#inquiry td{
font-size: 13px;
background-color: white; 
border: 1px solid white;
}


/* 会社概要 */

table#outline{
margin: 20px auto;
padding: 2px;
width: 400px;
border: 1px solid white;
}

table#outline th{
width: 80px;
background-color: #d4edc3; 
border: 1px solid white;
}

table#outline td{
background-color: white; 
border: 1px solid white;
}

table#outline a{
color: #666666;
}

table#outline a:hover{
color: red;
}