@charset "UTF-8";

	a:link{color:#333333;text-decoration:none;}
	a:visited{color:#666666;text-decoration:none;}
	a:hover{background-color:#ffff00;color:#336699;}
	a:active{color:#ff0000;}
	
.lead_base{
	width:600px;
	margin:20px 35px 0 ;
}

.kunrenyo{
	clear:both;
	background:url(kunrensi.gif) no-repeat 5px 50%;
	padding:3px 0 3px 40px;
	margin:10px 0 10px 0;
	border-top:2px dotted #333;
	border-bottom:2px dotted #333;
}
.colamn_l{
	float:left;
	width:190px;
	margin-right:10px;
	margin-bottom:10px;
}
.colamn_r{
	float:right;
	width:190px;
	margin-left:10px;
	margin-bottom:10px;
}

.colamn_r220{
	float:right;
	width:220px;
	margin-bottom:10px;
}

.item_mei{
	font-size:24px;
	font-weight:bold;
	color: #cc0000;
	margin-right:10px;
	margin-bottom:5px;
	line-height:1.1;
}

.midasi{
	font-size: 13px;
	line-height:15px;
	margin-bottom:5px;
}
.hinmei{
	padding:5px 0 2px;
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
}
.margin_top-10{
	margin-top:-10px;
}

/*価格表組----------------------------*/
.hyokumi2{
	width:100%;
	margin-bottom:3px;
}
.hyokumi2 th{
	background-color:#dfe1e2;
	font-size:10px;
	text-align:center;
	padding: 2px 0 0;
	border-top:solid #999 1px;
	border-bottom:solid #999 1px;
	border-right:dotted #003300 1px;
	font-weight:normal;
	line-height:1.3;
}
.hyokumi2 th:last-child{
	border-right:none;
}
.hyokumi2 td{
	font-size:11px;
	text-align:center;
	padding: 2px 0 0;
	border-top:dotted #999 1px;
	border-bottom:dotted #999 1px;
	border-right:dotted #003300 1px;
	line-height:1.3;
}
.hyokumi2 td:first-child{
	font-size:10px;
}
.hyokumi2 td:last-child{
	border-right:none;
}


@media screen and (min-width:481px) and (max-width:620px){
.lead_base{
	width:auto;
	margin:20px 20px 35px;
}
.colamn_l{
	float:left;
	width:47%;
	margin-right:10px;
	margin-bottom:10px;
}
.colamn_r{
	float:right;
	width:47%;
	margin-left:10px;
	margin-bottom:10px;
}
.item_mei{
	float:none;
}

}


@media screen and (max-width: 480px) {
.lead_base{
	width:auto;
	margin:20px 20px 35px;
}
.colamn_l{
	float:none;
	width:auto;
	margin:10px 0;
}
.colamn_r{
	float:none;
	width:auto;
	margin:10px 0;
}
.colamn_r220{
	float:none;
	width:auto;
	margin:10px 0;
}
.item_mei{
	float:none;
	font-size:20px;
}
}