@charset "utf-8";

/*-------------------------------------
　ページ基本設定
---------------------------------------*/

.column2R #main {
	float: none;
	width: auto;
}
#container #wrapper_str {
	width: 750px;
	margin:0 auto;
	float:left;
	font-size:16px;
}
#container #wrapper_menu {
	width: 200px;
	margin:0 auto;
	float:right;
	font-size:12px;
}
#container #wrapper_breadCrumb {
	margin:12px auto 0;
	font-size:12px;
}

#container #wrapper_str h2 {
	background-color:#2c9421;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding:8px 12px;
}
#container #wrapper_str h3 {
	border-bottom:2px #2c9421 solid;
	color:#444;
	font-size:18px;
	font-weight:bold;
	margin-top:32px;
	padding-left:12px;
}

#container #wrapper_str p {
	line-height:1.9;
	margin:9px;
	padding:4px;
}
#container #wrapper_str p.thisSubject {
	background-color:#EEE;
	margin:0 0 32px 0;
	padding:12px;
}
#container #wrapper_str p.matome {
	/*background-color:#EEE;*/
	margin:0;
	padding:14px;
}


#container #wrapper_str ul.listDisc {
	list-style:disc;
	margin-left:3em;
}

#container #wrapper_str ul.listDot li {
	line-height:1.9;
}

#container #wrapper_str ol.listNumber {
	list-style:decimal;
	margin-left:3em;
}

#container #wrapper_str ol.listNumber li {
	line-height:1.9;
}


#container #wrapper_menu #menuTitle {
	background-color:#EEE;
	border:1px #666 solid;
	font-size:15px;
	padding:8px 0;
	text-align:center;
}
#container #wrapper_menu #menuTitle .small {
	font-size:12px;
}


#container #wrapper_menu ul {
}

#container #wrapper_menu ul li {
	margin:12px 0;
	background-image: url("/5img/bcBg_999.gif");
    background-position: 2px 6px;
    background-repeat: no-repeat;
    padding-left: 1em;
}


#container #wrapper_str #thisToc_title {
	font-weight: bold;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#container #wrapper_str #thisToc ul {
	margin: 3px 13px;
	float: left;
}

hr {
	border:none;
	border-top:1px #666 solid;
	margin:32px 0;
}


#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}


/*-------------------------------------
　16.06.20 ランキング表示
---------------------------------------*/
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}

.rank h2 {
	padding: 5px 10px !important;
	font-size: 14px !important;
}

.incNoteRanking .rankGameDesk {
	display: none;
}

.rankBox {
	width: 250px;
	margin-bottom: 20px;
	position: relative;
}
.rankBox .crownBadge {
	position: absolute;
	top: 0;
	left: 0;
}
.rankBox p {
	margin: 0 !important;
	padding: 0 !important;
}

p.rank_caption {
	font-size: 14px;
	line-height: 1.4 !important;
	padding: 0 5px !important;
	overflow: hidden;
	width: 180px;
	zoom: 1;
}

p.rank_caption span {
	color: #333;
}

span.rankName {
	font-size: 14px;
	font-weight: bold;
}

span.g_rankName {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3em;
}

.ranking_price {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding-bottom: 10px;
	/*padding-top: 6px;*/
	float: right;
	width: 130px;
	text-align: left;
	overflow: hidden;
	zoom: 1;
}

.otherLink {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
}

/*-------------------------------------
　ゲームトップランキング用（game_base.cssより抜粋）
---------------------------------------*/
.rankGameDesk h3,
.rankGameNote h3 {
	color: #fff !important;
}
.u-mt-ml {
	display: none;
}
.top-rank {
	overflow:hidden !important;
}
.top-rank li {
	position:relative !important;
	float:left!important;
	margin: 0 0 0 30px !important;
	width:230px !important;
}
.top-rank li:first-child {
	margin: 0 !important;
}
.top-rank li a {
	text-decoration:none !important;
	color: #605b5a !important;
}
.top-rank li a:hover img {
	opacity:.6 !important;
}
.top-rank-icon {
	position:absolute!important;
	top:0!important;
	left:5px !important;
}
.top-rank-desk {
	margin:0 0 0 80px !important;
}
.top-rank-desk img {
	margin: 0 0 0 -40% !important;
	width: 150% !important;
}
.top-rank-note img {
	width: 100% !important;
}
.top-rank-text {
	padding:0 5px!important;
	margin: 0 !important;
	line-height: 1.6 !important;
	font-size:13px !important;
}
.top-rank-name {
	padding:0 5px!important;
	font-weight:bold !important;
	font-size:14px !important;
	margin: 0 !important;
}
.top-rank-price,
.rank_caption {
	margin: 0 !important;
	padding: 0 !important;
}
.top-rank-price span {
	padding:0 5px !important;
	color:#f00 !important;
	font-weight: bold !important;
	font-size: 16px !important;
}


