/*site*/

@charset "utf-8";

.price_box {
    padding: 5px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
	font-weight:bold;
    background: #009966;
    border-radius: 5px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
	width:95px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;	
}

.menu_m2 {
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	width:770px;
	height:55px;
	line-height:180%;
	background-image:url(https://www.isuzutenrei.com/images/p_m_bg3.png);
	background-repeat:no-repeat;
	font-size:23px;
	color:#FFFFFF;
	padding-left:50px;
}

.funeral_list_box {
	width: 248px;          /* 横幅を固定して */
    display: inline-block; /* インラインブロック化 */
    vertical-align: top;   /* 上端を揃える */
    border: solid #DDD 1px !important;
	margin-right:10px;
	margin-bottom:15px;
}

.funeral_list_img {
	width: 120px;
	height:80px;
	display: table-cell;
}

.funeral_list_text {
	width: 129px;
	height:80px;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	font-size:14px;
	color:#330000;
	font-weight:bold;
	line-height:130%;
}

.funeral_list_text2 {
	width: 129px;
	height:80px;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	font-size:13px;
	color:#330000;
	font-weight:bold;
	line-height:130%;
}

.funeral_box li {
	width:250px;
	margin:0 5px 5px 0;
	padding:5px;
	background-color:#28284A;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
}

.funeral_fb1 {
	width:100%;
	border-top:solid #DDD 1px !important;
	margin-top:30px;
	padding-top:20px;
	min-height:180px;
}

.funeral_fb2 {
	width:100%;
	border-top:solid #DDD 1px !important;
	margin-top:30px;
	padding-top:20px;
}

#list_text_bg {
	width:800px;
	height:255px;
	margin-top:20px;
	margin-bottom:40px;
	background-image:url(https://www.isuzutenrei.com/images/list_text_bg.png);
	background-repeat:no-repeat;
}

#list_text {
	width:710px;
	padding-top:35px;
	padding-left:45px;
	font-size:15px;
	line-height:200%;
}

