@charset "UTF-8";

/* .layout_col2 ------------------ */
.layout_col2 {
	padding:8px 0;
	display: table;
	width: 100%;
}
	.layout_col2.branch {
		padding:10px 3.13%;
	}
	.layout_col2 > .col {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}

/*
contents ============================================
*/

/* link-list_basic ----------------- */
.link-list_basic {
}
	.link-list_basic li {
		border-top: 1px solid #d1d1d1;
	}

	.link-list_basic li a {
		position: relative;
		display: block;
		text-decoration: none;
		padding: 19px 32px 19px 3.13%;
		font-size: 1.15em;
		color: #333;
	}
	.link-list_basic li.branch a {
		padding-top: 9px;
		padding-bottom: 10px;
	}
	.link-list_basic li.branch a .note {
		display: block;
		font-weight: normal;
		margin-top: 5px;
		font-size: 1.1rem;
		line-height: 1.3;
	}
	.link-list_basic.ext-feature li a {
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.link-list_basic.ext-feature .tag-feature,
	.link-list_basic.ext-feature .tag-feature + span {
		display: table-cell;
		vertical-align: middle;
	}
	.link-list_basic.ext-feature .tag-feature {
		width: 45px;
		padding-right: 7px;
	}
	.link-list_basic.ext-feature .tag-feature strong {
		display: inline-block;
		width: 100%;
		text-align: center;
		color: #fff;
		padding: 7px 0;
		background-color: #ff8100;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	.tag-feature + span {
		line-height: 1.2;
	}
	.link-list_basic li [class|="icn"] {
		padding-left: 60px;
	}
	.link-list_basic li a::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -8.5px;
		width: 12px;
		height: 17px;
		background: url(../../../common/images/icn-arrow.png) no-repeat right center;
		background-size: 12px 17px;
	}
	.link-list_basic .txt-small {
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.link-list_basic .side_img a {
		padding: 9px 32px 9px 3.13%;
	}
	.link-list_basic .side_img img {
		width: 30%;
		min-width: 96px;
		margin-right: 1.56%;
		vertical-align: middle;
	}
	.link-list_basic li span.category {
		position: relative;
		display: block;
		text-decoration: none;
		padding: 10px 32px 10px 3.13%;
		font-size: 1.6rem;
		color: #333;
		font-weight: bold;
	}

/* link-list_col2 ----------------- */
.link-list_col2 {
}
	.link-list_col2 li {
		width: 50%;
		float: left;
		border-right: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.link-list_col2 li a {
		display: block;
		padding: 19px 12.5% 19px 6.56%;
		font-size: 1.6rem;
		color: #333;
		font-weight: bold;
		text-decoration: none;
		background: url(../../../common/images/icn-arrow.png) no-repeat 95.5% 50%;
		background-size: 12px 17px;
	}
	.link-list_col2 li:nth-of-type(even) {
		border-right: none;
	}
	.link-list_col2 .col {
		vertical-align: middle;
		border-right: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
	}
	.link-list_col2 .col:nth-of-type(even) {
		border-right: none;
	}
	.link-list_col2 .col a {
		display: block;
		padding: 19px 12.5% 19px 6.56%;
		font-size: 1.6rem;
		color: #333;
		font-weight: bold;
		text-decoration: none;
		background: url(../../../common/images/icn-arrow.png) no-repeat 95.5% 50%;
		background-size: 12px 17px;
	}
	.link-list_col2 li .txt-small,
	.link-list_col2 .col .txt-small {
		font-size: 1.3rem;
		line-height: 1.3;
	}

/* link-list_txt_only ----------------- */
.link-list_txt_only {
	margin-top: 10px;
	margin-bottom: 15px;
}
	.link-list_txt_only li {
		padding: 0 3.91%;
		margin-top: 15px;
		font-size: 1.2rem;
		font-weight: bold;
		color: #333;
	}
	.link-list_txt_only li:first-of-type {
		margin-top: 0;
	}
	.link-list_txt_only li a {
		font-weight: bold;
		line-height: 1;
	}
	.link-list_txt_only.line_adjust li a {
		line-height: 1.7;
	}
	.link-list_txt_only.layout_col2 {
		padding: 0 3.91%;
		margin-top: 10px;
	}
	.link-list_txt_only.layout_col2 li {
		display: inline-block;
		padding: 0;
		width: 50%;
		margin-top: 12px;
		vertical-align: top;
	}
	.link-list_txt_only.layout_col2 li:nth-of-type(-n+2) {
		margin-top: 0
	}
	.link-list_txt_only li a {
		font-size: 1.2rem;
		line-height: 1;
	}
	.link-list_txt_only.line_adjust li a {
		line-height: 1.7;
	}

/* next_box ----------------- */
.next_box {
	width: 100%;
	padding-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	background-color:#eeece1;
}
	.next_box p {
		font-weight: bold;
		padding: 10px;
		color:#333;
	}

	.next_box a {
		padding-right: 80px;
		padding-left: 80px;
		font-size:1.1em;
	}

/* area search ----------------- */
.link-list_area dt {
	position: relative;
	display: block;
	border-bottom: 1px solid #d1d1d1;
	padding: 15px 32px 15px 3.13%;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	background-color:#eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#e3e3e3));
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#e3e3e3));
	background: -moz-linear-gradient(top, #FFFFFF, #e3e3e3);

}
.link-list_area .ttl-btn {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	margin-right: 13px;
	width: 100%;
	height: 20px;
	display: block;
	background: url(../../../common/images/btn-plus_03.png) no-repeat right center;
	background-size: 18px;
}
.link-list_area .ttl-btn.opened {
	background: url(../../../common/images/btn-minus_03.png) no-repeat right center;
	background-size: 18px;
}
.link-list_area dd ul {
/* temporary style
	border-bottom: 1px solid #d1d1d1;
	padding: 10px;
*/
}


/* unit-form_search ----------------- */
.unit-form_search {
	overflow: hidden;
}
	.unit-form_search .custom-input {
		margin: 10px 1.54% 20px 3%;
		width: 68.8%;
		font-weight: bold;
		vertical-align: middle;
	}
	.unit-form_search .custom-input + a {
		width: 23.4%;
		margin: 10px auto 20px 0;
		font-size: 1.2rem;
		vertical-align: middle;
	}

/* .unit-recommend_box ------------------ */

.unit-recommend_box {
	margin: 10px 0 3.13% 3%;
	background: url(../../../common/images/icn-arrow.png) no-repeat right 50%;
	background-size: 12px 17px;
    padding-bottom: 22px;
/*		display: table;
		table-layout: fixed;*/
		width: 97%;
    clear:both;
    overflow:hidden;
}
	.unit-recommend_box a {
		color: #333;
		text-decoration: none;
	}
	.unit-recommend_box .img {
		width: 28%;
/*		display: table-cell;*/
float:left;
		vertical-align: top;
		text-align: center;
	}
	.unit-recommend_box .img span {
		display: block;
		font-size: 85%;
		margin: 4px 0;
		border-radius: 3px;
	}
	.unit-recommend_box .img span.num_image {
		color: #333;
		margin-top: 6px;
		min-height: 1rem;
		font-size: 103%;
	}
	.unit-recommend_box .img span.btn-new {
		color: #f00;
        font-weight:bold;
		padding: 6px 0 4px;
		background: #fff3f9;
	}
	.unit-recommend_box .img span.btn-movie {
		color: #007cd0;
		padding: 6px 0 4px;
		background: #e7efff;
		border: 1px solid #007cd0;
                font-size:75%;
	}
	.unit-recommend_box .img span.btn-repair {
		color: #000080;
		padding: 6px 0 4px;
		background: #fefefe;
		border: 1px solid #000080;
	}
	.unit-recommend_box .img span.btn-brand {
		color: #fff;
		padding: 6px 0 4px;
		background: #06175a;
		border: 1px solid #06175a;
	}
	.unit-recommend_box .img span.btn-billed {
		color: #fff;
		padding: 6px 0 4px;
		background: #e9001e;
		border: 1px solid #e9001e;
	}
	.unit-recommend_box .img span.btn-reserved {
		color: #fff;
		padding: 6px 0 4px;
		background: #0074bc;
		border: 1px solid #0074bc;
	}
	.unit-recommend_box .img span.btn-oph {
		color: #ef5350;
		padding: 6px 0 4px;
        font-weight:bold;
        font-size:13px;
		border: 1px solid #ef5350;
	}

	.unit-recommend_box .detail {
		width: 65%;
/*		display: table-cell;*/
float:left;
		padding-left: 1.5%;
		padding-right: 1%;
		line-height:1.3;
		vertical-align: top;
		font-size: 13px;
	}
	.unit-recommend_box .detail dt .label {
		display: inline-block;
		margin-bottom: 5px;
		padding: 3px 3.91%;
		font-size: 1rem;
		color: #568b00;
		background-color: #eff8db;
		border: 1px solid #8fc301;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.unit-recommend_box .detail dd ~ dd {
		margin-top: 3px;
	}
	.unit-recommend_box .detail .txt {
		color: #333;
	}
	.unit-recommend_box .detail .price {
		color: #b81c22;
		font-size: 120%;
		font-weight: bold;
	}
	em.emphasis {
		color: #bf360c;
		font-size: 1.6em;
	}

	.unit-recommend_box .detail .spec {
		background: #f1f1f1;
		border-radius: 3px;
		line-height: 1.4;
		margin-right: 4%;
		padding:6px 2px 6px 4px;
	}
		.unit-recommend_box .detail .spec dt {
			position: absolute;
			color: #999;
		font-size: 0.9em;
		}
		.unit-recommend_box .detail .spec dd {
			margin: 0;
			padding-left: 55px;
			color: #333;
		font-size: 0.9em;
		}

	.post_end + div {
		background: #eee;
		margin-top: 0;
		padding-top: 10px;
	}

/* .pagination ------------------ */
.pagination {
	background-color: #f1f1f1;
	margin: 10px 0;
	padding: 10px;
	overflow: hidden;
}

.pagination .prev,
.pagination .next {
	border-radius: 5px;
    border:1px solid #fff;
    width:30%;
    line-height:40px;
    text-align:center;
	background-color: #7cb342;
	border-bottom:2px solid #558b2f;
}

.pagination .prev{
    float:left;
}
.pagination .next {
    float:right;
}
.pagination a{
    text-decoration:none;
    font-weight:bold;
    font-size:110%;
    color:#fff;
}

#memberBlock{
    margin:15px auto;
    border:1px solid #1976d2;
	border-radius: 3px;
    width:90%;
}

#memberBlock .Ttl{
	background-color: #1976d2;
    padding:6px 5px;
    text-align:center;
    font-weight:bold;
    font-size:110%;
    color:#fff;
    line-height:22px;
}

#memberBlock .Desc{
    padding:10px 5px 0 10px;
    line-height:1.2;
}

