@charset "utf-8";

/*=================================
	Confirm Modal Plugin
=================================*/
.modal {
	position: fixed;
	display: none;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
	padding: 20px 10px 10px;
	margin-top: -200px;	/* 画像の縦半分 */
	margin-left: -400px;	/* 画像の横半分 */
	background: #f4f1ea url(../img/index_bg.png) repeat left top;
	border: 3px solid #57411b;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	behavior: url(../../PIE.htc);	/* IE用CSS3表示 */
	text-align: center;
}
.modal img {
	vertical-align: bottom;
}
.modal a {
	cursor: pointer;
}
.modal span {
	font-size: 12px;
}
div.enter {
	margin: 10px auto 5px; 
	padding: 0; 
	width: 400px;
	height: 80px;
	background: url(../img/enter_bg.png) no-repeat left top;
}
ul.group {
	display: table;	/* 横並びのリストを中央寄せ */
	margin: 20px auto;
	padding: 0;
}
ul.group li {
	display: table-cell;	/* 横並びのリストを中央寄せ */
	margin: 0;
	padding: 0 5px;
}
