@charset "utf-8";

/* -------------------------------------------------------------------------- */
/* 共通 */
/*-------------------------------------------------------------------------- */
.sp_view {
	display: none;
}

sup {
	font-size: 50%;
	vertical-align: top;
}

/* -------------------------------------------------------------------------- */
/* ヘッダ部　タイトル表記 */
/*-------------------------------------------------------------------------- */
.softwarettl {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 0 40px;
}

.softwarettl .softwarettl-container {
	width: 960px;
	margin: 0 auto 0;
	padding: 35px 0 40px;
	overflow: hidden;
	position: relative;
}

.softwarettl .softwarettl-container .softwarettl_body {
	width: 750px;
}

.softwarettl .softwarettl-container .softwarettl_body p {
	font-size: 14px;
	color: #0096c8;
	margin: 0 0 10px;
	font-weight: bold;
	vertical-align: middle;
}

.softwarettl .softwarettl-container .softwarettl_body p i {
	position: relative;
	margin: 0 5px 0 0;
	width: 18px;
	height: 18px;
}


.softwarettl .softwarettl-container .softwarettl_body p i:before {
	content: "";
	background:url(../img/icon_ttl_download.png) 0 0 no-repeat;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 3px;
}

.softwarettl .softwarettl-container .softwarettl_body h2 {
	font-size: 30px;
	color: #4b4b4b;
	margin: 0;
	line-height: 1.3;
}

.softwarettl .softwarettl-container .softwarettl_body h2 span {
	font-size: 22px;
}


/* ヘッダ部　パッケージ版／ダウンロード版体験版表示
-------------------------------------------------------------------------- */
.softwarettl .softwarettl-container .softwarettl-experience {
	position: absolute;
	right: 0;
	top: 35px;
}

.softwarettl .softwarettl-container .softwarettl-experience a,
.softwarettl .softwarettl-container .softwarettl-experience img {
	display: block;
}

.softwarettl .softwarettl-container .softwarettl-experience a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.softwarettl .softwarettl-container .softwarettl-experience a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}


/* ヘッダ部　コンソール版オリジナル表示
-------------------------------------------------------------------------- */
.softwarettl .softwarettl-container .softwarettl-origin {
	position: absolute;
	right: 0;
	top: 35px;
}





/* -------------------------------------------------------------------------- */
/* スライダ部 */
/*-------------------------------------------------------------------------- */
.softwareslide {
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	padding: 0 0 35px;
	overflow: hidden;
}

.softwareslide .softwareslide-container {
	width: 960px;
	margin: 0 auto 0;
	padding: 0 0 0;
	position: relative;
}

/* スライダ部　スライド本体
-------------------------------------------------------------------------- */
.softwareslide .softwareslide-container .softwareslide-main {
	width: 840px;
	margin: 0 auto 10px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/* cursor: pointer; */
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.softwareslide .softwareslide-container .softwareslide-main:active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.softwareslide .softwareslide-container .softwareslide-main a,
.softwareslide .softwareslide-container .softwareslide-main img {
	display: block;
	margin: 0 auto;
}

.softwareslide .softwareslide-container .softwareslide-main ul li {
	position: relative;
}

/* 左右矢印
-------------------------------------------------------------------------- */
.softwareslide .softwareslide-container .softwareslide-arrow a {
	display: block;
	position: absolute;
	top: 195px;
	width: 55px;
	height: 55px;
	text-indent: -9999em;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.softwareslide.slide-vc .softwareslide-container .softwareslide-arrow a {
	top: 252px;
}

.softwareslide .softwareslide-container .softwareslide-arrow .arrow-left {
	left: 20px;
	background: url(../../common/img/btn_arrow_left01.png) 0 0 no-repeat;
}

.softwareslide .softwareslide-container .softwareslide-arrow .arrow-left:hover {
	background: url(../../common/img/btn_arrow_left01_ov.png) 0 0 no-repeat;
}

.softwareslide .softwareslide-container .softwareslide-arrow .arrow-right {
	right: 20px;
	background: url(../../common/img/btn_arrow_right01.png) 0 0 no-repeat;
}

.softwareslide .softwareslide-container .softwareslide-arrow .arrow-right:hover {
	background: url(../../common/img/btn_arrow_right01_ov.png) 0 0 no-repeat;
}



/* ページネーション
-------------------------------------------------------------------------- */
.softwareslide .softwareslide-container .softwareslide-pager {
	width: 100%;
	text-align: center;
}

.softwareslide .softwareslide-container .softwareslide-pager ol {
	display: inline-block;
	vertical-align: middle;
}

.softwareslide .softwareslide-container .softwareslide-pager ol li {
	vertical-align: middle;
	display: inline-block;
	margin: 0 10px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #DCDCDC;
	cursor: pointer;
}

.softwareslide .softwareslide-container .softwareslide-pager ol li.current{
	background: #0096c8;
}

.softwareslide .softwareslide-container .softwareslide-pager ol li:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
}


/*スライダ内リンク
-------------------------------------------------------------------------- */
.softwareslide ul li a#slide-cero,
.softwareslide ul li a#slide-network {
	position: absolute;
	width: 40px;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: #fff;
}

