@charset "UTF-8";
/* CSS Document */
/*リンクテキスト=======================================*/	
.ethics a,
.ethics a:visited {
	text-decoration:underline;
	color: #000;
}
.ethics a:hover {
	text-decoration: none;
	color: #2299C7;
}
strong {
	color: #2299C7;
	text-decoration: underline;
}


/*目次=======================================*/		
#page-index {
	font-size: 1.2em;
}
#page-index a {
	background-attachment: scroll;
	background-image: url(../img/rinri_yajirushi_down.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	color: #2299C7;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#page-index .children {
	margin-bottom: 20px;
}
#page-index .children a {
	background-image: none;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 1em;
}
	

/*見出し=======================================*/
.ethics h2 {
	font-size:2em;
	font-weight:bold;
	color: #2299C7;
	border-bottom: 2px solid #E6E6E6;
	padding: 60px 0px;
	margin-bottom: 60px;
	display: block;
	}
.ethics h2 img.icon{
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 10px;
	}
	
.ethics h3 {
	font-size:1.4em;
	color: #fff;
	font-weight:bold;
	background-color:#2299C7;
	padding: 15px;
	margin-bottom:20px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	line-height: 1.2em;
}
.ethics h4 {
	font-size:1.4em;
	color: #2299C7;
	font-weight:bold;
	margin-bottom:10px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	line-height: 1.2em;
	background-image: url(../img/rinri_rokkaku.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.ethics h4.noimg { /*文頭アイコンをとる*/
	background-image: none;
	padding-left: 0px;
}
.ethics h5 {
	font-size:1em;
	color: #2299C7;
	font-weight:bold;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.ethics h6 {
	font-size:1em;
	color: #000;
	font-weight:bold;
	display: block;
}


/*テキスト横画像=======================================*/
img.yajirushi{
	margin-right: 6px;
	margin-left: 6px;
	}
img.data{
	vertical-align: middle;
	margin-right: 5px;
	text-align: left;
	}


/*リスト=======================================*/
.ethics ol {
	list-style-position: outside;
	padding-left: 30px;
	margin-bottom:20px;
}
.ethics ol li {
	list-style-type: decimal;
	margin: 5px 0px;
}
.ethics ul {
	list-style-position: outside;
	padding-left: 15px;
	margin-bottom:20px;
}
.ethics ul li {
	list-style-type: disc;
	margin: 5px 0px;
}
.horizontal-list {
	overflow: hidden;
}
.horizontal-list a{
	float: left;
	margin-right: 10px;
}
	

/*ボタン=======================================*/
.ethics a.button:link,
.ethics a.button:visited {
	border: solid 1px #2299C7;
	text-decoration: none;
	color: #000;
	padding: 10px;
}
.ethics a.button:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2299C7;
	padding: 10px;
}


/*テーブル（たて）=======================================*/	
.ethics table {
	width: 100%;
	border-collapse: collapse;
	border: solid 2px #e6e6e6;
	margin-bottom: 20px;
	font-style: normal;
}
.ethics table tr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.ethics table th{
	padding: 6px;
	text-align: center;
	color: #333;
	background-color: #E6E6E6;
	vertical-align: middle;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.ethics table th:last-child {
	border-right: none;
}
.ethics table td {
	padding: 6px;
	background-color: #fff;
	border-left: 2px solid #E6E6E6;
	vertical-align: middle;
} 

/*テーブル（よこ）=======================================*/	
.ethics table.yoko {
	width: 100%;
	border-collapse: collapse;
	border: solid 2px #e6e6e6 ;
	}
.ethics table.yoko th{
	padding: 6px;
	text-align: center;
	color: #333;
	vertical-align: middle;
	background-color: #e6e6e6;
}
.ethics table.yoko td {
	padding: 6px;
	background-color: #fff;
	vertical-align: middle;
	border-bottom: solid 2px #e6e6e6;
	border-right: solid 2px #e6e6e6;
}
.ethics table p {
	margin-left:0px;
	margin-bottom:0px;
}


/*線なしリスト=======================================*/	
.border-none-list {
	overflow: hidden;
}
.border-none-list dt {
	float: left;
	font-weight: bold;
	width:100px;
}
.border-none-list dd {
	padding-left:100px;	
}
