@charset "UTF-8";

section h2 {
	font-size: 150%;
	text-align: center;
	margin: 50px 0 40px;
}

section.gold ul,
section.silver ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
section.gold ul li {
	width: 302px;
	line-height: 1.3;
	text-align: center;
	margin: 0 15px 30px;
}
section.gold ul li img {
	border: solid 1px #666;
	margin: 0 auto 5px;
	display: block;
}

section.silver ul li {
	font-size: 90%;
	width: 184px;
	line-height: 1.3;
	text-align: center;
	margin: 0 8px 30px;
}
section.silver ul li img {
	border: solid 1px #666;
	margin: 0 auto 5px;
	display: block;
}

section.bronze ul li {
	margin: 0 2em 0 0;
	display: inline-block;
}

/*****石居追加**********/
#lead {
	text-align: center;
	margin: 0 auto;
}
#lead div {
	margin: 0 auto 40px;
}

#lead .button {
	text-align: center;
	margin: 60px auto 0;
}
#lead .button a {
	color: #FFF;
	font-family: "Likurei", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	text-decoration: none;
	background: rgba(204,110,154,0.7);
	border-left: 2px dotted rgba(0,0,0,0.1);
	border-right: 2px dotted rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin: 0 0 10px;
	padding: 5px 50px;
	display: inline-block;
}
#lead .button a:hover {
	background: rgba(129,164,182,0.7);
}

/*****ここまで*****/

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:700px) {

	section h2 {
		font-size: 130%;
		margin: 30px 0 20px;
	}

	section.gold ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	section.gold ul li {
		width: 100%;
		text-align: center;
		margin: 0 0 15px;
	}
	section.gold ul li img {
		width: 150px;
		border: none;
	}
	section.gold ul li a {
		border: solid 1px #CCC;
		margin-bottom: 5px;
		padding: 5px 0;
		display: block;
	}

	section.silver ul li {
		width: 48%;
		text-align: center;
		margin: 0 1% 15px 0;
	}
	section.silver ul li img {
		width: 91px;
		border: none;
	}
	section.silver ul li a {
		border: solid 1px #CCC;
		margin-bottom: 5px;
		padding: 5px 0;
		display: block;
	}

	section.bronze ul {
		margin: 0 10px;
	}

	section.bronze ul li {
		margin: 0 2em 0 0;
		display: inline;
	}

}

