@charset "utf-8";
/*=====================================================================
種別 ： 個別ページ
適用 ：カンファリスト、コーチング、講師紹介などグローバルメニューのページ
=====================================================================*/

/*--------------------------------------------------------
共通要素
--------------------------------------------------------*/

#PageC1 p.text,
#PageC2 p.text,
#PageC3 p.text {
	line-height:200%;
}

/* セミナー／研修 */
#PageC4 p.midashi {
	font-size:18px;
	font-weight:900;
	margin-bottom:10px;
	border-left:5px solid #ff6600;
	padding-left:8px;
	padding-top:3px;
	padding-bottom:3px;
}
#PageC4 p.cation {
	font-size:10px;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:30px;
}
#PageC4 ul.seminarList1 {
	background:url(/img/line_dot1px.gif) left bottom repeat-x;
	margin:10px 10px 0 10px;
	border-left:4px solid #ff6600;
}
#PageC4 ul.seminarList1 li{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:7px;
	background:url(/img/line_dot1px.gif) left top repeat-x;
	font-weight:bold;
}
/*#PageC4 ul.seminarList li.blank {
	height:3px;
	padding:0;
}*/
#PageC4 ul.seminarList1 li span {
	margin-left:10px;
	display:block;
	font-weight: normal;
}



/* 講師紹介 */
#PageC5 div.profile_btm {
	background:url(/img/lecturer_base_btm.gif) left top no-repeat;
	height:12px;
	margin-bottom:20px;
}
#PageC5 ul.profile {
	background:url(/img/lecturer_base.gif) left top no-repeat;
	padding:30px 30px 10px 30px;
}
#PageC5 ul.profile li.photo {
	float:left;
	width:200px;
}
#PageC5 ul.profile li.text {
	float:right;
	width:410px;
	padding-top:10px;
	background:url(/img/line_dot1px.gif) left top repeat-x;
}
#PageC5 ul.profile li.text em {
	display:inline-block;
	background:#999999;
	padding:1px 10px;
	color:#FFFFFF;
	font-style:normal;
}
#PageC5 ul.profile li.text p {
	background:url(/img/line_dot1px.gif) left bottom repeat-x;
	padding-top:5px;
	padding-bottom:10px;
	margin-bottom:10px;
}
#PageC5 ul.profile li.text p.name {
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.2em;
}
#PageC5 ul.profile li.text p.name span {
	font-size:14px;
	font-weight: normal;
}


/* 代表挨拶 */
#PageP2 h3 {
	font-size:20px;
	color:#FF6600;
	letter-spacing:0.3em;
	margin-top:10px;
	margin-bottom:20px;
}
#PageP2 p {
	line-height:200%;
}
#PageP2 p em {
	color:#CC0000;
}
#PageP2 div.LeftClmn {
	float:left;
	width:290px;
}
#PageP2 div.RightClmn {
	float:right;
	width:370px;
}


/* 個人情報保護について */
h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
p {
	margin-bottom:20px;
}

/* 特定商取引法に基づく表記 */
table#Transaction {
	width:760px;
	margin:0px auto;
	padding:0;
	border-collapse:collapse;
	/*border-bottom:1px solid #cccccc;*/
	background:url(/img/line_dot2px.gif) left top repeat-x;
	background-position:0 -1px;
}
table#Transaction th,
table#Transaction td {
	vertical-align:top;

}
table#Transaction td {
	margin:10px;
	padding:8px 10px 6px 10px;
	/*border-bottom:1px solid #cccccc;*/
	background:url(/img/line_dot2px.gif) left bottom repeat-x;
	background-position:0 -1px;
}
table#Transaction th {
	width:140px;
	font-weight:bold;
	padding:8px 10px 6px 10px;
	/*border-bottom:1px solid #cccccc;*/
	background:url(/img/line_dot2px.gif) left bottom repeat-x;
	background-position:0 -1px;
}
table#Transaction td p {
	margin-top:0px;
	margin-bottom:8px;
}
table#Transaction td em {
	color:#CC0000;
}
table#Transaction td ul.normal {
	margin:5px 10px;
}
table#Transaction td ul.normal li {
	margin:2px;
}

/* サイトマップ */
dl.sitemap {
	margin:0 0 20px 0px;
}
dl.sitemap dt {
	/*background:#efefef;*/
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px 10px;
	font-weight:bold;
}
dl.sitemap dd {
	padding:2px 10px;
}



/* モーダルウインドウ用 */
#ModalContents {
	width:662px;
	margin:0 auto;
}
#PageC5 #ModalContents ul.profile li.text {
	width:430px;
}
#PageC5 #ModalContents div.profile_btm {
	background: none;
}
#PageC5 #ModalContents ul.profile {
	background: none;
	padding:0px 0px 10px 0px;
}
