@charset "utf-8";

/*-------------------------------------------------------------------
	* cookie-check.css
	* site name : チャンスイット
	* description : ブラウザ環境チェックページ指定
	* import : web/cookie_check.jsp
-------------------------------------------------------------------*/

/* ---------------------------------------ブラウザチェック */
#cookie-checkbox {
	width: 850px;
	margin: 0 auto;
	padding: 0 0 5px;
	background: url("../../img/10/base/box850.gif") no-repeat 0 bottom;
}

#cookie-checkbox h2 {
	width: 850px;
	height: 33px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

#cookie-checkbox h2 img {
	position: absolute;
	top: 0;
	left: 0;
}

#cookie-checkbox .txt {
	margin: 12px 30px 20px;
	font-size: 108%;
}

#cookie-checkbox .checkbox {
	width: 826px;
	margin: 0 auto 10px;
	padding: 0 0 10px;
	border: 2px solid #ccc;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background: url("../../img/10/base/bg-line.gif") repeat-y;
}

#cookie-checkbox .checkbox .kind {
	float: left;
	width: 114px;
	margin: 8px;
	padding: 0 0 5px 18px;
	background: url("../../img/10/top/icon-list.gif") no-repeat 0 -326px;
	font-size: 108%;
	font-weight: bold;
}

*+html #cookie-checkbox .checkbox .kind {
	background: url("../../img/10/top/icon-list.gif") no-repeat 0 -329px;
}

#cookie-checkbox .checkbox .environment {
	float: left;
	width: 519px;
	margin: 8px 0;
}

#cookie-checkbox .checkbox .environment dl {
	float: left;
	width: 235px;
	margin: 0 12px 10px;
}

#cookie-checkbox .checkbox .environment dl dt {
	margin: 0;
}

#cookie-checkbox .checkbox .environment dl dd {
	margin: 5px 0 0;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.4;
}

#cookie-checkbox .checkbox .environment dl dd a {
	display: block;
	margin: 7px 0 0;
	padding: 0 0 0 10px;
	font-size: 93%;
	font-weight: normal;
	background: url("../../img/10/top/icon-list.gif") no-repeat 0 -255px;
}

#cookie-checkbox .checkbox .judge {
	float: left;
	width: 133px;
	margin: 8px 12px 0;
}

#cookie-checkbox .checkbox .judge p {
	display: block;
	width: 133px;
	margin: 7px 0 0;
	text-align: center;
}

