/*
Template: hummingbird
Theme Name: hummingbird_custom
Theme URI:http://open-cage.com/hummingbird/
*/
/* 外部リンクアイコンを消す */
.entry-content a[target="_blank"]:after {
content:none;
}
.amazonjs_item ul li:before {
    border:none;
    width:0;
}
.entry-content h4{
border-bottom: 3px solid #a7a199;
padding: .5em 0;
}

/*中央寄せ*/
#toc_container { 
  margin-left: auto; 
  margin-right: auto; 
}

/*目次(Table of Contents Plus)　ここから*/
/*余白と角丸*/
#toc_container  {
  margin-bottom:30px;
  border-radius: 20px;
}

.home .byline .date{
 display:none;
}

/* ラベルBOX2 */
.label-box2 {
    position: relative;
    margin: 10px 10px;
    padding: 35px 15px 7px;
    border: solid 3px #ff7e67;
}
.label-box2-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 3px 9px;
    height: 30px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #ff7e67;
    color: #ffffff;
    font-weight: bold;
}
.label-box2 p {
    margin: 0; 
    padding: 0;
}

/* ワンポイントBOX3 */
.point-box3 {
    position: relative;
    margin: 15px 10px;
    padding: 20px 25px 5px;
    box-sizing: border-box;
    border: solid 2px #ffb270;
}
.point-box3:before{
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    content: "\f005";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #ffb270;
}
.point-box3:after{
    position: absolute;
    content: '';
    top: -8px;
    left: 49px;
    border: none;
    border-bottom: solid 8px #f08e6b;
    border-right: solid 9px transparent;
}
.point-box3 p {
    position: relative;
    padding: 0;
    margin: 10px 10px;
    z-index: 3;
    line-height: 1.7;
}

/* ワンポイントBOX1 */
.point-box1 {
    position: relative;
    margin: 10px 10px;
    padding: 10px 12px;
    box-sizing: border-box;
    border: solid 3px #62c1ce;
    border-left-width: 50px;
}
.point-box1:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: -ms-translateY(-50%);
    transform: -webkit-translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    content: "\f0a4";
    font-family: FontAwesome;
    color: #FFF;
    font-size:22px; 
    line-height: 1;
}
.point-box1 p {
    position: relative;
    padding: 0;
    margin: 10px 5px;
    z-index: 3;
    line-height: 1.7;
}

/* マーク1*/
.mark1 {
    position: relative;
    margin: 0 10px 0 3px;
    padding: 3px 5px;
    color: #ff8f07;
    background: #ffd6a4;
    font-weight: bold;
    font-size: 0.7em;
}
.mark1:before{
    margin: 0 3px 0 0;
    content: "\f00c";
    font-family: FontAwesome;
    color: #ff8f07;
}

/* マーク2*/
.mark2 {
    position: relative;
    margin: 0 10px 0 3px;
    padding: 3px 5px;
    color: #fff;
    background: #ff2b64;
    font-weight: bold;
    font-size: 0.7em;
}
.mark2:before{
    margin: 0 3px 0 0;
    content: "\f005";
    font-family: FontAwesome;
    color: #fff;
}


