/*===============================================
画面の横幅が641px以上
===============================================*/

@media print, screen and (min-width: 641px){

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

.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 .bengohiyou{
}

.priceBox .bengohiyou dl{
	margin-top:25px;
    border-bottom:1px solid #DDD;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    background-color:#FFFFCC;
}
.priceBox .bengohiyou dl dt {
    float:left;
    clear: left;
    width:240px;
    background-color:#FFFFCC;
    border-top:1px solid #DDD;
    padding:24px 0px;
	text-align:center;
	font-size:105%;
	font-weight:nomal;
	line-height:1.6em;
}
.priceBox .bengohiyou dl dd {
    background-color:#FFF;
    border-top:1px solid #DDD;
    border-left:1px solid #DDD;
    margin-left:240px;  
    padding:20px;
}

/* 見積もり参考例　*/

.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:10px 0;
	font-size:105%;
	font-weight:nomal;
	color:#FFF;
	line-height:1.6em;
}

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

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

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

.flow_link{
	display:none;
}

}
