@charset "UTF-8";
@import url("sub.css");

/* 汎用 */
.note {
	display:block;
}
.caption {
	margin-bottom:20px !important;
}
dl.navi {
	margin:-15px 0 0 20px;
	width:610px;
	font-size:11px;
}
dl.navi dt {
	margin:0;
	float:left;
}
dl.navi dd {
	margin:0;
	float:right;
}
.mini select {
	width:100px;
}
textarea {
	width:400px;
}
.checkbox {
	float:left;
	width:100px;
}
.link {
	text-align:right;
	padding:0 15px 0 0;
}
.buttons {
	margin:0 0 0 10px;
	text-align:center;
}
.buttons ul {
	width:450px;
	margin:0 auto;
	padding:0;
}
.buttons li {
	float:left;
	width:215px;
	margin:0 10px 0 0;
	padding:0;
}
.buttons p {
	clear:both;
}

/* Formヘルパー自動生成用 */
label {
	margin-right:15px;
}
ul.view {
	margin:0;
	padding:0;
}
ul.view li {
	margin:0;
	padding:7px 0 0 0;
}
ul.view li a {
	display:block;
	background:url(/img/common/arrow.gif) left top no-repeat;
	margin:0 20px;
	padding:0 0 7px 17px;
	line-height:1.1;
	border-bottom:#ddd 1px dotted;
}
.input, .submit, .message {
	padding:5px 10px;
}
.input label {
	float:left;
	width:125px;
	margin-left:12px;
}
.submit {
	padding:15px 0;
	text-align:center;
}
.debug {
	color:#ffd9e5;
}
.error {
	margin:0 !important;
}
.errors {
	width:655px;
	margin:15px 20px 22px 20px !important;
	padding:0 !important;
	color:#dd2525;
	background-color:#fadfdf;
}
* html .errors {
	background-color:#fff;
}
*+html .errors {
	background-color:#fff;
}
.error-message {
	color:#f00;
	margin:-5px 0 -10px 0 !important;
	padding:10px 12px !important;
	line-height:1;
}
#authMessage {
	margin:-5px 5px 10px 5px !important;
}
.right {
	margin-right:12px !important;
}
.float div {
	display:inline;
}

/* パーティーページ表示用 */
.button {
	text-align:center;
	margin:10px auto 25px auto !important;
}
.buttons {
	width:450px;
	margin:0 auto !important;
	padding:0;
}
.buttons li {
	float:left;
	width:215px;
	margin:0 10px 0 0;
	padding:0;
}
.party {
	position:relative;
}
.party .soldout {
	position:absolute;
	left:240px;
	top:40px;
}
.search {
	text-align:center;
}
.search select {
	display:block;
	width:125px;
}
.search table {
	width:246px;
	margin:20px auto 10px auto;
	background-color:#eeebde;
	border:#aea995 1px dotted;
}
.search table th {
	text-align:right;
	padding:4px;
}
.search table td {
	padding:4px;
}
.icon {
	vertical-align:middle;
	margin:-2px 2px 0 2px;
}
.result {
	width:622px;
	margin:15px 20px !important;
	padding:9px 15px !important;
	color:#6b685b;
	background-color:#eeebde;
	border:#aea995 1px dotted;
	line-height:1.7;
}
.link {
	margin:-10px 0 !important;
	padding:0 !important;
	text-align:right;
}
.link a {
	display:block;
	float:right;
	width:195px;
	height:27px;
	background:url(../images/special/aria/button.png) no-repeat;
}
.warning {
	width:980px;
	padding:3px 0;
	color:#fff;
	background-color:#b00;
	text-align:center;
	margin:-20px auto 10px auto;
}
.input label {
	padding-left:1em !important;
}
.after {
	color:#999;
	background-color:#eee;
}
input {
	max-width:300px;	/* Firefox40対策 */
}
