/*　お買い物の流れページコンテンツ　*/

/*  メイン　*/	
#main_flow {
	width:705px;
	float:left;
	}
#main_flow_pa {
	width:705px;
	float:left;
	}

#main_flow #sub_site {
	margin-bottom:10px;
	}	
#main_flow #sub_site p {
	font-size:68%;
	}
#main_flow_pa #sub_site {
	margin-bottom:10px;
	}	
#main_flow_pa #sub_site p {
	font-size:68%;
	}
	
.attention_f {
	width:705px;
	float:left;
	margin-bottom:30px;
	}

.attention_f_t {
	width:470px;
	float:left;
	}
	
.attention_f_t h2 {
	font-size:81%;
	margin-bottom:5px;
	}
	
.attention_f_t p {
	font-size:81%;
	margin-bottom:1em;
	}
	
.attention_f_i {
	width:220px;
	float:right;
	}
	
.attention_f_pt {
	width:705px;
	font-size:81%;
	margin-bottom:30px;
	}
	
.attention_f_pt h3 {
	background-image:url(../img/point.png);
	background-repeat:no-repeat;
	background-position:0% 40%;
	font-size:93%;
	margin-bottom:3px;
	padding-left:15px;
	}
	
.attention_f_pt p {
	margin-bottom:1em;
	}
	
.attention_f_pt table {
	width:90%;
	border:solid black 1px;
	border-collapse:collapse;
	font-size:81%;
	margin-top:5px;
	margin-bottom:5px;
	}

.attention_f_pt td,th {
	border:solid black 1px;
	padding:3px;
	}
	
.attention_f_pt th {
	background-color:#ff6c81;
	color:#ffffff;
	}
	
.attention_f_pt td {
	text-align:right;
	}
	
.attention_f:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
	}	
	

