/*画面の背景*/
body {
  background-color: #fdf7ff;
	color: #545454;
}
/*リスト表示の余白*/
ul { margin: 0 0 0 1.5em; }
ol{
	padding: 10px 10px 10px 30px;
}
/*見出し*/
h2.contents_title {
    padding: 0.5em;
    color: #010101;
    background: #eaf3ff;
    border-bottom: solid 3px #516ab6;
}
h3.contents_title {
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-left: 7px solid #516ab6;
    border-bottom: 2px dashed #B92A2C;
    font-weight: bold;
}
h3.contents_title_hosoku {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
}
/*引用のときに使う*/
blockquote {
    position: relative;
    margin: 2em 0;
    padding: 1.2em;
    font-size: .9em;
    border: 1px solid #CCC;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
}
blockquote:before {
    position: absolute;
    top: 15px;
    left: 20px;
    font-family: arial, sans-serif;
    content: '“';
    font-size: 4em;
    opacity: .1;
}
/*ラベル見出し付きのリスト*/
.box_Label {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box_Label .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_Label p {
    margin: 0; 
    padding: 0;
}
/*黄色マーカーの文字を太字*/
.marker {
	background-color:yellow;
	font-weight:bold;
}
/*チェック画像付きのリスト*/
ul.check_list {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.check_list li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

ul.check_list li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}
/*背景色を変える*/
.box_background {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;/*背景色*/
}
.box_background p {
    margin: 0; 
    padding: 0;
}
/*背景色を変える*/
.box_background_green {
    padding: 0.5em 1em;
	  border: 1px solid #999;
    margin: 2em 0;
    color: #2c2c2f;
	  background: #CCFFCC;/*黄緑*/
}
.box_background_green p {
    margin: 0; 
    padding: 0;
}
/*内部リンク*/
.links_list {
    background-color: #ffe;
    border: 1px solid #999;
    list-style: none;
    position: relative;
    margin-top: 4em;
    padding: 2em 1em 1em;
}
.links_list:before {
    font-family: FontAwesome;
    content: "\f0a7";
	  font-size: 2em;
    position: absolute;
    top: -1.5em;
    left: 40%;
    width: 100px;
    height: 40px;
    
}
h2.related_entry {
		border-bottom: none;
    font-size:18px;
    color:#333;
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-left: 7px solid #ff7d66
}
 
h2 a .related_entry{
    font-size: inherit;
    color: inherit;
}
/* 内部リンク画像付き */
.link_img{
	margin: 0 0 0;
	padding: 0;
}
img.link_img{
	width: 150;
  height: 120;
	margin: 0 0 0;
}
a.link_img{
	color:#000099; /*濃い青*/
}
/* 吹き出し本体 - 左三角 */
.balloon1{
  position: relative;
  padding: 20px;
  background-color: #fff3ad;
  border-radius: 10px;         /* 角丸を指定 */
}
/* 三角アイコン - 普通の吹き出し */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #fff3ad;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* 吹き出し本体 - 右三角 */
.balloon2{
  position: relative;
  padding: 20px;
  background-color: #fff3ad;
  border-radius: 10px;         /* 角丸を指定 */
}
/* 三角アイコン - 普通の吹き出し */
.balloon2::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #fff3ad;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* 吹き出し画像あり */
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}
span.blue{
	color: #002eff;
}
span.green{
	color: #449b44;
}
span.orange{
	color: #FF4500;
}
span.purple{
	color: #8A2BE2;
}
span.pink{
	color: #f702b1;
}
