/* notes for IE bug using media queries :
do not use multibyte comment
do not write @charset
 */
/* -------------------------------------------------------------------
 fundinfo page : component : common
 ------------------------------------------------------------------ */
/* Graph Block
------------------------------------------------------------*/
.graphOuter {
	position: absolute;
	width: 480px;
	border: solid 1px #888888;
	background: #ffffff;
	}

.graphOuter .graphInner {
	position: relative;
	width: 480px;
	padding-bottom: 10px;
	}

.graphOuter .title {
	padding: 13px 0 12px 19px;
	background: #e5e5e5;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 2px;
	}
.graphOuter .close {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	}

.graphOuter .displayBlock {
	padding: 0 20px;
	}
.graphOuter .displayBlock p{
	padding: 10px 0 0 0;
	}

.graphOuter .displayBlock .displayBox {
	padding: 40px 0 20px;
	text-align: center;
	}
.graphOuter .displayBlock .displayBox2 {
	padding: 40px 0 0;
	text-align: center;
	}
.graphOuter .displayBlock .displayBox3 {
	padding: 0 0 20px;
	text-align: center;
	}
.graphOuter .displayBlock .displayBox4 {
	padding: 0;
	text-align: center;
	}

.graphOuter .displayBlock .dateBlock p {
	text-align: center;
	}
.graphOuter .displayBlock .dateBlock p.reDisplay {
	padding: 10px 0 0 0;
	text-align: right;
	}

/* -------------------------------------------------------------------
 fundinfo page : component : media queries
 ------------------------------------------------------------------ */
/* max-width: 480px
 ------------------------------------------------------------------ */
@media screen and (max-width: 480px) {
.graphOuter {
	width: 300px;
	}

.graphOuter .graphInner {
	width: 300px;
	}

}
