/****************************************

     SET

****************************************/

* html body {
	background:url(null) fixed;
	overflow:hidden;
}

html,body,div,span,applet,object,iframe,strong,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,legend,caption,tbody,tfoot,thead,table,label,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline;
}

header,footer,nav,article,section,aside {
	display:block;
}

body {
	font-size:14px;
	color:#000;
	line-height:1.8;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,'メイリオ',Helvetica,Arial,Sans-Serif;
	overflow-x:hidden;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}

ul {
	list-style:none;
	}

.left {
	float:left;
	}
	
.right {
	float:right;
	}

.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:".";
	clear:both;
	height:0;
}

:first-child+html .clearfix {
	zoom:1;
}

a {
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}



/****************************************

     globalNavi

****************************************/

* html div#globalNaviWrap {
	position:absolute;
	top:expression(eval(document.documentElement.scrollTop+0));
}

#globalNaviWrap {
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	width:100%;
	height:40px;
	background:url(img/globalnav-bg.jpg) repeat-x;
}




#globalNavi ul {
	width:960px;
	height:40px;
	background:url(img/globalnav.jpg) no-repeat;
	margin:0 auto;
	list-style:none;
}

#globalNavi ul li {
	float:left;
}

#globalNavi ul li a {
	width:160px;
	height:40px;
	display:block;
	text-indent:-10000px;
}

#globalNavi ul li.page-item-acm a:hover,#globalNavi ul li.page-item-acm.current_page_item a {
	background:url(img/globalnav.jpg) -0 -40px no-repeat;
}

#globalNavi ul li.page-item-iss a:hover,#globalNavi ul li.page-item-iss.current_page_item a {
	background:url(img/globalnav.jpg) -160px -40px no-repeat;
}

#globalNavi ul li.page-item-pef a:hover,#globalNavi ul li.page-item-pef.current_page_item a {
	background:url(img/globalnav.jpg) -320px -40px no-repeat;
}

#globalNavi ul li.page-item-ite a:hover,#globalNavi ul li.page-item-ite.current_page_item a {
	background:url(img/globalnav.jpg) -480px -40px no-repeat;
}

#globalNavi ul li.page-item-ope a:hover,#globalNavi ul li.page-item-ope.current_page_item a {
	background:url(img/globalnav.jpg) -640px -40px no-repeat;
}

#globalNavi ul li.page-item-jim a:hover,#globalNavi ul li.page-item-jim.current_page_item a {
	background:url(img/globalnav.jpg) -800px -40px no-repeat;
}


/****************************************

     header

****************************************/



#header {
	width:960px;
	margin-top: 80px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}

#header h1 {
	text-align: center;
}


/****************************************

     main

****************************************/

#main, #schedule {
	margin: 0 auto;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	}

#main {
	width: 780px;
}

#schedule {
	width: 960px;
}


#main h1,
#schedule h1 {
	background:url(img/h1line.gif) repeat-x 0 50%;
	margin: 0 0 15px;
	text-align:center;
	}
	
#main h1 span,
#schedule h1 span {
	background:#fff;
	padding:0 20px 0;
	font-weight:bold;
	color:#666;
	font-size:20px;
	}




/**/

#ads-box {
	width:620px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

ul.ads-text {
	margin: 0 !important;
	padding:0 !important;
	list-style:none !important;
}

ul.ads-text li {
	padding:2px 0 2px 35px !important;
	margin: 0 !important;
}

ul.ads-text li {
	background:url(img/icon-pr.jpg) no-repeat left !important;
}

ul.ads-text li a {
	background: none !important;
	color: #0000EE !important;
	font-weight: normal !important;
}


/**/

#goto {
	overflow: hidden;
	margin-bottom: 10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px 0;	
}

#goto .left {
	width: 330px;
	color: #666;
	font-size:12px;
}

#goto ul {
	float: right;
}

#goto ul li {
	float: left;
	margin-left: 5px;
	text-align: center;
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #999;
	font-size:16px;
}

#goto ul li a {
	font-weight:bold;
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	color: #fff;

}

#goto ul li a:hover,
#goto ul li.active {
	text-decoration: none;
	background: #666;
	color: #fff;
	font-weight:bold;
}



#gosite {
	overflow:hidden;
	margin-bottom:5px;
	}
	
#gosite ul {
	float:right;
	}
#gosite ul li {
	float:left;
	display:block;
	padding-left:10px;
	}

#gosite ul li a,
#gosite ul li a:hover {
	color:#0000EE;
	}

/**/
.desc {
	padding: 20px;
	background: #f0f0f0;
}


#seminar {
	overflow: hidden;
	margin: 5px 0 20px;
	}

