@charset "utf-8";

/*====================================================================================
■00.common
■01.新着情報
■02.お問い合わせ
■03.会社概要
■04.お葬式で生演奏
■05.OKURIBITOの演奏とは
■06.演奏例・演奏料金
====================================================================================*/

/*====================================================================================
■00.common
====================================================================================*/

#news,
#contact,
#corp,
#funeral,
#concept,
#price {
	margin: 0 auto;
}

h3.title01 {
	margin: 0 auto;
	text-align: center;
}
#contents h4.bar01 {
	margin: 0 auto 20px;
	text-align: center;
	position: relative;
	z-index: 1;
}
#contents h4.bar01:before {
	position: absolute;
	top: -45px;
	left: -45px;
	z-index: -1;
	display: block;
	width: 145px;
	height: 145px;
	content: "";
}
#contents h4.sty01:before {
	background: url(../common_img/bar01.png);
	z-index: -1;
}
#contents h4.sty02:before {
	background: url(../common_img/bar02.png);
}
#contents h4.sty03:before {
	background: url(../common_img/bar03.png);
}

/*
基本bloc-----------------------------------------------------*/

#contents p.txt01 {
	margin: 0 15px 15px;
	position: relative;
	z-index: 2;
}
#contents p.noready {
	padding: 50px 0;
	text-align: center;
}
#contents .txt {
	overflow: hidden;
	zoom: 1;
}
#contents img.r01 {
	margin: 0 0 0 20px;
	float: right;
}
#contents img.l01 {
	margin: 0 20px 0 0;
	float: left;
}

/*
ページネーション----------------------------------------------*/

#pagenation ul li.prev {
	float: left;
	display: inline;
}
#pagenation ul li.next {
	float: right;
	display: inline;
}

/*
ぱんくず-----------------------------------------------------*/

#contents ul.pan {
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
	font-size: 12px;
	position: relative;
	z-index: 2;
}
#contents ul.pan li {
	margin: 0 5px 0 0;
	vertical-align: top;
	display: inline;
}
#contents ul.pan li a,
#contents ul.pan li span {
	padding: 0 25px 0 0;
	background: url(../common_img/arrow01.png) right center no-repeat;
}

/*
ページ下部バナー----------------------------------------------*/

ul#sub_navi {
	width: 1020px;
	margin: 50px -20px 0 0;
	overflow: hidden;
}
ul#sub_navi li {
	margin: 0 20px 20px 0;
	float: left;
}

/*====================================================================================
■01.新着情報
====================================================================================*/

#news p.rss {
	margin: 0; padding: 0;
	text-align: right;
}
#news .news_box {
	width: 100%;
	margin: 40px auto 0;
	position: relative;
	z-index: 1;
}
#news .news_box:before {
	position: absolute;
	top: -30px;
	left: -50px;
	z-index: -1;
	display: block;
	width: 178px;
	height: 178px;
	background: url(../news/images/bg_title.png);
	content: "";
}
#news .news_box .title {
	margin: 0 0 0 50px;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #666666;
}
#news .news_box .title dl {
	margin: 0;
	padding: 0;
	text-shadow: 0 0 3px #fff;
}
#news .news_box .title dl dt {
	color: #FD93D3;
	font-weight: bold;
}
#news .news_box .title dl dd {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000000;
	font-size: 15px;
}
#news .news_txt {
	margin: 0 0 0 50px;
	padding: 15px 0 20px 0;
}
#news .news_txt .photo1 {
	margin: 0 30px 0 0;
    box-shadow: 0 0 5px #ddd, 0 0 5px #ccc, 0 0 1px #aaa;
    -webkit-box-shadow: 0 0 5px #ddd, 0 0 5px #ccc, 0 0 1px #aaa;
    -moz-box-shadow: 0 0 5px #ddd, 0 0 5px #ccc, 0 0 1px #aaa;
	float: left;
}
#news .news_txt .photo1 img {
	width: 250px;
	padding: 2px;
	background: #FFFFFF;
}

#news #pagenation {
	width: 100%;
	margin: 60px auto 0;
}

/*====================================================================================
■02.お問い合わせ
====================================================================================*/

#contact p.pic01 {
	margin: 0 auto 20px;
	text-align: center;
}

#contact dl.bloc01 {
	margin: 0 10px;
}
#contact dl.bloc01 dt {
	margin: 0 0 10px 0;
	font-weight: bold;
}
#contact dl.bloc01 dd {
	margin: 0 auto;
}
#contact dl.bloc01 dd div {
	margin: 15px auto 0;
	padding: 5px;
	border: 1px solid #DDDDDD;
	background: #F8F8F8;
}
#contact dl.bloc01 dd ul {
	padding: 15px;
	line-height: 2;
	background: #FFFFFF;
}
#contact dl.bloc01 dd ul li {
	padding: 0 0 0 15px;
	background: #FFFFFF url(../common_img/arrow01.png) left center no-repeat;
}

