.ta1 {
    width: 95%;
    max-width: 1000px;
    min-width: 660px;
    margin: 0.2em auto;
    background-color: #FFFFFF;
}
.ta1 + .ta1 {
    margin: -4px auto 0.2em;
}
.ta1, .ta1 td, .ta1 th {
    white-space: nowrap;
    border-collapse: collapse;
    border: 1px solid #CCC;
    line-height: 1.4;
}
/*テーブル内の右側*/
.ta1 td {
    padding: 5px;
    text-align: center;
}
/*テーブル内の左側*/
.ta1 th {
    /*width: 180px;
	padding: 10px;*/
    text-align: center;
    background-color: #EFEFEF;	/*背景色*/
    font-weight: normal;
    font-size: 12px;
}
.ta1 td img {
    width: 24px;
}
/*------------------*/
/*　ボタン　ベージュ　*/
/*------------------*/
a:link.btn_white {
    text-decoration: none;
    color: #666666;
}
a:visited.btn_white {
    text-decoration: none;
    color: #666666;
}
a:hover.btn_white {
    text-decoration: none;
    color: #666666;
}
.btn_white {
    -moz-box-shadow: inset 0px 1px 0px 0px #efefef;
    -webkit-box-shadow: inset 0px 1px 0px 0px #efefef;
    box-shadow: inset 0px 1px 0px 0px #efefef;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eaeaea), color-stop(1, #ffffff));
    background: -moz-linear-gradient(top, #eaeaea 5%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #eaeaea 5%, #ffffff 100%);
    background: -o-linear-gradient(top, #eaeaea 5%, #ffffff 100%);
    background: -ms-linear-gradient(top, #eaeaea 5%, #ffffff 100%);
    background: linear-gradient(to bottom, #eaeaea 5%, #ffffff 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=0);
    background-color: #eaeaea;
    cursor: pointer;
    color: #333333;
    border: 1px solid #D3D3D3;
    font-size: 13px;
    margin-left: 1em;
    padding: 10px;
    text-decoration: none;
    float: right;
    box-shadow: none;
}
.btn_white:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #d0d0d0));
    background: -moz-linear-gradient(top, #cccccc 5%, #d0d0d0 100%);
    background: -webkit-linear-gradient(top, #cccccc 5%, #d0d0d0 100%);
    background: -o-linear-gradient(top, #cccccc 5%, #d0d0d0 100%);
    background: -ms-linear-gradient(top, #cccccc 5%, #d0d0d0 100%);
    background: linear-gradient(to bottom, #cccccc 5%, #d0d0d0 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#d0d0d0', GradientType=0);
    background-color: #cccccc;
}
.btn_white:active {
    position: relative;
    top: 1px;
}
/*------------------*/
/*　ボタン　レッド　*/
/*------------------*/
.btn_red {
    -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f', GradientType=0);
    background-color: #f24537;
    border: 1px solid #d02718;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    margin-left: 1em;
    padding: 10px;
    text-decoration: none;
    float: right;
}
.btn_red:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
    background: -moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background: -webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background: -o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537', GradientType=0);
    background-color: #c62d1f;
}
.btn_red:active {
    position: relative;
    top: 1px;
}
.jiten {
    text-align: center;
    font-size: 90%;
    margin: -0.3em 0 0.3em 0;
}
.rimawari_note {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    background: rgba(0,0,0, 0.5);
    color: #FFFFFF;
    z-index: 999;
}
