﻿@charset "UTF-8";

/* 「イベント・セミナー」と「トレーニング」で使用 */
.seminar-body .content-body.estop {
	padding-top: 0;
	background: none;
}
.seminar-body .content-body.estop h3 {
	margin-top: 0;
	margin-bottom: 4px;
	color: #334;
}
.seminar-body .content-body.estop table {
	margin-bottom: 20px;
}
.seminar-body table hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #DDD;
	margin: 5px auto;
	_margin: 0 auto;
	height: 1px;
	padding: 0;
}
.seminar-body td a.none {
	background: none;
	padding-left: 0;
}

/*.seminar-body table.detail {
        border-top: 1px solid #BBB;
        border-left: 1px solid #BBB;
		border-collapse:collapse;
		border-spacing: 0;
/*        border-collapse: separate;
        border-spacing: 1px;
}
.seminar-body table.detail th {
        min-width: 5em;
        width: 5em;
		border-right: 1px solid #BBB;
        border-bottom: 1px solid #BBB;
        background-color: #cbecde;
}
.seminar-body table.detail td {
        border-right: 1px solid #BBB;
        border-bottom: 1px solid #BBB;
        background-color: #FFF;
}
.seminar-body table.detail .line2 td {
}

.seminar-body table.summary th { border-right: 1px solid #fff }
.seminar-body table.summary tr.heading {background-color:#00CC99}
.seminar-body table.summary tr {background-color:#CBECDE}
.seminar-body table.summary tr.line2 {background-color:#E7F6EF}*/

/* 「代理店一覧」で使用 */
table.table_partner th {
	font-weight: normal;
}
table.table_partner tr.heading th {
	font-weight: bold;
}
table.table_partner td {
	text-align:center;
	padding:2px;
	height: 2em;
}
table.table_partner th.icon {
	font-size:10px;
	padding:0;
}

/* p 下マージン調節用 */
#main p.br-s, br-s {margin: 0 0 5px 0;}
#main p.br-m, br-m {margin: 0 0 10px 0;}
#main p.br-l, .br-l {margin: 0 0 15px 0;}


/* 表組（テーブル）用 */
table.list hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCC;
	margin: 5px auto;
	_margin: 0 auto;
	height: 1px;
	padding: 0;
}

table.list {
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-collapse:collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 10px;
/*        border-collapse: separate;
        border-spacing: 1px;*/
}

table.list th,
table.list td {
		border-right: 1px solid #BBB;
        border-bottom: 1px solid #BBB;
		padding: 4px 8px;
	}
table.list th {
 /*       min-width: 5em;*/
 	background-color: #5a97ab;
	background-color: #fff;
	text-align: left;
}
table.list td {
        background-color: #FFF;
}
table.list .line2 th,
table.list .line2 td {
	background-color:#eef4f6;
}
table.list .heading th,
table.list th.heading,
table.list .heading td  {
		color: #fff;
		background-color: #5a97ab;
}
table.list .sub th,
table.list th.sub,
table.list .sub td   {
        background-color: #b8dae6;
		color: #334;
}
table.list tr.center th,
table.list th.center {
	text-align: center;
}

/* h2見出し用（ネイビー背景有り） */


h2,
.caseindex h3 {
	margin: 12px 0;
	height: 21px;
	background-position: 0 0;
	line-height: 1.0;
	text-indent: -19999px;
	background-repeat: no-repeat;
}

/* 見出し　バリエーション */
/* style-1 */
#main.rtdtl h2.subtitle,
.subtitle,
.seminar-body h2.subtitle {
	width: 460px;
	height: 21px;
	line-height: 21px;
	font-size: 13px;
	margin: 12px 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	text-indent: 0;
	position: static;
	vertical-align: baseline;
}

.subtitle.v1 {
	background: url("/archive/images/parts/subttl_v1_base.gif") no-repeat;
}
.subtitle.v2 {
	background: url("/archive/images/parts/subttl_v2_base.gif") no-repeat;
}
.seminar-body h2.subtitle.v3,
.subtitle.v3 {
	background: url("/archive/images/parts/subttl_v4_base.gif") no-repeat;
	color: #000;
}
.subtitle.icon span.text {
	float: left;
}
.subtitle.icon span.img {
	float: right;
	height: 14px;
}
.subtitle.icon span.img img {
	margin-left: 5px;
}
/* style-2 */
.seminar-body .subtitle-head,
.subtitle-head {
	padding-top: 1px;
	background: url("/archive/images/common/separator.gif") repeat-x left top;
}
.seminar-body .subtitle-head .subtitle,
#main.rtdtl .subtitle-head .subtitle,
.subtitle-head .subtitle {
	height: auto;
	padding: 5px 10px;
	line-height: 1.1;
	margin: 4px 0 10px 0;
}


.subtitle-head .subtitle.v1 {
	background: #928A9A;
}
.subtitle-head .subtitle.v2 {
	background: #f3922f;
}
.subtitle-head .subtitle.v4 {
	background: #155c78;
}
.subtitle-head .subtitle.v5 {
	background: #669900;
}



.subtitle-head.b .subtitle {
	width: 440px;
}
.seminar-body .subtitle-head.nobg,
.subtitle-head.nobg {
	background: none;
	padding-top: 0;
}

/* 上マージン調節 */
.t-nosp {
	margin-top: 0;
}

