@charset "UTF-8";
@media screen and (max-width:750px){
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



#contents h2 {
	background-color: #666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*********************#block01*********************/
#block01 {
	background-color: #ff8b00;
	overflow: hidden;
	margin-top: 20px;
	height: 100%;
	text-align: center;
}
#block01 h3 {
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents #block01 ul {
	margin-right: 50px;
	margin-left: 50px;
}
#contents #block01 ul li {
	width: 100%;
	margin-bottom: 20px;
	list-style-type: none;
	text-align: left;
}
#contents #block01 ul li a {
	display: block;
	font-weight: bold;
	color: #fff;
	background-image: url(images/sp/tap.png);
	background-size: 37px 18px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 2px solid #999;
	background-color: #e31d23;
	text-decoration: none;
	border-radius: 10px;
	transition: 0.5s;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 5px;
}
#contents #block01 ul li a:hover  {
	opacity: .60; 
	filter: alpha(opacity=60); 
	-ms-filter: "alpha(opacity=60)"; 
	-khtml-opacity: .60;
	-moz-opacity: .60; 
}



.000000 {
}
}
