@charset "shift_jis";

@import "reset.css";
@import "common.css";
@import "main.css";


/*///////////////////////////////////////////////*/

/* mainContents

/////////////////////////////////////////////////*/

#mainContents h4.catch {
	margin-bottom:20px;
	color:#3fbf0d;
	text-align:center;
}

#mainContents .centerItm.btm0 {
	margin-bottom:0px;
}
#mainContents .centerItm.top0 {
	margin-top:0px;
}
#mainContents .centerItm img {
	margin:0;
	line-height:0;
	font-size:1px;
	vertical-align:bottom;
}

/*-----------------------------------------------*/
/* boxOnayami
-------------------------------------------------*/

/* #mainContents #boxOnayami {
	display:block;
	position:relative;
	width:760px;
	height:374px;
	margin-bottom:10px;
	background:url(/cms/images/industry/super/bg_onayami.png) no-repeat 0 0;
}
#mainContents #boxOnayami h3 {
	position:absolute;
	top:28px;
	left:23px;
}
#mainContents #boxOnayami ul {
	position:absolute;
	top:85px;
	left:27px;
	text-align:left;
}
#mainContents #boxOnayami ul li {
	margin-bottom:3px;
	padding-left:32px;
	background:url(/cms/images/common/i_check.png) no-repeat 0 2px;
	font-size:16px;
}
#mainContents #boxOnayami ul li strong {
	font-weight:bold;
} */

/*-----------------------------------------------*/
/* tableFunction
-------------------------------------------------*/

#tableFunction {
	width:760px;
	margin-bottom:32px;
	border:1px solid #093;
}
#tableFunction th, #tableFunction td {
	padding:7px;
	border:1px solid #c9c9c9;
}
#tableFunction thead th {
	background:#3fbf0d;
	border:1px solid #36ab08;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#tableFunction tbody th {
	border-left:none;
	background:#d6edfa;
	text-align:center;
}
#tableFunction tbody th strong {
	font-weight:bold;
}
#tableFunction tbody th span {
	font-size:10px;
}
#tableFunction tbody td {
	border-right:none;
	text-align:left;
}
#tableFunction tbody td.tdShop {
	background:#f0f7fb;
}
#tableFunction tbody th.thCustomer {
	background:#ffdaef;
	border-bottom:none;
}
#tableFunction tbody td.tdCustomer {
	background:#fdf3f9;
	border:1px solid #c9c9c9;
}
#tableFunction tbody td.tdCustomer.last, #tableFunction tbody td.last {
	border-bottom:none;
}

/*-----------------------------------------------*/
/* box7feature
-------------------------------------------------*/

#box7feature {
	display:block;
	position:relative;
	width:760px;
	height:700px;
	margin-bottom:10px;
	background:url(/cms/images/industry/super/bg_feature.gif) no-repeat 0 0;
}
#box7feature ol {
	position:absolute;
	top:30px;
	left:30px;
}
#box7feature ol li {
	width:617px;
	margin-bottom:5px;
	margin-left:0;
	padding-top:8px;
	padding-left:83px;
	list-style:none;
	text-align:left;
}
#mainContents #box7feature ol li h3 {
	width:auto;
	line-height:normal;
	margin-bottom:5px;
	padding:0;
	background:none;
	font-size:14px;
	font-weight:bold;
}
#mainContents #box7feature ol li h4 {
	line-height:normal;
	background:none;
	color:#404040;
	font-size:12px;
	font-weight:bold;
	text-indent:0
}
#box7feature ol ul {
	margin-top:5px;
}
#box7feature ol ul li {
	width:auto;
	margin:0 0 0 3px;
	padding-top:0px;
	padding-left:0px;
}
#box7feature ol li#box01 {
	height:32px;
	background:url(/cms/images/industry/super/bg_feature01.gif) no-repeat 0 0
}
#box7feature ol li#box02 {
	height:102px;
	background:url(/cms/images/industry/super/bg_feature02.gif) no-repeat 0 0
}
#box7feature ol li#box03 {
	height:32px;
	background:url(/cms/images/industry/super/bg_feature03.gif) no-repeat 0 0
}
#box7feature ol li#box04 {
	height:32px;
	background:url(/cms/images/industry/super/bg_feature04.gif) no-repeat 0 0
}
#box7feature ol li#box05 {
	height:102px;
	background:url(/cms/images/industry/super/bg_feature05.gif) no-repeat 0 0
}
#box7feature ol li#box06 {
	height:58px;
	background:url(/cms/images/industry/super/bg_feature06.gif) no-repeat 0 0
}
#box7feature ol li#box07 {
	height:154px;
	background:url(/cms/images/industry/super/bg_feature07.gif) no-repeat 0 0
}

/*+++++++++++++++++++++++++++++++++++++++++++++++*/
/* clearfix
+++++++++++++++++++++++++++++++++++++++++++++++++*/

.clearfix {
	zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after {
	/* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