#accordion h4{
    border-top:1px solid #d1d1d1;
	padding: 12px 3.75%;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #333;
	background: url("../../../common/images/btn-plus_03.png") no-repeat 95% center,#f4f2ec;
	background-size: 18px;
}
#accordion h4.opened {
	background: url("../../../common/images/btn-minus_03.png") no-repeat 95% center,#f4f2ec;
	background-size: 18px;
}

ul.searchLink li a{
    font-weight:bold;
    text-indent:5%;
    font-size:110%;
    color:#333333;
    text-decoration:none;
    display:block;
    width:100%;
	line-height: 47px;
	background: url("../../../common/images/icn-arrow.png") no-repeat 95% center;
	background-size: 12px;
    border-top:1px solid #d1d1d1;
}

/* 追加分 ----------------- */

.unit-recommend_box .Price{
                padding:0 0 6px 23px;
                 float:left;
                background:url("../../../common/images/icn-price.png") no-repeat 0 2px ;
                background-size:18px;
 }
.unit-recommend_box .Price em{
		color: #b81c22;
		font-weight: bold;
		font-size: 1.6em;
}
.unit-recommend_box .btn-pricedown{
                color:#b81c22;
               padding-top:6px;
}
.subbox{
　width:100%;
}

.clearfix:after{
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
}
.clearfix {
  display:block;
  *zoom: 1;
}

