@charset "Shift_JIS";

/*	スタイルシート　[ 社会福祉法人三蔵会：事業内容 ]
=================================================================== */
/* 再定義 */
/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
div#MainContents table {
	_font-size: 90%; /* ie6 */
	line-height: 140%;
}
div#MainContents table td {
	vertical-align: top;
}
div#MainContents table td ul {
	margin: 0 0 5px 20px;
	padding: 0;
}
/* テーブルクラス(利用料金) */
div#MainContents table.fare {
	background-color: #ccc;
  margin: 15px 0;
}
div#MainContents table.fare th {
	background-color: #fef1ca;
	text-align: center;
}
div#MainContents table.fare th.text-left {
	text-align: left;
}
div#MainContents table.fare th.yellow {
	background-color: #FFFFDF;
}
div#MainContents table.fare td.yellow {
	background-color: #FFFFDF;
}
div#MainContents table.fare td {
	background-color: #fff;
	text-align: center;
}
div#MainContents table.fare td.text-left {
	background-color: #fff;
	text-align: left;
}

table.event {
  border: #ccc 1px solid;
  border-collapse: collapse;
  width: 100%;
}
table.event th {
	background-color: #fef1ca;
	text-align: center;
  border: #ccc 1px solid;
  width: 10%;
}
table.event td {
	text-align: center;
  border: #ccc 1px solid;
  vertical-align: middle !important;
  width: 40%;
}



/* アンカーメニュー */
ul.ulmenu {
	border-bottom: #FCD19E 1px dotted;
	list-style: none;
	margin: 15px 0 20px 10px;
	padding: 0 0 5px 0;
}
ul.ulmenu li {
	background: url(../images/arrow02.gif) no-repeat 0 3px;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 0 0 15px;
}
ul.ulmenuU {
/*	border-bottom: #FCD19E 1px dotted; */
	list-style: none;
	margin: 15px 0 10px 10px;
	padding: 0 0 0 0;
}
ul.ulmenuU li {
	background: url(../images/arrow02.gif) no-repeat 0 3px;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0 0 0 15px;
}

/* h3 */
div#MainContents div.Deco-h3 {
	border-bottom: none;
	margin: 0;
}
div#MainContents div.Deco-h3 h3 {
	border-left: none;
	font-size: inherit;
	margin: 0;
	padding: 0;
}

/* h4 */
div#MainContents div.main h4 {
/*	background-color: none;
	font-size: inherit;
	margin: 20px 0 10px 0;
	padding: 0;*/
}
div#MainContents h4.Deco-h4 {
	border-bottom: #f90 1px solid;
	margin: 0 0 15px 0;
	border-left: #f90 8px solid;
	font-size: 1.5em;
	letter-spacing: 0.5em;
/*	margin: 0 0 3px 0;
	padding: 5px 0 5px 10px;*/
}
/* h5 */
div#MainContents div.main h5 {
	color: #FF6600;
	font-size: 105%;
	margin: 10px 0;
}
table.facility {
	margin: 0 0 10px 0;
}

/* h6 */
div#MainContents div.main h6 {
	color: #999900;
	font-size: 90%;
	margin: 5px 0;
}

/* クラス */
.mark01 {
	color: #3366FF;
	margin: 10px 0 0 0;
	padding: 2px;
}

.pink {
	color: #FF6699;
}

.add {
  margin: 0 0 0 1em;
  line-height: 150%;
}

.v-middle {
  vertical-align: middle !important;
}


div#MainContents table.fare tr.bg02 td {
  background-color: #e0ffff;
}
div#MainContents table.fare tr.bg03 td {
  background-color: #e0ffef;
}


/*ベース*/
section.typeA{
	display: flex;
	flex-wrap: wrap;
}
section.typeA::after {
	content: '';
	width: 100%;
	height: 3px;
	order: -1;
	display: block;
	background: rgba(0,137,167,.7);
}
section.typeA .tabLabel {	/* タブ */
	margin-right: 3px;
	padding: 3px 12px;
	flex: 1;
	order: -1;
	border-radius: 3px 3px 0 0;
	color: #444;
	background: rgba(0,137,167,.3);
	transition: .5s ;
	cursor: pointer;
}
section.typeA .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.typeA input {		/* ラジオボタン非表示 */
	display: none;
}
section.typeA .content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/*アクティブ設定*/
section.typeA input:checked + .tabLabel {
	color: #fff;
	background: rgba(0,137,167,.7);
}
section.typeA input:checked + .tabLabel + .content {
	padding: 15px;
	height: auto;
	overflow: auto;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	transition: .5s opacity;
	opacity: 1;
}



