/* =================================
	chart CSS
================================= */

/*	reset
============================== */
@media all and (min-width: 768px) {
.cmn main div.brd > div.inner {
	padding:0 5px 30px;
}
}

/*	chart
============================== */
div.chart {
	position:relative;
	background-repeat:no-repeat;
	background-position:left top;
	margin: 0 auto;
}
div.chart ul {
	position: absolute;
	list-style-type:none;
	}
div.chart ul li {
	position:absolute;
	}
div.chart ul li#chara1 {
	left:60px;
	top:45px;
	}
div.chart ul li#chara2 {
	left:42px;
	top:293px;
	}
div.chart ul li#chara3 {
	left:60px;
	top:585px;
	}
div.chart ul li#chara4 {
	left:229px;
	top:271px;
	}
div.chart ul li#chara5 {
	left:495px;
	top:271px;
	}
div.chart ul li#chara6 {
	left:736px;
	top:45px;
	}
div.chart ul li#chara7 {
	left:736px;
	top:235px;
	}
div.chart ul li#chara8 {
	left:736px;
	top:407px;
	}

div.chart ul li#chara9 {
	left:373px;
	top:649px;
	}
div.chart ul li#chara10 {
	left:536px;
	top:696px;
	}

div.chart ul li#chara11 {
	left:208px;
	top:955px;
	}
div.chart ul li#chara12 {
	left:412px;
	top:955px;
	}
div.chart ul li#chara13 {
	left:560px;
	top:955px;
	}
div.chart ul li#chara14 {
	left:203px;
	top:1174px;
	}
div.chart ul li#chara15 {
	left:331px;
	top:1174px;
	}
div.chart ul li#chara16 {
	left:460px;
	top:1174px;
	}
div.chart ul li#chara17 {
	left:591px;
	top:1174px;
	}

div.chart ul li a {
	display:block;
/*	background-color:#fc0;
	opacity:0.5;
*/
	text-decoration:none;
	}
div.chart ul li a img {
	display:block;
	}
div.chart ul li.sz-l a img {
	width:177px;
	height:254px;
	}
div.chart ul li.sz-m a img {
	width:143px;
	height:205px;
	}
div.chart ul li.sz-s a img {
	width:111px;
	height:158px;
	}
/*
p.clicktodetail {
	font-size:75%;
	text-align:center;
	line-height:1.25;
}
*/

@media print {
div.chart ul li#mikuri a img {
	background-color:#fff;
}
}
@media all and (min-width: 768px) {
.p_chart div.contents2{
	padding: 30px 0px 137px;
}
div.chart {
	width:910px;
	height:1365px;
	background-image:url(../img/chart/chart.jpg);
}
div.chart ul li a:hover {
	background-color:#fff;
	opacity:0.3;
}
}
@media all and (max-width: 767px) {
div.chart {
	overflow:hidden;
	background-size:cover;
	height:0;
	padding-top:150%;
	margin: 10px 0px 30px;
	background-image:url(../img/chart/chart_smp.jpg);
}
div.chart ul {
	left:0;
	top:0;
	width:100%;
	height:100%;
}
}

/*	footer
============================== */
.p_chart footer {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color:#000;
}
@media all and (min-width: 768px) {
.p_chart footer {
	font-size: 75%;
	min-height: 300px;
}
.p_chart footer .copyright{
	padding-top: 240px;
}
}
@media all and (max-width: 767px) {
.p_chart footer {
	font-size: 62.5%;
	padding:20px 0px 20px;
	line-height: 1.5;
}
.p_chart footer .copyright{
	font-size: 75%;
	line-height: 1.3;
	padding: 20px 10px 20px;
}
}
