@charset "UTF-8";

@import url("common.css");


/* -------------------------------------------------------------------
 下層ページCSS
------------------------------------------------------------------- */

/* ヘッダー -------------------- */

div#hd-inner h1{
	padding-top: 15px;
	text-align: right;
}

div#hd-inner p.home{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#hd-inner p.about{
	margin-top: 10px;
	text-align: right;
}

div#hd-inner p.about a{
	padding: 2px 0px 2px 23px;
	background: url(../img/icon_about.gif) no-repeat top left;
}


/* コンテンツ枠 -------------------- */

div#ct-area {
	width: 880px;
	margin: 0px 10px;
	background: url(../img/ct_bg03.png) repeat-y;
}

div#ct-area-search {
	width: 880px;
	margin: 0px 10px;
}

div#ct-area-inner {
	width: 880px;
	margin-bottom: 10px;
	background: url(../img/ct_bg03.png) repeat-y;
}

div#ct-left {
	width: 650px;
	float: left;
}

div#ct-right {
	width: 210px;
	float: right;
}

div#ct-right-inner {
	width: 200px;
	margin: 5px;
}


/* 検索BOX -------------------- */

#search-box{
	width: 878px;
	background: #FFFFFF;
}

#search-box dl{
	width: 19%;
	border: 1px solid #718B11;
	float: left;
}

#search-box dl.center{
	margin: 0px 8px;
}

* html #search-box dl.center{
	margin: 0px 11px;
}

#search-box dl.left{
	margin-left: 8px;
}

#search-box dl.right{
	margin-right: 8px;
}

#search-box dl dt{
	padding: 3px;
	font-weight: bold;
	background: #F4F3D5;
	text-align: center;
	border-bottom: 1px solid #718B11;
}

#search-box dl dd{
	padding: 5px;
}

#search-box dl dd .select-box{
	width: 153px;
}

#keyword-box{
	width: 650px;
	margin: 20px 115px 20px 115px;
	background: #FFFFFF;
}

#keyword-box .form{
	width: 500px;
	margin-top: 2px;
	float: left;
}

* html #keyword-box .form{
	margin-top: 0px;
}

#keyword-box .form table{
	width: 500px;
	border-collapse: collapse;
	border: 1px solid #718B11;
}

* html #keyword-box .form table{
	width: 500px;
}

#keyword-box .form table th{
	width: 25%;
	padding: 2px 5px;
	font-weight: bold;
	text-align: left;
	background: #F4F3D5;
	border: 1px solid #718B11;
}

#keyword-box .form table td{
	padding: 2px 5px;
	border: 1px solid #718B11;
}

#keyword-box .form table td li{
	display: inline;
	margin-right: 6px;
}

#keyword-box .form table td .form-input{
	width: 360px;
}

#keyword-box p.search-btn{
	float: right;
}


/* バナーエリア -------------------- */

div#ct-right-inner ul{
	margin-top: 15px;
}

div#ct-right-inner ul.top{
	margin-top: 0px;
	margin-bottom: 15px;
}

div#ct-right-inner p.top{
	margin-top: 0px;
	margin-bottom: 15px;
}

div#ct-right-inner ul li{
	margin-bottom: 5px;
}

div#ct-right-inner ul li.txt{
	text-align: right;
}



/* コンテンツ -------------------- */

p.location{
	margin: 10px 10px 15px 10px;
	background: #EFEFEF;
	padding: 2px 5px;
	font-size: 85%;
}


/* 事例詳細ページ -------------------- */

div#case-detail{
	width: 650px;
}

div#case-detail div.photo-box{
	width: 650px;
	margin-bottom: 15px;
	text-align: center;
}

div#case-detail div.photo-box .photo01{
}

div#case-detail div.photo-box .photo01 img{
	border: 2px solid #CCCCCC;
}

div#case-detail div.photo-box .photo02{
	width: 179px;
	float: right;
}

div#case-detail div.photo-box .photo02 p{
	width: 175px;
	margin-bottom: 10px;
}

div#case-detail div.photo-box .photo02 img{
	border: 2px solid #CCCCCC;
}

div#case-detail p.total-price{
	margin: 25px 0px 20px 0px;
	padding: 7px;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	background: url(../img/bg_price.png) repeat-x bottom;
	border: 1px solid #718B11;
	clear: both;
}

div#case-detail p.total-price span{
	margin-left: 5px;
	color: #FF3300;
	font-size: 130%;
}

div#case-detail .detail-list01{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

div#case-detail .detail-list01 th{
	width: 20%;
	padding: 2px 5px;
	font-weight: bold;
	background: #F4F3D5;
	border: 1px solid #CCCCCC;
	text-align: left;
}

div#case-detail .detail-list01 td{
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
}

div#case-detail .detail-list01 td.width{
	width: 30%;
}

div#case-detail .detail-list01 td .map{
	margin-top: 10px;
}

div#case-detail .detail-list01 td.company{
	font-size: 115%;
}

