@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* chart CSS [PC]
/*----------------------------------------------*/

.charttable {
	width : 100%;
	max-width: 700px;
	margin: 0px auto;
	border-collapse: separate;
	border-spacing: 10px 0px;
}

.charttable td {
	width : 33.3%;
}

.charttable .charttable-itembox {
	height: 70px;
	border: 1px solid #F99C09;
	
	text-align: center;
	vertical-align: middle;
	
	-webkit-box-sizing: border-box;  /* for Safari,Firefox3 */
	box-sizing:         border-box;  /* for Chrome,IE8+ */
	
	background-color: #F8CE8E;
	
	border-radius:         5px;  /* for Chrome,Safari,IE9+,Firefox */
	-webkit-border-radius: 5px;  /* for iOS3.2 before */
	-moz-border-radius:    5px;  /* Firefox */
}

.charttable .charttable-itembox span {
	font-size: 20px;
	font-weight: bold;
}

.charttable .charttable-arrowbox {
	text-align: center;
}
