@charset "utf-8";
body {
	width: 100%;
	color: #111;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border-top: 3px solid #F8F8F8;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 12px;
	min-width: auto;
}
/*ヘッダー
---------------------------------------------------------------------------*/
header {
    background-color: rgba( 0, 0, 0, 0.90 );
	background-size:cover;
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 999;
	margin-top: -5px;
	min-width: 100%;
}



header .inner {
	width: auto;
	height: auto;
	text-align: center;
    display: none;
}

header .inner h1 {
	position: static;
	padding-top: 20px;
}

.logo {
	position: absolute;
	right: auto;	
	left: auto;
	top: 10px;	
	width: 100%;
	text-align: center;
    display: none;
}


header h1 img {
	width: 70%;	
	height: auto;
}

header .inner address {
	position: static;
	padding-bottom: 10px;
}

.tel_s_bt {
	padding-top: 60px;	
	}
	


 
  /* メニュー(スマホ)
---------------------------------------------------------------------------*/

/*---トップ用メニュー---*/

#menu_top {
    display: none;
}
/*---トップ用メニュー---*/

.tel_s_bt {
    display: none;
}


#nav {
	background-color: rgba(49,176,83,0.9);
}


/* first level */

#nav > ul {
	height: auto; 
	width:100%;
	margin-right: auto;
	margin-left: 0%;
	background-color: rgba(0,85,0,0.9);
}

#nav > ul > li {
	height: auto; 
	width:100%;
	float: left;
}

#nav > ul > li > a {
	height: auto; 
	font-size: 100%;
	line-height: 1.2em;
	letter-spacing: 0em;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 300;
}

#nav > ul > li > a.m2line {
	height: auto; 
	font-size: 100%;
	line-height: 1.5em;
	letter-spacing: 0em;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 300;
}

#nav > ul > li:not( :last-child ) > a {
	border-right: 0px solid #444444;
}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a {
	background-color: rgba(34,34,34,0.9);
	height: auto;
	color: #EEE;
	opacity: 1;
}



#menu-box{
	display: block;
	margin-top: 0px;
	height: 50px; /* 60 */
	background-color: rgba(49,176,83,0.9);
  }
  
  

#menu_s{
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#menu_s li.menu_s_top {
	margin-top: 0px;

	}

#menu_s li{
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;

}
  
#menu_s li a{
	display: block;
	font-size: 100%;
	background-color: #444;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	letter-spacing:0.02em;
	border-bottom: 1px solid #AAA;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#menu_s li a:hover{
	color: #fff;
	margin-top: 0px;
	background-color: #555;  

}
#toggle{ 
 display: none;
}

#menu_s{
    display: none;
  }
#menu_s li{
    width: 100%;
  }
#toggle{
	display: block;
	float: left;
	position: relative;
	width: 10%;
	height: 40px;
	margin-top: 10px;

  }
  
#toggle a{
	display: block;
	position: relative;
	border-bottom: 0px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
  }
#toggle:before{
	display: block;
	content: "";
	position: absolute;
	top: 55%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -5px;

  }
#toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 55%;
    left: 10px;
    width: 20px;
    height: 4px;

  }
#toggle a:before{
    margin-top: -6px;
  }
#toggle a:after{
    margin-top: 5px;
  }
  
#toggle2{
	display: block;
	float: left;
	position: relative;
	color: #fff;
	width: 74%;
	font-size:120%;
	font-weight:500;
	line-height:1.3em;
	height: 40px;
	margin-top: 8px;
	padding-left: 2%;
  }  

#toggle2 img{
	width: 80%;

  }  
  
#toggle3{
	display: block;
	float: left;
	position: relative;
	width: 12%;
	height: 40px;
	margin-top: 10px;

  }

#nav_bg {
	display: none;
}


/*コンテンツ
---------------------------------------------------------------------------*/
#contents-top {
	width: 100%;
}

#contents {
	width: 100%;
	float:left;
	display: block;
	margin-top:100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: -10px;
}




#contents.mb_t-50 {
	width: 100%;
	float:left;
	display: block;
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: -10px;
}


#contents-in {
		width: 100%;
	}



#contents_t {
	width: auto;
	margin-top: 50px;
	margin-right: 6px;
	margin-left: 6px;
	padding-bottom: -30px;
}

