h2.leader {
/*	font-size: 15px;*/
	letter-spacing: 0.2em;
	color: gray;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 10px;
	padding-bottom: 2px;
	border-left: solid gray 3px;
/*	border-right: solid gray 1px;*/
	border-top: solid gray 1px;
	border-radius: 5px;
	margin-top: 20px;
	/*-webkit-box-shadow: 1px 1px 15px #999999;*/
/*	box-shadow: 1px 1px 15px #999999;*/
	}




/*////////////////////////*/
div.title{
	color: #fff;
	/*font-size: 35px;*/
	background-image:url(image/title_Shinto.png);
	padding: 30px;
	papadding-left: 20px;
	border-radius: 15px;
	text-align: center;
	webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

h1.title2{
	color: #000;	
	background-image:url(image/title_biz_wrt.png);
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-radius: 15px;	
	webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

h1.title3{
	color: #000;	
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 8px #8b0000;
	
	border-bottom: solid 8px #2e3a75;
	
	border-left: solid 8px #8b0000;
	
	border-right: solid 8px #2e3a75;
	
	text-align: center;
	text-shadow: 3px 3px 5px silver; 
/*
	webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
*/

}


ul{
font-size: 90%; 
	line-height: 1.7; 
}

ol{
/*font-size: 90%; */
	line-height: 1.7; 
}

span.info {font-size: 85%; line-heigt:1.5; color:#C80028;position:relative; left:15px;}

span.info_expired {
	font-size: 85%;
	line-heigt:1.5;
	position:relative;
	left:15px;
	color: #999;
}


/*/////////////////////////*/

/*スケジュール表*/
table.tbl{font-size:90%;
		line-height: 1.7;
/*		width: 100%;*/
		border-top: solid gray 1px;
		border-bottom: solid gray 1px;
		padding:10px;
		border-collapse: collapse;
		}

	.tbl th{text-align: center;
/*			vertical-align: top;*/
		}

 	.tbl .bg_lightyellow {background-color: lightyellow;
}
	.tbl td {padding: 8px;
			8px;
}

 /*写真周り*/
 figure {
	display: block;
	float:right;	
	/*width:350pix;*/
	text-align:center;
}
figure img {
	padding: 10px;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	
}

figcaption{font-size:85%;}


/*折り畳みポインター装飾*/
 .unfold{
	background-color: darkgray;
	padding: 3px 8px;
	color: white;
	 font-size: 0.9em;
	 font-weight: bold;
}

/*リンクボタン*/
a.lnkbtn {
   /* ▼枠線 */
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   /* ▼角丸 */
   -webkit-border-radius: 7px; /* Chrome,Safari */
   -moz-border-radius: 7px;    /* Firefox */
   border-radius: 7px;         /* CSS3 */
   /* ▼余白 */
   padding: 0.3em 0.9em;
   margin: 0px 0.3em;
   /* ▼文字装飾 */
   text-decoration: none;
   /* ▼背景 */
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); zoom:1; /* IE */
   background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
   background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
   background: linear-gradient(top, #fff, #ccc);      /* CSS3 */
   /* ▼行高 */
   line-height: 2em;
   /* ▼空白・改行の扱い */
   white-space: nowrap;
   font-weight:bold;
}
/*レスポンシブなテーブル　2列タイプ：幅が一定の値以下ならば縦積みにする*/
.tbl-r02 {
  		border-collapse: collapse;	
		margin:10px auto;			/*上下10px*/
/*		font-size:14px;*/
}
.tbl-r02 th {
  		padding:6px;
		border:1px solid gray;
		background-color:#F5F5F5;
		text-align:center;
}
.tbl-r02 td {
		padding:5px;
		border:1px solid gray;		 
		text-align:center;
}

/*ここからメディアクエリ幅が一定の値以下ならば...*/
@media screen and (max-width: 640px) {
	
	/*縦積みにする*/
	  .last td:last-child {
			border-bottom: solid 1px gray;
			width: 100%;
	  }
	  .tbl-r02 {
			width: 80%;
	  }
	
	.tbl-r02 th, .tbl-r02 td{
		border-bottom: none;
		display: block;
		width: 100%;
	}
	
	/*日程テーブル幅100％解除*/
	.fee {width: auto;
		
	}
}
/*レスポンシブなテーブル　ここまで*/