.softwareslide ul li a#slide-cero:hover,
.softwareslide ul li a#slide-network:hover{
	opacity: 0.4;
	filter: alpha(opacity=40);
}


.softwareslide ul li a#slide-network {
	height: 55px;
}

.softwareslide ul li a#slide-cero {
	height: 50px;
}



/* スライダ内リンクが１つもしくは２つの時（cero+network／パッケージ版　ダウンロード版）
-------------------------------------------------------------------------- */
.softwareslide ul li a#slide-cero,
.softwareslide ul li a#slide-network {
	position: absolute;
	top: 5px;
	width: 42px;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: #fff;
}

.softwareslide ul li a#slide-cero:hover,
.softwareslide ul li a#slide-network:hover{
	opacity: 0.4;
	filter: alpha(opacity=40);
}


.softwareslide ul li a#slide-network {
	height: 56px;
	left: 705px;
}

.softwareslide ul li a#slide-cero {
	height: 52px;
	left: 760px;
}



/* バーチャルコンソール スライダ内リンクが1つの時
-------------------------------------------------------------------------- */
.softwareslide.slide-vc ul li a#slide-cero {
	position: absolute;
	top: 47px;
	width: 42px;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: #fff;
}

.softwareslide.slide-vc ul li a#slide-cero:hover{
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.softwareslide.slide-vc ul li a#slide-cero {
	height: 50px;
	left: 750px;
}



/* softwareslide link slide-movie
バーチャルコンソール版動画をみるボタン
-------------------------------------------------------------------------- */
.softwareslide.slide-vc .softwareslide-container .softwareslide-main {
	padding-top: 40px;
}


.softwareslide #slide-movie {
	left: 620px;
	top: 0;
	position: absolute;
	width: 100px;
	height: 100px;
}

.softwareslide #slide-movie a {
	background: url(../img/btn_play_movie01.png) 0 0 no-repeat #0096c8;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	text-indent: -9999em;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.softwareslide #slide-movie a:hover{
	background: url(../img/btn_play_movie01.png) 0 0 no-repeat #4cb5d8;
}





/* -------------------------------------------------------------------------- */
/* スライダ部　モーダル動画 */
/*-------------------------------------------------------------------------- */
#modal-wrapper {
	background: rgba(0,0,0,0.94);
	background: #000\9;
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
}

#modal-wrapper iframe {
	text-align: center;
	position: relative;
	margin: 0 auto;
	display: block;
	border: 1px solid #555;
	background: #000;
	z-index: 5;
}

#modal-close {
	position: absolute;
	right: 25px;
	top: 0;
	z-index: 10;
}

#modal-close a {
	display: block;
	width: 45px;
	height: 45px;
	background: url(../img/btn_modal_close.png) 0 0 no-repeat;
	text-indent: -9999em;
}

#modal-close a:hover {
	background: url(../img/btn_modal_close_ov.png) 0 0 no-repeat;
}





/*-------------------------------------------------------------------------- */
/* ページ下部２カラム
/*-------------------------------------------------------------------------- */
.softwaredetail {
	padding: 50px 0 60px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e6e6e6;
}

.softwaredetail .softwaredetail-container {
	width: 960px;
	margin: 0 auto 0;
	position: relative;
}

.softwaredetail .softwaredetail-container:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}


/*-------------------------------------------------------------------------- */
/* ページ下部　左ソフト詳細部　softwaredetail-col01
/*-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-col01 {
	width: 630px;
	float: left;
	padding: 0 59px 0 0;
	border-right: 1px solid #e6e6e6;
}



/*-------------------------------------------------------------------------- */
/* 価格表示部分
/*-------------------------------------------------------------------------- */
.softwaredetail-info {
	margin: 0 0 50px;
	position: relative;
	padding: 0 0 0 25px;
}