#contents_top {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.8em;
	margin-top: 5px;
		margin-bottom: 7px;
	padding-right: px;
	font-size: 110%;
	}

#contents-in, #main, #main_top, #main,  {
	float: none;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}


footer {
	clear: both;
	width:100%;
	min-width:100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FFF;
	background-color: rgba(0,85,0,0.9);
	background-repeat: repeat;
}


div#footer {
   display:;
   width: 100%;
   height: 35px;
   font-size: 12px;
   text-align: left;
   letter-spacing: 1px;}
 
div#footer2 {
	width: 100%;
	height: 20px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	color: #333333;
}	

div#footerIn {
	text-align: center;
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000066;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#footerIn ul.foot_menu01 {
	display: none;	
}

div#footerIn ul.foot_menu02 {
	display: none;	
}

div#footerIn ul.foot_menu03 {
	display: none;	
}

div#footerIn .footerlogo {
	width:100%;
	position: absolute;
	top: 0px;
	margin-left: 10px;
	line-height: ;
	text-align: center;
	font-size: 150%;
}


div#footerIn .footerlogo2 {
	display: none;	

}
div#footerIn .footerlogo3 {
	width: 100%;
	height: auto;
	float: left;
	position: absolute;
	top: 1px;
	left:0%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;


}



/*メイン
---------------------------------------------------------------------------*/

#main_top {
	float: left;	
	width: 100%;
	margin-top: 10px;
	padding-bottom: 0px;
}

#main {
	float: left;	
	width: 100%;
	margin-top: 150px;
	padding-bottom: 0px;
}

#main h6 {
	color: #fff;
	width:100%;
	float:left;
	clear: both;
	font-size: 210%;
	font-weight:800;
	text-align: center;
	padding: 0.4em;
	box-sizing:border-box;
	border: solid 0px #6cb4e4;
	background-color:#1169AC;
}


#main h6.mtup {
	margin-top: 100px;
}

#main h2, #main_top h2, #contents_word h2 {
	width: 100%;
	color: #1169AC;
	clear: both;
	font-size: 220%;
	font-weight:800;
	text-align: center;
	padding: 0.8em;
	border-top: solid 2px #6cb4e4;
	border-bottom: solid 2px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	box-sizing:border-box;
}



.top_h2 {
	display: block;
	margin-top: -60px;
	}
	
	
	
#main h3.h3blue, #main_top h3.h3blue {
	float:left;
	width: 100%;
	font-size: 110%;
	color: #fff;
	border-bottom: solid 0px #E9517A;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align: center;
	padding: 10px;
	margin: 0 0 0 0px;
	background-color: #1169AC;
	box-sizing:border-box;
	
}

#main h3.h3red, #main_top h3.h3red {
	float:left;
	width: 100%;
	font-size: 110%;
	color: #fff;
	border-bottom: solid 0px #E9517A;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align: center;
	padding: 10px;
	margin: 0 0 0 0px;
	background-color: #CA381B;
	box-sizing:border-box;
}

#main h3.h3green, #main_top h3.h3green {
	float:left;
	width: 100%;
	font-size: 110%;
	color: #fff;
	border-bottom: solid 0px #E9517A;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align: center;
	padding: 10px;
	margin: 0 0 0 0px;
	background-color: #31B053;
	box-sizing:border-box;
}



#main h3.h3purple, #main_top h3.h3purple {
	float: left;
	width: 100%;
	font-size: 110%;
	color: #fff;
	border-bottom: solid 0px #E9517A;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align: center;
	padding: 10px;
	margin: 0 0 0 0px;
	background-color: #B58CC1;
	box-sizing: border-box;
}

	
	#main h4, #main_top h4{	
	font-size: 115%;
	color: #333;
	clear: both;
	float:left;
	width:100%;
	margin-top: 40px;
	margin-bottom:  30px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 800;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1.5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #1e234c;
	border-right-color: #1e234c;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

	
/*トップページ イメージ
---------------------------------------------------------------------------*/




/*---トップ動くテキスト---*/

.loading {
	color: #fff;
	width:95%;
	height: auto;
	font-size: 25px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	text-align:center;
	line-height:1.5em;
	display: inline-block;
	top: 52%;
	left: 53%;
	-webkit-transform: translate(-52%,-53%);
	-moz-transform: translate(-52%,-53%);
	-ms-transform: translate(-52%,-53%);
	-o-transform: translate(-52%,-53%);
	transform: translate(-52%,-53%);
	animation-duration: 1.5s;
	animation-name: slidein;
}


