@charset "utf-8";
/* CSS Document */

#contentsContainer {
	padding-top:40px;
}

.reportCaption {
border-bottom: 1px solid #e5e5e5;
padding-bottom:20px;
}
.reportCaption h4 {
	font-size:18px !important;
	font-weight:bold !important;
	margin:20px 0 !important;
}
.reportCaption p {
	line-height:1.5em;
	font-size:13px;
	margin-top:20px;
}
#stageTab {
	margin-top:0px;
}

#stageTabList {
	border-bottom:1px solid #0074af;
	height:51px;
	display:block;
	line-height:50px;
	font-size:11px;
}

#stageTabList li {
	float:left;
	
	color:#0074af;
	background:#FFF;
	border:1px solid #0074af;
	padding:0px 16px;
	margin-left:10px;
	margin-top:1px;
	border-bottom:none;
}

#stageTabList li:first-child {
	margin-left:20px;
}

#stageTabList li.hasLink {
	color:#fff;
	background:#0074af;
	cursor:pointer;
}

#stageTabList li.hasLink a {
	text-decoration:none;
}

#stageTabList li a:hover {
	color:#7FB9D7;
}

/*プルダウン*/


#stTab_navigation {
	border-bottom:1px solid #0074af;
	height:51px;
	display:block;
	line-height:50px;
	font-size:11px;
	margin:0 9px;
}

#stTab_nav_list li {
	float:left;
	
	position:relative;
}

#stTab_nav_list li.deactive .nav_caption {
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter: alpha(opacity=35);
}

#stTab_nav_list .nav_caption 	{
	border-bottom:1px solid #0074af;
	margin:0 5px;
	padding:0px 15px;
	height:51px;
	display:block;
	line-height:50px;
	font-size:11px;
	color:#fff;
	background:#0074af;
	cursor:pointer;
	}

#stTab_nav_list .nav_caption_ac 	{
	border-top:1px solid #0074af;
	border-left:1px solid #0074af;
	border-right:1px solid #0074af;
	margin:0 5px;
	padding:0px 15px;
	height:51px;
	display:block;
	line-height:50px;
	font-size:11px;
	color:#0074af;
	background:#FFF;
	cursor:pointer;
	}

.stTab_nav_subView {
	position:absolute;
	left:0px;
	top:-5000px;
	z-index:1;
}

.stTab_nav_subView span {
	display:block;
	
	background:url(../img/header/bullet.png);
	width:13px;
	height:6px;
	
	position:absolute;
	left:10px;
	top:-6px;
}

.stTab_nav_sub_listview {
	height:0px;
	overflow:hidden;
}

.stTab_nav_sub_list li {
	height:50px;
	line-height:50px;
	font-size:11px;
	width:100%;
	
	background:url(../img/header/arrow.gif) #d9d9d9;
	background-repeat:no-repeat;
	background-position:250px center;
	
	border-top:1px solid #fff;
	
	behavior: url(/common/css/PIE.htc);
}

.stTab_nav_sub_list li a {
	display:inline-block;
	padding-left:20px;
}

.stTab_nav_sub_list li:hover {
	background:url(../img/header/arrow.gif) #c0c0c0;
	background-repeat:no-repeat;
}

.stTab_nav_sub_list li.deactive {
	padding-left:20px;
	background:url(../img/header/arrow.gif) #d9d9d9;
	background-repeat:no-repeat;
	background-position:250px center;
	
}

.stTab_nav_sub_list li a {
	text-decoration:none;
	color:#000 !important;
}

.stTab_nav_sub_list li:first-child {
	border-top:none;
}

.stTab_nav_sub_list a {
	display:block;
}

#stTab_sub_nav_list li {
	background:url(../img/arrow_link.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:13px;
	padding-left:20px;
	float:left;
	margin-left:10px;
}

#stTab_sub_navigation {
	position:relative;
	margin-top:16px;
}

#stTab_sub_nav_list {
	position:absolute;
	right:0px;
	top:0px;
}

#stTab_sub_nav_list li:first-child {
	margin-left:0px;
}

/*プルダウンここまで */


