@charset "UTF-8";

/*======================
コンテンツ*/

		#Contents .topImage{
			margin-bottom:30px;
			}
			
		#Contents .title{
			margin-bottom:30px;
			}	
			
		#Contents .fcPurple{
			color: #ac78b4;
			}	
			
		#Contents p{
		font-size:16px;
		line-height:26px;
		}
		
/*--流れ BOX--*/

				#Contents .step_l{
					background:url(../_images/flow/bg_l.gif) no-repeat;
					width: 910px;
					height: 260px;
					padding:15px 20px;
					margin:0 auto;
					}


				#Contents .step_s{
					background:url(../_images/flow/bg_s.gif) no-repeat;
					width: 910px;
					height: 208px;
					padding:15px 20px;
					margin:0 auto;
					}


				#Contents .step_m{
					background:url(../_images/flow/bg_m.gif) no-repeat;
					width: 910px;
					height: 235px;
					padding:15px 20px;
					margin:0 auto;
					}

				#Contents .step_last{
					background:url(../_images/flow/bg_last.gif) no-repeat;
					width: 910px;
					height: 237px;
					padding:15px 20px;
					margin:0 auto;
					}


				#Contents .stepTitle{
					width: 940px;
					margin-bottom:15px;
				}

				#Contents .stepTitle_l{
					float: left;
					width:91px;
					margin-right: 15px;
				}
					
				#Contents .stepTitle_r{
					float: left;
					width: 820px;
					font-size: 20px;
					font-weight: bold;
					padding-top: 7px;
				}
					
				#Contents .detail .step{
					margin-bottom:40px;
				}
			
																		