@keyframes slidein {
    from {
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translate(-50%,-55%);
	-moz-transform: translate(-50%,-55%);
	-ms-transform: translate(-50%,-55%);
	-o-transform: translate(-50%,-55%);
	transform: translate(-50%,-55%);
    }

    to {
	position: absolute;
	top: 52%;
	left: 53%;
	-webkit-transform: translate(-52%,-53%);
	-moz-transform: translate(-52%,-53%);
	-ms-transform: translate(-52%,-53%);
	-o-transform: translate(-52%,-53%);
	transform: translate(-52%,-53%);

    }
}

.loading_2 {
	font-size: 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	}
.loading_3 {
	font-size: 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	letter-spacing: 0.03em;
	}

.txspc2 {
	letter-spacing: -0.7em;
	font-size: 18px;
	}

/*---トップロゴ---*/
.main_logo1 {
	display:none;
	}
.main_logo2 {
	display:none;
	}

/*---トップ矢印---*/
span.top_img {
	position: absolute;
	text-align:center;
	bottom: 10%;
	left: 45%;
	margin-left: -1%;
	}

span.top_img:hover {
	position: absolute;
	bottom: 5%;
	left: 45%;
	margin-left: -1%;

	}
	
span.top_img img{
	width:75%;
	}


/*---下層ページヘッダ---*/

#pageimg {
	width: 100%;
	height: 270px;
	float:left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	background-image:url(../images/page_1.png);
	font-family: 'Noto Sans Japanese', sans-serif;
	background-repeat: no-repeat;
	background-position: 80% 40%;
  background-size: 100%;
}

span.page_img {
	display:none;
	position: absolute;
	width: 100%;
	font-size: 1400%;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.01em;
	text-align: right;
	bottom: 10%;
	right: 0%;
	opacity :0.1;
	margin-left: -50%;
}
span.page_img{
	-webkit-animation: fadeout 3s linear 0s 1;
}
span.page_img {
	-webkit-animation: fadein2 3s linear 0s 1;
}

@-webkit-keyframes fadein2 {
	0%{
		opacity:0;
	}
	50% {
		opacity :0.3;
	}
	100% {
		opacity :0.1;
	}
}
@-webkit-keyframes fadeout {
	0% {
		opacity :0.1;
	}
	50%{
		opacity :0.3;
	}
	100% {
		opacity:0;
	}
}


span.page_img2 {
	position: absolute;
	color: #333;
	width: 100%;
	font-size: 130%;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-align: center;
	top: 30%;
	left: 50%;
	margin-left: -50%;

}


@-webkit-keyframes fadein {
	0%{
		opacity:1;
	}
	75%{
		opacity:1;
	}
	100% {
		opacity:1;
	}
}

span.page_img2 p {
	color: #111;
}



.page_img3  img{

	width: 80%;

}




.news_con_bx {
	font-size: 120%;
	line-height: 2.2em;
	letter-spacing: 0.01em;
}

#main h2.nw_data {
	color: #222;
	font-size: 120%;
	width: 100%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 700;
	text-align: center;
	line-height: 0.5em;
	letter-spacing: 0.05em;
	border-bottom-color: #222;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
}





/*---2box見出し---*/
.txt_bx_bd {
	width: 100%;
	float: left;
	height: auto;
	font-size: 130%;
	font-weight:600;
	padding-top: 22px;
	padding-left: 0px;
	text-align: left;
	letter-spacing: 0.02em;
	}




