@charset "utf-8";
/*------------------------------*/
/* 基本仕様 */
body {

	/* 複数同時設定 */
	background-image:url('/image/policy/top_bg_right.jpg'),url('/image/policy/top_bg_left.jpg');
	background-repeat: no-repeat,no-repeat;
	background-attachment: fixed,fixed;
	background-position: right bottom,left center;
	background-size:auto 80%,auto 80%;
	background-attachment: fixed,fixed;

}



/*------------------------------*/
/* ページ固有の設定
/*------------------------------*/
.image_size {
	max-width:100%;
	max-height:300px;
}
