@charset "shift_jis";

/* 
 * Basic Styles
 */

div#kv_main {
	position: relative;
	width: 760px;
	height: 360px;
	background-color: #000000;
	background-image: url("/ordercard/kojin_card/images/kv2/kv2background.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}

div#kv_cards {
	position: absolute;
	top: 78px;
	left: 6px;
	width: 708px;
	height: 198px;
	padding-left: 21px;
	padding-right: 21px;
	overflow: hidden;
}

div.kv_card_container {
	position: relative; /* IE7 */
	display: inline-block;
	/display: inline; /* IE7 */
	/zoom: 1; /* IE7 */
	width: 118px;
	height: 100%;
}

div.kv_new_icon {
	position: absolute;
	top: 8px;
	left: 80px;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: solid 4px #606060;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
}

div.kv_card {
	position: relative;
	top: 32px;
	left: 0px;
	width: 100px;
	height: 157px;
	margin-left: auto;
	margin-right: auto;
}

div.kv_card img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

div.kv_card img.kv_card_front {
	z-index: 2;
}

div.kv_card img.kv_card_back {
	z-index: 1;
}

div#kv_buttons {
	position: absolute;
	top: 276px;
	left: 6px;
	width: 708px;
	height: 84px;
	padding-left: 21px;
	padding-right: 21px;
}

div.kv_button_container {
	position: relative; /* IE7 */
	display: inline-block;
	/display: inline; /* IE7 */
	/zoom: 1; /* IE7 */
	width: 354px;
	height: 100%;
}

div.kv_button {
	position: relative;
	top: 20px;
	left: 0px;
	width: 324px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
}

div.kv_button img {
	border: 0;
}

div#kv_button0 {
	background-image: url("/ordercard/kojin_card/images/kv2/kv2button0hover.gif");
}

div#kv_button0 a {
	display: block;
	width: 100%;
	height: 100%;
}

div#kv_button1 {
	background-image: url("/ordercard/kojin_card/images/kv2/kv2button1hover.gif");
}

div#kv_button1 a {
	display: block;
	width: 100%;
	height: 100%;
}

/*
 * Animation Styles
 */

div.kv_card_container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	-o-perspective: 1000;
}

div.kv_card {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms--transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
