@charset "UTF-8";



/* -------------- 参加出版社 -------------- */

div.cnt-box {
	margin: 50px 0;
}

div.cnt-box p {
	width: 100%;
	margin: 25px 0;
}

div.cnt-box p span {
	color: #cc0000;
}

div.cnt-box p strong {
	font-weight: bold;
}

.default-form {
	margin-top: 40px;
}

.default-form p {
	margin: 1em 0;
	padding: 0 20px;
	line-height: 1.6;
}

.default-form p span {
	font-weight: bold;
}

.default-form dl {
	overflow: hidden;
}

.default-form dl dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: right;
	margin-top: 0.5em;
	padding: 5px;
	padding-top: 1em;
	width: 250px;
	float: left;
	vertical-align: top;
}

.default-form dl dt span {
	color: #ff0000;
	font-size: 0.7em;
}

.default-form dl dt span:before {
	content: "【";
}

.default-form dl dt span:after {
	content: "】";
}

.default-form dl dd {
	font-size: 16px;
	margin-left: 270px;
	margin-top: 0.5em;
	line-height: 3;
	padding: 5px;
}

.default-form dl dd span {
	display: inline-block;
	font-size: 14px;
	text-indent: 0.5em;
}

.default-form dl dd span:before {
	content: "※";
}

.default-form dl dd strong {
	color: #ff0000;
}

.default-form dl dd label {
	display: inline-block;
	margin-right: 1em;
}

.default-form input[type=text], 
.default-form input[type=tel],
.default-form input[type=email] {
	border: 0;
	font-size: 16px;
	padding: 10px;
	border: solid 2px #ccc;
	width: 20em;
	border-radius: 5px;
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.default-form input.em5 { width: 5em; }
.default-form input.em8 { width: 8em; }
.default-form input.em10 { width: 10em; }
.default-form input.em20 { width: 20em; }
.default-form input.em30 { width: 30em; }
.default-form input.p100 { width: 100%; }

.default-form textarea {
	border: 0;
	font-size: 16px;
	padding: 10px;
	border: solid 2px #ccc;
	width: 30em;
	height: 5em;
	border-radius: 5px;
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

.default-form textarea:focus,
.default-form input:focus {
	border: solid 2px #f8c180;
}

.default-form input[type=radio],
.default-form input[type=checkbox] {
	display: inline-block;
	transform: scale(1.4);
	border-radius: 3px;
	margin-right: 0.5em;
}

.default-form select {
	font-size: 16px;
	padding: 10px;
	border-radius: 5px;
	border: solid 2px #ccc;
	background: #fff;
}

.default-form button {
	border: none;
	margin: 1em 0 0 275px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 40px;
	background: #eb9a1b;
}

.default-form button:hover {
	opacity: 0.7;
}