.icn-new{
  color:red;
  font-size:11px;
}

/* icon_Description ----------------- */
.icon_Description{
    margin: 0 10px 0;
    border: solid 1px #cdcdcd;
    padding: 5px;

}
.icon_Description .title{
       padding: 5px;
   font-weight:bold;
  background:#cdcdcd;
}
.icon_Description .title p{
   padding:5px 10px;
   font-weight:bold;
   border-left:3px solid #458511;
}
.icon_Description table{
   width:100%;
}
.icon_Description table tr{
   border-bottom:1px solid #cdcdcd;
}
.icon_Description table tr:nth-last-of-type(1){
   border-bottom:none;
}
.icon_Description table th{
    vertical-align: top;
    text-align: center;
    margin:8px 0 ;
    width:100%;
}
.icon_Description table td{
    padding:0 10px 0;
}
.icon_Description table .btn-pricedown{
       color: #b81c22;
}
.icon_Description table .btn-new{
    color: #f00;
    font-weight: bold;
    padding: 6px 0 4px;
    background: #fff3f9;
}
.icon_Description table .btn-movie{
        color: #007cd0;
    padding: 6px 1px 4px;
    background: #e7efff;
    border: 1px solid #007cd0;
    font-size:1rem;
}
.icon_Description table .btn-oph{
        color: #ef5350;
    padding: 6px 0 4px;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #ef5350;
}
.icon_Description table .btn-oph02{
           color: #ef5350;
    padding: 6px 0 4px;
    font-weight: bold;
    font-size:11px;
    border: 1px solid #ef5350;
}
.icon_Description table .btn-repair{
     color: #000080;
    padding: 6px 0 4px;
    background: #fefefe;
    border: 1px solid #000080;
}


