@charset "UTF-8";

body {
	font-size:16px;
	*font-size:small;
	*font:x-small;
	font-family:'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

table {
	font-size:inherit;
}

/* 新丸ゴ B */
#about_area table th,
#vote_area h3,
#vote_area h4,
#vote_about_area h3,
#vote_about_area h4,
.btn_area a,
#vote_list_area ul li .btn_vote a,
#corner_area h2
{
	font-family:'新丸ゴ B';
}

#vote_list_area ul li .btn_vote a
{
	font-family:'新丸ゴ M';
}

/* 32px */
#vote_area .btn_votepage a,
.btn_area a
{
	font-size: 200%;
}

/* 30px */
#vote_area h3,
#vote_about_area h3,
#result_about_area h3
{
	font-size: 188%;
}

/* 26px */
#vote_area h4,
#vote_about_area h4,
#corner_area h3,
.btn_result a
{
	font-size: 162.5%;
}

/* 24px */
/*
{
	font-size: 150%;
}
*/

/* 22px */
#vote_list_area ul li .btn_vote a
{
	font-size: 137.5%;
}

/* 20px */
.big,
#about_area table th,
#vote_area h5,
#vote_about_area h5
{
	font-size: 125%;
}

/* 18px */
/*
{
	font-size: 112.5%;
}
*/

/* 16px */
/*
{
	font-size: 100%;
}
*/

/* 14px */
/*
{
	font-size: 87.5%;
}
*/

/* 13px */
#about_area .about_small,
#vote_list_area ul li h4
{
	font-size: 81.2%;
}

/* 12px */
#footer p
{
	font-size: 75%;
}

/* 11px */
.small
{
	font-size: 69%;
}

/* 10px */
/*
{
	font-size: 62.5%;
}
*/

@media screen and (max-width: 979px) {
	/* 18px */
	.btn_result a
	{
		font-size: 112.5%;
	}
	
	/* 16px */
	#vote_list_area ul li h3
	{
		font-size: 100%;
	}
}

@media screen and (max-width: 639px) {
	/* 20px */
	#vote_area h3,
	#vote_area h4,
	#vote_area h5,
	#vote_about_area h3,
	#vote_about_area h4,
	#vote_about_area h5
	{
		font-size: 125%;
	}
	
	/* 14px */
	#vote_about_area p,
	#vote_list_area ul li:first-child h3
	{
		font-size: 87.5%;
	}
}

@media screen and (max-width: 399px) {
	/* 16px */
	#vote_area h3,
	#vote_area h4,
	#vote_area h5,
	#vote_about_area h3,
	#vote_about_area h4,
	#vote_about_area h5,
	.btn_result a
	{
		font-size: 100%;
	}
}
