@charset "euc-jp";
/*
-------------------------------------------------------------------------------------------
 cosplay-walker.com's Styles of Form
 Author:  Kyo
 Last updata:  2007.5.28
-------------------------------------------------------------------------------------------
*/

body#Entry #Content {/*フォーム用コンテンツボックス*/
	background: url(../common/images/bg_form.gif) repeat-y;
	margin-bottom: 20px;
}
body#Entry #Content h2 {/*フォーム見出し*/
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 49px;
	margin-bottom: 20px;
}
body#Entry .cosplayer#Content h2 {
	background-image: url(images/h_cos.gif);
}
body#Entry .circle#Content h2 {
	background-image: url(images/h_circle.gif);
}
body#Entry .ordinary#Content h2 {
	background-image: url(images/h_ordinary.gif);
}
body#Entry .inquily#Content h2 {
	background-image: url(images/h_inq.gif);
}
body#Entry .awase#Content h2 {
	background-image: url(images/h_awase.gif);
}
body#Entry .event#Content h2 {
	background-image: url(images/h_event.gif);
}
body#Entry #Content div.intro p {/*冒頭説明文*/
	line-height: 18px;
	padding: 0 43px 10px 43px;
}
body#Entry #Content div.intro ul {/*エラー文*/
	line-height: 18px;
	color: #F26122;
	padding: 0 43px 10px 50px;
}
body#Entry #Content div.intro ul li {
	background: url(../common/images/icon_07.gif) no-repeat 0 4px;
	padding-left: 15px;
}
body#Entry #Content table {/*登録フォーム用*/
	width: 714px;
	margin: 5px 0 10px 43px;
	border: 1px solid #FF8328;
	border-collapse: collapse;
}
body#Entry #Content th, body#Entry #Content td {
	padding: 5px 7px;
	border-left: 1px solid #FF8328;
	border-bottom: 1px solid #FF8328;
}
body#Entry #Content th {
	color: #FFF;
	background-color: #FFB400;
	width: 40%;
}
body#Entry #Content td {
	background-color: #FFF3B8;
	width: 60%;
}
body#Entry #Content table.type1 {/*イベント登録フォーム用*/
	border: none;
}
body#Entry #Content table.type1 th, body#Entry #Content table.type1 td {
	padding: 5px 7px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

body#Entry #Content table.type1 th {
	color: #000;
	background-color: #7dc4d3;
}
body#Entry #Content table.type1 td {
	background-color: #bddde6;
}
body#Entry #Content table.typeplace {/*イベント会場用*/
	border: none;
}
body#Entry #Content table.typeplace th {
	color: #000;
	background-color: #bddde6;
	border-left: 0 none;
	border-bottom: 0 none;
}
body#Entry #Content table.typeplace td {
	color: #000;
	background-color: #FFF;
	border-left: 0 none;
	border-bottom: 0 none;
}
body#Entry #Content table.typeplace td.w50 {
	width: 50%
}
body#Entry #Content table.typeplace .right {/*右寄せ用*/
	text-align: right;
}
body#Entry #Content table.type2 {/*合わせ登録フォーム用*/
	border: none;
}
body#Entry #Content table.type2 th, body#Entry #Content table.type2 td {
	padding: 5px 7px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

body#Entry #Content table.type2 th {
	color: #000;
	background-color: #ed9999;
}
body#Entry #Content table.type2 td {
	background-color: #f3dbdb;
}
body#Entry #Content td.select select {
	margin: 3px 0 2px;
}
body#Entry .inquily#Content table {/*問い合わせ用*/
	border: 1px solid #6FA900;
}
body#Entry .inquily#Content th, body#Entry .inquily#Content td {
	border-left: 1px solid #6FA900;
	border-bottom: 1px solid #6FA900;
}
body#Entry .inquily#Content th {
	background-color: #9FCF44;
}
body#Entry .inquily#Content td {
	background-color: #FFF3B8;
}
body#Entry #Content h3 {/*規約*/
	font-size: 10px;
	font-weight: normal;
	color: #FF8328;
	background: url(../common/images/icon_06.gif) no-repeat 7px 4px;
	padding-left: 20px;
	margin-left: 43px;
}
body#Entry div.kiyaku {
	color: #666;
	line-height: 16px;
	background-color: #F4F4F4;
	height: 140px;
	padding: 7px 10px;
	margin: 5px 43px 10px 43px;
	overflow: auto;
}
div.kiyaku h4 {
	font-size: 10px;
	color: #71A70A;
	margin-bottom: 2px;
}
div.kiyaku p {
	margin-bottom: 5px;
}
div.kiyaku ul, div.kiyaku ol {
	padding-left: 17px;
	margin-bottom: 5px;
}
* html div.kiyaku ol {
	padding-left: 22px;
}
div.kiyaku ul li, div.kiyaku ol li {
	margin-bottom: 3px;
}
div.kiyaku ul li {
	list-style-type: disc;
}
div.kiyaku ul ul, div.kiyaku ul ol {
	margin-top: 3px;
}
div.kiyaku ul li li {
	list-style-type: circle;
}
body#Entry #Content p.btn {/*ボタン（角丸背景）*/
	background: url(../common/images/cnr_form.gif) no-repeat left bottom;
	text-align: center;
	padding: 15px 0 30px 0;
}
body#Entry .inquily#Content textarea {
	width: 95%;
	height: 150px;
}
.note {/*注意・説明など*/
	color: #EA0000;
}

td .note {
	font-size: 10px;
}
table.type2 .note {
	color: #FF0039;
	font-size: 10px;
}
