@charset "Shift_JIS";
/* CSS Document */
@import "normalize.css";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:hover {
-webkit-backface-visibility: hidden;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.container {
	text-align: center;
	width: 100%;
}

#header {
	display: none;
	}

.abc {
	clear: none;
}
.abc h1 {
	display: none;
}
.cont a {
	display: block;
	float: left;
	text-align: center;
	width: 230px;
	position: relative;
	height: 100px;
	font-size: 11px;
	line-height: 13px;
	background-color: #FFF;
	padding: 0px;
	border: 1px solid #CCC;
	margin: 8px;
  border-radius: 5px;
}

.cont a:hover {
	border: 1px solid #666;
}
.cont a img {
	display: inline-block;
	padding: 0px;
	width: 88px;
	height: 64px;
	margin-top: 5px;
	margin-right: 70px;
	margin-bottom: 10px;
	margin-left: 70px;
}
a {
	color: #333333;
	font-style: normal;
	text-decoration: none;
}
a:link {
	color: #333333;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #00F;
	font-style: normal;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
img {
	overflow: hidden;
	width: 88px;
	height: 64px;
}
img {
	display: block;
	transition-duration: 0.3s;
}
img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

@media screen and (max-device-width: 480px) {
.container {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	margin: 0px;
	padding: 0px;
	top: 110px;
	position: relative;
}

.cont a {
	display: block;
	float: left;
	text-align: center;
	width: 28%;
	position: relative;
	height: auto;
	font-size: 0.6em;
	line-height: 1;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 1.6%;
	border-radius: 5px;
	padding-top: 0;
	padding-right: 0.6%;
	padding-bottom: 1.5%;
	padding-left: 0.6%;
}
.cont a img {
	width: 70%;
	height: 70%;
	margin-top: 5%;
	margin-right: 15%;
	margin-bottom: 5%;
	margin-left: 15%;
	padding-right: 00%;
	padding-left: 0%;
}


#header {
	position: fixed;
	z-index: 999999;
	width: 100%;
	top: 0px;
	background-color: #FFF;
	height: auto;
	display: block;
	}
#header h1 {
	background-color: #333;
	color: #FFF;
	padding: 8px;
	margin: 0px;
	font-size: 1em;
}
#header ul {
	padding: 0px;
	width: 100%;
	margin: 0px;

}
#header ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 31%;
	text-align: center;
	background-color: #E5E5E5;
	font-size: 1em;
	letter-spacing: 8px;
	padding-top: 8px;
	padding-right: 0.5%;
	padding-bottom: 8px;
	padding-left: 0.5%;
	margin: 0.5%;
}
#header ul li span {
	letter-spacing: 4px;

}
.abc {
	clear: both;
}
.abc h1 {
	text-align: left;
	font-size: 1.5em;
	text-decoration: underline;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	display: block;
}
html.android .container {
	top: 110px;
}
html.android .abc h1 {
	padding-top: 10px;
}
}

@media screen and (max-device-width: 1024px) {
.container {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	margin: 0px;
	padding: 0px;
}
}