.softwaredetail-info:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.softwaredetail-info:before {
	content: "";
	height: 100%;
	width: 6px;
	display: inline-block;
	background: #0096c8;
	position: absolute;
	left: 0;
	top: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* 価格表示部分　動画表示
-------------------------------------------------------------------------- */
.softwaredetail-info .info-movie {
	display: none;
}


/* 価格表示部分　価格／アイコン表示
-------------------------------------------------------------------------- */
.softwaredetail-info .info-price {
	margin: 0 0 10px;
}

.softwaredetail-info .info-price > div {
	overflow: hidden;
}
.softwaredetail-info .info-price > div p {
	float: left;
	margin: 0 15px 0 0;
	position: relative;
}

.softwaredetail-info .info-price > div p span {
	display: inline-block;
	padding: 0 2px;
}

.softwaredetail-info .info-price > div p .price-ico {
	background: #FFF;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	font-size: 10px;
	line-height: 10px;
	padding: 3px 10px 4px 25px;
	position: relative;
	margin: 0 10px 0 0;
	min-width: 7.5em;
	position: relative;
	top: -3px;
}

.softwaredetail-info .info-price > div p:nth-of-type(2) .price-pkg,
.softwaredetail-info .info-price > div p:nth-of-type(2) .price-dl {
	display: none;
}

.softwaredetail-info .info-price > div p .price-pkg:before {
	content: "";
	display: block;
	width: 11px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 10px;
	background: transparent url(../../common/img/icon_pkg.png) 0 0 no-repeat;
}

.softwaredetail-info .info-price > div p .price-dl:before {
	content: "";
	display: block;
	width: 11px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 10px;
	background: transparent url(../../common/img/icon_dl.png) 0 0 no-repeat;
}

.softwaredetail-info .info-price > div p .txt_large {
	font-size: 22px;
	font-weight: bold;
}

.softwaredetail-info .info-price > div p .txt_small {
	font-size: 12px;
}


/* 価格表示部分　注意書きリンク
-------------------------------------------------------------------------- */
.softwaredetail-info .info-attention {
	margin: 0 0 15px;
}

.softwaredetail-info .info-attention a {
	font-size: 12px;
	color:#0096c8;
}

.softwaredetail-info .info-attention a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px 0 0;
	vertical-align: middle;
	background: transparent url(../../../../../common/css/img/arrow_wiiu_00.png) 0 0 no-repeat;
}




/* 価格表示部分　キャンペーン情報
-------------------------------------------------------------------------- */
.softwaredetail-info .info-campaign {
	border: 2px solid #0096c8;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin: 0 0 20px;
	padding: 20px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}

.softwaredetail-info .info-campaign span {
	font-size: 22px;
	color: #ce181e;
	font-weight: bold;
	padding: 0 3px;
}


/* 価格表示部分　メーカー／ダウンロード等表記
-------------------------------------------------------------------------- */
.softwaredetail-info .info-other {
	margin: 0 0 10px -15px;
}

.softwaredetail-info .info-other:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.softwaredetail-info .info-other > div {
	float: left;
	margin: 0 0 10px 15px;
}

.softwaredetail-info .info-other > div > p {
	font-size: 12px;
}

.softwaredetail-info .info-other > div > p:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #0096c8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 3px 0 0;
}

.softwaredetail-info .info-other > div > p .dl-icon {
	display: inline-block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 0 12px;
	margin: 0 0 0 5px;
	color: #fff;
	font-size: 10px;
	position: relative;
	cursor: default;
	background: #dcdcdc;
}

.softwaredetail-info .info-other > div > p .dl-icon.active {
	background: #0096C8;
}

.softwaredetail-info .info-other > div > p .dl-icon img {
	display: none;
}

.softwaredetail-info .info-other > div > p .dl-icon.active:hover img {
	display: block;
	position: absolute;
	top: -80px;
}

.softwaredetail-info .info-other > div > p .dl-card img {
	left: -60px;
}

.softwaredetail-info .info-other > div > p .dl-online img {
	left: -65px;
}

.softwaredetail-info .info-other > div > p .dl-eshop img {
	left: -30px;
}



