@charset "shift_jis";
/* ============ main ============ start */

.tw_win {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../special/img/tw_win.png);
	height: 320px;
	padding: 0px;
}

.tw_win_pre {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../special/cp2/img/tw_win2.png);
	height: 320px;
	padding: 0px;
}

.tw_win2 {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	height: 220px;
}


*:first-child+html .tw_win2 { /* IE7 only */
	width: 550px;
	margin-top: -8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	height: 220px;
}