@charset "UTF-8";

/*------------------------------------------------ */
/* Healing Discourse
-------------------------------------------------- */

.container {
	/*width: 1200px;*/
	margin: 0 auto;
	background: url(../images/background.jpg) repeat-y;
	background-position: center 430px;
	height: 100%
}

#wrapper {
	background-image :url(../images/header.jpg);
	background-repeat: no-repeat;
}


h2 {
	text-indent: -9999px;
	position: absolute;
}

h3 {
	background: url(../images/top_h3.jpg) no-repeat top;
	text-indent: -9999px;
	height: 210px;
	width: 800px;
}


.tent h3 {
	background: url(../images/10t_h3.jpg) no-repeat top;
}

.lullaby_of_life h3 {
	background: url(../images/lullaby_of_life_h3.jpg) no-repeat top;
}

.song_of_love h3 {
	background: url(../images/song_of_love_h3.jpg) no-repeat top;
}

#footer {
	background: url(../images/footer.jpg) no-repeat bottom;
}

div.menu_list {
	width: 683px;
	margin: 0 0 34px -50px;
	-apple-text-size-adjust: none;
}

div.menu_list {
	width: 683px;
	margin: 0 0 34px -50px;
	-apple-text-size-adjust: none;
}

div.menu_list ul li {
	text-indent:100px;
	height: 45px;
	line-height:45px;
	background: url(../images/top_li_bg.gif) no-repeat;
	white-space:nowrap;
}

div.menu_list ul li a  {
	display: block;
	color:#0e7783;
	text-decoration: none;
	height: 45px;
}

div.menu_list ul li a:hover {
	background: url(../images/top_li_bg.gif) no-repeat;
	background-position: 0 -45px;
}

div.menu_list ul li .sup {
	font-size:80%;
	text-decoration: none;
}

div.menu_list ul li .sup2 {
	font-size:80%;
	text-decoration: none;
	letter-spacing:-0.1em;
}

div.menu_list ul li img {
	padding:16px;
	vertical-align:middle;
}

#contents .sign {
	text-align:right;
	margin:0 0 10px 0;
}


#contents p.ruby {
	text-align:right;
	font-size:70%;
	margin-bottom:4px
}

.dialog_box {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 30px 30px 20px 30px;
	margin-right: -30px;
	margin-left: -30px;
	margin-bottom: 40px;
	background-color: #f4f8f9;
}

.dialog_title {
	border: none;
	padding: 0;
	margin: 40px 0 5px 0;
}

.dialog_title--right {
	text-align: right!important;
}

.editor {
	text-align: center;
	font-size: 100%;
	margin-top: -20px;
	margin-bottom: 40px!important;
}

.img01 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.img01--50p {
	width: 50%;
}

.img01--60p {
	width: 60%;
}

.img01--70p {
	width: 70%;
}

.img01--80p {
	width: 80%;
}

.img01--90p {
	width: 90%;
}

.table_dialog {
	margin-bottom: 40px;	
}

.table_dialog tr {
}

.table_dialog th {
	white-space: nowrap;
	font-weight: normal;
}

.table_dialog td {
	
}

.table_dialog th, .table_dialog td {
	vertical-align: top;
	padding-bottom: 6px;
}

.img-2column {
	display: flex;
	flex-direction: row;
}

.img-2column >*:first-child {
	margin-right: 10px;
}

.name {
	color: rgb(66, 111, 134);
}



.content-list__item {
	border-bottom: 1px solid #ddd;
  }
  .content-list__item a {
	display: block;
	font-style: normal;
	text-decoration: none;
	padding: 10px;
	color: #333;
	transition: 0.25s;
  }
  .content-list__item a:hover {
	background: #e8fffc;
  }
  .content-list__item a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	background: radial-gradient(circle at 20%, #d3fff7, #088f45);
	margin-right: 10px;
  }
  .content-list .new {
	margin-left: 10px;
  }

  .lyric {
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	text-align: left;
	margin-bottom: 60px;
  }

  .lyric__unit:first-child {
	margin-bottom: 40px;
  }

  .lyric__title {
	font-size: 19px;
  }

  h4 {
	color: #952b42;
	border-left-color:  #952b42;
  }