@charset "utf-8";
/* CSS Document */



.chartall{
	position:relative;
	vertical-align:middle;	
	width:1000px;
	height:3600px;
	margin-left:auto;
	margin-right:auto;
	align-self:auto;

}

.chartall img{
	vertical-align:top;
}



/*全体的なボックス指定*/
.sirohaikei {  
  padding: 30px;
  margin-bottom: 10px;
  border: 10px solid #ffffff;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
}
p {
  font-family: sans-serif ;  /*文字をゴシック体に指定*/
  font-size: 35px;  /*文字の大きさを指定*/	
  line-height: 1.5;  /*行間を指定*/	
}

/*上のボックスに入れる小ボックス指定*/
.sirohaikei .sirohaikei-inner {
	width: 900px;
    text-align: left;  /*テキストを左よせ*/	
    display: inline-block;
}








/*黄色の枠内[記入忘れはないですか？]のボックス指定*/
.yellowhaikei {  
  padding: 30px;
  margin-bottom: 10px;
  border: 1px solid #333333;
  border-radius: 10px;
  background-color: #fffdee;
  text-align: center;
}
p {
  font-family: sans-serif ;  /*文字をゴシック体に指定*/
  font-size: 35px;  /*文字の大きさを指定*/	
  line-height: 1.7;  /*行間を指定*/	
}

/*黄色の枠内[記入忘れはないですか？]に入れる小ボックス指定*/
.yellowhaikei .yellowhaikei-inner {
	width: 800px;
    text-align: left;  /*テキストを左よせ*/	
    display: inline-block;
}








/*問い合わせ店舗の枠内のボックス指定*/
.grayhaikei {  
  padding: 30px;
  margin-bottom: 10px;
  border: 1px solid #555555;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
}
p {
  font-family: sans-serif ;  /*文字をゴシック体に指定*/
  font-size: 33px;  /*文字の大きさを指定*/	
  line-height: 1.5;  /*行間を指定*/	
}

/*問い合わせ店舗の枠内に入れる小ボックス指定*/
.grayhaikei .grayhaikei-inner {
	width: 800px;
    text-align: left;  /*テキストを左よせ*/	
    display: inline-block;
}






/*店舗別お問い合わせフォーム一覧のボックス指定*/
.inquiry-01 {  
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dotted #333333;
	background-color: #000000;
	color: #ffffff;
	text-align:center;
}
p {
  font-family: sans-serif ;  /*文字をゴシック体に指定*/
  font-size: 33px;  /*文字の大きさを指定*/	
  line-height: 1.5;  /*行間を指定*/	
}

/*店舗別お問い合わせフォーム一覧に入れる小ボックス指定*/
.inquiry-01 .inquiry-01-inner {
	width: 800px;
    text-align: center;  /*テキストを左よせ*/	
    display: inline-block;
}



