body {
  margin: 0;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif, verdana;
  font-size: 13px;
  //font-size: 1.0em;
}


.wrapper {
  width: 940px;
  padding: 0 10px;
  margin: 0 auto;
}

body, table, input, select, file, ul, ol, dl {
//    font-size: 12px;
    color: #333333;
}

ul, ol, dl {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 25px;
    color: #666666;
}

li, dt, dd {
    line-height: 1.5;
}

hr {
    color: #cccccc;
}

blockquote.checklist {
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: left;
}

h2.menu  {
    background-color: silver;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 3px;
}

.TEXT-SS { font-size: 10px; }
.TEXT-S  { font-size: 12px; }
.TEXT    { font-size: 14px; }
.TEXT-L  { font-size: 16px; }
.TEXT-LL { font-size: 18px; }

.description {
    font-size: 13px;
    color: #696969;
    margin-top: 0px;
    margin-bottom: 0px;
/* -- TEST
    border: 1px solid #000000;
*/
}

.notes {
    font-size: 11px;
    color: #999999;
}


/*----------------------------------------------/
 *  カスタマイズ
 *---------------------------------------------*/

tr.header {
    color: #ffffff;
    text-align: center;
}

td.header {
    color: #666666;
    font-weight: bold;
    text-align: center;
    //width: 170px;
}

.midashi1 {
    font-size: 14px;
    font-weight: bold;
    color: #800000;
    padding: 10px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
/*
    margin-bottom: 1em;
*/
}

.copyright {
    border-top: 1px solid #cccccc;
    padding: 2px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 1em;
}

.review_form_header {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}
.scores {
    padding: 3px;
    background: #eeeeee;
    color: gray;
    font-size: 12px;
    font-weight: bold;
}
.score {
    border-top: 1px solid #cccccc;
    padding: 3px;
    background: #eeeeee;
    color: black;
    font-size: 12px;
    font-weight: bold;
}

.required {
    background: url('img/required.jpg') no-repeat right;
}

.required_rev {
    background: url('img/required.jpg') no-repeat left;
}


#wrapper {
    //margin:auto;
}
#wrapper table {
    table-layout:fixed;
}

/*----------------------------------------------/
 *  リンクボタン
 *---------------------------------------------*/
.Radius5 {  
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.link_button {
    overflow: hidden;
    width: 250px;
    height: 50px;
    margin: 0;
    padding: 0;
}
.link_button a {
    display: block;
    position: relative;
    z-index: 100;
    text-align:center;
    background: #00a0e9;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-decoration:none;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif, verdana;
}
.link_button a:hover {
    background: #3ab2e9;
}

#IconList1 a:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #fff;
}
#IconList1 a:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #00a0e9;
}
#IconList1 a:hover:after {
    background: #3ab2e9;
}


/*----------------------------------------------/
 *  jquery
 *---------------------------------------------*/

/*
ul, ul li{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
*/
ul.text {
    margin-bottom: 1em;
    line-height: 1.5em;
}
.text-center {
    text-align: center;
}
.wrap {
    margin: 0 auto;
}
//.add-container {padding: 1px; float: none; width: 120px;}
.add-container h4 {
    font-size: 14px;
    margin: 0 0 0 0;
}
.clear {clear: both;}

.add-container {
    padding: 1px;
    float: none;
}
.add-container ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.grey .accordion {
    font: bold 14px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.grey .accordion, .grey .accordion li {
    margin: 0;
    padding: 0;
    border: none;
}
.grey .accordion a {
    padding: 5px 5px 5px 5px;
    background: #ececec;
    text-decoration:none;
    display: block;
    color: #333;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    position: relative;
    text-shadow: 1px 1px 1px #fff;
}
.grey .accordion a:hover {
    background: #fff;
    color: #990000;
}
.grey .accordion a:active{
}