#contact form {
	margin: 0 15px 50px;
}
#contact form table.box01 {
	width: 100%;
	margin: 0 auto 15px;
	border-collapse: separate;
}
#contact form table.box01 th,
#contact form table.box01 td {
	vertical-align: top;
	text-align: left;
}
#contact form table.box01 th {
	padding: 14px 50px 6px 10px;
	white-space: nowrap;
	background: #FFEEF8;
	border-color: #474747 #474747 #474747 #FD95D2;
	border-style: solid;
	border-width: 0 0 0 5px;
}
#contact form table.box01 th label {
}
#contact form table.box01 th img.p01 {
	margin: 0 10px 0 0;
	vertical-align: inherit;
}
#contact form table.box01 td {
	width: 100%;
	padding: 10px;
	border: 1px solid #FFEEF8;
}
#contact form table.box01 td p {
	margin: 10px auto 0;
	color: #000000;
}
#contact form table.box01 td span {
	margin: 0 0 0 10px;
}
#contact form table.box01 td ul li {
	margin: 0 10px 0 0;
	display: inline;
}

/* 個人情報チェックあり */
#contact form div.form_check {
	margin: 0 5px 15px;
	padding: 20px;
	text-align: center;
	line-height: 24px;
	border: 5px double #FFEEF8;
}
#contact form div.form_check span {
	font-weight: bold;
}

/*====================================================================================
■03.会社概要
====================================================================================*/

#corp .sec01 {
	margin: 0 auto 70px;
	position: relative;
	z-index: 1;
}
#corp .sec01 h5 {
	margin: 0 auto 15px;
	text-align: left;
	font-size: 18px;
}
#corp .sec01 p {
	font-size: 16px;
}
#corp .sec01 p.name {
	margin: 30px 0 0 0;
	text-align: right;
}

#corp .sec02 {
	margin: 0 15px 70px;
	position: relative;
	z-index: 1;
}
#corp table.box01 {
	width: 100%;
	margin: 0 auto;
}
#corp table.box01 th,
#corp table.box01 td {
	border-bottom: 1px dashed #666666;
}
#corp table.box01 th {
	padding: 10px 100px 10px 10px;
	white-space: nowrap;
}
#corp table.box01 td {
	width: 100%;
	padding: 10px;
}

#corp .sec03 {
	margin: 0 14px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	background: #F8F8F8;
	position: relative;
	z-index: 1;
}
#corp .sec03 .area01 {
	padding: 5px;
}

/*====================================================================================
■04.お葬式で生演奏
====================================================================================*/

#funeral .pic01 {
	margin: 0 auto 70px;
}
#funeral .pic02 {
	text-align: center;
}
#funeral p.txt01 {
	margin: 0 15px 70px;
}
#funeral .sec01 {
	margin: 0 auto 40px;
	background: url(../funeral/images/funeral_pic01.png) right top no-repeat;
}
#funeral p.t01 {
	margin: 0 300px 15px 30px;
	position: relative;
	z-index: 1;
}

/*====================================================================================
■05.OKURIBITOの演奏とは
====================================================================================*/

#concept h5 {
	margin: 0 auto 10px;
	text-align: center;
}
#concept p.pic01 {
	text-align: center;
}
#concept .sec01 {
	min-height: 325px;
	margin: 0 auto 70px;
	background: url(../concept/images/concept_pic01.png) right top no-repeat;
	position: relative;
	z-index: 2;
}
#concept .sec01 p {
	margin: 0 390px 0 15px;
}

#concept .sec02 {
	min-height: 350px;
	margin: 0 auto 70px;
	background: url(../concept/images/concept_pic02.png) left top no-repeat;
	position: relative;
	z-index: 2;
}
#concept .sec02 p {
	margin: 0 0 0 397px;
}

/*====================================================================================
■06.演奏例・演奏料金
====================================================================================*/

#price .sec01 {
	margin: 0 auto 70px;
	background: url(../price/images/price_pic01.png) right top no-repeat;
}
#price .sec01 p {
	margin: 20px 300px 0 35px;
	font-size: 16px;
}

#price .sec02 {
	margin: 0 15px 70px;
	position: relative;
	z-index: 2;
}
#price table#price_box {
	width: 100%;
	margin: 0 auto 10px;
	font-size: 16px;
}
#price table#price_box th,
#price table#price_box td {
	padding: 10px;
}
#price table#price_box th {
	width: 15%;
	text-align: center;
}
#price table#price_box td.t01 {
	width: 50%;
}
#price table#price_box td.t02 {
	width: 30%;
}

#price table.box01 th,
#price table.box01 td {
	border: 1px solid #FDDC77;
}
#price table.box01 th {
	color: #B38702;
	background: url(../price/images/bg01.jpg);
}

#price table.box02 th,
#price table.box02 td {
	border: 1px solid #CDA6EE;
	vertical-align: middle;
}
#price table.box02 th {
	color: #A964E1;
	background: url(../price/images/bg02.jpg);
}
#price table.box02 thead td {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

#price table.box02 tbody td.t02 {
	text-align: center;
/*	font-weight: bold;
	font-size: 20px;
	color: #FF0000;
	*/
}

