@import url(0count_com.css);
@import url(0usa_top.css);


#main #catch.hwi {
	background:url(../usa/img/hwi/img_bg.jpg) no-repeat;
	}

#main #catch.ny {
	background:url(../usa/img/ny/img_bg.jpg) no-repeat;
	}

#main #catch.la {
	background:url(../usa/img/la/img_bg.jpg) no-repeat;
	}


/* -- 20160902追加  --  */

#main {
	width: 790px !important;
}

#catch_r {
	width: 300px;
	border: 1px solid #ccc;
	float: right;
	box-shadow: 1px 1px 6px #888;
}

.tab_hwi {
	margin-left: 0 0 0 15px;
}

.tab_hwi a {
	display: inline-block;
	width: 24.872% !important;
	color: #fff !important;
	text-decoration: none;
	background: linear-gradient(#fdc7c8, #fba5a6);
	text-shadow: 1px 1px 3px #717171;
	margin: 0 1px 1px 0;
	padding: 8px 5px 8px 16px;
	position: relative;
	box-sizing: border-box;
}
.tab_hwi a:hover {
	background: #9A9A9A;
}
.tab_hwi a:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

}
