@charset "UTF-8";

#sub_open {
position:fixed;
z-index:150;
cursor: pointer;
top:0;
left:0;
padding-top:10px;
display:none;
}

var {
font-size:10pt;
}

@media screen and (max-width: 879px) {

	#sub_open {
	display:block;
	}

}

.condition var {
width:12px;
float:left;
}

[class='m']{
	float:left;
	width: 160px;
	margin:0 5px 0 5px;
}
[class='p']{
	float:left;
	width: 130px;
	margin:0 5px 0 5px;
}
[class='l']{
    width					: -moz-calc(100% - 40px);
    width					: -webkit-calc(100% - 40px);
    width					: -o-calc(100% - 40px);
    width					: calc(100% - 40px);
}


.name {
	font-size:17pt;
	margin:8px;
	font-weight:bold;
	line-height:1.2em;
}

.name a:link,.name a:visited {
	color: #ffffff;
}


.tblSearch03 thead th {
	background-color:#0C5E9A;
}


[class="artcl_list"]{
	margin-top: 20px;
	height: 205px;
	width: calc(100% - 100px);
	border-top: solid 2px rgb(100,100,100);
	border-bottom:  solid 1px rgb(100,100,100);
	text-align: left;
}
[class="title"]{
	float: left;
	margin-top: 2px;
	padding-left: 10px;
	height: 20px;
	width: calc(100% - 10px);
	background: rgb(240,240,240);
	line-height: 20px;
	border-bottom:  double 3px rgb(200,200,200);
	font-size: 16px;
	color: rgb(60,60,60);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
[class="pic"]{
	float: left;
	height: 180px;
	width: 240px;
}
[class="info"]{
	float: left;
	padding: 10px;
	height: 160px;
	width: calc(100% - 260px);
}
[class='price']{
	color:rgb(0,0,255);
	font-size: 13px;
}
[class='price']>var{
	color:rgb(100,100,100);
	font-size: 12px;
}
[class='other']{
	color:rgb(0,78,173);
	font-size: 12px;
}
[class='other']>var{
	color:rgb(100,100,100);
	font-size: 12px;
}


@media screen and (max-width: 600px) {

	[id='reallogo'] {
		display:none;
	}

}