@charset "UTF-8";

/*検索結果ページ*/
.ttl{
    font-size:90%;
    color:#41a5eb;
    font-weight:bold;
}
.conditions_table{
    margin:8px;
}
.conditions{
    border-collapse: collapse;
    width: 100%;
    margin:5px 0;
    background:#fff;
}
.conditions th{
    border-collapse: collapse;
    border-top:#cccccc 1px solid;
    border-bottom:#cccccc 1px solid;
    background-color:#f6f6f6;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    font-size:80%;
    line-height: 2em;
}
.conditions td{
    border-collapse: collapse;
    border-top:#cccccc 1px solid;
    border-bottom:#cccccc 1px solid;
    text-align:left;
    vertical-align:middle;
    padding:10px;
    font-size:80%;

}
.linkRight{
    text-align:right;
    font-size:80%;
}

/*コピー*/
.browseInfo {
    clear: both;
    overflow: hidden;
    font-size:90%;
    margin-left: 8px;
}
.browseInfo .number {
    margin-right: 7px;
}

.browseInfo .number b {
    color: #FF0000;
    font-size: 20px;
    font-weight: bold;
    margin: 0 4px 0 3px;
    vertical-align: -0.05em;
}
.compareListTable {
    border-collapse: collapse;
    font-size:75%;
    background:#fff;
    width:100%;
    table-layout: fixed;
}
.compareListTable th, .compareListTable td {
    border: 1px solid #CCCCCC;
    background: #f6f5f4;
    text-align: center;
    vertical-align: middle;
}
.compareListTable th {
    line-height: 1.3;
    padding: 0;
    font-size: 16px;
     color: #1e598b; 
}
.compareListTable td {
    border-bottom: 1px solid #CCCCCC;
    border-width: 1px;
    line-height: 1.4;
    padding:4px;
}
.compareListTable td p {
    display: inline-block;
    text-align: left;
}
.compareListTable tr.tableHeadFirst th {
    background-color:#f6f6f6;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    white-space: normal;
}
.compareListTable tr.tableHeadFirst th.check {
    background: none repeat scroll 0 0 #F7F5EE;
    line-height: 0.5;
    padding: 8px 3px 4px;
    width: 1%;
}
.check p {
    display: inline-block;
    font-family: "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3","Osaka",sans-serif;
    font-weight: bold;
    line-height: 0.9;
    text-align: center;
    white-space: normal;
    width: 1em;
}
.compareListTable td.view .inner .itemName {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center;
    text-decoration: underline;
}
.compareListTable td.view .inner img {
    margin-bottom: 2px;
}
.compareListTable td.view .inner .price {
    color: #DA0A11;
    font-weight: bold;
    font-size: 90%;
}
@media screen and (max-width:800px) {
    table.compareListTable thead tr .header2 {
        width: 100%;
        float: left;
    }
}

table.compareListTable thead tr .headerSortUp {
    background-image: url(../img/asc.gif);
}
table.compareListTable thead tr .headerSortDown {
    background-image: url(../img/desc.gif);
}
table.compareListTable thead tr .headerSortDown, table.compareListTable thead tr .headerSortUp {
    background-color: #87D0F6;
}
h2,h2 img { max-width:100%; }
h2 {border:none;}
#left_content{width:100%;}
#right_content{display:none;}

@media screen and (max-width:800px) {
    table.tablesorter thead tr th, table.tablesorter tfoot tr th{
        font-size: 14px!important;
    }
    .compareListTable th{
        font-size: 14px!important;
    }
    table.tablesorter tbody td{
        font-size: 14px!important;
    }
}
.form_ttl th{
    background: #1e598b;
    border-color: #1e598b;
    color: #fff;
}
.form_ttl th:first-child{
    border-right: 1px solid #fff;
}
.box_2nd h2 {
    text-align: center;
}
.sort_float{
    float: left;
    width: 33%;
    border: 2px solid #ffffff;
}
.sort_float th{
    display: block;
    border:1px solid #fff;
}
.sort_float td{
    display: block;
    border:1px solid #fff;
    cursor: pointer;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th{
    padding: 0!important;
}
@media screen and (max-width:800px) {
    .sort_float th{
        height: 45px;
    }
    .sort_float{
        float: left;
        width: 33%;
        border: 2px solid #ffffff;
    }
}
tr.form_ttl {
    border-top: 15px solid #fff;
}