@charset "euc-jp";

.alertkouen {
	background-color: #FFCC33;
	padding-bottom: 20px;
}

.alertkouen .search {
	position: relative;
}

.alertkouen .search .alertkouen_magnifier {
	position: absolute;
	left: 3%;
	top: 65px;
	width: 170px;
}
.alertkouen .search .alertkouen_icon {
	position: absolute;
	top: 66px;
	right: 30px;
}

.alertkouen h1 {
	font-size: 28px;
	font-family: "meiryo", sans-serif;
	color: #333;
	font-weight: bold;
	line-height: 130%;
	padding: 46px 0 10px 0;
	text-align: center;
}

.alertkouen .form-parts form {
	width: 560px;
	margin: 0 auto;
}
.alertkouen .form-parts input {
	width: 560px;
}

.alertkouen .f16 {
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	font-family: "meiryo", sans-serif;
	color: #333;
	padding-bottom: 18px;
	width: 55%;
	text-align: left;
	margin: auto;
}

.alertkouen .aleart_list_wrap {
	margin: 20px 20px 0 20px;
	background-color: #FFF;
	padding-top: 10px;
}
.alertkouen_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.alertkouen_list dl {
	display: inline-block;
	width: 215px;
	border: 1px dotted #999;
	vertical-align: top;
	text-align: left;
	padding: 13px 11px;
	margin: 7px 5px 4px 5px;
	min-height: 56px;
	background-color: #FFF;
}
.alertkouen_list dl dt {
	font-size: 12px;
	line-height: 150%;
}
.alertkouen_list dl .b_text {
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	display: block;
	color: #000;
	padding: 8px 5px 8px 30px;
	background: #E6E6E6 url(/img/alert_mail.gif) no-repeat scroll 7px 8px;
	font-family: "meiryo", sans-serif;
	text-decoration: none;
	margin-bottom: 5px;
}

.alertkouen .aleart_list_wrap .no_result {
	padding: 40px 0 20px 0;
	text-align: center;
	font-weight: bold;
	font-family: "meiryo", sans-serif;
	line-height: 130%;
	font-size: 24px;
	color: #fe2e2e;
}

.alertkouen .ranking {
	padding: 25px;
}
.alertkouen .ranking_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.alertkouen .ranking h3 {
	font-weight: bold;
	padding: 7px 0;
	margin: 0 0 20px 0;
	background-color: #333;
	color: #FFF;
	font-size: 20px;
	font-family: "meiryo", sans-serif;
	text-align: center;
}
.alertkouen .ranking_list li {
	width: 212px;
	padding: 10px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	border: 5px solid #CCC;
	min-height: 80px;
	border-radius: 8px;
	margin: 7px 5px 4px 5px;
	font-size: 82%;
}
.alertkouen .ranking_list li h4 {
	font-size: 12px;
}
.alertkouen .ranking_list li h4 div {
	display: block;
	background-color: #e6e6e6;
	margin-bottom: 3px;
	border-bottom: 1px dashed #999;
	text-align: center;
	font-size: 16px;
}
.alertkouen .ranking_list li.r_01 div,
.alertkouen .ranking_list li.r_02 div,
.alertkouen .ranking_list li.r_03 div {
	background-color: #FE2E2E;
	color: #FFF;
}
.alertkouen .ranking_list li h4 div span {
	font-size: 14px;
	font-weight: bold;
	font-family: "meiryo", sans-serif;
	border-bottom: none;
	display: inline;
}
.alertkouen .ranking_list li.r_01 div span {
	background: url(/img/alertkouen_ranking_icon.png) no-repeat scroll 0 1px;
	background-size: 20px;
	padding-left: 25px;
}
.alertkouen .ranking_list li.r_02 div span {
	background: url(/img/alertkouen_ranking_icon_silver.png) no-repeat scroll 0 1px;
	background-size: 20px;
	padding-left: 25px;
}
.alertkouen .ranking_list li.r_03 div span {
	background: url(/img/alertkouen_ranking_icon_bronze.png) no-repeat scroll 0 1px;
	background-size: 20px;
	padding-left: 25px;
}

.alertkouen ul.ranking_list li a.kouen_ttl {
	background: url(/img/alert_mail.gif) no-repeat scroll 1px 2px;
	line-height: 120%;
	font-size: 14px;
	display: block;
	margin: 5px 0;
	padding-left: 20px;
}
a.black {
	color: #333;
}
