@charset "utf-8";
/*========================================*
*
*========================================*/

#index{
}

/*サイド*/
#sideContents {
	width: 353px;
	float: left;
}

h2#h2-01 {
	background: url(../img/index/tit_whats_ec_solution.gif) no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 259px;
	margin: 0px 0px 3px;
}

#sideContents div.innerContents {
	background: #f6f7f7;
	padding: 15px 0px;
	margin-bottom: 15px;
}
#sideContents div.columnWrap1 {
	margin: 0px 0px 30px;
	padding: 0px 12px;
}

h3#h3-01,
h3#h3-02,
h3#h3-03 {
	text-indent: -9999px;
	height: 35px;
	margin: 0px 0px 20px;
}
h3#h3-01 {
	background: url(../img/index/tit_zero.gif) no-repeat;
	width: 303px;
}
h3#h3-02 {
	background: url(../img/index/tit_look_the_point.gif) no-repeat;
	width: 328px;
}
h3#h3-03 {
	background: url(../img/index/tit_matched.gif) no-repeat;
	width: 283px;
}

#sideContents ul {
	margin-bottom: 1em;
}
#sideContents ul li {
	list-style: inside;
}

#sideContents h4 {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
}

#sideContents div.btn {
	text-align: center;
}
#sideContents div.btn img {
	margin-bottom: 3px;
}

#sideContents div.columnWrap2 {
	padding: 0px 0px 0px 7px;
}
#sideContents div.columnWrap2 img {
	margin-bottom: 10px;
}

/*メイン*/
#mainContents {
	width: 490px;
	float: right;
}

h2#h2-11,
h2#h2-12,
h2#h2-13 {
	text-indent: -9999px;
	height: 40px;
	width: 490px;
	margin: 0px 0px 15px;
}
h2#h2-11 {
	background: url(../img/index/tit_whats_revenueshare.jpg) no-repeat;
}
h2#h2-12 {
	background: url(../img/index/tit_revenue_reason.jpg) no-repeat;
}

#mainContents div.columnWrap1 {
	padding: 0px 20px;
}

#mainContents table.tbl1 {
	margin: 0px auto 30px;
	width: 482px;
}
#mainContents table.tbl1 th {
	padding: 4px 0px 10px;
}
#mainContents table.tbl1 th.fistColumn,
#mainContents table.tbl1 td.fistColumn {
	background: url(../img/common/dot_line01.gif) repeat-y right top;
}
#mainContents table.tbl1 p {
	padding: 0px 10px 10px;
}


div.reason {
	width: 245px;
	float: left;
	margin: 0px 0px 20px;
}
div.reason h3 {
	background: url(../img/index/icon_reason.gif) no-repeat left center;
	height: 23px;
	padding: 3px 0px 0px 75px;
	font-weight: bold;
}
div.reason dl {
	height: 144px;
	width: 235px;
	background: url(../img/index/bg_reason.jpg) no-repeat left top;
}
div.reason dl dt {
	height: 52px;
	border-bottom: 1px dotted #000000;
	margin: 0px 10px;
	padding: 10px 0px;
}
div.reason dl dd {
	margin: 0px 10px;
	padding: 10px 0px;
	font-size: 11px;
}