/*-------------------------------------
　サイドじゃないランキング用（bg_group.cssより抜粋）
---------------------------------------*/
.siRank h3 {
	background-color: #e5f2f7 !important;
	border-top: 1px dashed #ccc !important;
	border-bottom: 1px dashed #ccc !important;
	font-size: 14px !important;
	margin-bottom: 6px !important;
	padding: 6px 10px !important;
}

.siRank .rankingBox li {
	float: left;
	text-align: center;
	width: 250px;
}

.siRank .rankingBox p {
	font-size: 75% !important;
    line-height: 1.6 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.siRank .rankingBox li a {
	display: block;
	padding: 0px 8px;
}

.siRank .priceTxt {
	color: #f00;
}

/*-------------------------------------
　コンテンツ下ランキング用　20171024
---------------------------------------*/

#rankingInner {
	border:none !important;
}
#tab-4 {
	display:none;
}
#tab-5 {
	display:none;
}
.tabs_rotate .horizontal {
	display:none;
}
.tabs > DIV SPAN.rankingItemList {
	width:805px !important;
	float:none !important;
}
.rankingSection .detailBlock {
	float:none !important;
	width:805px !important;
}
.rankingSection .detailBlock .box .link a {
	display:none !important;
}
.rankingSection .detailBlock .box .ranklist li {
	width:206px !important;
}
.rankingSection .detailBlock .box .ranklist li .pct {
	border:none !important;
	text-align:center !important;
}
.rankingSection .detailBlock .box .ranklist li .name a {
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.rankingSection .detailBlock .box .ranklist li .price {
	text-align:center;
	font-weight:bold;
	font-size:16px !important;
}
#container #wrapper_str #rankingBox h3 {
	border-bottom:none;
	color:#FFF;
	padding:10px 15px;
}
#container #wrapper_str .rank h3 {
	border-bottom:none;
}

rankingInner .titleLblue {
	padding:10px 15px;
	background:#00b3e6;
}
#rankingBox h3:first-child {
	display:none;
}
.rankingSection .detailBlock .box .ranklist li .name {
	border:none !important;
}


.rankNewVer2 .rightText .windows {
	display:none;
}
.rankNewVer2 .rightText .review {
	display:none;
}
.rankNewVer2 .rightText .edit-list-day {
	display:none;
}
.rankNewVer2 .rightText .edit-list-price {
	border-top:none !important;
	text-align:center;
}
.rankNewVer2 .rightText .edit-list-price .pr{
	font-size:16px !important;
}
.rankNewVer2 .rightText .btnDetail {
	display:none;
}
#container #wrapper_str p {
	padding:0px;
}
.rankNewVer2 {
	border:none !important;
}
.rankNewVer2 .rightText .modelName {
	border-top:none !important;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.rankNewVer2 .modelBox {
	border-left:none !important;
	padding:0 8px !important;
}
.rightText p:nth-child(4) {
	display:none;
}
#container #wrapper_str .rankNewVerheading {
	padding: 10px 15px;
    background: #00b3e6;
    font-size: 18px;
    font-weight: bold;
    margin-top: 32px;
    padding-left: 12px;
}
.top-rank-desk img {
	width:100% !important;
}
.top-rank-note img {
	width:90% !important;
}
#container #wrapper_str .top-rank-icon img {
	width:40px !important;
}
.top-rank-desk, .top-rank-note {
	text-align:center;
}
.top-rank-name {
	text-align:center;
	font-size:16px !important;
	font-weight:bold;
	line-height:22px !important;
}
.top-rank-price, .rank_caption {
	text-align:center;
}
.rank_caption {
	display:none;
}
.rankNewVer2 .leftImg .crownBadge_b_tg2 {
	width:40px;
}
.rankNotePc .otherLink {
	display:none;
}
p.rank_caption {
	display:none;
}
.rankingSection .detailBlock .box .ranklist li .modelCatch {
	font-size:13px !important;
}

