@charset "UTF-8";

/* Global */
* {
    margin: 0px;
    padding: 0px; 
} 
html{
    height: 100%;
	overflow: auto;
}
body {
	background-color:#fff;
	height: 100%;
	
}

/* Let's get this party started
::-webkit-scrollbar {
    width: 0;
} */
/* Track
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px#fff; 
    -webkit-border-radius: 0;
    border-radius: 0;
} */
 
/* Handle
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff; 
    -webkit-box-shadow: inset 0 0 0 #fff; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #fff; 
} */
	
#body {
	color: #222222;
	height:100%;
	min-height: 100%;
	font:Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka,sans-serif";
  	color: #333;
}

body > #body { 
    height: auto; 
}


h1 {
	font-size:24px;
  letter-spacing: 0.2em;
  border-bottom: 3px solid #B3B3B3;
  margin-top: 80px;
  
}

h2 {
	font-size:18px;
  color: #666;
  letter-spacing: 0.2em;
  padding-left: 1em;
  margin-top: 25px;
  margin-left: 15px;
}

h3 {
	font-size: 17px;
  color: #666;
  letter-spacing: 0.1em;
  border-bottom: 1px dotted #9AB0AE;
  line-height: 2em;
  border-left: #E4E4E4 7px solid;
  letter-spacing: 0.2em;
  padding-left: 0.5em;
  margin-top: 25px;
}

h4 {
	font-size:15px;
  color: #444;
  margin:0 0 10px 0;
}

h5 {
	background: #ccc;
  padding: 10px;
  font-size: 17px;
  margin-bottom: 20px;
}

p {
}

	.link{
		  background: url(/kuis/labo/gci_top/common/img/icn_c_menu_arrow.gif) no-repeat left top;
		  text-indent: 1.5em;
		  padding-top: 2px;
		  height: 30px;
	}
		.link a{
			font-weight: bold;
		}
	.link_pdf{
		  background: url(/kuis/labo/gci_top/common/img/icn_dlpdf.png) no-repeat left top;
		  text-indent: 3em;
		  padding-top: 5px;
		  height: 30px;
	}
		.link_pdf a{
			font-weight: bold;
		}
	.link_pdf_bn{
		  background: url(/kuis/labo/gci_top/common/img/icn_dlpdf.png) no-repeat left top;
		  padding: 5px 0 10px 3em;
	}
		.link_pdf_bn a{
			font-weight: bold;
		}
	.link_blank{
		  background: url(/kuis/labo/gci_top/common/img/icn_link.gif) no-repeat left center;
		  text-indent: 1.5em;
		  padding-top: 5px;
		  height: 25px;
	}
		.link_blank a{
			font-weight: bold;
			color:#666;
		}
	.link_url{
		  background: url(/kuis/labo/gci_top/common/img/icn_link.gif) no-repeat left center;
		  text-indent: 1.5em;
		  margin-left: 3em;
		  padding-top: 15px;
		  height: 30px;
	}
	.link_word{
		  background: url(/kuis/labo/gci_top/common/img/icn_dlword.png) no-repeat left top;
		  text-indent: 3em;
		  padding-top: 5px;
		  height: 30px;
	}
		.link_word a{
			font-weight: bold;
		}

.text {
	margin-bottom:0.7em;
	font-size:13px;
	line-height:1.7em;
}

.lead {
	margin-top: 1em;
	font-weight: bold;
	font-size:15px;
}

.strong {
	font-weight:bold;
	line-height:2em;
	margin-top:1em;
}

img {
	max-width: 100%;
	border-style: none;
	
}

a:link {
	color: #666;
	text-decoration:none;	
}
a:visited {
	color: #999;
	color: inherit;
	text-decoration:none;
}
a:hover {
	color: #0092FF;
	text-decoration:none;
}

ul,li {
	list-style-type:none;

}

table {
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top: #B3B3B3 4px solid;
}
th {
	border-bottom: #969696 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top:#E4E4E4 4px solid;
}
td {
	border-bottom: #969696 1px dotted;
	text-align: left;
	padding: 10px;
	vertical-align:top;
}


#wrapper{
	margin: 0 auto;
	background-color:#fff;
	width:100%;
	min-height: 100%;
	height: auto !important;
    height: 100%;
	position: relative;

}


/* header */
#header {
    display:block;
	padding: 10px;
	float: right;
	font-size: 12px;
 /* width: 300px;*/
}

	#header ul,li{
	}
		#header li{
		  background: url(/kuis/labo/gci_top/common/img/icn_arrow_bb.gif) center left no-repeat;
		  padding-left: 15px;
		  margin-left: 20px;
		  float:left;
		font-size:11px;
		}
		
		.search{
			margin-right: 20px;
			float: right;
		}

/*　content */
#content {
	width:1180px;
	background: #232D4A;
}

/*　nav */
#nav {
	background: #232D4A;
	top: 0;
	float:left;
	width: 280px;
	height:100%;
}

/* menu */
#acMenu dt{
    display:block;
    line-height:50px;
    border:#666 1px solid;
    cursor:pointer;
    }
#acMenu dd{
    background:#f2f2f2;
    line-height:50px;
    border:#666 1px solid;
    display:none;
    }