/* 価格表示部分　リンク部
-------------------------------------------------------------------------- */
.softwaredetail-info .info-link p {
	font-size: 12px;
	margin: 0 0 5px;
}

.softwaredetail-info .info-link > * {
	margin-bottom: 20px!important;
}

.softwaredetail-info .info-link > *:last-child {
	margin-bottom: 0!important;
}



/* 価格表示部分　メーカーページへリンク
-------------------------------------------------------------------------- */
.softwaredetail-info .info-link .info-link-maker {
	border-radius: 15px;
	position: relative;
	width: 230px;
	background: #0096c8;
	overflow: hidden;
	text-align: center;
	line-height: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.softwaredetail-info .info-link .info-link-maker:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.softwaredetail-info .info-link .info-link-maker:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 13px;
	background: transparent url(../../../common/css/img/arrow_link_01.png) 0 0 no-repeat;
}

.softwaredetail-info .info-link .info-link-maker:after {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	display: block;
	width: 10px;
	height: 10px;
	margin: auto 0;
	content: '';
	background: transparent url(../../common/img/icon_blank_white.png) 0 0 no-repeat;
}


.softwaredetail-info .info-link .info-link-maker a {
	color: #FFF;
	display: inline-block;
	padding: 8px 0 8px 10px;
	font-size: 80%;
	text-decoration: none;
}



/* 価格表示部分　リンク白
-------------------------------------------------------------------------- */
.softwaredetail-info .info-link .info-link-white {
	border-radius: 15px;
	width: 230px;
	position: relative;
	background: #fff;
	overflow: hidden;
	text-align: center;
	line-height: 1;
	display: block;
	margin: 0 10px 0 0;
}

.softwaredetail-info .info-link .info-link-white:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 13px;
	background: transparent url(../../../../../common/css/img/arrow_wiiu_00.png) 0 0 no-repeat;
}

.softwaredetail-info .info-link .info-link-white a {
	color: #0096c8;
	display: inline-block;
	padding: 8px 0 8px 10px;
	font-size: 80%;
	text-decoration: none;
	
}

.softwaredetail-info .info-link .info-link-white a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	height: 27px;
	border: 2px solid #0096c8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.softwaredetail-info .info-link .info-link-white a:hover:before {
	border: 4px solid #0096c8;
}



/* 価格表示部分　テキスト表記
-------------------------------------------------------------------------- */
.softwaredetail-info .info-link .info-text  {
	clear: both;
	font-size: 12px;
}



/* 価格表示部分　年齢条件
-------------------------------------------------------------------------- */
.softwaredetail-info .info-link .info-age  {
	clear: both;
	background: url(../img/icon_exclamation01.png) 0 0 no-repeat;
}

.softwaredetail-info .info-link .info-age a {
	color:#ce181e;
	font-size: 12px;
	padding: 0 0 0 42px;
	color: #0096c8;
	line-height: 26px;
	display: inline-block;
}



/* 価格表示部分　補足事項
-------------------------------------------------------------------------- */
.softwaredetail-info .info-link .info-additiona {
	clear: both;
}

.softwaredetail-info .info-link .info-additional a {
	font-size: 12px;
	color: #0096c8;
	display: inline-block;
	padding: 0 0 0 12px;
	text-indent: -12px;
}

.softwaredetail-info .info-link .info-additional a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0 0 0;
	vertical-align: middle;
	background: transparent url(../../../../../common/css/img/arrow_wiiu_00.png) 0 0 no-repeat;
}





/* 価格表示部分　PDFへリンク
-------------------------------------------------------------------------- */
.softwaredetail-info .info-link .info-link-pdf {
	clear: both;
	background: url(../img/icon_pdf.png) 0 2px no-repeat;
	padding: 0 0 0 20px;
}

.softwaredetail-info .info-link .info-link-pdf a {
	color:#0096c8;
	font-size: 12px;
}

/* PC非表示 .info-img
-------------------------------------------------------------------------- */
.softwaredetail-info .info-img {
	display: none;
}


/* PC非表示 .softwaredetail-experience
-------------------------------------------------------------------------- */
.softwaredetail-experience {
	display: none;
}


/* PC非表示 softwaredetail-package-sp
-------------------------------------------------------------------------- */
.softwaredetail-package-sp {
	display: none;
}






/*-------------------------------------------------------------------------- */
/* 本文部分
/*-------------------------------------------------------------------------- */

