@charset "utf-8";

/*
	=====================================================================
	宮崎信販
	返済シミュレーション
	=====================================================================
*/

/* h1
---------------------------------------------------------------------- */
#main .pagetitle h1 {
	width: 352px;
	background: url(../../../../simulation/img/h1.gif) top left no-repeat;
	}

/* h3
---------------------------------------------------------------------- */
#main .main-inner h3.h3-01 {
	display: block;
	width: 660px;
	height: 32px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../../../../simulation/img/h3_01.gif) top left no-repeat;
	}

#main .main-inner h3.h3-02 {
	display: block;
	width: 660px;
	height: 32px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../../../../simulation/img/h3_02.gif) top left no-repeat;
	}

/* p
---------------------------------------------------------------------- */
#main .main-inner p {
	margin-bottom: 30px;
	}

/* ol
---------------------------------------------------------------------- */
#main .main-inner ul {
	margin-bottom: 30px;
	}

/* table.data-color
---------------------------------------------------------------------- */
#main .main-inner table.data-color {
	margin-bottom: 30px;
	}
	
	/* th
	------------------------------------------------------------ */
	#main .main-inner table.data-color th {
		width: 250px;
		}


