@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
	00 H1,H2,H3
	01 basic     list,navi.font,color,image
	02 top
	03 dekirukoto
	04 yomitori
	05 sitemap
----------------------------------------------------------- */

/* -----------------------------------------------------------
 =00 H1,H2,H3     fontsize=default.css
----------------------------------------------------------- */
#main h1 { /* pageTitle */
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:5px solid #6881CF;
	margin-bottom:20px;
	padding:9px 10px 6px 16px;
	font-size:1.6rem;
	letter-spacing:0.05em;
}

#main h2 {
	border-top:2px solid #6881CF;
	border-bottom:2px solid #6881CF;
	margin-bottom:15px;
	padding:6px 10px 4px;
	font-size:1.4rem;
}

#main h3 {
	line-height:1.5;
}

/* -----------------------------------------------------------
 =01 basic
----------------------------------------------------------- */
.p {
	margin-bottom:1em;
	font-weight:normal;
}

#main dt {
 x  margin-bottom:3px;
}

#main dd {
 x  padding:0;
 x  margin:0 0 0.5em 1em;
 x  padding:3px;
 x  background:#f1f1f1;
}

#main ol {
 x  padding-top: 10px;
 x  padding-right: 0px;
 x  padding-bottom: 10px;
  padding-left: 40px;
}

#main ul {
 x padding-top:10px;
 x padding-right:0px;
 x padding-bottom:10px;
  padding-left:20px;
}

#main ol li {
}

	#main ol li.section {
		margin-bottom:20px;
		padding-bottom:20px;
		border-bottom:1px dotted #ccc;
		font-weight:bold;
		}

#main ul li {
	font-weight:normal;
}

#main ol li pre {
	font-weight:normal;
}

/* ol li       */
#main .tbody{
	font-weight:normal;
}

#main ol li {
	font-weight:bold;
}

#main ol li  ul li{
	font-weight:normal;
}

#main ol li  ul li ol li{
	font-weight:bold;
}

#main ol li  ul li ol li ul li{
	font-weight:normal;
}


#arrow {
	padding-left:1em;
}

#kekka {
	font-weight:normal;
	margin-left:-1em;
	text-indent:1em;
}

img.imgSousaT {
	margin:10px auto 0;
}

img.imgSousa {
	margin:10px auto;
}

/*  --------------- */
dl.areaHint {
	width:460px;
	padding:10px 20px;
	border:1px solid #A5B4E2;
	line-height:1.5;
}

	dl.areaHint dt {
		padding-left:15px;
		margin-bottom:5px;
		background:url(../images_sys/ic_hint.gif) no-repeat 0 center;
		color:#3755AC;
		font-weight:bold;
	}

	dl.areaHint dd {
		font-weight:normal;
	}

.tip {
	padding:10px 10px 0;
	border:1px solid #A5B4E2;
	line-height:1.5;
}

	.tiptitle {
		padding-left:15px;
		background:url(../images_sys/ic_hint.gif) no-repeat 0 center;
		color:#3755AC;
	}

	.tip ul {
		padding-top:0.8em;
	}

		.tip ul li {
			margin-bottom:1em;
		}

.important {
	padding:10px 10px 0;
	border:1px solid #F7C79F;
	line-height:1.5;
}

	.importanttitle {
		padding-left:15px;
		background:url(../images_sys/ic_important.gif) no-repeat 0 center;
		color:#BF221F;
	}

	.important ul {
		padding-top:0.8em;
	}

		.important ul li {
			margin-bottom:1em;
		}

@media screen and (min-width: 781px){
.tip {
	padding:10px 20px 0;
}

.important {
	padding:10px 20px 0;
}

}

/* table --------------- */
.table {
	margin-bottom:25px;
	table-layout:fixed;
}

	.table th {
		border:1px solid #ccc;
		background-color:#E1E6F5;
		padding:5px 10px;
		word-wrap:break-word;
		overflow-wrap:break-word;
	}

	.table td {
		border:1px solid #ccc;
		padding:5px 10px;
		word-wrap:break-word;
		overflow-wrap:break-word;
	}

.tableRwd {
	margin-bottom:25px;
}

	.tableRwd th {
		display:block;
		width:100%;
		padding:4px 10px;
		background-color:#E1E6F5;
		box-sizing:border-box;
		text-align:left;
	}

	.tableRwd td {
		display:block;
		width:100%;
		box-sizing:border-box;
	}