#seminar .left {
	width: 170px;
}

#seminar .left img {
	margin-bottom: 10px;
}

#seminar .right {
	width: 588px;
}

#seminar dl dt {
	padding-left: 10px;
	font-size:13px;
}

#seminar dl dt.mm {
	margin: 0;
	text-align: center;

}


#seminar dl dd {
	padding: 10px;
	background: #f0f0f0;
}

#seminar dl dd.ss {
	font-size: 12px;
}

#seminar dl dd.tt {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}



.iss {
	background: #247483;
	color: #fff;
}

.pef {
	background: #901d22;
	color: #fff;
}


.ite {
	background: #043B75;
	color: #fff;
}

.vme {
	background: #25501E;
	color: #fff;
}



#seminar .sp1,
#seminar .sp2,
#fake-outer .sp1,
#fake-outer .sp2 {
	margin: 5px 0 6px 0;
	font-size:11px;
	color:#666;
}

.meta .sp1,
.meta .sp2 {
	margin-bottom: 3px;
	font-size:11px;
	color:#666;
}


.meta .sp1 span,
.meta .sp2 span,
#seminar .sp1 span,
#seminar .sp2 span,
#fake-outer .sp1 span,
#fake-outer .sp2 span {
	color: #fff;
	padding: 4px 5px 3px;
	margin-right:5px;
}

.meta .sp1 span, #seminar .sp1 span, #fake-outer .sp1 span { background: #FF0000; }
.meta .sp2 span, #seminar .sp2 span, #fake-outer .sp2 span { background: #999999; }

/**/

.ses h2 {
	font-weight:bold;
	font-size:20px;
	margin-top:20px;
	color: #666;
	}


/**/
table {
	border-collapse:collapse;
	border-spacing:0;
}

	
.tbl00 {
	margin:10px 0 10px;
	width:100%;
}

.tbl00 td {
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	vertical-align:middle;
	padding:20px 0 20px 0;
}


.tbl00 td.time {
	white-space:nowrap;
	font-size:13px;
	width:170px;
	 }

.tbl00 td.meta {
	padding-right:10px;
	}

.tbl00 td.title {
	padding-right:10px;
}
	
.tbl00 td.title span {
	display:block;
	font-size:12px;
	color:#666;
	}

.tbl00 td.btn {
	padding-right:0;
	}

.tbl00 td.btn a {
	display:block;
	padding:.5em 2em;
	white-space:nowrap;
	}

.tbl00 td.btn a.detail {
	margin-bottom:4px;
	border:1px solid #666;
	color:#666;
	}
	
.tbl00 td.btn a.reg {
	border:1px solid #f5831e;
	color:#f5831e;
	}
	
.tbl00 td.btn a.reg:hover {
	background:#f5831e;
	color:#fff;
	text-decoration:none;
	}
	
.tbl00 td.btn a.detail:hover {
	background:#666;
	color:#fff;
	text-decoration:none;
	}

.tbl00 p.btn {
	width:250px;
	margin-top:50px;
	}

.tbl00 p.btn a {
	display:block;
	padding:.5em 2em;
	white-space:nowrap;
	font-size:20px;
	}

.tbl00 p.btn a.reg {
	border:1px solid #f5831e;
	color:#f5831e;
	padding:20px 0;
	}
	
.tbl00 p.btn a.reg:hover {
	background:#f5831e;
	color:#fff;
	text-decoration:none;
	}


ul.ulstyle00,
ol.olstyle00 {
	margin:3px 0 3px 16px;
	}
	
ul.ulstyle00 {
	list-style: disc;
}
	
ul.ulstyle00 li {
list-style-type:disc;
}
/****************************************

     form

****************************************/

#outer {
	width: 780px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: table;
}


#fake-outer {
	width: 780px;
	margin: 0 auto;
	display: table;
	overflow: hidden;
}

#fake-outer .block,
#outer .block {
display: table-row;
}

#outer .ttl {
background: #DEEFFF;
}

#outer .ttl,
#fake-outer .ttl {
display: table-cell;
padding: 10px 10px;
vertical-align: middle;
font-size: 13px;
border-top: 1px solid #fff;
width: 190px;
}

#outer .content,
#fake-outer .content {
display: table-cell;
padding: 10px 10px;
vertical-align: top;
word-break: break-all;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
color: #333333;
background: #f0f0f0;
width: 589px;
}

#outer .content {
}

#fake-outer .content {}




input[type=text]:focus,
input[type=password]:focus,
textarea:focus{
	outline:none;
	background:#fff;
}

