/* 
		慈蔵院				
*/
/* ------------------------------------ */
/*	全体								*/
/* ------------------------------------ */
body {
	text-align:center;
	background-position: center top;
    font-family: 'ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho ProN',serif;
    font-size: 1.2em;

}
a{/*リンクされた文字*/
	color:#707070;
    font-style:normal;
	text-decoration: none;     /* 下線を消す */
}
a:link {/*未訪問のリンク*/
    color:#707070;
    font-style:normal;
	text-decoration: none;     /* 下線を消す */
}
a:visited {/*訪問後のリンク*/
    color:#707070;
	text-decoration: none;     /* 下線を消す */
}
a:hover {/*マウスをのせたとき*/
    color:#000000;
    font-style:normal;
	text-decoration: none;     /* 下線を消す */
}
a:active {/*クリック中*/
	text-decoration:none;
}


#header h1 span.hjp {
	text-align: center;
	color: #000000;
    font-size: 1.0em;

}

.top1bold{
	font-size: 1.0em;
	font-weight: bold;
	color:#000000;
}
#inf0{
  border: 1px solid #ccc;
	text-align:center;

	width: 810px;
}

#inf1{
	width: 400px;
	text-align: left;
float:right
}

#inf2{
	width: 400px;
	text-align: left;
float:right
}
.my-container{
  border: 1px solid #ccc;
  padding-left : 25px;

  display: flex;
}
.my-box{
    font-size: 0.9em;

	text-align: left;

}


details {
  border: 1px solid #ccc;
}

/** ★☆ **/
#info-container{
    font-size: 0.6em;
}


/**
details:not(:last-child) {
  margin-bottom: 20px;
}


 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに

削除してみた

**/
details summary {
  list-style: none;
  cursor: pointer;
  background: #e4e4e4;
  color: #242323;
  font-size: 0.8em;
  padding: 5px;
  font-weight: bold;
}
/**
 * Chrome用のデフォルト三角削除

details summary::-webkit-details-marker {
  display: none;
}
**/
/**
 * Font Awesomeのプラスアイコン使用
  font-family: FontAwesome;

  margin-right: 20px;

details summary::before {
  content: '\f067';
}
**/


/**
 * アコーディオンがオープン時はマイナスアイコンに変更
details[open] summary::before {
  content: '\f068';
}
**/

details p {
  margin: 0;
  padding: 10px;
}

/* ------------------------------------ */
/*	問い合わせフォーム  			*/
/* ------------------------------------ */
#formarea{
	width:770px;
	text-align: left;
	background-position: center center;

    border: solid 2px #ff0000;
	padding: 10px 10px 10px 20px;
}
.outer{
	padding: 10px 10px 10px 20px;
	text-align: center;
}
.inner{
	padding: 10px 10px 10px 20px;
	width: 80%;
	border: solid 2px #ff0000;
	margin: 0 auto;
	text-align: left;
/* font-size: 1.2em;*/

}
