/*SANGOサイトマップの外枠を消す*/
#sitemap_list {
border: none;
}

.catchcopy {
color: #ffffff;
	text-align:center;
}

/*--------------------------------------
  デフォルトの見出しデザインをリセット
--------------------------------------*/
.entry-content h2 {
color: #6cb4e4;
text-align: center;
padding: 0.25em;
border-top: solid 2px #6cb4e4;
border-bottom: solid 2px #6cb4e4;
background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

h3 {
  position: relative;
  padding: 0.6em;
  background: #e9f4ff;
}

h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e9f4ff;
  width: 0;
  height: 0;
}


.entry-content h4 {
padding: 0.5em;
  background: aliceblue;
	border-radius: 0.5em;/*角丸*/
}



/*--------------------------------------
  ふきだしの色を変える（←左）
--------------------------------------*/
.sc {
 border: solid 2px #d5d5d5;/*ふきだしの線の色*/
 background: #FCF8E7;/*ふきだしの中の色*/
  color: #333;/*文字の色*/
}
.sc:before {
 border: 12px solid transparent;
 border-right: 12px solid #d5d5d5;/*ふきだしの線の色*/
 content: "";
}
.sc:after {
 display: inline-block;
 position: absolute;
 border: 12px solid transparent;
border-right: 12px solid #FCF8E7;/*ふきだしの中の色*/
content: "";
}

/*--------------------------------------
  ふきだしの色を変える（右→）
--------------------------------------*/
.right .sc {
 border: solid 2px #d5d5d5;/*ふきだしの線の色*/
 background: #F1F7EE ;/*ふきだしの中の色*/
  color: #000000;/*文字の色*/
}
.right .sc:before,
.right .sc:after {
 right: -23px;
 left: auto;
 border: 12px solid transparent;
 border-left: 12px solid #d5d5d5;/*ふきだしの線の色*/
}
.right .sc:after {
 right: -20px;
 border-left-color: #F1F7EE ;/*ふきだしの中の色*/
}


.headtxt{
color: #fff;
text-align: center;
}
