@charset "UTF-8";

body {
	padding: 0;
	margin: 0;
	background: transparent;
	text-align: center;
	color: #5d5d5d;
}

#contentwrap{
	width: 670px;
	background: #FFF;
	border-radius: 5px;
}

#wrapbody{
	width: 630px;
	padding: 20px 0 40px;
	margin: 0px auto;
}


#wiiu {
	margin: 40px 0 41px 0;
}

.wraphead {
	padding: 0 0 20px 0;
}
.wraphead .logo {
	float: left;
}
.wraphead .title {
	float: right;
	padding: 0 0 0 4px;
	font-size: 13px;
}

.wraphead .title:before{
	content: "";
	display: inline-block;
	vertical-align: -2px;
	width: 4px;
	height: 13px;
	margin-right: 8px;
	background-color: #0096C8;
}

table {
	margin-bottom: 12px;
	width: 100%;
}

table th {
	padding: 10px 0;
	background: #f1f1f1 bottom center repeat-x;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
}
table td {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
table th.date {
	width: 122px;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
table th.title {
	width: 304px;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

table .d_dl{
	color: #ff7d00;
	font-size: 100%;
	display: block;
}

table .d_di{
	color: #0096C8;
	font-size: 100%;
	display: block;
}

table th.maker {
	width: 151px;
	border-bottom: 1px solid #d2d2d2;
}
table td.date {
	padding: 10px 0 10px 13px;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px dotted #d2d2d2;
	font-size: 11px;
}
table td.title {
	padding: 10px 13px 10px 13px;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px dotted #d2d2d2;
	font-size: 12px;
	line-height: 1.4;
}
#wiiu table td.title {
	/*padding: 14px 13px 10px 18px;*/
}
img.softtype{
    line-height: 0.01;
    font-size: 0;
    display: block;
    margin: 0 0 5px -1px;
}
#wiiu table td.title span {
	font-size: 83%;
}
table td.maker {
	padding: 10px 0 10px 13px;
	border-bottom: 1px dotted #d2d2d2;
	font-size: 11px;
}
table td.last {
	border-bottom: 1px solid #d2d2d2;
}

table td a {
	display: block;
	width: 100%;
	background: url(../../../../../common/css/img/arrow_wiiu_00.png) right center no-repeat;
}

.atn {
	text-align: left;
	font-size: 11px;
}

.sp_only {
  display: none;
}