/*---2boxテキスト---*/
.txt_bx {
	width: 100%;
	float: left;
	font-size: 120%;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



/*---2box画像---*/
.pho_bx {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.pho_bx2 {
	width: 100%;
	float: left;
	margin-top: 20px;
}

/*---2box枠有 テキスト---*/
.txt_bx_w {
	float: left;
	width: 99%;
	height: 20px;
	font-size: 100%;
	font-weight: 400;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:0%;
	margin-right: auto;
	margin-top: 13px;
	margin-bottom: 13px;
	line-height: 1.5em;
	letter-spacing:-0.08em;
	text-align: center;
	vertical-align: middle;
	border: 0.5px solid #333;

	}
	
.w3 {
	letter-spacing:-0.1em;
	}
	
.txt_bx_wr {
	float: left;
	width: 99%;
	height: 50px;
	font-size: 100%;
	font-weight: 400;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:0%;
	margin-right: auto;
	margin-top: 13px;
	margin-bottom: 13px;
	line-height:1.5em;
	letter-spacing:-0.05em;
	text-align: center;
	vertical-align: middle;
	border: 0.5px solid #333;
	}
	
	
/*---2box吹き出し---*/
.txt_bx_bdf {
	position: relative;
	width: 99%;
	display: inline-block;
	margin-top: 10px;
	text-align:center;
	margin-bottom: 20px;
	min-width: 40px;
	max-width: 99%;
	color: #fff;
	line-height: 1.0em;
	font-weight: 400;
	font-size: 110%;
	border: 0.5px solid #333;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*---2box枠有ワイド テキスト---*/
.txt_bx_ww {
	float: left;
	width: 99%;
	height: auto;
	font-size: 100%;
	font-weight: 500;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 13px;
	margin-bottom: 13px;
	margin-left:0%;
	margin-right: auto;
	line-height: 1.5em;
	text-align: center;
	border: 0.5px solid #333;
	}

/*---FULL 2box見出し---*/
.txt_bx_bdw {
	width: 100%;
	float: left;
	height: auto;
	font-size: 150%;
	font-weight:600;
	padding-top: 30px;
	padding-left: 0px;
	text-align: left;
	letter-spacing: 0.02em;
	}

/*---FULL 2boxテキスト---*/
.txt_bxw {
	width: 100%;
	float: left;
	font-size: 120%;
	line-height: 2.2em;
	letter-spacing: 0.01em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	punctuation-trim:adjacent;
}



.txt_bx_wb {
	float: left;
	width: 30%;
	height: auto;
	font-size: 120%;
	font-weight: 600;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 13px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-align: center;
	border: 0px solid #333;
	color: #FFF;
	background-color: rgba(17,105,172,0.9);
	}
	
.txt_bx_wb:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*---2box枠有 テキスト---*/
.txt_bx_wre {
	float: left;
	width: 30%;
	height: auto;
	font-size: 120%;
	font-weight: 600;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 13px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-align: center;
	border: 0px solid #333;
	color: #FFF;
	background-color: rgba(202,56,27,0.9);
	}
	
.txt_bx_wre:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*---2box枠有 テキスト---*/
.txt_bx_wg {
	float: left;
	width: 32.5%;
	height: auto;
	font-size: 120%;
	font-weight: 600;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 13px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-align: center;
	border: 0px solid #333;
	color: #FFF;
	background-color: rgba(49,176,83,0.9);
	}
	
.txt_bx_wg:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}









.txt_bx_wtt {
	float: left;
	width: 100%;
	height: auto;
	font-size: 120%;
	font-weight: 600;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 13px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-align: center;
	border: 0px solid #333;
	color: #FFF;
	}
	
.txt_bx_wtt:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}








/*---2box枠有 テキスト---*/
.txt_bx_wtt2 {
	float: left;
	width: 100%;
	height: auto;
	font-size: 120%;
	font-weight: 600;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 13px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-align: center;
	border: 0px solid #333;
	color: #FFF;
	}
	
.txt_bx_wtt2:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}








/*---LAB 研究室用---*/

#box_top ul{
	width: 100%;
	height:auto;
	margin-bottom: 0px;
	display: block;
	clear: both;
	margin-left:0px;
	}
	

#box_top ul li {
	width: 47%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	border-radius: 0px;
	border: 0px solid #F6C;
	box-shadow: 0px 0px 0px 0px #DDDDDD;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 7px;
	font-size: 90%;
	float: left;
}

#box_top ul li.li_ri {
	width: 47%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	float: right;
	border-radius: 0px;
	border: 0px solid #F6C;
	box-shadow: 0px 0px 0px 0px #DDDDDD;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 90%;
}



#box_top .icatch, 
#box_top li.box_right .icatch {
	display:block;
	width: 100%;
	height:auto;
	border-radius: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}



/*---TOP バナー用---*/

#box_banner {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}


#box_banner ul {
	width: 100%;
	float: left;
	margin-right: auto;
	margin-left:0px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
}


