@charset "utf-8";

/*
	=====================================================================
	宮崎信販
	割引優待店一覧
	=====================================================================
*/

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

/* h3
---------------------------------------------------------------------- */
#main .main-inner h3.h3-01,
#main .main-inner h3.h3-02,
#main .main-inner h3.h3-03 {
	display: block;
	width: 660px;
	height: 32px;
	margin-bottom: 20px;
	text-indent: -9999px;
	}

#main .main-inner h3.h3-01 {
	background: url(../../../../service/discount/img/h3_01.gif) top left no-repeat;
	}

#main .main-inner h3.h3-02 {
	background: url(../../../../service/discount/img/h3_02.gif) top left no-repeat;
	}

#main .main-inner h3.h3-03 {
	background: url(../../../../service/discount/img/h3_03.gif) top left no-repeat;
	}

/* table
---------------------------------------------------------------------- */
#main .main-inner table.data-blue th.name {
	width: 30%;
	}

#main .main-inner table.data-blue th.address {
	width: 40%;
	}

#main .main-inner table.data-blue th.percent {
	width: 10%;
	}

#main .main-inner table.data-blue td {
	padding: 5px 10px;
	}

#main .main-inner table.data-blue td.center {
	color: #f00;
	font-size: 120%;
	}

/* illust
---------------------------------------------------------------------- */
#main .main-inner .illust {
	width: 660px;
	background: url(../../../../service/discount/img/main_visual.jpg) top right no-repeat;
	}

