@charset "utf-8";
/*
Theme Name: LIQUID INSIGHT Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-insight
Version: 0001
*/
/* Child Styles */

/*-----------------------------------------------------------*/
/* Simple GA Ranking  綺麗に表示させるCSS                    */
/*-----------------------------------------------------------*/
.sga-ranking-list img {
  width: 8em;
  height: 5em;
}

.sga-ranking-list figure {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  margin-left: 0px;
  width: 8em;
  height: 5em;
  overflow: hidden;
}

.sga-ranking-list {
    margin: 0.8rem 0;
	box-sizing: content-box;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
	height: 5.5em;
  	padding-top: 0.5em;
  	padding-bottom: 0.5em;
}

/*
.sga-ranking-list .ranking-img {
  width: 8em;
  height: 5em;
  float: left;
  margin-right: 0.3em
}
*/

.sga-ranking-list::after {
  content: “”;
  clear: both;
  display: block;
}

.sga-ranking-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sga-ranking-list figure a {
  display: inline;
}
.sga-ranking-list a {
  overflow: hidden;
  line-height: 1.5;
}
.sga-ranking-list a:hover{
  text-decoration: underline;
}
/*-----------------------------------------------------------*/
