@charset "utf-8";   /* 文字コード  */

.world-box{
width: 140px; margin:0 auto 5px;
	min-width: 138px;
	min-height:130px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow :1px 1px 2px 0px hsla(0,0%,0%,0.3);
	padding: 5px;

	background-color:#e7d7b3;
}

.world-title{
	float: left;
	font-size: 11px;
	color: #6a5734;
	text-shadow: 1px 1px 3px #fff;
	font-weight:bold;
}

.world-status-table-title{
	float: right;
	font-size: 11px;
	color: #6a5734;
	text-shadow: 1px 1px 3px #fff;
	font-weight:bold;
}

.world-status-schedule-title{
	float: right;
	font-size: 11px;
	color: #6a5734;
	text-shadow: 1px 1px 3px #fff;
	font-weight:bold;
	margin-top:5px;
}

.world-top{
	width:100%;
	height:18px;
}
.world-data{
    box-sizing: border-box;
	width:100%;
	height:90px;
	margin:0 auto;
	border:1px #897050 solid;
	background-color:#fcfaf4;
}
.world01,.world02{
	width:100%;
	height:30px;
	margin:0 auto;
}

.world01_text,.world02_text{
	width:5px;
	float: left;
	margin:5px 1px 0px 5px;
	font-family: Georgia;
	font-size: 12px;

}

.world01_wr_text,.world02_wr_text{
	float:right;
	font-family: MS UI Gothic;
	margin-top: 2px;
	font-size: 10px;
}

.world-box ul{
	width:80px;
	float:right;
	margin:5px 1px 0px 5px;
	display:inline;
	list-style:none;
}

.world-box li{
	margin-left:2px;
}

.world-box ul.w{
	width:100%;
	float:right;
	margin:5px 10px 0px 5px;
	display:inline;
	list-style:none;
}

.ks			{
	float: left;
	width:15px;
	height:14px;

}

.wc			{
	float: left;
	width:15px;
	height:15px;

}

.st          {
	float: left;
	width:39px;
	height:17px;

}

.wr			{
	float: right;
	width:15px;
	height:15px;
}

.line	{
	float:left;
	width:96%;
	margin-left:5px;
	height:1px;
	background-color:#897050;
}



.st			   { background:url(image/st.png); width:39px; height:17px;}
.st.st-01         { background-position:0 0; }     /* active color */
.st.st-00         { background-position:0 -17px; } /* inactive color */
.st.st-03         { background-position:0 -34px; } /* inactive color */
.st.st-04         { background-position:0 -51px; } /* inactive color */

.ks 			  	{ background:url(image/ks.png); background-size:100%;}
.ks.ks-01		{ opacity:1.0; }
.ks.ks-02		{ opacity:0.4;}

.wc 				{ width:15px; height:15px; }
.wc.wc1-1		{ background:url(image/wc1.png); }
.wc.wc1-2		{ background:url(image/wc2.png); }
.wc.wc1-3		{ background:url(image/wc3.png); }

.wc.wc2-1		{ background-position:0 0;  }
.wc.wc2-2		{ background-position:0 -15px; }
.wc.wc2-3		{ background-position:0 -30px; }
.wc.wc2-4		{ background-position:0 -45px; }
.wc.wc2-5		{ background-position:0 -60px; }


.wr 				{ background:url(image/vs.png); background-size:100%;}
.wr.wr-01		{ opacity:1.0; }
.wr.wr-02		{ opacity:0.4; }