div#case-detail .detail-list01 td.tel{
	font-size: 115%;
	color: #FF3300;
}

div#case-detail .detail-list02{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

div#case-detail .detail-list02 th{
	width: 20%;
	padding: 2px 5px;
	font-weight: bold;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	text-align: left;
}

div#case-detail .detail-list02 th span{
	font-size: 85%;
	font-weight: normal;
}

div#case-detail .detail-list02 th.read01{
	background: #ECE9D8;
	font-size: 115%;
}

div#case-detail .detail-list02 th.read02{
	background: #EAECCE;
	font-size: 115%;
}

div#case-detail .detail-list02 th.read03{
	background: #95BFEA;
	font-size: 115%;
}

div#case-detail .detail-list02 th.read04{
	background: #99CC99;
	font-size: 115%;
}

div#case-detail .detail-list02 th.read05{
	background: #FF9999;
	width: 80%;
	font-size: 115%;
}

div#case-detail .detail-list02 th.read00{
	width: 80%;
	background: #FFFFFF;
}

div#case-detail .detail-list02 th.read00-40{
	width: 30%;
	background: #FFFFFF;
}

div#case-detail .detail-list02 th.s-total{
	text-align: left;
}

div#case-detail .detail-list02 td{
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
}

div#case-detail .detail-list02 td.price{
	width: 20%;
	text-align: right;
	font-weight: bold;
	font-size: 120%;
	color: #FF3300;
}

div#case-detail .detail-list02 td.price02{
	width: 20%;
	text-align: right;
	font-weight: bold;
	color: #333333;
}

div#case-detail .print-btn{
	margin: 20px 0px;
	text-align: center;
}

div#case-detail .caution-txt{
	margin-top: -5px;
	text-align: right;
} 


/* 検索結果ページ -------------------- */

div#search-result-box{
	margin-bottom: 35px;
}

div#search-result-box p.read{
	margin-bottom: 20px;
}

div#search-result-box span{
	font-weight: 115%;
	margin: 0px 5px;
	color: #FF3300;
	font-weight: bold;
}

div#search-result-box p.prev{
	margin-top: 5px;
}

div#search-result-box .detail{
	width: 460px;
	float: right;
}

div#search-result-box .result-detail dl{
	width: 650px;
	margin-bottom: 10px;
	background: #F4F3D5;
	border: 1px solid #CCCCCC;
}

div#search-result-box .result-detail dl dt{
	padding: 3px;
	font-weight: bold;
	font-size: 115%;
}

div#search-result-box .result-detail dl dd{
	padding: 3px;
	text-align: right;
}

div#search-result-box .result-detail dl dd span{
	margin-left: 3px;
	color: #FF3300;
	font-weight: bold;
	font-size: 115%;
}

div#search-result-box .result-detail{
	width: 650px;
	margin: 0px 0px 15px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

div#search-result-box .result-detail p.photo{
	width: 180px;
	float: left;
}

div#search-result-box .result-detail p.photo img{
	border: 2px solid #CCCCCC;
}

div#search-result-box .result-detail .detail table{
	width: 460px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

div#search-result-box .result-detail .detail table th{
	width: 35%;
	padding: 2px 5px;
	font-weight: bold;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
	text-align: left;
}

div#search-result-box .result-detail .detail table td{
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
}

div#search-result-box .result-detail .more-link{
	clear: both;
	padding: 20px 0px 10px 0px;
	text-align: center;
}

div.prev-box{
	margin: 15px 0px 0px 0px;
	text-align: center;
}

div.prev-box span{
	color: #333333;
}


/* -------------------------------------------------------------------
 初めての方へ
------------------------------------------------------------------- */

div#about{
	width: 650px;
}

div#about .ct-title{
	border: 2px solid #718B11;
	padding: 5px;
}

div#about .ct-title h3{
	margin-bottom: 5px;
	color: #FF6600;
	font-weight: bold;
	font-size: 115%;
}

div#about .use .img01{
	margin-top: 10px;
	padding: 10px 0px;
	text-align: center;
	background: #ECE9D8;
}

div#about .use dd{
	margin-bottom: 30px;
}

div#about .photo-box{
	width: 650px;
	margin-bottom: 30px;
}

div#about .photo-box .photo{
	width: 300px;
	float: left;
}

div#about .photo-box .photo img{
	border: 5px solid #ECE9D8;
}

div#about .photo-box .detail{
	width: 330px;
	float: right;
}

div#about .photo-box .detail ul{
	margin: 10px 0px;
	font-weight: bold;
	color: #FF6600;
}

div#about .photo-box .detail p.caution{
	margin: 10px 0px;
	padding: 4px;
	background: #F4F3EA;
	border: 1px solid #ECE9D8;
	font-weight: bold;
	color: #CC3300;
}

div#about .photo-box .detail p.txt{
	margin-bottom: 10px;
}

div#about .photo-box .detail p strong{
	color: #718B11;
}

div#about .photo-box .detail .search-link{
	margin: 15px 0px;
	text-align: center;
}


