@charset "UTF-8";
/* CSS Document */
.tigermaintitlebg{
	background-image:url("../img/maintitlebg.jpg");
	background-size: 100% auto;
}
.tigermainlogo{
	padding:15px 0 0 0;
}
.tigermaintitle{
	color:#284c2f;
	font-size:clamp(26px, 3.5vw, 48px);
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	text-align:center;
	text-shadow:2px 2px 0px #fff, 2px 2px 0px #284c2f;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	margin:0px;
}
.tigermaintitlesub{
	color:#fff000;
	font-size: clamp(16px, 1.6vw, 28px);
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	text-align:center;
	text-shadow:1px 1px 0px #000, 2px 2px 0px #fff000;
	margin:0px 0px 20px 0px;
}
.tigerbutton{
	background:#284c2f;
}
.tigerbutton div{
	margin:0px;
}

.tigerbutton a{
	display: table-cell;
	padding:0 5px 0 25px;
	background:#284c2f;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
	height:50px;
	width:inherit;
	cursor:pointer;

}
.tigerbutton a:hover{
	color:#1A3106;
	background-color:#96AD83;
	text-decoration:none;
	transition:0.3s;
}
.btn_sample{
	cursor:pointer;
	border:1px #ac8116 dotted;
	border-width:0px 1px 1px 0px;
}
.btn_sample:hover{
	color:#999;
}
.arrowright{
position: relative;
  padding-left: 25px;
}
.arrowright::before{
content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 13px;    /* くの字を山なりに見た時、左側の長さ */
  height: 13px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
.arrowright:hover:before{
	border-color:#1A3106;
	transition:0.3s;
}
.tigertitle{
	background-color:#284c2f;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	margin:30px 15px 10px 15px;
	padding:7px 20px;
}
.tigerfamilytable{
	border:1px solid #000;
	margin:10px 0;
}
.tigerfamilytitle{
	background-color:#d0e7d2;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	font-size:1.3em;
}
.tigerfamilyera{
	background-color:#ededed;
	text-align:center;
	padding:5px 0;
}
.tigerfamilycloth{
	background-color:#fffad3;
	text-align:center;
	padding:5px 0;
	font-size:0.8em;
}
.tigerfamilypitch{
	background-color:#bee3f9;
	text-align:center;
	padding:5px 0;
	font-size:0.8em;
}
.tigerfamilycomment{
	padding:5px;
}
.tigertextarea{
	margin:10px 0px 25px 0px;
	font-size:1.2em;
	line-height:1.6em;
}

.footerbutton{
  background-color: #fff;
  border: solid 2px #2f4f4f;
  color: #2f4f4f;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
}
.footerbutton:hover{
  color: #2f4f4f;
  background-color: #b0e0e6;
}