@charset "utf-8";

/* ----------------------------------------
	common
---------------------------------------- */

#aboutRanking {
	max-width: 820px;
	margin: 20px auto 280px;
	font-size: 15px;
	padding: 0 5%;
	position: relative;
	line-height: 1.7;
	font-weight: bold;
}

#aboutRanking img {
	margin-bottom: 20px;
}

p.about_intro {
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	color: #D92727;
}

h2 {
	margin-top: 70px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1;
	/*border-bottom: 2px solid #000;*/
	display: inline-block;
	background: url(../img/about/about_ranking_writer_h2.gif) bottom center no-repeat;
	background-size: contain;
	/*text-decoration: underline;*/
}

h3 {
	margin-top: 30px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1.2;
}

.point_s {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 10px;
}

.point_l {
	font-size: 28px;
}

.point_l.yellow {
	padding: 0 !important;
}

.yellow {
	background: #f9d543;
	padding: 0 10px;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.large {
	font-size: 22px;
	font-weight: bold;
}

#title {
	background: url(../img/about/about_ranking_writer_title.jpg) top center no-repeat;
	text-align: center;
	line-height: 83px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}

.img1 {
	position: absolute;
	top: -210px; left: 45px;
}

.img2 {
	position: absolute;
	top: -56px; right: 110px;
}
.img3 {
	position: absolute;
	bottom: 57px; left: -55px;
}
.img4 {
	position: absolute;
	bottom: -255px; left: 337px;
	padding-bottom: 15px;
}

@media only screen and (max-width:1180px) {

	.img3 {
		bottom: -255px; left: 30px;
	}

}

@media only screen and (max-width:1000px) {

	.img2 {
		display: none;
	}

}

@media only screen and (max-width:750px) {

	.img4 {
		bottom: -255px; left: 120px;
	}

}

@media only screen and (max-width:600px) {

#aboutRanking {
	margin-top: 20px;
}

#aboutRanking img {
	margin-bottom: 0;
}

#title {
	background: url(../img/about/about_ranking_writer_title_sp.jpg) top center no-repeat;
	text-align: center;
	line-height: 3.1;
	color: #fff;
	font-size: 20px;
}

h2 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3;
	display: inline-block;
	background: url(../img/about/about_ranking_writer_h2.gif) bottom center no-repeat;
	/*text-decoration: underline;*/
}

h3 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3;
}

.yellow {
	background: #f9d543;
	padding: 5px 10px;
	line-height: 1.8;
}


}