@charset "Shift-JIS";

/* ---------------------------------------------------------------
	base
--------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,p,blockquote,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
}

section,nav,article,aside,hgroup,
header,footer,figure,figcaption,details {
	display: block;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	line-height: 1.5;
	background: #efefef;
	color: #333;
	font-family: Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

em,strong {
	font-weight: bold;
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
}

fieldset {
	border: 0;
}

input,button,select,textarea {
	vertical-align: baseline;
	font-size: 1em;
}

input,textarea {
	padding: 5px;
	font-family: sans-serif;
	*font-family: inherit;
}

select {
	font-family: inherit;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

label {
	cursor: pointer;
}

*:after {
	display: block;
	clear: both;
}

/* ---------------------------------------------------------------
	link
--------------------------------------------------------------- */

a {
	color: #666;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: undeline;
}

/* ---------------------------------------------------------------
	layout
--------------------------------------------------------------- */

#page {
	width: 740px;
	margin: 0 auto;
	border: solid #ccc;
	border-width: 0 1px;
	background: #fff;
}

/* header
-------------------------------------------------------- */

header {
	height: 75px;
	border-bottom: 1px solid #ccc;
}

header h1 {
	margin-left: 10px;
}

/* footer
-------------------------------------------------------- */

footer {
	position: relative;
	overflow: hidden;
	padding: 10px 0 8px;
	border-top: 1px solid #ccc;
	background: url(bg_footer.gif) repeat-x 0 1px;
}

footer ul {
	*zoom: 1;
}

footer ul:after {
	content: "";
}

footer ul li {
	float: left;
	margin-left: 5px;
	padding-left: 14px;
	background: url(arw.gif) no-repeat left center;
	font-size: 83%;
}

footer p {
	position: absolute;
	top: 9px;
	right: 5px;
}

/* ---------------------------------------------------------------
	広告審査番号
--------------------------------------------------------------- */

#adv_wrap {
	margin-top: 25px;
	text-align: right;
}

#adv_wrap span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 2px 4px;
	border: 1px solid #333;
	font-size: 10px;
	text-align: center;
}

/* ---------------------------------------------------------------
	content
--------------------------------------------------------------- */

#content {
	width: 680px;
	margin: 25px auto 30px;
}

#content h2 {
	margin-bottom: 15px;
	padding-bottom: 0.7em;
	background: url(bg_h2.gif) repeat-x left bottom;
	font-size: 133%;
}

#content form {
	padding: 25px 15px 0;
}

#content form h3 {
	margin: 25px 0 20px;
	padding: 4px 8px;
	border-left: 4px solid #cacded;
	background: #e6eef5;
	color: #13007c;
	font-size: 117%;
}

#content a {
	color: blue;
	text-decoration: underline;
}

/* .attention
-------------------------------------------------------- */

#content section.attention {
	padding: 25px 15px 0;
}

#content section.attention h3 {
	font-weight: bold;
}

#content section.attention .notes {
	margin: 0 1em;
}

#content section.attention .notes dt,
#content section.attention .notse dd {
	margin-top: 1em;
}

#content section.attention .notes dd {
	margin-left: 1em;
}

#content section.attention ul {
	margin-top: 1em;
	padding: 0 1em 0 2.5em;
}

#content section.attention li {
	list-style: disc;
}

#content section.attention dd ul {
	padding-left: 1.5em;
}

#content section.attention .comments {
	line-height: 1.2;
	margin: 1em 1em 1em 2.8em;
	font-size: 83%;
}

#content section.attention .comments dt {
	margin: 0;
}

#content section.attention .comments dd {
	margin: 0 0 0 2em;
}

#content section.attention p {
	margin: 0 1em;
}

/* #description
-------------------------------------------------------- */

#content p#description {
	padding: 0 15px;
}

/* vertical type
-------------------------------------------------------- */

#content dl.enq dt {
	margin-top: 20px;
}

#content dl.enq dd {
	margin: 1em 1em 0 2.8em;
}

#content dl.enq dd dl dt,
#content dl.enq dd dl dd {
	margin: 0;
}

/* table type
-------------------------------------------------------- */

#content table {
	width: 100%;
	margin: 5px 0;
}

#content table th,
#content table td {
	padding: 10px;
	border: 1px solid #ccc;
}

#content table th {
	width: 195px;
	background: #f5f5f5;
}

/* matrix type */
#content table.matrix {
	font-size: 83%;
}

#content table.matrix th,
#content table.matrix td {
	padding: 8px;
}

#content table.matrix th {
	font-weight: normal;
}

#content table.matrix td {
	text-align: center;
}

#content table.matrix label {
	display: block;
	vertical-align: middle;
}

#content table.matrix input {
	margin: 0;
}

/* annotation of table */
#content table .bdr_dot {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

/* limit of the input
-------------------------------------------------------- */

em {
	margin-left: 5px;
	font-weight: normal;
}

/* required mark
-------------------------------------------------------- */

p.notes span,
#content dl.enq dt span,
#content table th span {
	color: red;
}

span.bold {
	font-weight: bold;
}

/* annotated list
-------------------------------------------------------- */

ul.notes {
	line-height: 1.2;
	margin-top: 20px;
	font-size: 83%;
}

/* branch source text
-------------------------------------------------------- */

.next {
	margin-top: 1em;
}

/* error message
-------------------------------------------------------- */

.error {
	margin-top: 3px;
	color: #ff0000;
	font-weight: bold;
}

span.error {
	margin: 0 0 0 5px;
}

/* noticeable error (jQuery ob Class to grant) */
.error.active {
	margin: 5px 0;
	padding: 8px 10px;
	border: 2px solid #ff9d9d !important;
	background: #fff0f0;
}

/* submit button
-------------------------------------------------------- */

#submit {
	margin-top: 30px;
	text-align: center;
}

#submit input {
	font-family: inherit;
}

/* for submit page
-------------------------------------------------------- */

._a,._al {
	display: block;
}


/* original style
-------------------------------------------------------- */

.icn_pdf {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 10px;
	padding-left: 19px;
	background: url(icn_pdf.gif) no-repeat 0 .1em;
}

#content table td dl dt {
	font-weight: bold;
}

#content table td .equipment {
	width: 392px;
	margin: 10px 0 10px 20px;
	border-left: 2px solid #ccc;
	color: #555;
	font-size: 92%;
}

#content table td .equipment th,
#content table td .equipment td {
	border: none;
	background: none;
	padding: 0;
}

#content table td .equipment th {
	width: 8em;
	vertical-align: top;
	padding: 5px 0 0 10px;
	font-weight: normal;
}

#content table td .equipment input {
	font-size: 105%;
}

#content table td .equipment.confirm {
	margin-left: 2px;
}

#content table td .equipment.confirm th {
	vertical-align: baseline;
	padding-top: 0;
}

#content table td .check {
	margin-top: 10px;
	color: #555;
	font-size: 92%;
}

#content table td .check td,
#content table td .check th {
	padding: 6px;
}

#content table td .check th {
	width: auto;
}

#content table td ul.check {
	margin-left: 2px;
	padding-left: 25px;
	border-left: 2px solid #ccc;
}

#content table td ul.check li {
	list-style: disc;
}
