@charset "utf-8";

/* --- 共通 --- */
#etc .section {
	margin: 0 2%;
}
#etc dl.dtNum dt {
	font-weight: bold;
}
#etc dl.dtNum dd {
	padding-left: 1.4em;
	margin-bottom: 20px;
}
#etc dl.dtNum dd.last {
	margin-bottom: 0;
}
#etc .last_text {
	text-align: right;
	margin: 20px 0 0;
}
#etc a.aInline {
  display: inline;
 color: #28a6e8;
}


/*--- トップアンカーエリア（右向き矢印） ---*/
#etc .anchorArea ul li a {
	background: url(/images/common/summary_bg.png) 0 2px no-repeat;
	background: url(/images/common/summary_bg_ie8.png) 0 2px no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
	display: block;
	padding: 0 0 0 25px;
}
#etc .anchorArea ul li a:hover {
	background: url(/images/common/summary_bg_on.png) 0 2px no-repeat;
	background: url(/images/common/summary_bg_on_ie8.png) 0 2px no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}

/*--- リスト ---*/

#etc #content .section  dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#etc #content .section dl dd:first-letter,
#etc #content .section ul li:first-letter {
	background: url(/images/common/list_blue.png) 0 center no-repeat;
	background: url(/images/common/list_blue_ie8.png) 0 center no-repeat\9;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
  padding-left: 16px;
}
#etc #content .section dl dd {
  margin: 0 0 5px 2em;
  text-indent: -16px;
}
#etc #content .section ul li {
  margin: 0 0 10px 2em;
  text-indent: -16px;
}
#etc #content .section dl dd.last,
#etc #content .section ul li.last {
  margin: 0 0 0 2em;
}

/*　----コンプライアンス書面()----　*/
#etc .flowArea {
	overflow: hidden;
}

#etc .flowArea ul {
	width: 66.4%;
	margin: 0 auto;
	overflow: hidden;
}
#etc .flowArea ul li {
	float: left;
	width: 47%;
	margin: 0 5px;
	display: inline-block;
}

#etc .wideFlowArea .flowImg {
	width: 67%;
  margin: 50px auto 0;
}


/* ==========================================================
	/etc/security.html
========================================================== */

/* ==========================================================
	/etc/privacy.html
========================================================== */

#etc.privacy table th {
  width: 10em;
  padding-right: 2%;
}
/* ==========================================================
	/etc/compliance.html
========================================================== */

#etc.compliance table th {
  width: 10em;
  padding-right: 2%;
}

/* ==========================================================
	/etc/shikin.html
========================================================== */

#etc.shikin .ccheck {
  width: 7%;
  vertical-align: bottom;
}

/* ==========================================================
	/etc/publish.html
========================================================== */

#etc.publish .topDate {
  text-align: right;
  margin: 20px 0;
}
#etc.publish #content .section dl dt,
#etc.publish #content .section ul {
	margin-top: 20px;
}

/*　----テーブル----　*/

#etc table.personalInfo {
	border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
	border-collapse: separate;
	border-bottom: 1px solid #d5dae3;
}
#etc table.personalInfo .sp_none {
    display: table-cell;
}
#etc table.personalInfo.commission {
	border-bottom: none;
}
#etc table.personalInfo tr {
	border-bottom: 1px solid #d5dae3;
}

#etc table.personalInfo th {
	background: #838c9a;
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
	padding: 1% 0;
}
#etc table.personalInfo td {
	padding: 1% 0;
	border-top: 1px solid #d5dae3;
	border-bottom: 1px solid #d5dae3;
}
#etc table.personalInfo .first_line td {
	border-top: none;
}

#etc table.personalInfo .middle_th p,
#etc table.personalInfo .right_th p {
	border-left: 1px solid #aab1bc;
	padding-left: 0.5em;
}
#etc table.personalInfo .col2 p,
#etc table.personalInfo .col3 ul {
	border-left: 1px solid #d7dce5;
	padding-left: 0.5em;
}
#etc table.personalInfo .left_th {
	border-radius: 7px 0 0 0;
  -webkit-border-radius: 7px 0 0 0;
  -moz-border-radius: 7px 0 0 0;
}
#etc table.personalInfo .right_th {
	border-radius: 0 7px 0 0;
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
}
#etc table.personalInfo .col1 {
	text-align: center;
	vertical-align: middle;
	width: 5%;
}
#etc table.personalInfo .col2 {
	vertical-align: middle;
	font-weight: bold;
	width: 17%;
}
#etc table.personalInfo .col3 {
	width: 41%;
}
#etc table.personalInfo .bgGray {
	background: #f6f6f6;
}
#etc table.personalInfo .bgGray td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#etc #content .section table.personalInfo ul {
	margin-top: 0;
}


