@charset "utf-8";
/*<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />*/

/*============================================================

	[case_study_detail.css]

	@author S.Kaizu

============================================================*/

/* title */
div.content h1 {
	margin: 0 0 50px;
}

div.content h2 {
	margin: 0 0 30px;
}

p.error {
	margin-bottom: 15px;
	padding-left: 24px;
	background: url(../mail_seminar/img/bullet_error_message.gif) no-repeat 0 0.16666em;
}

/*	7 secret
------------------------------------------------------------*/
div#secret {
	margin: 0;
	padding: 0 0 65px;
	background: url(../mail_seminar/img/bg_form-arrow.gif) no-repeat left bottom;
}

table,
th,
td {
	padding: 0;
	border: none;
	line-height: 1.5;
	font-size: 12px;
}

table img {
	display: block;
}

tr.last-child th,
tr.last-child td.action {
	padding-bottom: 10px !important;
	background-image: none !important;
}

/* mark */
th.mark {
	width: 40px;
	padding: 10px 0 25px 10px;
	background: #CECFD0 url(../mail_seminar/img/bg_arrow.gif) no-repeat left bottom;
}

/* label */
th.label {
	width: 130px;
	padding: 10px 10px 25px;
	background: #CECFD0 url(../mail_seminar/img/bg_separator.gif) repeat-x left bottom;
}
* html th.label {
	width: 150px;
}

/* action */
td.action {
	width: 464px;
	padding: 10px 13px 25px 13px;
	background: #EDEEEE url(../mail_seminar/img/bg_separator.gif) repeat-x left bottom;
}
* html td.action {
	width: 490px;
}

td.action ul {
	margin: 0;
	list-style: none;
}

td.action li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../mail_seminar/img/bullet.gif) no-repeat 0 0.5192em;
}

td.action p {
	position: relative;
	margin: 0.5em 0 0;
	padding: 0 0 0 1em;
}

td.action p span {
	position: absolute;
	left: 0;
	top: 0;
}
* html td.action p span {
	left: -1em;
	top: -0.25em;
}

/*	form
------------------------------------------------------------*/
form {
	position: relative;
	margin: 0 0 50px;
	padding: 9.75px 13px 75px;
	background: #F3F3F3;
	border: 1px solid #DDD;
}
* html form {
	width: 100%;
}

form.error {
	border-color: #FCC;
	background-color: #FEE;
}

form p#check {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

form.error p#check {
	font-weight: bold;
	color: #F00;
}

form p#button {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

form p#button input {
	display: block;
}

