@charset "Shift_JIS";

/*

########################################################



　rs_headerfooter.css

　ヘッダー・フッター用CSS

 

########################################################

*/





/*********************************************

 * ヘッダー

 *********************************************/

 

 /*　共通

 ------------------------------------------- */

 #rs .header {

	margin: 0 0 17px 0;

 }



 #rs .header h1 {

	margin: 0;

	padding: 3px 0 7px 0;

	color: #333333;

	font-size: 16px;

	font-weight: bold;

 }

 

 #rs .header .helpIcon {

	width: 112px;

	float: right;

 }







 /*　横幅毎に背景画像を指定

 ------------------------------------------- */

 #rs #wrap950 .header h1 {

	background: url(../img/line_header_950.gif) no-repeat bottom left;

 }

 

 #rs #wrap750 .header h1 {

	background: url(../img/line_header_750.gif) no-repeat bottom left;

 }

/* 修正 100531 TAM Edy ココから  */
 #rs #wrap600 .header h1 {

	background: url(../line_header02.gif) no-repeat bottom left;

 }
/* 修正 100531 TAM Edy ココまで  */





/*********************************************

 * フッター

 *********************************************/

 

 /*　矢印

 ------------------------------------------- */

 #rs .footerArw {

	margin: 0 0 10px 25px;

	text-align: center;

	/* \*/

	margin: 0 0 10px 0;

	/* */

 }

 

 /*　特殊テキスト

 ------------------------------------------- */

 /* ピンク */

 #rs .footertext01 {

	font-size: 14px;

	font-weight: bold;

	color: #F57188;

	text-align: center;

 }



 /* 青 */

 #rs .footertext02 {

	font-size: 14px;

	font-weight: bold;

	color: #2C7DCF;

	text-align: center;

 }

 

 

 /*　ステップ移動用ボタンのボックス

   (stepBox + seq)

 ------------------------------------------- */

 #rs .stepBox01 p {

	padding: 15px 0 15px 0;

	text-align: center;

 }



 #rs .stepBox01 p span {

	margin: 0 24px 0 24px;

 }

 

 #rs .stepBox01 p {

	padding: 15px 0 15px 0;

	text-align: center;

 }

 /* 修正 091126 TAM グループ ココから */

 #rs .stepBox01 img,

 #rs .stepBox01 input {

	vertical-align: middle;

 }

 /* 修正 091126 TAM グループ ココまで */

 

 /*　処理中文言

 ------------------------------------------- */

 #rs .processing p {

	line-height: 140%;

	text-align: center;

 }