@charset "utf-8";

#price-chart,
#youto-chart,
#kouhou-chart{
	float: left;
	width: 200px;
	text-align: center;
}

#price-chart,
#youto-chart{
	margin-right: 10px;
}
	
.graph-title{
	padding: 1px 0;
	color: #fff;
	font-size: 0.8em !important;
	font-weight: normal !important;
	background-color: #666;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.graph{
	float: left;
	width: 125px;
	margin-top: 10px;
	text-align: center;
}

canvas{
	width: 105px;
	height: 105px;
	
}

.legend{
	float: left;
	width: 75px;
	font-size: 0.7em;
}

.graph-legend{
	margin-top: 15px;
}

.graph-legend dl{
	zoom: 1;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	border-bottom: 1px solid #ddd;
	list-style: none;
}

.graph-legend dl:before,.graph-legend dl:after{
	content: "";
	display: table;
}

.graph-legend dl:after{
	clear: both;
}

.graph-legend dt{
	float: left;
}
	
.graph-legend dd{
	float: right;
}

.graph-legend span{
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	margin-right: 0.5em;
	vertical-align: baseline;
}

#graphLegend{
	display: none;
}


/* iPhone6 Plusのポートレート表示に対応 */
@media screen and (max-width:420px){ /* 〜420px */

#price-chart,
#youto-chart,
#kouhou-chart{
	clear: both;
	float: none;
	width: 90%;
	margin: 0 5%;
	text-align: center;
}

#price-chart,
#youto-chart{
	margin-right: 0;
}

.graph-title{
	padding: 1px 0;
	color: #fff;
	font-size: 0.8em !important;
	font-weight: normal !important;
	background-color: #666;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.graph{
	float: left;
	width: 125px;
	margin: 0 0 20px 10%;
	text-align: center;
}

canvas{
	width: 105px;
	height: 105px;
	
}

.legend{
	float: left;
	width: 75px;
	font-size: 0.7em;
}

.graph-legend{
	margin-top: 5px;
}

}
