@charset "utf-8";
@media screen and (max-width: 570px){
img.tw2 {
	background-color: #FFF;
	margin-right: 1px;
	margin-bottom: 12px;
	margin-top: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #CCC;
	border-radius: 10px;
	width: 15%;
	height: auto;
}	
/* ----------------------------------------------- */
/*
      SeasonData css
*/
/* ----------------------------------------------- */

.tab{
	overflow:hidden;
	margin: 0px;
}
.tab li{
	padding:10px 5px;
	float:none;
	margin-right:0px;
	margin-top:2px;
	font-weight: bold;
	color: #FFF;
	background-color: #191919;
	text-shadow:1px 1px 2px #111;
}
.tab li.select{
	font-weight: bold;
	background-color: #831616;
	color: #FFF;
	text-shadow:1px 1px 2px #111;
}
.tab li:hover{
	font-weight: bold;
	background-color: #831616;
	color: #FFF;
	text-shadow:1px 1px 2px #111;
}
.content{
	margin: 0px;
}
.content li{
	background:#eee;
	padding:20px;
	margin-bottom:20px;
	border-top: #831616 0px solid;
}
.hide {
	display:none;
}
/* ----------------------------------------------- */
/*
      ChekList css
*/
/* ----------------------------------------------- */

ul.check {
	padding:0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
}
ul.check li {
	position: relative;
	margin:0px;
	margin-bottom:4px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	left: 8px;
}
ul.check li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -0.5em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #468E31;
	border-bottom: 2px solid #468E31;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

}