/*-------------------------------------
　テーブル
---------------------------------------*/
.expTableSide {
	width: calc(100% - 20px);
	margin: 10px;
}

.expTableSide th {
	border: 1px solid #9e9e9e;
}

.expTableSide td {
	border: 1px solid #9e9e9e;
}

.expTableSide th {
	background: #f3f1f1;
}

.expTableSide th, .expTableSide td {
	padding: 5px;
}

.expTableLength {
	width: calc(100% - 20px);
	margin: 10px;
	table-layout:fixed;
}

.expTableLength td:first-child {
	background-color:#f3f1f1;
}

.expTableLength td {
	border: 1px solid #9e9e9e;
}

.expTableLength th, .expTableLength td {
	padding: 5px;
}
/*-------------------------------------
　画像
---------------------------------------*/
.contentsArea img {
	max-width: 730px;
	margin: 10px;
}

/*-------------------------------------
　※
---------------------------------------*/
.kome {
	font-size: 13px;
}

/*-------------------------------------
　SP （0〜479pxの場合に適用するCSS）
---------------------------------------*/
@media screen and (max-width:479px){
	.contentsArea {
		margin-top:5px;
	}
	.incDeskRanking, .incNoteRanking {
		display: none;
	}
	.siRank {
		display: none !important;
	}
	
	#container #wrapper_str {
		width: 100%;
		float: none;
		font-size: 1.2em;
	}
	#container #wrapper_str h2 {
		font-size: 16px;
		padding: 8px 10px;
	}
	#container #wrapper_str h3 {
		font-size: 16px;
		margin: 32px 7px 0;
		padding-left: 0;
		line-height: 1.4em;
	}
	#container #wrapper_str p {
		line-height: 1.6em;
		margin: 0;
		padding: 10px;
	}
	#container #wrapper_breadCrumb {
		margin:12px 10px 0;
	}
	#wrapper_breadCrumb ul:first-child {
		display:none;
	}
	
	#container #wrapper_menu {
		width: 100%;
		/*margin: 0 10px;*/
	}

	/*ACCORDION*/
	div.accordion {
	  width: 100%;
	}
	div.accordion > ul > li > a {
	  display: block;
	  color: #fff;
	  font-size: 16px;
	  text-decoration: none;
	  background-color: #6ab5c8;
	  border-bottom: 1px solid #fff;
	  cursor: pointer;
	  padding: 10px 12px;
	  position: relative;
	}
	div.accordion > ul > li > a:hover{
	  background-color: #5997a7;
	}
	div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
	  font-size: 12px;
	  position: absolute;
	  right: 12px;
	  top: 16px;
	  color: #2f7f99;
	}
	div.accordion > ul > li > a:after{
	  content: "▼";
	}
	div.accordion > ul > li > a.active:after{
	  content: "▲";
	}
	div.accordion > ul > li > ul {
	  display: none;
	}
	div.accordion > ul > li > ul > li > a{
	  display: block;
	  color: #fff;
	  font-size: 14px;
	  background-color: #79c9b8;
	  border-bottom: 1px solid #fff;
	  padding: 6px 12px;
	  position: relative;
	}
	div.accordion > ul > li > ul > li > a:hover{
	  background-color: #67ab9c;
	}
	
	#container #wrapper_str ol.listNumber li {
		margin-right: 10px;
	}
	#container #wrapper_str ul.listDisc li {
		margin-right: 10px;
	}
	.expTableSide {
		table-layout:fixed;
		font-size: 70%;
		word-wrap: break-word;
	}
	.expTableLength {
		font-size: 70%;
		word-wrap: break-word;
	}
	.contentsArea img {
		width: calc(100% - 20px);
	}
}





