@charset "UTF-8";

/* base
------------------------------------------------------------- */
em,
.caution {
	color: #f00;
}
.required
{
	color:#C00!important;
	font-size:16px;
}
.center {
	text-align: center;
}
.big {
	font-size: 116%;
}
.small {
	font-size: 85%;
}


/* content
------------------------------------------------------------- */
#content {
  max-width: 640px;
  color: #3c3c3c;
}
#content p {
  line-height: 1.5em;
}

#content .section {
	margin-bottom: 3em;
}

#content .section .section {
	margin-bottom: 2em;
}

#content h2 {
	margin-bottom: 1em;
/*	padding-left: 6px;*/
/*	border-bottom: 1px solid #333;*/
/*	border-left: 6px solid #008C45;*/
	font-size: 116%;
	font-weight: bold;
/*	color: #008C45;*/
}

#content h3 {
	margin-bottom: 1em;
	padding-left: 6px;
	border-left: 3px solid #008C45;
	font-size: 116%;
	font-weight: bold;
	line-height: 1;
}

#content h4 {
	margin-bottom: 1em;
	font-size: 116%;
	font-weight: bold;
	line-height: 1;
}

#content p {
	margin-bottom: 1em;
}


/* list
------------------------------------------------------------- */
#content ul {
	margin-bottom: 1em;
}

#content ul li {
	list-style: disc;
	margin: 0 0 0.3em 20px;
}

#content ul.nonstyle {}
#content ul.nonstyle li {
	list-style: none;
	margin-left: 0;
}

#content ul.books {}
#content ul.books li {
	list-style: none;
	display: inline;
	float: left;
	width: 140px;
	margin: 0 13px 0 0;
}

#content ul.books li:last-child {
	margin-right: 0;
}
#content ul.books li.last-child {
	margin-right: 0;
}
#content ul.books li img {
	margin-bottom: 0.5em;
}
#content ol {
	margin-bottom: 1em;
}
#content ol li {
	list-style: decimal;
	margin: 0 0 0.3em 30px;
}

#content dl {
	margin-bottom: 1em;
}
#content dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}
#content dd {
	margin-bottom: 1em;
}


/* table
------------------------------------------------------------- */
#content table {
	margin-bottom: 1em;
	border: 1px solid #999;
  border-collapse: collapse;

}
#content table th {
	padding: 6px;
/*	font-weight: bold;*/
	font-weight: normal;
	background-color: #ddd;
	border: 1px solid #999;
}
#content table td {
	padding: 6px;
	vertical-align: top;
	border: 1px solid #999;
}

#content table td ul {
	margin-bottom: 0;
}

#content table td img {
	margin: 0.5em 0;
}


/* form
------------------------------------------------------------- */
#content form.inline {
	display: inline;
}
#content form .wide {
	width: 400px;
}
#content form .middle {
	width: 200px;
}
#content form .narrow {
	width: 100px;
}
#content form .mini {
	width: 20px;
}
#content .error {
	margin-top: 6px;
}


/*------------------------------------------------*/
/* hr */
#content .hr {
	height: 2px;
	margin-bottom: 1em;
	border-bottom: 2px solid #333;
}

#content .hr hr {
	display: none;
}
