/**
 * the_content表示エリア
 */
.entry-content{
  color: #333;
}
.entry-content .photo-by{
  color:#cccccc;
  text-decoration:none;
  font-size:xx-small;
}
/*
.entry-content h2{
  color: #333333;
  border-bottom: 3px solid #bed4e8;
  box-shadow:0 6px 6px -6px #6398c9;
  font-size: 1.3em;
  padding-bottom: 5px;
  margin: 10px 0px 10px 0px;
}
*/
.entry-content h3.article-headline{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid #fc7c79;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.entry-content a.article-detail-button-link-blue{
  position: relative;
  background: #58b9f7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94d2f9), color-stop(100%, #58b9f7));
  background: -webkit-linear-gradient(top, #94d2f9, #58b9f7);
  background: -moz-linear-gradient(top, #94d2f9, #58b9f7);
  background: -pie-linear-gradient(top, #94d2f9, #58b9f7);
  background: linear-gradient(to bottom, #5868a8, #5868a8);
  color: #fff !important;
  /* ボタンに共通 */
  display: block;
  position: relative;
  width: 260px;
  padding: 18px 0 16px 0;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -pie-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-shadow: rgba(0,0,0,0.1) 0 -1px 1px;
  -moz-text-shadow: rgba(0,0,0,0.1) 0 -1px 1px;
  text-decoration:none;
  margin-top:20px;
  margin-bottom:10px;
}

.entry-content ul#tag-list li{
  list-style-type:none;
  margin-bottom:15px;
}
.entry-content li.tag-list{
  width:300px;
  height:300px;
  margin:auto;
  text-align:center;
  border: 1px solid #e8e8e8;
}
.entry-content li.tag-list:nth-child(odd) {
  float:left;
  padding:0px 10px 0px 10px;
  margin-left:20px;
  box-sizing:border-box;
}
.entry-content li.tag-list:nth-child(even) {
  float:right;
  padding:0px 10px 0px 10px;
  margin-right:20px;
  box-sizing:border-box;
}
.entry-content ul.tag-list-children li{
  position:relative;
}
.entry-content ul.tag-list-children li header a {
  color:#6195c9;
}
.entry-content ul.tag-list-children li header{
  color:#6195c9;
  padding:20px;
}
.entry-content ul.tag-list-children li footer {
  clear:both;
}
.entry-content ul.tag-list-children li footer a{
clear:both;
background: #f2f2f2;
color: #333333;
padding: 10px;
display:block;
}
.entry-content ul.tag-list-children ul.need-tri-marker li a{
  text-align:left;
  color:gray;
  font-size:0.9em;
  text-decoration:none;
  padding-bottom:10px;
}
.entry-content ul.tag-list-children ul.need-tri-marker li{
  margin-bottom:10px;
}
.entry-content ul.tag-list-children ul.need-tri-marker li:before {
  content:url('http://s3-ap-northeast-1.amazonaws.com/tabitbucket/assets/images/tag_tri.png');
  color:#6195c9;
}
.entry-content ul.tag-list-children li.last {
  clear:both;
}
.entry-content ul.tag-list-children ul.children-left,
.entry-content ul.tag-list-children ul.children-right{
  text-align: left;
  width: 50%;
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
}
