
	/* INDEX */
	body#relation-index #title{
		background-image: url(../images/relation/title-bg.jpg);
	}

	body#relation-index #relation-pancreatic .desc{
		margin-bottom: 30px;
	}
	body#relation-index #relation-kidney .desc{
		margin-bottom: 30px;
	}
	body#relation-index #relation-treatment_flow .flow-list li{
		margin-bottom: 10px;
		padding-bottom: 30px;
		background: url(../images/common/arrow.png) no-repeat 250px bottom;
		background-size: 21px auto;
	}
	body#relation-index #relation-treatment_flow .flow-list li:last-child{
		padding-bottom: 0;
		background: none;
	}
	body#relation-index #relation-flow .text-box{
		width: 550px;
	}
	body#relation-index #relation-flow .image-box{
		width: 340px;
	}

