@charset "EUC-JP";

/* ----------------------
Last Modified :2015 11 13
cleaned
------------------------ */


* {
	color: #000000;
	font-size: 12pt;
	line-height: 1.5;
}
body {
	width: 100%;
	margin: 0px 20px;
	padding: 0;
	background-image: none;
	background-color: #FFFFFF;
}

/*=======================================
  レイアウト
=======================================*/

/*------ グローバルナビゲーション----------*/

#n-global {
	display: none;
}



/*--ヘッダーナビゲーション---*/
#n-header-navi {
	display: none;
}




/*--ブレッドクラム--*/
#bread {
	display: none;
}
/*--==========コンテンツ==========--*/
#subcontents {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#subcontents h1{
	clear:both;
	text-align:left;
	color: #000000 !important;
	}

#subcontents h2{
	color: #000000 !important;
}





/*--==========サブカラム==========--*/
#col-sub {
	display: none;
}


/*--==========フッター==========--*/
#en-footer-link-section{
	display: none;
}

#n-footer-section{
	display: none;
}