.day_link {
/*	border-bottom: 1px solid #e5e5e5;*/
	padding: 15px 0 0px 0;
}
.day_link li {
	margin: 5px 23px 5px 0;
}
.day_link li a {
	display: block;
	padding: 0 0 1px 18px;
	font-size: 12px;
	line-height: 1;
	background-image: url(../../report/img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 13px 13px;
	color: #645d5b;
	text-decoration: none;
}
.day_link li a:hover {
	color: #0099cc;
	text-decoration:underline;
}



h5 {
	font-size:15px;
	font-weight:bold;
	color:#0074af;
	margin-top:20px;
}

.cName {
	padding:10px 0px;
	vertical-align: top;
	font-weight:bold;
}
.workText {
	line-height:1.5em;
	font-size:13px;
	margin:10px 0;
}
.imagePh {
	text-align:center;
	margin:30px 0;
}
.pagetop a {
	line-height:1.5em;
	font-size:13px;
	margin:10px 0;
	float:right;
	color:#000000;
}
.writer {
	width:100%;
	line-height:1.5em;
	font-size:13px;
	margin:10px 0;
	color:#000000;
	clear:both;
	text-align:right;
}



imgL,
.imgR {
   overflow: hidden;
   height: auto;
}
 
.imgL img {
   float: left;
   margin: 0 15px 0 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.imgR img {
   float: right;
   margin: 0 0 0 15px !important;
   padding: 0 !important;
   border: 0 !important;
}

.tab{overflow:hidden;}
.tab li{background:#ccc; padding:5px 25px; float:left; margin-right:1px;}
.tab li.select{background:#eee;}
.content li{background:#eee; padding:20px;}
.hide {display:none;}


/*-------------------------------------*/
h6 {
	height:50px;
	line-height:50px;
	color:#fff;
	background:#0074af;
	padding-left:20px;
	margin-top:30px;
}

.semminerProgram {
	font-size:12px;
	font-weight:bold;
}

.semminerName {
	font-size:14px;
	margin-top:5px;
	line-height:1.3em;
}

.semminerName a {
	color: #0074AF;
}

.semminerName a:hover {
	color:#7FB9D7;
}

.semminerCaption, .semminerDetail {
	padding:12px 18px;
}

.semminerCaption {
	background:#c6f5fd;
}

.semminerDetail {
	background:#eafcff;
}

#seminnerThx {
	margin: 22px 0 27px;
}

.seminnerList a {
	color:#0074af;
}

.seminnerList li {
	border-top:2px solid #0fa9c5;
	margin-top:5px;
}

.seminnerList {
	margin-top:30px;
}

.seminnerList li:first-child {
	margin-top:0px;
}

.detailCaption {
	width: 140px;
}

.semminerDetail {
	font-size:12px;
	line-height:1.7em;
}

.semminerDetail td {
	padding:10px 0px;
	vertical-align: top;
	font-weight:bold;
}

.colomnView .left, .colomnView .right {
	float:left;
}

.left {
	width: 460px;
	padding-right: 20px;
}




#btnForm {
	width:299px;
	margin:0px auto;
	margin-top:20px;
}
#form_end {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #ff4953;
	margin: 15px 0 0;
}


.companyList {
	margin-top:10px;
	width:100%;
}

.companyList th {
	text-align:left;
	font-size:14px;
	padding:20px;
}

.companyList td {
	margin-bottom:5px !important;
	margin-right:5px !important;
	background:#eafcff;
	
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	padding:20px !important;
	font-size:14px;
	font-weight:bold;
	color:#0074af;
	line-height:1.5em;
	width:347px;
	vertical-align:top;
}

.time {
	font-size:12px;
	font-weight:bold;
	padding:20px;
	background:#c6f5fd !important;
	width:20%;
	color:#000 !important;
	width:160px !important;
	
}

.dateCaption {
	background:#11a8c3;
}

#titleList {
	margin-top:20px;
}

#titleList li {
	float:left;
	width:210px;
	margin-left:20px;
}

#titleList li:first-child {
	margin-left:0px;
}

.titleCopy {
	font-size:13px;
	line-height:1.5em;
	margin-top:5px;
}

.titleCopy span {
	color:#949494;
	font-size:10px;
}

.consulting p.cap {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.consulting p {
	margin-bottom: 15px;
}

.tlink a {
	color:inherit;
	text-decoration:none;
}

.tlink a:hover {
	color:#908b8a;
	text-decoration:none;
}
.eanime {
font-style: italic;
}

