@charset "UTF-8";
@import url("../simplicity/style.css");

/*
Theme Name: Simplicity child
Template:   simplicity
Version:    20150920
*/

/* Simplicity子テーマ用のスタイルを書く */

.ttl_01 {
	font-size: 20px;
}
.ttl_01 span {
	display: inline-block;
	width: 40px;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	padding: 6px 0;
	background: #6192df;
	border-radius: 50%;
}
.txt_01 {
	font-size: 15px;
	margin-bottom: 30px;
}
.txt_02 {
	margin: 15px 40px 20px 40px;
}
.ranking_list {
	list-style-type: none;
	font-family: 'Arial','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
}
.ranking_list li {
	margin-bottom: 30px;
}
.ranking_list li .rank {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	padding: 15px 15px 5px 15px;
	background: #333;
	overflow: hidden;
}
.ranking_list li:nth-child(1) .rank {
	background: #daa520;
}
.ranking_list li:nth-child(2) .rank {
	background: #afafb0;
}
.ranking_list li:nth-child(3) .rank {
	background: #bd6856;
}
.ranking_list li .rank .number {
	float: left !important;
	width: 11%;
	padding-left: 5%;
	background: url('http://www.pre-eikaiwa.com/wp/wp-content/uploads/2016/01/crown.png') no-repeat left top;
	background-size: 25% auto;
}
.ranking_list li .rank .number span {
	font-size: 45px;
	margin-right: 5px;
}
.ranking_list li .rank .name {
	float: left !important;
	width: 67%;
}
.ranking_list li .rank .name a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.ranking_list li .rank .name a:hover {
	text-decoration: underline;
}
.ranking_list li .rank .point {
	float: right !important;
	width: 15%;
	text-align: right;
}
.ranking_list li .rank .point span {
	font-size: 30px;
}
.ranking_list li .item {
	overflow: hidden;
}
.ranking_list li .item .img {
	float: left;
	width: 17%;
	margin-right: 3%;
}
.ranking_list li .item .text {
	float: left;
	width: 50%;
	margin-right: 3%;
}
.ranking_list li .item .text .star {
	font-size: 22px;
}
.ranking_list li .item .text .star img {
	margin-right: 5px;
}
.ranking_list li .item .text span {
	font-weight: bold;
	color: #ff0000;
}
.ranking_list li .item .rader {
	float: right;
	width: 27%;
}
.ranking_list li .item .img img,
.ranking_list li .item .rader img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.mes {
	margin-bottom: 20px;
	padding: 10px 15px;
	background: #eee;
}
.item_spec .item {
	overflow: hidden;
}
.item_spec .item .img {
	float: left;
	width: 20%;
	margin-right: 3%;
}
.item_spec .item .text {
	float: left;
	width: 42%;
	margin-right: 3%;
}
.item_spec .item .text span {
	font-size: 22px;
	font-weight: bold;
	color: #ff0000;
}
.item_spec .item .ranking {
	float: left;
	width: 28%;
	font-size: 22px;
	text-align: center;
	padding: 30px 2% 10px 2%;
	background: #e3eeff;
}
.item_spec .item .ranking span {
	font-size: 30px;
	font-weight: bold;
	color: #ff0000;
	margin-right: 5px;
}
.item_spec .item .ranking .rank {
	margin-bottom: 10px;
}
.item_spec .item .ranking .rank img {
	width: 30px;
	height: auto;
	margin-right: 5px;
}
h3.headline {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 2px;
	padding: 10px 15px;
	background: #1d417a;
	border: none;
	border-radius: 5px;
}
.evaluation {
	overflow: hidden;
}
.evaluation .left {
	float: left;
	width: 65%;
}
.evaluation .left .star {
	font-size: 22px;
}
.evaluation .left span {
	font-size: 30px;
	font-weight: bold;
	color: #ff0000;
	margin: 0 5px;
}
.evaluation .right {
	float: right;
	width: 30%;
}
.evaluation .right img {
	width: 100%;
	height: auto;
}
.tbl_01 {
	width: 100%;
}
.tbl_01 th,
.tbl_01 td {
	padding: 5px 10px;
}
.tbl_01 th {
	font-weight: normal;
	color: #fff;
	background: #6192df;
}
.tbl_01 td:nth-child(2),
.tbl_01 td:nth-child(3) {
	text-align: center;
}
.tbl_01 td:nth-child(3) {
	background: #eee;
}
.review {
	margin: 0 20px 20px 20px;
	padding: 20px 30px;
	background: #e1edff;
	border-radius: 10px;
}
.review .name {
	line-height: 60px;
	margin-bottom: 15px;
}
.review .name img {
	width: 60px;
	height: auto;
	vertical-align: top;
	margin-right: 15px;
	background: #fff;
}
.review .box {
	font-size: 14px;
	padding: 20px;
	background: #fff;
	overflow: hidden;
}
.review .box table {
	float: left;
	width: 37%;
	margin: 0;
	border: 1px solid #ccc;
}
.review .box table tr:last-child {
	background: #ffedab;
}
.review .box table td {
	padding: 5px 10px;
	border: none;
	border-top: 1px solid #ccc;
}
.review .box table td:nth-child(3) {
	text-align: center;
}
.review .box .txt {
	float: right;
	width: 60%;
}
.review .box .ttl {
	font-size: 18px;
	padding-left: 10px;
	border-left: 5px solid #1d417a;
}

/* ハイライト用のスタイル */

.marker_water {
background: linear-gradient(transparent 0%, #66ccff 0%);
}
.marker_pink {
background: linear-gradient(transparent 0%, #ff66ff 0%);
}
.marker_lime {
background: linear-gradient(transparent 0%, #66FFCC 0%);
}
.marker_yellow {
background: linear-gradient(transparent 0%, #ffff66 0%);
}
.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.dotted_under_line{
  border-bottom:1px dotted;
}