body{
	font-weight: 900
}

h1 {
	padding:10px 300px 0px 0px;
	margin:0px;
	font-size:30px;
	font-family:serif;
	
}

	
header#aaaaa{
	height:70px;
	width:100%;
	background-color:#b1bbd7f7;
	text-align:center;
	position:fixed;
	top: 0px;
	letter-spacing: 0.200em;
	line-height: 33px;
	font-family:serif;
	padding:0 auto;
}

ul{
	overflow:hidden;
	margin:0 auto;
}

ul li {
	display:inline-block;
	padding:10px 10px 10px 10px;
}

main{
	width:50%;
	padding:20px 0px 0px 10px;
	text-align:center;
	margin-top: 50px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

h2 {
	font-size:25px;
	font-family:meiryo;
	font-weight:800;
	background:linear-gradient(transparent 95%,  #ada89cb0  0%);
	
}
h3 {
	font-size:18px;
	font-family:meiryo;
	font-weight:300;
}
h4{
	font-size:20px;
	font-family:meiryo;
	font-weight:550;
	background:linear-gradient(transparent 98%,  #ada89cb0  0%);
}
h5 {
	font-size:15px;
	font-family:meiryo;
	font-weight:500;
}
span.roku{
	font-weight:600;
}
span.gakkou{
	font-weight:600;
	background:linear-gradient(transparent 0%,  #fedd80  0%);
}
span.chiiki{
	font-weight:600;
	background:linear-gradient(transparent 0%, #98e69e 0%);
}
span.ryouhou{
	font-weight:600;
	background:linear-gradient(transparent 0%, #8ac3f3 0%);
}
span.ky{
	font-weight:800;
	
}
	
div.g{
	line-height:35px;
	
}
p.america{
	    margin-left: 50px;
		line-height:35px;
		margin-top: 0px;
		
}


article{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:50px;
}
article.ty{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 50px;
	text-align:left;
}
	
.kaiwa {
  position: relative;
  display: inline-block;
  margin:0 0 0 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  float: right;
}

.kaiwa:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.kaiwa p {
  margin:5px;
  padding: 0;
}

/*=== 共通設定 ===*/
/*全体の上下左右の余白*/
.fuki {
  margin: 20px 0 ;
}
.fuki:after,.fuki:before { 
  clear: both; /*テキスト回り込み解除*/
  content: ""; 
  display: block;
}
/*アイコン画像の設定*/
.fuki figure {
  margin: 0;
  display: block;
}
.fuki figure img {
	width: 65px;
	border-radius: 50%;
	margin: 0;
	vertical-align: middle;
}
/*アイコン画像の設定*/
.fuki-img {
  margin-top: 1px; 
  float: left;
  width: 65px; 
  height: 65px;
}
.fuki-img-right {
  margin-right: 10px; 
  margin-top: 1px; 
  float: right;
}
.fuki-img, .fuki-img-right {
	
  width: 65px; 
  height: 65px;
}

/*アイコン画像の名前*/
.fuki-img-name {
  padding: 0;
  margin-top: 3px; 
  font-size: 10px; 
  line-height: 1.2em; 
  font-weight: 400; 
  text-align: center; 
  display: block;
  width: 65px;
}
/*=== 会話風ふきだし ===*/
.chat-text-left, .chat-text-right {
  position: relative;
  margin: 0 100px 0px;
  padding: 5px 15px 5px 15px;
  border-radius: 10px; /*◎ふきだしの丸さ調整*/
}
.chat-text-left p,.chat-text-right p {
  margin:0 !important;
  font-size: 16px; 
  color: #555; /*◎ふきだし内テキスト文字色*/
}
/*左からのふきだし*/
.chat-text-left {
  background-color:  #b7d2ef42; /*★①左ふきだし背景色*/
}
/*左からのふきだしの三角部分*/
.chat-text-left:after {
  position: absolute; 
  top: 16px; 
  left: -22px; 
  content: '';
  border: 12px solid transparent;
  border-right: 12px solid  #b7d2ef42; /*★①ふきだし背景色*/
}
.chat-text-left:before { 
  position: absolute; 
  top: 16px; 
  left: -24px; 
  content: '';
  border: 12px solid transparent ;
}

/*左からのふきだしの三角部分*/
.chat-text-right:after {
  position: absolute; 
  top: 16px; 
  right: -22px; 
  content: '';
  border-left: 12px solid #99ff99; /*③右ふきだし背景色*/
}
.chat-text-right:before {
  position: absolute; 
  top: 16px; 
  right: -24px; 
  content: '';
  border-left: 12px solid #00ff00; /*★④右ふきだし枠線の色*/
}

p.chat-text{
	font-size:15px;
	font-family:meiryo;
	font-weight:550;
}