input[type=text],
input[type=password],
textarea {
	background: #fbfbfb;
	outline: none;
	padding: 8px 10px;
	border: 1px solid #e4e4e4;
  font-size: 14px !important;
	line-height:14px !important;

}

.formNote {
	display: block;
	font-size: 12px;
	color: #8F8F8F;
	padding-top: 5px;
}

.formTxt {
	font-size: 12px;
	color: #000;
	padding-bottom: 5px;
	
}

.formError {
	color: red;
	font-weight: bold;
}



.req {
	color: red;
}


.hs {
	font-size: 12px;
	color: #8F8F8F;
}


/**/

#view_model_item495_1,
#view_model_item495_2 {
	width: 300px;
}

/* btn */

.btn {
	text-align: center;
	background: #fff;
}

.btn1 {
	text-align: center;
	margin-top: 15px;
}

.btn2 {
	text-align: center;
	margin-top: 5px;
}

.btn2 a {
	display:block;
	width:180px;
	padding:15px 10px;
	background:#999;
	color:#fff;
	font-weight:bold;
	}

.btn2 a:hover {
	text-decoration:none;
	background: #666;
	}


.btn input {
	font-size: 14px;
  display: inline-block;
  margin: 0 10px;
	font-weight:bold;
	cursor:pointer;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
  text-transform: uppercase;
  background-color: #f5831e;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f47a20),to(#f5831e));
  background-image: -webkit-linear-gradient(top,#f47a20,#f5831e);
  background-image: -moz-linear-gradient(top,#f47a20,#f5831e);
  background-image: -ms-linear-gradient(top,#f47a20,#f5831e);
  background-image: -o-linear-gradient(top,#f47a20,#f5831e);
  background-image: linear-gradient(top,#f47a20,#f5831e);
  }
  
.btn input:hover {
  border: 1px solid #DC6E1D;
  color: #fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
  background-color: #f47c20;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f47a20),to(#f47c20));
  background-image: -webkit-linear-gradient(top,#f47a20,#f47c20);
  background-image: -moz-linear-gradient(top,#f47a20,#f47c20);
  background-image: -ms-linear-gradient(top,#f47a20,#f47c20);
  background-image: -o-linear-gradient(top,#f47a20,#f47c20);
  background-image: linear-gradient(top,#f47a20,#f47c20);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  }
  




.button00 {
	width: 180px;
	padding: 18px;
}

.button01 {
	width: 180px;
	padding: 10px;
}

.button02 {
	width: 180px;
	padding: 10px;
}

.button03 {
	width: 180px;
	padding: 12px;
}

.button00, .button01 {
  display: inline-block;
	font-weight:bold;
	cursor:pointer;
	text-align: center;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
  text-transform: uppercase;
  background-color: #f5831e;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f47a20),to(#f5831e));
  background-image: -webkit-linear-gradient(top,#f47a20,#f5831e);
  background-image: -moz-linear-gradient(top,#f47a20,#f5831e);
  background-image: -ms-linear-gradient(top,#f47a20,#f5831e);
  background-image: -o-linear-gradient(top,#f47a20,#f5831e);
  background-image: linear-gradient(top,#f47a20,#f5831e);
  }
  
.button00:hover, .button01:hover {
  border: 1px solid #DC6E1D;
  color: #fff;
 	text-decoration: none;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: all 0.0s;
	-moz-transition: all 0.0s;
	-ms-transition: all 0.0s;
	-o-transition: all 0.0s;
	transition: all 0.0s;
  background-color: #f47c20;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f47a20),to(#f47c20));
  background-image: -webkit-linear-gradient(top,#f47a20,#f47c20);
  background-image: -moz-linear-gradient(top,#f47a20,#f47c20);
  background-image: -ms-linear-gradient(top,#f47a20,#f47c20);
  background-image: -o-linear-gradient(top,#f47a20,#f47c20);
  background-image: linear-gradient(top,#f47a20,#f47c20);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  }

.button02 {
  display: inline-block;
	font-weight:bold;
	cursor:pointer;
	text-align: center;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
  text-transform: uppercase;
  background-color: #00BFFF;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#87CEFA),to(#00BFFF));
  background-image: -webkit-linear-gradient(top,#87CEFA,#00BFFF);
  background-image: -moz-linear-gradient(top,#87CEFA,#00BFFF);
  background-image: -ms-linear-gradient(top,#87CEFA,#00BFFF);
  background-image: -o-linear-gradient(top,#87CEFA,#00BFFF);
  background-image: linear-gradient(top,#87CEFA,#00BFFF);
  }
  
.button02:hover {
  border: 1px solid #DC6E1D;
  color: #fff;
 	text-decoration: none;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: all 0.0s;
	-moz-transition: all 0.0s;
	-ms-transition: all 0.0s;
	-o-transition: all 0.0s;
	transition: all 0.0s;
  background-color: #87CEFA;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f47a20),to(#87CEFA));
  background-image: -webkit-linear-gradient(top,#00BFFF,#87CEFA);
  background-image: -moz-linear-gradient(top,#00BFFF,#87CEFA);
  background-image: -ms-linear-gradient(top,#00BFFF,#87CEFA);
  background-image: -o-linear-gradient(top,#00BFFF,#87CEFA);
  background-image: linear-gradient(top,#00BFFF,#87CEFA);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  }

.button03 {
  display: inline-block;
	font-weight:bold;
	cursor:pointer;
	text-align: center;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
  text-transform: uppercase;
  background-color: #FF69B4;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFB6C1),to(#FF69B4));
  background-image: -webkit-linear-gradient(top,#FFB6C1,#FF69B4);
  background-image: -moz-linear-gradient(top,#FFB6C1,#FF69B4);
  background-image: -ms-linear-gradient(top,#FFB6C1,#FF69B4);
  background-image: -o-linear-gradient(top,#FFB6C1,#FF69B4);
  background-image: linear-gradient(top,#FFB6C1,#FF69B4);
  }
  
.button03:hover {
  border: 1px solid #DC6E1D;
  color: #fff;
 	text-decoration: none;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: all 0.0s;
	-moz-transition: all 0.0s;
	-ms-transition: all 0.0s;
	-o-transition: all 0.0s;
	transition: all 0.0s;
  background-color: #FFB6C1;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FF69B4),to(#FFB6C1));
  background-image: -webkit-linear-gradient(top,#FF69B4,#FFB6C1);
  background-image: -moz-linear-gradient(top,#FF69B4,#FFB6C1);
  background-image: -ms-linear-gradient(top,#FF69B4,#FFB6C1);
  background-image: -o-linear-gradient(top,#FF69B4,#FFB6C1);
  background-image: linear-gradient(top,#FF69B4,#FFB6C1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  }

.sbmit {
	padding: 20px 50px;
}


/************************************************
	
			footer

*************************************************/

/* ad-container */

#ad-container {
  width: 960px;
  overflow: hidden;
	margin-top: 50px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	border-top:1px solid #ddd;  
}
 
#ad-container-inner {
    margin: 0 -30px 0 0;
}
 
#ad-container-inner div {
    width: 300px;
    margin: 0 30px 0 0;
    float: left;
}

/* footer */

#footer {
	margin-top: 50px;
}

#footer a {
	color:#444;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}

#footer-bottom {
	width:100%;
	color:#444;
	font-size:12px;
	}

#footer-bottom-inner {
	width:960px;
	margin:0 auto;
	padding:30px 0 60px;
	position:relative;
	border-top:1px solid #ddd;
	}

#footer-bottom-inner a img {
	position:absolute;
	right:0;
	}
	
#footer-bottom-inner ul {
	position:absolute;
	list-style:none;
	top:28px;
	}

#footer-bottom-inner ul li {
	float:left;
	padding-right:10px;
	}

#footer-bottom-inner p {
	position:absolute;
	left:0;
	top:50px;
	}



/****************************************
   scroll panel
****************************************/
.privacy {
	width: 738px;
	margin:0 auto;
	padding: 20px;
	border: 1px solid #e4e4e4;
}

.privacy h3 {
	margin: 5px 0;
}

.privacy ul {
	list-style: disc;
	padding-left: 20px;
	margin: 5px 0;
}

.privacy ol {
	list-style: decimal;
	padding-left: 20px;
	margin: 5px 0;
}


* html .jspCorner {
	margin:0 -3px 0 0;
}

.jspContainer {
	overflow:hidden;
	position:relative;
}

.jspPane {
	position:absolute;
}

.jspVerticalBar {
	position:absolute;
	top:0;
	right:0;
	width:4px;
	height:100%;
}

.jspTrack {
	background:#f0f0f0;
	position:relative;
}

.jspDrag {
	background:#666;
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
}

.jspTrack .jspHover {
	background:#9a9a9a;
}

.scroll-pane-Wrap {
	margin:30px 0;
	padding-bottom:20px;
	border-bottom:1px solid #f0f0f0;
}

.scroll-pane {
	width:100%;
	overflow:auto;
	outline:none;
}

.panel01 {
	height:280px;
	font-size:12px;
}

.panel02 {
	height:150px;
	font-size:12px;
}








#mb-header {
	display: none;
}

.sp {
	display: none;
}

