/*===============================================
画面の横幅が640px以下
===============================================*/

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

/* 各説明ボックス　*/
/*--------------------------------------------------------*/

.priceBox{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:2px solid #D5F0B9;
}

.priceBox h2{
	font-size:110%;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:15px;
}

.priceBox br{
	display:none;
}

/* 弁護士費用について　*/

.priceBox .bengohiyou{
}

.priceBox .bengohiyou dl{
}
.priceBox .bengohiyou dl dt {
	margin-top:25px;
	font-size:105%;
	font-weight:bold;
	color:#73BE28;
	line-height:1.6em;
	margin-bottom:10px;
}
.priceBox .bengohiyou dl dd {
}

/* 見積もり参考例　*/

.priceBox table.tbl_sample{
	margin-top:25px;
	width:100%;
}

.priceBox table.tbl_sample tr td{
 	border-width: 1px 1px; /* 上下左右に線を引く */
	border-color: #DDD; /* 線色 */
	border-style: solid; /* 線種：実線 */	
}

.priceBox table.tbl_sample tr td.title{
	background:#73BE28;
	text-align:center;
	padding:8px;
	font-size:100%;
	font-weight:nomal;
	color:#FFF;
	line-height:1.6em;
}

.priceBox table.tbl_sample tr td.koumoku{
	background:#ECF8E4;
	text-align:center;
	padding:8px;
	font-size:90%;
	font-weight:nomal;
	line-height:1.6em;
}

.priceBox table.tbl_sample tr td.info{
	background:#FFF;
	text-align:center;
	padding:8px;
	font-size:100%;
	font-weight:nomal;
	line-height:1.6em;
}

/* ご依頼の流れへのリンク　*/

.flow_link{
	text-align:center;
	margin-bottom:30px;
}

}
