@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************/

/*******************************
 ヘッダー
*******************************/

/* 固定ヘッダ */
#header .content div.regular
{
	background-color:#ffffff; /* 背景 */
	color:#000000; /* 文字色 */
	height:69px; /* 高さ */
}

#header .content div.regular div.logo
{
	padding-top:10px; /* 企業ロゴ表示開始位置 上 */
	padding-left:20px; /* 企業ロゴ表示開始位置 左 */
}

#header .content div.regular .note
{
	bottom:5px; /* フリーコメント開始位置 下 */
	right:10px; /* フリーコメント開始位置 右 */
}

/*******************************
 フッター
*******************************/

/* フッタ関連の高さ指定 */
#footer .content .free
{
/*	height:80px; ★1 自由フッタの高さ */
	width: 100%;
}
#footer .content .regular
{
/*	height:100px;  ★2 固定フッタの高さ */
}
#footer {
/*	height: 180px;   footerの高さ（ ★1＋★2 ）分指定する*/
}
#main .space
{
	padding-bottom:180px; /* footerの高さ（★1＋★2）分指定する */
}
/* 固定フッタ */
#footer .content .regular
{
	background-color:#d50000; /* 背景 */
	color: #ffffff; /* 文字色 */
}


/*******************************
 自由ヘッダー
*******************************/
#header .content .free {
}
#header .content , div#container , #main .content {
	width: 100%;
}

/*******************************
 自由コンテンツ上
*******************************/
#headContent .free {
}

/*******************************
 自由サイドコンテンツ
*******************************/
#sideContent .free {
}

/*******************************
 自由コンテンツ中
*******************************/
#bottomContent .freeHead {
}

/*******************************
 自由コンテンツ下
*******************************/
#bottomContent .freeBottom {
}

/*******************************
 自由フッター
*******************************/
#footer .content .free {
}



@media screen and (max-width: 768px) {
	#formContent .ppwrap{
		width: 94%;
		margin: 0 auto;
	}
}

/* 404エラー js toggleClass*/
#errorContent {
  padding-top: 100px;
  max-width: 1000px;
  margin: 0 auto !important;
  padding-left: 20px;  
}
.displayNone {
  display: none !important;
}