@charset "EUC-JP";

@import "./common.css";
@import "./download.css";


/******************************
 * FORM ELEMENTS
 *
 ******************************/
form {
	display: inline;
}
.textbox {
	border: 1px solid #999;
	ime-mode: active;
}
.ime_off {
	ime-mode: disabled;
}
.textarea {
	border: 1px solid #999;
}
.button {
	border: 1px solid #ccc;
	background: #f2f2f2;
}

ul.check-item {
	zoom: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 160%;
}
ul.check-item:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: left;
}

ul.check-item li {
	float: left;
	margin-right: 10px;
	white-space: nowrap;
}
	
ul.check-item li ul {
	font-size: 10px;
}
	
ul.check-item li label {
	margin-left: 5px;
}
	
ul.check-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 160%;
}
	
ul.submit {
	margin: 20px 0 30px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.submit li {
	display: inline;
	margin: 0 1em;
}
ul.submit .button {
	width: 120px;
}

/******************************
 * FORM
 *
 ******************************/
table.form {
	width: 500px;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border-top: 2px solid #c4ae86;
	border-bottom: 2px solid #c4ae86;
}
table.form th {
	width: 156px;
	padding: 10px;
	border-bottom: 1px solid #c4ae86;
	background: #f7f3ec;
	font-weight: bold;
	color: #6a5835;
	text-align: left;
	vertical-align: top;
}
table.form th.error {
	background: #ffe5e5;
	color: #c00;
}
table.form td {
	padding: 10px;
	border-bottom: 1px solid #c4ae86;
	border-left: 1px solid #c4ae86;
	vertical-align: top;
}

table.enquete {
	width: 500px;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border-bottom: 2px solid #c4ae86;
}
table.enquete th {
	padding: 10px;
	border-top: 2px solid #c4ae86;
	background: #f7f3ec;
	font-weight: bold;
	color: #6a5835;
	text-align: left;
	vertical-align: top;
}
table.enquete th.error {
	background: #ffe5e5;
	color: #c00;
}
table.enquete td {
	padding: 10px;
	vertical-align: top;
}
table.enquete td dl {
	margin: 0;
}
table.enquete td dl dt {
	font-weight: bold;
	color: #000;
}
table.enquete td dl dd {
	margin: 0 0 5px 0;
}
table.enquete td textarea {
	width: 480px;
}

table.sub-item {
	width: auto;
	border-collapse: collapse;
}
table.sub-item th,
table.sub-item td {
	width: auto;
	padding: 2px 5px;
	border: none;
	background: #fff;
	font-weight: normal;
	color: #333;
	vertical-align: top;
	line-height: 140%;
	text-indent: 0;
}
table.sub-item th {
	white-space: nowrap;
}
table.sub-item .require {
	font-weight: normal;
}

table.sub-item ul {
	line-height: normal;
}

p.error-message {
	margin: 0.3em 0 0 0;
	font-size: 10px;
	color: #c00;
}

p.error-message-top {
	margin-bottom: 1em;
	color: #c00;
	font-weight: bold;
}

p.note {
	margin: 0.5em 0;
}

th .notice {
	font-weight: normal;
}
td .notice {
	font-size: 10px;
	color: #666;
}
td span.notice {
	margin-left: 0.5em;
}
td p.notice {
	margin: 0;
	padding-top: 0.2em;
}

div.entry-notice {
	margin: 0 10px 10px 10px;
	line-height: 140%;
}

div.entry-notice ul.notice {
	margin: 0 0 1em 0;
	padding: 10px 10px 5px 10px;
	background: #f7f3ec;
	list-style: none;
	color: #6a5835;
	line-height: 140%;
}
div.entry-notice ul.notice li {
	margin-bottom: 5px;
	padding-left: 22px;
	background: url(../images/common/marker_notice.gif) left top no-repeat;
}

.require {
	color: #c00;
}

div.contact-tel {
	margin-bottom: 20px;
	font-weight: bold;
	color: #086fe1;
	text-align: center;
}

/******************************
 * PRIVACY POLICY
 *
 ******************************/
div.privacy-policy {
	width: 500px;
	margin: 0 0 30px 40px;
	border: 1px solid #ccc;
	line-height: 140%;
	color: #505050;
}

div.privacy-policy dl {
	margin: 10px;
}
div.privacy-policy dl dt {
	margin-bottom: 5px;
}
div.privacy-policy dl dd {
	margin: 0;
}

div.privacy-policy ul {
	margin: 0;
	padding-left: 1.5em;
}
div.privacy-policy ul li {
	margin-bottom: 1em;
	line-height: 140%;
}


/******************************
 * SSL
 *
 ******************************/
div.ssl-note {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dotted #999;
	font-size: 10px;
}
div.ssl-note:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: left;
}
div.ssl-note p {
	margin: 0 0 0 125px;
	line-height: 140%;
}
div.ssl-note p.ssl-seal {
	float: left;
	margin: 0;
}
div.ssl-note p.notice {
	color: #c00;
}


/******************************
 * DOWNLOAD LIST
 *
 ******************************/
table.download-list {
	margin-bottom: 20px;
}