/* main */
#main {
	padding: 10px 0px 30px 80px;
	margin-left:280px;
	height: 100%;
	width: 820px;
	background-color:#FFF;
	font-size: 13px;

    /*padding-bottom:32767px;
    margin-bottom:-32767px;*/
}

.section {
  width: 760px;
  margin: 5px auto 30px 60px;
  line-height: 1.6em;
}
.icon_campaign {
  width: 110px;
  height: 16px;
  background:url(/kuis/labo/gci_top/common/img/parts_event.gif) 0 0 no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin-bottom:5px;
}
.icon_discussion {
  width: 110px;
  height: 16px;
  background:url(/kuis/labo/gci_top/common/img/parts_event.gif);
  background-position:0 -16px;
  text-indent: -9999px;
  overflow: hidden;
  margin-bottom:5px;
}


/* footer */
#footer {
	width: 880px;
	background-color:#FFF;
    display:block;
	padding: 10px;
	float: right;
	font-size: 12px;
	text-align:right;
}


/*___ about ___*/
.about_list {
	width:350px;
	float:left;
	margin-top: 30px;
}

dt {
	font-size:15px;
	font-weight:bold;
}
dd {
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: small;
	line-height: 1.5em;
}

.prof {
	/*height: 185px;*/
	position:relative;
	width: 100%;
}
	.prof_name {
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 0;
	  line-height: 2em;
	}
		.prof_name span {
			display:block;
			  /*font-weight: normal;*/
			  font-size: 12px;
			  line-height: 1.6em;
		}
				
dl.history_list {
 width:100%;
}
dt.history_list {
 float:left;
 width:180px;
 padding:5px 0 5px 10px;
 clear:both;
 font-weight:bold;
 font-size:14px;
}
dd.history_list {
 margin-left: 180px;
  padding: 5px 5px 5px 10px;
  border-left: 1px solid #999;
  font-size: 12px;
}

.interview {
	margin: 30px 50px;
}

 h3 span {
	 font-size:14px;
	 color:#c0c0c0;
 }
 
 /*___ project ___*/
.project {
	
}

/*___ event ___*/
.cl a{
	font-weight:bold;
}
.activities_section {
	margin:20px 40px;
}

.activities_section_text {
	  float: right;
  width: 410px;
}

dt.activities {
	  margin-left: 1.6em;
  float: left;
  font-weight: normal;
  font-size: 13px;
  line-height: 2em;
  width: 100px;
}
dd.activities {
	  margin-bottom: inherit;
  line-height: 2em;
}
ul.cl {
  margin:1em 3em;
	
}
li.cl {
  margin: 0.6em auto;
  line-height: 1.2em;
}
li.cl.top {
  margin-top: -0.6em;
}
li.cl span {
	font-size:11px;
	font-weight:bold;
	margin-left:0.8em
}
.project_report {
  width: 460px;
  float: right;
}
.cl_details{
  width: 520px;
  float: right;
}
.cl_details550{
  width: 550px;
  float: right;
}

/*__ access __*/
.access_kuis {
  font-size: 17px;
  color: #666;
  background: no-repeat url(../img/icn_blank.gif) left center;
  letter-spacing: 0.1em;
  line-height: 2em;
  padding-left: 0.5em;
  margin-top: 25px;
  text-indent: 0.6em;
}

/* font size */
.fs_11 { font-size:11px;	}
.fs_b { font-weight:bold;	}

/* layout */
.f_l {
	float:left;
	margin-right: 40px;
}

.f_r {
	float:right;
	margin-left: 30px;
}

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


.center {
	text-align:center;
}
.right {
	text-align:right;
}
.top {
	margin: 0;
	padding:0;
}

.mt05 { margin-top: 5px; }
.mt1 { margin-top: 10px; }
.mt3 { margin-top: 30px; }
.mt5 { margin-top: 50px; }

.pt05 { padding-top: 5px; }
.pt1 { padding-top: 10px; }
.pt3 { padding-top: 30px; }
.pt5 { padding-top: 50px; }

.mb05 { margin-bottom: 5px; }
.mb1 { margin-bottom: 10px; }
.mb2 { margin-bottom: 20px; }
.mb3 { margin-bottom: 30px; }
.mb5 { margin-bottom: 50px; }

.pb05 { padding-bottom: 5px; }
.pb1 { padding-bottom: 10px; }
.pb3 { padding-bottom: 30px; }
.pb5 { padding-bottom: 50px; }

.ml05 { margin-left: 5px; }
.ml1 { margin-left: 10px; }
.ml3 { margin-left: 30px; }
.ml5 { margin-left: 50px; }

.pl05 { padding-left: 5px; }
.pl1 { padding-left: 10px; }
.pl3 { padding-left: 30px; }
.pl5 { padding-left: 50px; }

.mr05 { margin-right: 5px; }
.mr1 { margin-right: 10px; }
.mr3 { margin-right: 30px; }
.mr5 { margin-right: 50px; }

.pr05 { padding-right: 5px; }
.pr1 { padding-right: 10px; }
.pr3 { padding-right: 30px; }
.pR5 { padding-right: 50px; }

.bknb {
	border-bottom: #AAAAAA 1px solid;
	margin-left: 30px;
	margin-bottom: 30px;
	clear:both;
}
