@charset "Shift_JIS";

/* Style_R60_search.css */
.linkList span {
	color: #999999 !important;
}

.border_box {
	margin: 0 0 13px 0;
	padding: 15px 19px;
	border: 2px #0f0579 solid;
	color: #0f0579;
}

.border_box p.lead {
	font-weight: bold;
	font-size: 90%;
}

.border_box span {
	font-size: x-small;
}


/* Style_R60_Factory.css */
a:hover {
    color: #101177;
    text-decoration: underline;
}

/* Style.css */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

dl, dt, dd, li, h1, h2, h3, h4, h5, h6, form, input {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {
	border: 0px;
}

input {
    vertical-align: middle;
}

/* conditionMatchResultPC
----------------------------------------*/
#conditionMatchResultPC {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#conditionMatchResultPC p {
	display: block;
	position: relative;
	width: 100%;
	color: #000000;
	font-size: 12px;
	line-height: 1.4;
	padding: 22px 140px 22px 85px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#conditionMatchResultPC p span.desiredTag {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	height: 18px;
	color: #ffffff;
	font-size: 11px;
	line-height: 1em;
	background-color: #82ad2b;
	padding: 4px 5px 3px;
	margin: auto 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#conditionMatchResultPC p a {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 100px;
	height: 30px;
	color: #222222;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #d4d4d4;
	padding: 9px 5px 5px;
	margin: auto 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#conditionMatchResultPC p a:hover {
	color: #292929;
    background: #f5f5f5;
    text-decoration: none;
    background-image: linear-gradient( 180deg, rgba(245,245,245,0.2) 0%, rgba(245,245,245,0) 100%);
}

/* 左パネルの罫線表示時のデザイン */
#accordion01 .ruledline:before{
  float: left;
  content:'└';
  color:#000000;
  margin-right: 7px;
}

/* 左パネルの罫線非表示時のデザイン */
#accordion01 .listSerchCheckbox .leftMargin{
  float: left;
  height: 21px;
  margin-left: 21px;
}