@charset "utf-8";


/*-------------------------------------*/
/* メインイメージ */
/*-------------------------------------*/

div#mainImgBox{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	background: url(../../index/img/mainimg.jpg) no-repeat top right;
	min-height:381px;
	height: auto !important;
	height: 381px;
	border: 1px solid #dedede;
	border-bottom: none;
}

div#mainImgBox div#mainMessageBox{
	width: 277px;
	min-height:381px;
	height: auto !important;
	height: 381px;
	background: #fff;
}

	div#mainImgBox div#mainMessageBox strong{
		font-weight: bold;
		font-size: 17px;
		display: block;
		padding: 90px 20px 10px;
	}
	div#mainImgBox div#mainMessageBox span{
		padding: 0 20px;
		display: block;
		line-height: 1.9;
		color: #666;
	}


/*-------------------------------------*/

div#mainContents{
	width: 900px;
	padding: 45px 30px 45px;
	margin: 0 auto 20px;
	text-align: left;
	background: #fff;
	border: 1px solid #dedede;
}

div#mainContents h2{
	background: url(../../share/img/bg_ch.gif) repeat-x 0 0;
	font-size: 14px;
	letter-spacing: 0.08em;
	margin-bottom: 15px;

	min-height:45px;
	height: auto !important;
	height: 45px;

}

div#mainContents h2 span{
	background: url(../../share/img/bg_ch_top.gif) no-repeat top left;
	padding: 6px 0 6px 22px;
	display: block;
	font-weight: bold;
	-moz-box-shadow:0 0 0.5px #ccc;
	-webkit-box-shadow:0 0 0.5px #ccc;

	text-shadow:1px 0 0.5px #fff;

}

div#mainContents strong{
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 14px;
}

/*-------------------------------------*/
/* サービス */
div#conceptBox{
	width: 600px;
	float: left;
}


/* 会社概要 */
div#outlineBox{
	width: 270px;
	float: right;
}

div#conceptBox dl,div#outlineBox dl{}
div#conceptBox dl dt,div#outlineBox dl dt{
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 14px;
	margin-left: 10px;
}
div#conceptBox dl dd,div#outlineBox dl dd{
	margin-bottom: 10px;
	margin-left: 20px;
}


/* バナーエリア */
div#bannerBox{
	float: left;
	margin-top: 45px;
	width: 600px;
}

	div#bannerBox ul{}
	div#bannerBox ul li{
		float: left;
		margin: 0 10px 20px;
}
/* 採用情報 */
.recruit{
 border:1px solid;
}
.recruit td{
 border:1px solid;
 padding-left:1%;
}
.t_title{
 background:#f5f5dc;
}
/* コロナページ */
.price{
 border:1px solid;
}
.price td{
 border:1px solid;
 padding-left:1%;
 width:130px;
}
.price .bt{
 border-top:none;
}
.price .bb{
 border-bottom:none;
}
.price .btb{
  border-top:none;
  border-bottom:none;
}
/* 霊柩 車*/
.right_up_border{
background-image: linear-gradient(45deg, /*角度*/transparent 49%,white 49%, /*斜線の色*/white 51%, /*斜線の色*/transparent 51%,transparent); 
}