#box_banner ul li  {
	width: 48%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	float: right;
	border-radius: 0px;
	border: 0px solid #000077;
	box-shadow: 0px 0px 0px 0px #DDDDDD;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 2%;
	margin-bottom: 5px;
	margin-left: 0%;
	background-color:;
}

#box_banner ul li.icon  {
	width: 10%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0px solid #000077;
	box-shadow: 0px 0px 0px 0px #DDDDDD;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 2%;
	margin-bottom: 5px;
	margin-left: 2%;
	background-color:;
}


#box_banner ul li.li_ri  {
	margin-right: 1%;
	}

	
#box_banner .icatch{
	width: 100%;
	height: auto;
	float:left;
}





/*---LAB 研究室用---*/

.title_lab {
	width: 100%;
	height: auto;
	font-weight: 300;
	color: #444;
	font-size: 100%;
	line-height: 1.2em;
	letter-spacing: -0.06em;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
	padding:0px;
	bottom: 0;
	float: right;
}

.title_lab2 {
	width: 100%;
	height: auto;
	font-weight: 300;
	color: #FFF;
	font-size: 100%;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	bottom: 0;
	float: right;
	background-color: #111;
	vertical-align: middle;
}

.title_lab2a {
	padding-top: 11px;
	padding-bottom: 11px;
}


.title_txt {
	width: 100%;
	height: auto;
	font-weight: 200;
	color: #333;
	font-size: 150%;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 5px;
	padding:5px;
	bottom: 0;
	float: right;
}


/*---FULL テーブル---*/

table.cl_block {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}
table.cl_block th, 
table.cl_block td {
	background-color: #fff;
	border: 0px solid #000;
	color:#111;
	font-size: 100%;
	margin: 0;
	valign:top;
	font-weight:400;
	padding: 0.2em 0.2em;
	letter-spacing: -0.05em;
}
table.cl_block th {
	width: 8%;
	text-align:left;
	font-weight:400;
	border: 0px solid #fff;
}
table.cl_block td {
	width: 80%;
	valign:top;

}

table.cl_block td.dai {
	width: 8%;
	text-align:left;
	font-weight:300;
	border: 0px solid #fff;
	valign:top;
}



.icatch2 {
	width: 100%;
	height:auto;
	border-radius: 2px;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}


#box_top2{
	width: 99%;
	height: auto;
	float:left;
	margin-top: 10px;
	margin-left: 1%;	
	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}

#box_top2 ul li {
	width: 100%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	display: block;
	background: #FFF;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#box_top2 .bx_photo {
	width: 99%;
	height:auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;

}




/*レスポンシブ
---------------------------------------------------------------------------*/

#smart{
	display: block;
	}

#hp {
	display: none;
}


	
/* pagetop 設定
---------------------------------------------------------------------------*/
	
.pagetop{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.pagetop a{
	display: block;
	width: 80px;
	height: 80px;
	font-size:10px;
	line-height: 2px;
	}
	

#main h2, #main_top{
	width:100%;	
	margin-top: 10px;
}

/*改行*/
.br-sp { display:block; }
.br-hp { display:none; }


/*ページャー
---------------------------------------------------------------------------*/

.pager {
  text-align: center;
  margin-bottom:10px;
  width: 100%;
}

.pager a, .pager .current {
  display: inline-block;
  margin: 0 8px 8px;
  border: #666 1px solid;
  border-radius: 1px;
  padding: 3px 8px;
}

.pager span {
  display: inline-block;
  margin: 0 8px;
  padding: 3px 8px;
}

.pager a {
  color: #fff;
  text-decoration: none;
  background: #111;
}

.pager a:hover {
  opacity: 0.9;
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #fff;
}

a:active {
	color: #fff;
}

.mail a:link {
	color: #111;
}

.mail a:visited {
	color: #111;
}

.mail a:hover {
	color: #111;
}

.mail a:active {
	color: #111;
}


a.txt_lk {
	color: #000;
	text-decoration: none;
	border-bottom:0.5px dotted;
}
/*リンク先ズレ修正
---------------------------------------------------------------------------*/
#ab_00, #ab_01, #ab_02, #ab_03, #ab_04, #ab_05 {
    margin-top: -80px;
    padding-top: 80px;
}


	