@charset "utf-8";
/* CSS Document */
.topModuleBox li{
	background:none;
}
/* スマホの横幅パディングうちけし */
div.entryContent{
	margin:0 -12px;
}
.chart-contenter{
	FONT-FAMILY: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

.chart-contenter p{
		font-size:14px;
	line-height:1.2em;
	margin:0 0 10px 0;
}
/*
.chart-tabmenu{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center; 
	align-items: center; 
	-webkit-justify-content: center; 
	justify-content: center;
}
*/
.chart-content label{
	box-sizing: border-box;
	display: block;
	float: left;
	background-color: #CCCCCC;
	width: 48%;
	text-align: center;
	margin: 0 1%;
	padding: 10px 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 20px;
	cursor: pointer;
	height: 50px;
	line-height:1.2em;
}


.chart-content input[type="radio"] {
  display: none;
}
.chart-content .tab-box {
  height: 100px;
  border: 1px solid #AAA;
}
.chart-content > .chart-box > div {
  display: none;
}
#tab1:checked ~ .chart-box > #sale-chart {
  display: block;
}
#tab2:checked ~ .chart-box > #yoyaku-chart {
  display: block;
}
#tab1:checked ~ .tab_sale ,
#tab2:checked ~ .tab_yoyaku {
	background-color:#fdd000;
}
#tab1:hover ~ .tab_sale ,
#tab2:hover ~ .tab_yoyaku {
	color:#d6000f;
}




.chart-contenter h1{
	margin: 0;
	padding: 0px;
}
.chart-contenter h1 img{
	max-width:645px;
	width:100%;
	height:auto;
}
.chart-contenter h2{
	background-color: #fdd000;
	margin: 0;
	padding: 20px 110px 20px 20px;
	background-image: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/chart/tol-rogo);
	background-position: 97% center;
	background-repeat: no-repeat;
	clear: both;
	font-size: 18px;
	background-size: 90px;
}
dl.chart-title{
	margin: 0;
	padding: 10px 10px 0 10px;
}
dl.chart-title dt{
	display: block;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 10px;
	font-weight: bold;
	background-color: #d6000f;
	color: #FFF;
}
dl.chart-title dd{
	font-size: 14px;
	margin: 0;
	line-height: 1.4em;
	padding:0 5px;
}
dl.about-chart{
	display: block;
	margin: 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
dl.about-chart dt{
	font-size: 13px;
	margin: 0 0 5px 0;
	font-weight: bold;
}
dl.about-chart dd{
	font-size: 12px;
	margin: 0;
	line-height: 1.2em;
}

.chart-content dl.c-kikan{
	margin:0;
}
.chart-content dl.c-kikan dt{
	padding: 15px 10px;
	font-weight: bold;
	float: left;
}
.chart-content dl.c-kikan dd{
	padding: 15px 10px;
}

.chart-content ol{
	margin:0;
	padding:0;
}
	
.chart-content ol li{
	display: block;
	padding:10px;	
}
.chart-content ol li:after {
 content: ".";   
 display: block;   
visibility: hidden;   
 height: 0.1px;   
 font-size: 0.1em;   
line-height: 0;   
clear: both;   
}

.chart-content ol li:nth-child(odd) {
	background-color: #EFEFEF;
}
.chart-content ol li:nth-child(even) {
	background-color: #FFFFFF;
}  

.chart-content ol li ul{
	margin:0;
	padding:0;
	height:60px;
	overflow:hidden;
}

.chart-content ol ul:after {
 content: ".";   
 display: block;   
visibility: hidden;   
 height: 0.1px;   
 font-size: 0.1em;   
line-height: 0;   
clear: both;   
}

.chart-content ol li ul li{
	display: block;
	float:left;
	border: none;
	padding:0 8px;
}

.chart-content ol li ul li.c-ranking{
/*
	background-image: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/chart/ranking-icon);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
*/
	margin: 10px 10px 10px 0;
	padding:12px;
	line-height: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color:#FFF;
	background-color:#000;
}
.chart-content ol li ul li.c-ranking.no1{
	width: 15%;
	max-width: 60px;
	line-height: 40px;
	margin: 0 2px 0 0;
	padding: 10px 0 0 0;
	background-size: contain;
	background-image: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/chart/ranking-icon_1);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	color:#000;
}
.chart-content ol li ul li.c-ranking.no2{
	width: 15%;
	max-width: 60px;
	line-height: 40px;
	margin: 0 2px 0 0;
	padding: 10px 0 0 0;
	background-size: contain;
	background-image: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/chart/ranking-icon_2);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	color:#000;
}
.chart-content ol li ul li.c-ranking.no3{
	width: 15%;
	max-width: 60px;
	line-height: 40px;
	margin: 0 2px 0 0;
	padding: 10px 0 0 0;
	background-size: contain;
	background-image: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/chart/ranking-icon_3);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	color:#000;
}
.chart-content ol li ul li.c-updown{
	margin: 0;
	background-color: transparent;
	padding: 6px 0 0 0;
	width:30px;
	height: 50px;
	text-align: center;
	position: relative;
}
.chart-content ol li ul li.c-updown img{
	width: 100%;
	position:absolute;
	max-width: 30px;
	height: auto;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.chart-content ol li ul li.c-lastweek{
	margin: 10px 6px 10px 10px;
	border: 1px solid #CCC;
	line-height: 32px;
	font-size: 11px;
	background-color: #FFF;
	color: #333;
}
.chart-content ol li ul li.c-repeat{
	margin: 10px 0;
	border: 1px solid #CCC;
	line-height: 32px;
	font-size: 11px;
	color: #333;
}
.c-div-left{
    position: relative;
    float: left;
	width: 35%;
	text-align:center;
}
.c-div-left:before{
    content:"";
    display: block;
    padding-top: 100%;
}
.c-div-left p.c-jacket{
	position: absolute;
	max-width:300px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	margin:0;
	background-size: contain;
	background-image: url(http://cdfront.tower.jp/~/media/Images/Tol/pc/site/chart/c-jacket-back);
	background-repeat: no-repeat;
	background-position: center top;
}
.c-div-left p.c-jacket img{
	max-width:100%;
	height:auto;
	border:1px solid #CCCCCC;
}
.c-div-left p.c-jacket strong{
	display:block;
	margin:25% 5px 10% 5px;
	color:#15a9f5;
	font-size: 160%;
	line-height:1.0em;
	}
.c-div-left p.c-jacket span{
	display:block;
	margin:0 5px;
	color:#15a9f5;
	}
.c-div-right{
	box-sizing: border-box;
	width: 65%;
	padding: 5px 0 10px 10px;
	float: right;
}

p.c-title{
	font-size: 160%;
}
p.c-name{
	font-size: 130%;
}
p.syouhin-boton a{
	display:block;
	color:#000;
	text-decoration:none;
	text-align: center;
	background-color: #fdd000;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
p.syouhin-boton a:hover,
p.syouhin-boton a:active{
	background-color: #FFEA84;
	color: #d6000f;
}

.clearfix:after {
 content: ".";   
 display: block;   
visibility: hidden;   
 height: 0.1px;   
 font-size: 0.1em;   
line-height: 0;   
clear: both;   
}
/* スマホのジャケ無し時 */
@media screen and (max-device-width: 500px){
.c-div-left p.c-jacket strong{
	font-size: 90%;
	}
.c-div-left p.c-jacket span{
	font-size: 70%;
	}
}