/*
Template: hummingbird
Theme Name: hummingbird_custom
Theme URI:http://open-cage.com/hummingbird/
*/

.entry-content h3 {
    line-height: 25px;
    margin: 10px 0 20px 0;
    border-left: 5px solid #D61012!important;
    padding-left: 10px;
    color: #000;
}


.post strong {
    background: linear-gradient(transparent 60%, #FFFF00 60%);
    vertical-align: top;
    font-weight: bold;
}

.post strong.red {
    background: linear-gradient(transparent 60%, #fbbbbb 60%);
    vertical-align: top;
    font-weight: bold;
}

.post .yellow-line {
    font-weight: normal;
    background: linear-gradient(transparent 60%, #FFFF00 60%);
    vertical-align: top;
}

.post .under-line {
    text-decoration: underline;
}
.post ul li ,ol li{
	margin-bottom:10px;
}
/* 画像リンクのマウスオーバーに透かし */
a:hover img.over {
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* その他　定番 */    

.center {
    text-align: center;
}

.box_link {
    position:relative;
}
.box_link a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* 囲み */    

.kakomi {
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari、Google Chrome */
    -moz-border-radius: 10px;
}
.kakomi.glay, .kakomi_kaku.glay {
    background-color: #eee;
}


/* clearfix */    

.clearfix:after {
  content: "";
  /* new clearfix */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 * html .clearfix {
  zoom: 1;
}
/* IE6 */
 *:first-child + html .clearfix {
  zoom: 1;
  display: inline-block;
}
/* IE7 */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}


/* youtube */ 

.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}