div.table {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div.table div.row div.cell {
	border: solid 3px #ffffff;
}

div.whats-new {
	position: relative;
	margin: 6rem 3rem;
	border: solid 1px;
}
label.whats-new-label {
    z-index: 1;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	position: absolute;
	left:10px;
	top:-10px;
	font-size: 3rem;
	background-image: linear-gradient( to bottom , #ffffff , #ffffff 25% , #cafaff);
}
div.whats-new-content {
	padding: 6rem;
	padding-top: 2rem;
	height: 150px;
	font-size: 2rem;
	overflow-y: auto;
}
.whats-new .whats-new-table tr {
	vertical-align: top;
}
.whats-new .whats-new-table tr[data-href]:hover {
	color: #06c;
    cursor: pointer;
}
.whats-new .whats-new-table tr[data-href]:hover td{
	border-color: #06c;
}
table.whats-new-table td {
	padding-top: 4rem;
	border-bottom: 1px solid gray;
}
table.whats-new-table td a{
	text-decoration: none;
}
table.whats-new-table td.date {
    position: relative;
	padding-right: 4rem;
}
table.whats-new-table td.status {
	padding-right: 4rem;
}
table.whats-new-table td.title {
	word-break: break-all;
	width: 100%;
}
.whats-new .whats-new-table tr {
    position: relative;
}
.whats-new .whats-new-table tr.new td.date::before {
	content: 'New!';
    transform: rotate(-45deg);
	color: red;
	padding-right: 1rem;
    position: absolute;
    left: -30px;
    top: 20px;
}

a.mosaic-overlay div.title {
	font-size: 1.6rem;
}

a.mosaic-overlay div.message {
	margin-top: 10px;
	width: 254px;
}

.mosaic-block {
	background:#111 url(../image/progress.gif) no-repeat center center;
	height:294px;
	margin:5px 0 0 5px;
	overflow:hidden;
	position:relative;
	width:294px;
}
.mosaic-backdrop {
	display:none;
	position:absolute;
	background:#111;
}
.mosaic-backdrop img{
	height:294px;
	width:294px;
}

a.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(128, 128, 128, 0.4);
	padding: 18px 20px 18px 20px;
	text-align: left;
	color: #ffffff;
	text-decoration:none;
}

.fade .mosaic-overlay {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
}

#homebottom {
	margin-top: 5px;
}

/** ---------------------
**	�g�ђ[���Ή�
--------------------- **/
#maincontents{
    margin-left: 0px;
}

#maincontents.portable .mosaic-backdrop img {
	width: 240px;
	height: 240px;
}

#maincontents.portable .mosaic-block {
	width: 240px;
	height: 240px;
	background: none;
}

#maincontents.portable a.mosaic-overlay {
	display: block;
	height: auto;
	width: calc(100% - 8px);
	bottom: 0px;
	padding: 2px 4px;
}

#maincontents.portable a.mosaic-overlay div.message {
	margin-top: 3px;
	width: inherit;
}

#maincontents.portable .fade .mosaic-overlay {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}
#maincontents.portable a.mosaic-backdrop {
	display:inline;
}


/** ---------------------
**	���X�|���V�u�Ή�
--------------------- **/

/* pc */
@media screen and (min-width: 961px) {
}
 
/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 960px) {

#homebottom {
	margin: 5px auto;
	width: calc(100% - 10px);
}

}

/* smartPhone */
@media screen and (max-width: 640px) {

#homebottom {
	margin: 5px auto;
	width: calc(100% - 10px);
}

#maincontents.portable .mosaic-backdrop img {
	width: 168px;
	height: 168px;
}

#maincontents.portable .mosaic-block {
	width: 168px;
	height: 168px;
}

div.whats-new-content {
	padding: 2rem;
    font-size: 1rem;
}

.whats-new .whats-new-table tr.new td.date::before {
    left: -15px;
}

}
