

@charset "UTF-8";

/*

	Aflac CSS
	Print Setting

	* File Organization:
		プリント設定

*/

/* -----------------------------------------------

	Print Setting
	プリント設定

----------------------------------------------- */
body#top div#contentsWrap {
	width: 1060px;
}
body#top div#mainContents{
	background-color: #fff;
	padding-left: 0;
	padding-right: 0;
	width: 1060px;
}
body#top div#leftContents,
body#top div#rightContents{
	display: none;
}

/* 不可視設定
----------------------------------------------- */
.noPrint {
	display: none !important;
}
.noBgPrint {
	background-image: none !important;
}



