@charset "UTF-8";
/*研究＆実験*/

/*やってみよう！*/
.try-desc{
margin:5px 0 20px 0;
color:#124d96;
font-weight:bold;
line-height:1.6;
font-size:14px;
}
#main .standby_box{
margin-left: 30px;
}
#main .lab_line_title strong{
background-color:#FFF;
font-size:14px;
line-height:1.5;
padding-right:5px;
color:#333;
}
#main .lab_line_title{
background-image:url(../img/simple-line24.gif);
margin:20px 0 0 0;
margin-bottom:10px;
}

/*研究写真館*/
#res-mainphoto{
width:100%;
text-align:center;
margin-top:10px;
}
#res-mainphoto img{
  clear:both;
}

#main .res-material{
width:100%;
margin:10px 0;
background-image:url(../img/dot-line13.gif);
overflow:hidden;
}
#main .res-material span{
background-color:#FFF;
float:right;
font-size:13px;
line-height:1.0;
padding:0 5px;
}

/*写真で見る生物学の研究現場*/
#lab-mainphoto{
width:100%;
text-align:center;
margin-top:10px;
background-color:#000;
}
#lab-mainphoto img{
  clear:both;
}
#main .lab_desc{
text-align:center;
padding:10px 30px;
margin:10px 0;
}
#main .lab_bot_title strong{
background-color:#FFF;
font-size:18px;
line-height:1.5;
padding-right:10px;
}
#main .lab_bot_title{
background-image:url(../img/dot-line24.gif);
margin:20px 0 0 0;
}
#main #lab_botbox{
overflow:hidden;
clear:both;
margin:10px 0 30px 0;
}
#main #lab_botbox .left{
float:left;
width:150px;
}
#main #lab_botbox .left img{
padding:2px;
border:1px solid #ccc;
}
#main #lab_botbox .left p{
margin:10px 0;
line-height:1.5;
}
#main #lab_botbox .right{
float:right;
width:450px;
line-height:1.5;
}
/*Slideshow style rules. */

#slideshow {
margin:0 auto;
width:610px;
height:350px;
position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:530px;
  height:350px;
  overflow:hidden; /* allow scrollbar */
  //position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:530px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:350px;
  text-align:center;
}
#slideshow #slidesContainer .slide span{
display:block;
width:520px;
margin:25px auto;
overflow:hidden;
}
#slideshow #slidesContainer img{
text-align:center;
clear:both;
}

/* Slideshow controls style rules.*/

.control {
  display:block;
  width:15px;
  height:350px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:150px;
  left:30px;
  background:transparent url(../research/img/lab/vec-left.png) no-repeat 0 0;
}
#rightControl {
  top:150px;
  right:30px;
  background:transparent url(../research/img/lab/vec-right.png) no-repeat 0 0;
}
