﻿@charset "utf-8";
/* CSS Document */

#right_box .graph img{
	max-width:100%;
}
#right_box .caption{
	margin-top:2.5em;
}
#right_box .caption li{
	font-size:1.4rem;
	padding-left:1em;
	text-indent:-1em;
}


/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){

}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
#right_box .graph{
	width:100%;
}


}



