@charset "UTF-8";
/* CSS Document */

/* タブ */
#page {
    background: transparent url(../img/bg_tab.png) no-repeat scroll 0% 0% !important;
}
#tab-area .tab-set-4 .tab-all{
  background: url(../img/tab_61_1.png) no-repeat;
}
#tab-area .tab-set-4 .tab-desc-1{
  background: url(../img/tab_61_2.png) no-repeat;
}
#tab-area .tab-set-4 .tab-desc-2{
  background: url(../img/tab_61_4.png) no-repeat;
}
/* 新着 */
#tab-area .tab-set-4 .tab-all.new{
  background: url(../img/tab_61_1_m.png) no-repeat;
}
#tab-area .tab-set-4 .tab-desc-2.new{
  background: url(../img/tab_61_4_m.png) no-repeat;
}

/* パネル */
#panel_wrapper {
  position: absolute;
  top: -8px;
  left: 0;
}
#panel_1{
	position:absolute;
	top:59px;
	left:178px;
}
#panel_2{
	position:absolute;
	top:59px;
	left:499px;
}
.t_label{
	position: absolute;
	top:0;
	left:0;
	text-align:center;
	font-size:20px;
	line-height:20px;
	color:#414a4f;
	width:179px;
	font-weight:bold;
}
.p_kumo{
	position: absolute;
	left:-16px;
	top:16px;
	width:72px;
	height:72px;
	background:url(../img/s_62_icon_4.png) no-repeat;
}
.p_ki{
	position: absolute;
	left:-16px;
	top:16px;
	width:72px;
	height:72px;
	background:url(../img/s_62_icon_5.png) no-repeat;
}

.base{
	position: absolute;
	left:0;
	top:53px;
	width:179px;
	height:81px;
  background: #ffffff;
	font-size:30px;
	text-align:center;
	line-height:82px;
	border-radius:8px;
}
.tani{
	position: absolute;
	top:105px;
	left:0;
	width:164px;
	line-height:20px;
	font-size:20px;
	text-align:right;
}
#wrap_num01,
#wrap_num02,
#wrap_num03 {
	position: absolute;
	top:215px;
	width:80px;
}
#wrap_num01{
	top:218px;
	left:117px;
}
#wrap_num02{
	top:218px;
	left:228px;
}
#wrap_num03{
	top:218px;
	left:339px;
}

.t_num_label{
	position:absolute;
	top:0;
	width:100%;
	font-size:20px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
}
.t_num{
	position:absolute;
	top:34px;
	width:100%;
	font-size:20px;
	line-height:20px;
	text-align:center;
}

/* 下部コンボボタン */
#combo_wrapper_1{
	position:absolute;
  left:273px;
	top:311px;
}

.nodisplay {
   display:none;
}

