/****************************
 * コンテンツ TOP
 */
/*エントリーボタン*/
/*#contentTop div.entry {
    top: -44px;
}*/
#contentTop div.entry img {
	width: 110px;
}
/****************************
 * コンテンツ
 */
/*２レイアウト　→　１レイアウト*/
section ul.twoBlockCcontent li {
    width: 100%;
    float: none;
    margin-right: 0px;
}

/*グラフ描画領域*/
@media screen and (max-width: 396px) {
	section div.contentMain .blockContent {
		height: 392px;
	}
}