@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: #00097b;
}
.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: #00097b;
	border-color: #00097b;
    color: #fff;
}
.form_ttl th:first-child{
    border-right: 1px solid #fff;
}
.box_2nd h2 {
    text-align: center;
}
.sort_float{
	float: left;
	width: 20%;
	border: 2px solid #ffffff;
	box-sizing: border-box;
}
.sort_float th{
    display: block;
    border:1px solid #fff;
}
.sort_float td{
    display: block;
    border: 1px solid #fff;
    cursor: pointer;
    color: #565656;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th{
    padding: 0!important;
}
tr.form_ttl {
    border-top: 15px solid #fff;
}
.conditions_table {
    margin: 8px;
    width: 1000px;
    margin: auto;
}
@media screen and (max-width:780px) {
    .sort_float th{
        height: 45px;
    }
    .sort_float{
        float: left;
        width: 25%;
        border: 2px solid #ffffff;
    }
	.conditions_table {
		width: 100%;
	}
	.search_area #search-form {
		width: 100%;
		margin: 0% 0% 3%;
		padding: 0 3% 3%;
		background: #fef8f6;
	}
	.form_ttl th:first-child{
		width: 35%;
	}
	td > a > h3 > img {
		width: 100%;
	}
}
/*---------------------------------------------------------
seach_form
-----------------------------------------------------------*/ 

@media (max-width:800px) {
	.research_inner {
		padding: 10px;
	}
	.research_inner h4 {
		font-size: 16px;
	}
}
.index_search {
	border-collapse: collapse;
	width: 100%;
	background: #fff;
    border: 10px solid #fff;
}
#search-form{
    padding: 20px;
    background: #c1e1fe;
	width: 1000px;
    margin: auto;
    box-sizing: border-box;
}
.index_search th {
	border-collapse: collapse;
	border-bottom: #fff 2px solid;
	background-color: #f6f5f4;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
	padding: 10px;
	line-height: 1.4;
    font-size: 16px;
	color: #fff;
}
.index_search td {
	background-color: #f6f5f4;
	border-collapse: collapse;
	border-bottom: #fff 2px solid;
	border-right: #fff 2px solid;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	font-size: 80%;
    font-size: 16px;
}
form#search-form img{
    display: block;
	margin: 15px auto;
}
input#exec {
    margin: 30px auto;
    display: block;
}
@media (max-width:780px) {
    .ac input {
        width: 100%;
    }
	#search-form {
		width: 100%;
		margin: 0% 0%;
		padding: 3%;
		background: #c1e1fe;
	}
	form#search-form img{
		display: block;
		margin: 15px auto;
	}
    .index_search {
        background: #fff;
        border: none;
    }
    .index_search th {
		border-collapse: collapse;
		border: none;
		color: #00097b;
		background-color: #00097b;
		color: #fff;
		font-weight: bold;
		vertical-align: middle;
		font-size: 1.2rem;
		letter-spacing: 1px;
		padding: 10px;
		line-height: 1.4;
		display: block;
    }
    .index_search td {
        border-collapse: collapse;
        border: none;
        vertical-align: middle;
        padding: 5px;
        font-size: 100%;
        display: block;
    }

    .btn-more {
        background-color: #b9468f;
        color: #fff;
        margin-left: 50px;
        margin-right: 50px;
        padding:20px;
        font-size: 1.2em;
        margin-bottom: 20px;
        text-align: center;
        border: 1px solid #b9468f;
        cursor: pointer;
    }

    .btn-more::before {
        content: "＋";
    }

    .btn-more.close::before {
        content: "―";
    }

    .dropdown {
      background-color: #ffffff;
    }

    .dropdown ul { margin-left: 2em;}
    .dropdown ul li { list-style-type: disc;}	


    .spbr label{ 
      display: inline-block;
      padding: 5px;
      border: none;
        margin: 2% 0;
        }
	
}
.checkbox01_input{
  display: none;
}
.checkbox01_parts{
	padding-left: 25px;
	position: relative;
	margin-right: 15px;
    box-sizing: border-box;
}
.checkbox01_parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01_input:checked + .checkbox01_parts{
  color: #fd7e84;;
}
.checkbox01_input:checked + .checkbox01_parts::after{
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: 4px;
    width: 13px;
    height: 24px;
    transform: rotate(40deg);
    border-bottom: 3px solid #fd7e84;
    border-right: 3px solid #fd7e84;
}
tr.formBtn td {
    width: 70%;
    margin: 0px auto;
    padding: 15px;
    text-align: center;
    background: #00097b;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    /*box-shadow: 0px 5px 0px #fbdbd3;*/
}
tr.pc_dp_n.formBtn {
    background: #f6f5f4;
    padding: 15px 0;
}
@media (min-width:800px) {
    .index_search {
        width: 95%;
    }
    .index_search th {
        color: #00097b;
    }
}
