@charset "shift_jis";

@import "reset.css";
@import "common.css";
@import "main.css";

/*///////////////////////////////////////////////*/

/* header

/////////////////////////////////////////////////*/

/*-----------------------------------------------*/
/* gnavi
-------------------------------------------------*/

#gnavi08 a {
	background-position:-674px -60px;
}

/*///////////////////////////////////////////////*/

/* mainContents

/////////////////////////////////////////////////*/

/* chkType */

#chkType {
	margin-bottom:15px;
	padding-left:18px;
}
#chkType li {
  display: inline;
	float: left;
	margin-right: 12px;
}

/* chkOther */

#chkOther {
	margin-top:10px;
	padding-left:25px;
}
#chkOther li {
	margin-bottom:5px;
	padding-left:40px;
	background:url(/cms/images/partner/green-check.png) no-repeat left center;
	font-size:14px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++*/
/* clearfix
+++++++++++++++++++++++++++++++++++++++++++++++++*/

#chkType {
	zoom: 1; /* for IE5.5 - IE7 */
}
#chkType:after {
	/* for modern browser */
  content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