/* softwaredetail-content
-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-content {
	margin: 0 0 50px;
}
.softwaredetail .hide-mask {
	display: none;
}

/* 本文部分　h3
-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-content h3 {
	color: #4b4b4b;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 10px 20px;
	margin: 0 0 30px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
}

.softwaredetail .softwaredetail-content h3:before {
	background: transparent url(../../common/img/icon_hlv2_red.png) 0 50% no-repeat;
	content: "";
	width: 16px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 4px;
}

/* 本文部分　h4
-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-content h4 {
	color: #0096c8;
	font-size: 20px;
	margin: 0 0 40px;
}


/* 本文部分　p
-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-content p {
	margin: 0 0 25px;
	line-height: 2;
	font-size: 14px;
}

.softwaredetail .softwaredetail-content .text_small {
	font-size: 12px;
}

.softwaredetail .softwaredetail-content p:last-child {
	margin: 0;
}

.softwaredetail .softwaredetail-content p i:before {
	content: "●";
	color: #0096c8;
	margin: 0 3px 0 0;
}


/* 本文部分　リンク
-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-content p a {
	color: #0096c8;
}

.softwaredetail .softwaredetail-content p a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0 0 0;
	vertical-align: middle;
	background: transparent url(../../../../../common/css/img/arrow_wiiu_00.png) 0 0 no-repeat;
}




/*-------------------------------------------------------------------------- */
/* 本文部分 対応コントローラー
/*-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-controller {
	margin: 50px 0 0 0;
}

.softwaredetail .controller-detail {
	overflow: hidden;
	margin: 0 0 10px;
}

.softwaredetail .controller-detail table {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-collapse: separate;
}

.softwaredetail .controller-detail table th {
	background: #08a2d1;
	color: #fff;
	padding: 0 8px;
	text-align: center;
	font-size: 9px;
	height: 90px;
	vertical-align: middle;
	/*border: 1px solid #0388b1;*/
	border-top: none;
	border-right: 1px solid #0388b1;
	border-left: 1px solid #51bbdb;
}

.softwaredetail .controller-detail table th:first-child {
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}

.softwaredetail .controller-detail table th:last-child {
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}


.softwaredetail .controller-detail table th img {
	display: inline-block;
}

.softwaredetail .controller-detail table td {
	background: #fff;
	padding: 0 8px;
	text-align: center;
	font-size: 10px;
	height: 40px;
	vertical-align: middle;
	border: 1px solid #cfcfcf;
	border-left: none;
	border-top: none;
}

.softwaredetail .controller-detail table td:first-child {
	border-left: 1px solid #cfcfcf;
}

.softwaredetail .controller-detail table tr:last-child td:first-child {
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}

.softwaredetail .controller-detail table  tr:last-child td:last-child {
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
}


.softwaredetail .controller-detail .controller-detail01 {
	width: 520px;
	float: left;
}



/* テーブル２つめ
-------------------------------------------------------------------------- */
.softwaredetail .controller-detail .controller-detail02 {
	width: 105px;
	float: right;
}

.softwaredetail .controller-detail .controller-detail02 th {
	-moz-border-radius: 10px 10px 0 0 !important;
	-webkit-border-radius: 10px 10px 0 0 !important;
	border-radius: 10px 10px 0 0 !important;
	border: 1px solid #08a2d1;
	border-top: none;
}

.softwaredetail .controller-detail .controller-detail02 td {
	height: 80px;
	-moz-border-radius: 0 0 10px 10px !important;
	-webkit-border-radius: 0 0 10px 10px !important;
	border-radius: 0 0 10px 10px !important;
}

.softwaredetail .controller-detail.col01 .controller-detail02 td {
	height: 40px;
}





/* テーブル下備考
-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-controller p {
	font-size: 10px;
	margin: 0 0 5px;
}



/*-------------------------------------------------------------------------- */
/* 右カラム
/*-------------------------------------------------------------------------- */