@media screen and (min-width: 831px){
.table {
	table-layout:auto;
}

	.table th {
		word-wrap:normal;
		overflow-wrap:normal;
	}

	.table td {
		word-wrap:normal;
		overflow-wrap:normal;
	}
}

@media screen and (min-width: 481px){
	.tableRwd th {
		display:table-cell;
		width:25%;
		padding:5px 10px;
		border:1px solid #ccc;
	}

	.tableRwd td {
		display:table-cell;
		width:75%;
		padding:5px 0 5px 10px;
		border:1px solid #ccc;
	}

}

/* -----------------------------------------------------------
 =03 dekirukoto
----------------------------------------------------------- */
ul.menuGuide {
	padding-left:0;
}

	ul.menuGuide li {
		list-style:none;
		width:518px;
		margin-bottom:10px;
margin-bottom:15px;
margin-left:-15px;
		border:1px solid #6B84D4;
		border-radius: 10px;	/* CSS3草案 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;	/* Firefox用 */
		font-size:16px;
		font-weight:bold;
	}

		ul.menuGuide li a {
			text-decoration:none;
			font-weight:bold;
		}

		ul.menuGuide li:hover {
			background-color:#F0F2FA;
		}

	ul.menuGuide p.img{
		float:left;
		width:105px;
		padding:10px 0 0 50px;
margin: 0px;
	}

	ul.menuGuide p.menu{
		float:right;
		width:320px;
		padding-top:50px;
margin: 0px;
	}

		ul.menuGuide p.menu a{
			padding-left:15px;
			background:url(../images_sys/ic_arrow_main.gif) no-repeat 0 center;
		}

/* -----------------------------------------------------------
 =04 yomitori
----------------------------------------------------------- */
#areaYomitori {
	width:350px;
}

	#areaYomitori ul {
		padding-left:0;
	}

		#areaYomitori li {
			list-style:none;
		}

		#areaYomitori li a {
			display:block;
			width:310px;
			margin-bottom:15px;
			padding:10px 10px 10px 30px;
			background:url(../images_sys/ic_arrow_main.gif) no-repeat 15px center;
			border:1px solid #6B84D4;
			border-radius: 8px;	/* CSS3草案 */
			-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
			-moz-border-radius: 8px;	/* Firefox用 */
			font-weight:bold;
			text-decoration:none;
		}

			#areaYomitori li a:hover {
				background:#F0F2FA url(../images_sys/ic_arrow_main.gif) no-repeat 15px center;
				text-decoration:underline;
			}

/* -----------------------------------------------------------
 =05 sitemap
----------------------------------------------------------- */
#main .normal{
	margin-bottom:5px;
	padding:7px 5px 3px 22px;
	border-top:1px solid #D6D6D6;
	background:url(../images_sys/ic_sitemap.gif) no-repeat 9px center;
	font-weight:bold;
}

#main	.accordion a{ /* menu title */
	display:block;
	padding:7px 5px 5px 22px;
	border-top:1px solid #D6D6D6;
	background:url(../images_sys/ic_sitemap.gif) no-repeat 9px center;
	font-weight:bold;
}

	#main	.bellow .accordion a{ /* menu 2f */
		margin-top:10px;
		padding-left:37px;
		background:#FFF url(../images_sys/ic_sitemap_02.gif) no-repeat 25px center;
		border-top:none;
	}

		#main	.bellow .bellow .accordion a{ /* menu 3f */
			margin-top:10px;
			padding-left:52px;
			background:#FFF url(../images_sys/ic_sitemap_02.gif) no-repeat 40px center;
			border-top:none;
		}

		#main	.bellow li { /* menu 2f list */
			margin-left:20px;
			padding:3px 5px 1px 0;
			list-style:disc;
		}

		#main	.bellow li.end { /* menu 2f list */
			margin-bottom:15px;
		}

			#main	.bellow .bellow li { /* menu 3f list */
				margin-left:38px;
				padding-left:0;
				list-style:circle;
			}

			#main	.bellow .bellow li.end { /* menu 3f list */
				margin-bottom:10px;
			}


.hitarea {
    background-color: #cc9999;
    width: 14px;
    height: 14px;
    display: inline-block;
    _display: inline;
}
