@charset "shift_jis";

@import "../reset.css";
@import "../common.css";
@import "../main.css";


/*///////////////////////////////////////////////*/

/* mainContents

/////////////////////////////////////////////////*/

#mainContents h4 {
	margin-bottom:20px;
}

/*-----------------------------------------------*/
/* box
-------------------------------------------------*/

#mainContents .box {
	margin-bottom:10px;
	padding:10px 15px 0 15px;
	background:url(../../images/option/crm/bg_box.gif) no-repeat center bottom;
}
#mainContents .box.arrow {
	padding-bottom:30px;
	background:url(../../images/common/bg_box_arrow.gif) no-repeat center bottom;
}
#mainContents .box.noTop {
	padding-top:0;
}

/*-----------------------------------------------*/
/* boxCheck
-------------------------------------------------*/

/* #mainContents #boxCheck {
	display:block;
	position:relative;
	width:760px;
	height:293px;
	margin-bottom:10px;
	background:url(../../images/option/crm/bg_check.png) no-repeat 0 0;
}
#mainContents #boxCheck h3 {
	position:absolute;
	top:32px;
	left:23px;
}
#mainContents #boxCheck ul {
	position:absolute;
	top:90px;
	left:170px;
	text-align:left;
}
#mainContents #boxCheck ul li {
	letter-spacing:0;
	margin-bottom:3px;
	padding-left:32px;
	background:url(../../images/common/i_check.png) no-repeat 0 2px;
	font-size:16px;
}
#mainContents #boxCheck ul li strong {
	font-weight:bold;
} */

/*+++++++++++++++++++++++++++++++++++++++++++++++*/
/* clearfix
+++++++++++++++++++++++++++++++++++++++++++++++++*/

.box {
	zoom: 1; /* for IE5.5 - IE7 */
}
.box:after {
	/* for modern browser */
  content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}





