@charset "utf-8";

#sticker-sticky-wrapper,#sticker{
	width:920px!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■flow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#flow-content {
}
.flow-block {
	margin:0 0 40px 0;
	padding:0 0 40px 0;
	overflow:hidden;
	border-bottom:#525252 1px dotted;
}
.flow-block-l {
	width:580px;
	margin:0 5px 0 0;
	float:left;
}
.flow-block-r {
	width:280px;
	float:right;
}

.flow-detail li {
	font-size:14px;
	margin:0 0 15px 0;
}
.flow-attention1 {
	font-size:16px;
	font-weight:bold;
	color:#fe5815;
}
.flow-attention2 {
	font-size:12px;
}
#flow-attention3 {
	width:290px;
	margin:20px 0 0 0;
	padding:10px 15px;
	border:3px solid #F00;
	 border-radius:5px;        
    -webkit-border-radius:5px;     
    -moz-border-radius:5px;
}
.flow-attention4 {
	font-weight:bold;
	color:#F00;
	font-size:16px;
}
.flow-detail-customer {
	margin:0 0 15px 0;
	padding:5px;
	background:#fe5815;
	color:#fff;
	font-weight:bold;
	text-align:center;
	 border-radius:30px;        
    -webkit-border-radius:30px;     
    -moz-border-radius:30px;
}

#flow-faq {
	width:260px;
	float:right;
	background:#666;
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}
#flow-faq-head {
	padding:15px;
	color:#fff;
	font-weight:bold;
	background:#FF5600;
	font-size:15px;
}
#flow-faq-detail {
	padding:20px;
	border-right:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	background:#fff;
}
#flow-faq-detail ul {
	padding:0 0 30px 0;
}
#flow-faq-detail li {
	margin:0 0 7px 0;
	padding:0 0 0 20px;
	background:url(../img/flow/icon01.png) no-repeat 0 7px;
}
#flow-faq-detail a:link,#flow-faq-detail a:visited {
	text-decoration:underline;
}
#flow-faq-detail a:hover {
	text-decoration:underline;
}
#flow-faq-other {
	padding:10px;
	background:#E8E8E8;
	 border-radius:5px;        
    -webkit-border-radius:5px;     
    -moz-border-radius:5px;
	text-align:center;
}


