﻿@charset "UTF-8";
/*==========================================================================

CSS		：09step.css
site		：タワーレコード
url		：http://www.towerrecords.co.jp/

- about -
本CSSは09シリーズのみに使用して下さい。
定義内容は、購入フローページ用です。

==========================================================================*/

body{
	background:#ffffff;
}

#flowstepWrap{
	}


#flowstepHeader{
	position:relative;
	z-index:1;
	zoom:1;
	background:url(../images/flowheader-bg.gif) repeat-x #ffd92b bottom;
	}#flowstepHeader:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	
	#flowstepHeader .inner{
		width:960px;
		margin:0 auto;
		}
	
	#flowstepHeader .headerLogo{
		float:left;
		padding:15px 0 15px 11px;
		}
	
	#flowstepHeader .headerStep{
		float:right;
		padding:11px 22px 0 0;
		}
		
		#flowstepHeader .headerStep li{
			float:left;
			padding:0 0 0 19px;
			background:url(../images/pur_flow-step_arrow.gif) no-repeat 6px 50%;
			}
		
		#flowstepHeader .headerStep li.first{
			padding:0;
			background:none;
			}

#flowstepBody{
	position:relative;
	z-index:5;
	width:960px;
	padding:4px 0 0 0;
	margin:-4px auto 0 auto;
	/*background:url(../images/flowbody-bg.gif) repeat-x 0 0 #fff;*/
	}

#flowstepFooter{
	width:940px;
	padding:15px 10px;
	margin:0 auto;
	}
	
	#flowstepFooter .copryright{
		font-size:77%;
		line-height:1.5;
		}
		