body {
	background-color: #000;
	margin: 0;
	font-family: Avenir,Lato,-apple-system,BlinkMacSystemFont,Helvetica Neue,Hiragino Kaku Gothic ProN,Meiryo,メイリオ,sans-serif;
}

header {
	padding:  0;
	text-align: center;
}

footer {
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-size: small;
}

h1 {
	font-size: 42px;
}

a {
	text-decoration: none;
}

select {
	display:inline-block;
	border:1px solid #ccc;
	background-image: linear-gradient(#fff,#eee);
	width: 280px;
	font-size: 20px;
}

select:hover {
	background-image: linear-gradient(#eee,#ccc);
}

hr {
	border: none;
	background-color: #fff;
	border-width: 1px 0 0 0;
	border-top: double;
	border-color: #999;
	max-width: 95%;
}

.main {
	background-color: #fff;
	padding: 1px 0;
	width: 100%;
}

.img {
	width: 130px;
	height: 100px;
}

.logo {
	margin: 5px 0;
	color: #fff;
}

.logo-icon {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.option-wrapper {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	margin-bottom: 20px;
}

.option-flexitem {
	text-align: center;
	box-sizing: border-box;
	display: block;
	margin-bottom: 10px;
}

.option-text {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.btn {
  background-image: linear-gradient(#fff,#eee);
  border: 1px solid #ccc;
  color: #333;
	border-radius: 5px;
  cursor: pointer;
	padding: 5px 25px;
}

.btn:hover {
	background-image: linear-gradient(#eee,#ccc);
}

.btn-container a {
	display: inline-block;
}

.wrapper {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	width: 100%;
}

.container {
	text-decoration: none;
  background-image: linear-gradient(#fff,#eee);
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  padding: 8px;
	margin: 8px;
	position: relative;
	box-sizing: border-box;
	display: block;
}

.container:hover {
  background-image: linear-gradient(#eee,#ccc);
}

.textbox {
	position: absolute;
	left: 147px;
	margin: 0 5px 0 0;
}

.title {
	top: 3px;
}

.num {
	bottom: 3px;
}

.anniversary {
	font-size: 18px;
	margin: 0;
	color: #09f;
}

.text {
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 0;
}

.bold {
	font-weight: bold;
}

.rank {
	position: absolute;
	right: 5px;
	top: -8px;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	opacity: 0.3;
}

.mini-icon {
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}

.ml-15 {
	margin-left: 15px;
}

.ml-50 {
	margin-left: 50px;
}

.message-area {
	text-align: center;
	margin: 30px 0;
	color: #333;
	font-weight: bold;
}

.skip-anchor {
	position: absolute;
	left: -999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-anchor:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 10px;
	padding: 5px 10px;
	background: #fff;
	color: #000;
	border-radius: 5px;
	border: 1px solid #ccc;
}

@media screen and (max-width:699.98px) { 
	.container {
		margin: 8px 0;
		flex-basis: 98%;
	}
	.option-flexitem {
		flex-basis: 98%;
	}
}

@media screen and (min-width:700px) and (max-width:1099.98px) { 
	.container {
		flex-basis: 47%;
	}
	.option-flexitem {
		flex-basis: 98%;
	}
}

@media screen and (min-width:1100px) and (max-width:1499.98px) { 
	.container {
		flex-basis: 31%;
	}
	.option-flexitem {
		flex-basis: 47%;
	}
}

@media screen and (min-width:1500px) { 
	.container {
		flex-basis: 23%;
	}
	.option-flexitem {
		flex-basis: 47%;
	}
}