/* 右カラム softwaredetail-col02
-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-col02 {
	width: 240px;
	float: right;
}



/* 右カラム 別版パッケージ
-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-package {
	margin: 0 0 15px;
	text-align: center; 
}


/* 右カラム インターネットに接続すると
-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-internet {
	margin: 0 0 15px;
}

.softwaredetail .softwaredetail-internet h2 {
	background: url(../img/icon_internet.png) 10px 50% no-repeat #0096C8;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	font-size: 11px;
	color: #fff;
	padding: 10px 10px 12px 45px;
}

.softwaredetail .softwaredetail-internet div {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	border: 2px solid #e6e6e6;
	border-top: none;
	padding: 15px;
}

.softwaredetail .softwaredetail-internet div ul li {
	font-size: 12px;
	margin: 0 0 3px;
}

.softwaredetail .softwaredetail-internet div ul li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #0096c8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 5px 0 0;
}


/* 右カラム プレイ人数／3D映像の表示／セーブデータ数
-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-moreinfo ul li {
	border-bottom: 1px dotted #8c8c8c;
	padding: 0 10px 17px;
	margin: 0 0 17px;
	font-size: 12px;
}

.softwaredetail .softwaredetail-moreinfo ul li p {
	overflow: hidden;
}

.softwaredetail .softwaredetail-moreinfo ul li p em {
	color: #0096c8;
	display: block;
	margin: 0 0 5px;
	text-indent: -1.2em;
	padding: 0 0 0 1.2em;
}

.softwaredetail .softwaredetail-moreinfo ul li p em:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #0096c8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px 0 0;
}

.softwaredetail .softwaredetail-moreinfo ul li p span {
	display: block;
	padding: 0 0 0 15px;
}

.softwaredetail .softwaredetail-moreinfo ul li p a {
	color: #0096c8;
}

.softwaredetail .softwaredetail-moreinfo ul li p a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0 0 0;
	vertical-align: middle;
	background: transparent url(../../../../../common/css/img/arrow_wiiu_00.png) 0 0 no-repeat;
}



/* 右カラム eshopへのリンク
-------------------------------------------------------------------------- */
.softwaredetail .softwaredetail-eshop a {
	border: 2px solid #ff7d00;
	padding: 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	text-align: center;
	position: relative;
}

.softwaredetail .softwaredetail-eshop a:after {
	content: "";
	border: 0px solid #ff7d00;
	position: absolute;
	width: 240px;
	height: 90px;
	left: -2px;
	top: -2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.softwaredetail .softwaredetail-eshop a:hover:after {
	content: "";
	border: 5px solid #ff7d00;
	position: absolute;
	width: 230px;
	height: 80px;
	left: -2px;
	top: -2px;
}

.softwaredetail .softwaredetail-eshop a img {
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.softwaredetail .softwaredetail-eshop a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}





/*-------------------------------------------------------------------------- */
/* もっとみる
/*-------------------------------------------------------------------------- */
.readmore {
	display: none;
}





/*-------------------------------------------------------------------------- */
/* コンテンツフッタ部
/*-------------------------------------------------------------------------- */
.content-footer {
	padding: 0 0 50px;
}

.content-footer .content-footer-container {
	width: 960px;
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

/* コンテンツフッタ部　copyright
-------------------------------------------------------------------------- */
.content-footer small {
	font-size: 10px;
	display: inline-block;
	margin: 0 0 45px;
}

/* コンテンツフッタ部　ひとつ前のページへ戻る
-------------------------------------------------------------------------- */
.content-footer .content-footer-container > p {
	width: 240px;
	margin: 0 auto 30px;
}

.content-footer p .c-btn__round {
	display: block;
	border-width: 2px;
	border-style: solid;
	border-radius: 13px;
	border-color: #0096c8;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 1;
	position: relative;
	
}

.content-footer p .c-btn__round:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 10px;
	background: transparent url(../../../../../common/css/img/arrow_wiiu_00.png) 0 0 no-repeat;
}

.content-footer p .c-btn__round:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 0 #0096c8 solid;
  border-radius: 15px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 242px;
  height: 26px;
 }

.content-footer p .c-btn__round:hover:after {
	border-width: 3px;
}

.content-footer p .c-btn__round span {
	font-size: 12px;
	color: #0096c8;
	display: inline-block;
	padding: 6px 0 6px 10px;
}

/* コンテンツフッタ部　注意書き
-------------------------------------------------------------------------- */
.content-footer .content-footer-caution {
	background-color: #F6F6F6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 25px 30px;
}

.content-footer .content-footer-caution p {
	text-align: left;
	font-size: 12px;
	margin: 0 0 5px;
}

.content-footer .content-footer-caution p a {
	color: #0096c8;
}

.content-footer .content-footer-caution p a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 0 0 0;
	vertical-align: middle;
	background: transparent url(../../../../../common/css/img/arrow_wiiu_00.png) 0 0 no-repeat;
}


