@charset "utf-8";


#wrapper {
	width:100%;
	background: #fff;
}

.how_to_bid {
	display:block;
	margin:0 0 40px 0;
}

.how_to_bid h2 {
	margin:40px 0 20px;
	position: relative;
	padding:0 15px 10px;
	border-bottom: 4px solid #ccc;
	font-size:135%;
}
.how_to_bid h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #004c8f;
}


.red {color :#e11;}


#howto {
	padding: 40px 0 0 0;
	background: url("../images/kbid/k_haikei.jpg") ;
}

.how_box { 
	width: 100%;
}

.how_text {
	padding: 0 30px;
	font-size: 140%;
	line-height: 150%;
}

.how_text img {
	vertical-align : -25%;
}

h3 { font-size: 140%;}

#notice p {
	padding: 0 20px 0 20px;
	font-size: 140%;
	line-height: 150%;
}


/*--- PC用 ---*/
@media only screen and (min-width: 960px){


.how_box { 
	width: 100%;
	background: #f00;
}

.how_img {
	float:left;
	width: 59%;
}

.how_text {
	float:left;
	padding: 0 20px;
	width: 39%;
	font-size: 100%;
	line-height: 160%;
}

.yajirusi {width:60%;}


.clr { clear: both;}


#notice p {
	font-size: 100%;
	line-height: 160%;
}


}