/* -------------------------------------------------------------------
 掲載希望の葬儀社様へ
------------------------------------------------------------------- */

div#publishing{
	width: 650px;
}

div#publishing .ct-title{
	margin-bottom: 10px;
	padding: 2px 5px;
	font-size: 115%;
	font-weight: bold;
	color: #FF6600;
	background: url(../img/sub_title02.png) repeat-x #E1E1E1;
	border: 1px solid #CCCCCC;
}

div#publishing p.img{
	margin: 15px 0px;
}

div#publishing .btn-pub{
	margin: 15px 0px 20px 0px;
	text-align: center;
}

div#publishing .btn-pub02{
	padding: 15px 0px 20px 0px;
	float: left;
}

div#publishing dl dt{
	margin-bottom: 5px;
	padding-bottom: 3px;
	color: #718B11;
	font-weight: bold;
	font-size: 115%;
	border-bottom: 2px solid #718B11;
}

div#publishing dl dd{
	margin-bottom: 30px;
}

div#publishing dl dd .txt{
	width: 320px;
	float: left;
}

div#publishing dl dd .img{
	width: 303px;
	float: right;
}


/* -------------------------------------------------------------------
 会社案内
------------------------------------------------------------------- */

div#company{
	width: 650px;
}

div#company table{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

div#company table th{
	width: 30%;
	padding: 2px 5px;
	font-weight: bold;
	background: #F4F3D5;
	border: 1px solid #CCCCCC;
	text-align: left;
}

div#company table td{
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
}


/* -------------------------------------------------------------------
 プライバシーポリシー
------------------------------------------------------------------- */

div#pvp{
	width: 650px;
}

div#pvp dl{
	margin: 20px 0px;
}

div#pvp dl dt{
	margin-bottom: 5px;
	padding-bottom: 3px;
	color: #718B11;
	font-weight: bold;
	font-size: 115%;
	border-bottom: 2px solid #718B11;
}

div#pvp dl dd{
	margin-bottom: 30px;
}


/* -------------------------------------------------------------------
 利用規約
------------------------------------------------------------------- */

div#immunity{
	width: 650px;
}

div#immunity dl{
	margin: 20px 0px;
}

div#immunity dl dt{
	margin-bottom: 5px;
	padding-bottom: 3px;
	color: #718B11;
	font-weight: bold;
	font-size: 115%;
	border-bottom: 2px solid #718B11;
}

div#immunity dl dd{
	margin-bottom: 30px;
}


/* -------------------------------------------------------------------
 サイトマップ
------------------------------------------------------------------- */

div#sitemap{
	width: 650px;
}

div#sitemap dl{
	margin: 20px 0px;
}

div#sitemap dl dt{
	margin-bottom: 5px;
	padding-bottom: 3px;
	color: #718B11;
	font-weight: bold;
	font-size: 115%;
	border-bottom: 2px solid #718B11;
	clear: both;
}

div#sitemap dl dd{
	margin-bottom: 20px;
}

div#sitemap ul{
	margin: 10px 0px 0px 0px;
}

div#sitemap ul li{
	margin-bottom: 5px;
}

div#sitemap ul.second{
	margin: 5px 10px;
}


div#sitemap ul.second li{
	display: block;
	width: 120px;
	float: left;
}


/* -------------------------------------------------------------------
 リンク集
------------------------------------------------------------------- */

div#link{
	width: 650px;
}

div#link ul{
	margin: 10px 0px 0px 0px;
}


/* -------------------------------------------------------------------
 お問合わせ
------------------------------------------------------------------- */

div#contact{
	width: 650px;
}

div#error_area {
	display: none;
}

div#error_area {
	border: 2px solid #718B11;
	padding: 5px;
	margin-top: 20px;
}

div#error_area h3{
	margin-bottom: 5px;
	color: #FF6600;
	font-weight: bold;
}

div#contact table{
	width: 100%;
	margin: 20px 0px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

div#contact table th{
	width: 30%;
	padding: 2px 5px;
	font-weight: bold;
	background: #F4F3D5;
	border: 1px solid #CCCCCC;
	text-align: left;
}

div#contact table td{
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
}

div#contact table .margin{
	margin-top: 8px;
}

div#contact .submit-box{
	margin: 20px 0px;
	text-align: center;
}

div#contact .form-50{
	width: 50px;
}

div#contact .form-100{
	width: 100px;
}

div#contact .form-200{
	width: 200px;
}

div#contact .form-300{
	width: 300px;
}


div#contact .form-max{
	width: 98%;
}

div#contact .thx{
	margin: 15px 0px;
}

div#contact .thx dt{
	margin-bottom: 5px;
	padding: 2px;
	color: #718B11;
	font-weight: bold;
	background: #EFEFEF;
}

div#contact .thx dd{
	margin-bottom: 10px;
}

div#contact .mail{
	margin: 15px 0px;
}

div#contact .mail dt{
	margin-bottom: 5px;
	font-weight: bold;
}

