@charset "utf-8";
/* CSS Document */
body {
  width: 100%; 
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color:#222;
  font-size: 16px;
  background: url(../../images/bg_white03.png);
  background-repeat: repeat-x; 
  background-position: left top;
  background-attachment: scroll;
  /*background-color: #f8f8f8;*/
  
  /* screen上部のケイ */
  border-top: 7px solid;
	border-top-width: 5px;
  border-image: linear-gradient(to right, #69686d, #dcdde2, #93949b);
  border-image-slice: 1;
}
/*==========================================
 研究開発のスタイル
===========================================*/
header {
  background-image: url(../../images/bg_white02
  3.png);
  background-repeat: repeat-x; 
  background-position: left top;
  z-index: 1000;
}
div#content_base{
	width: 100%;
	max-width: 960px;
    position:relative;
    overflow:hidden;	
}

/*研究開発*/
#c_info07 {
	position: lerative;
	margin-bottom: 200px;
   /* border:1px solid rgb(230, 230, 230); */ 
}

div#development_detail{
   font-size: 0.9em;
   line-height: 1.8em;
   padding:0 20px 30px 5px; 
   margin-bottom: 50px;
   
}
.sub{
	font-size: 0.9em;
	letter-spacing: 0.05em;
	color: rgb(204, 204, 204);
	margin: 30px 0 5px 10px;
	position: relative;
	height:auto;
}
.cornertitle {
	font-size: 1.4em;
	/*font-weight: 700;*/
	letter-spacing: 0.5em;	
	margin: 0 0 20px 10px;
	position: relative;  
    border-left:7px solid #93949b;   
    padding:0.3em 1em; 
	height: auto;
	font-family: 'SimSun','STSong','Song',serif;
    
}
.explanation01 {
	line-height: 1.8em;
	position: relative;
    padding:0.5em 0.8em;
	clear: both;
   /* border:1px solid rgb(230, 230, 230); */ 	
}
/*　動画サイズ */
.video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  text-align: center;
}

.video-size {
    width: 90%;
    height: auto;
  }
 
/*.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

  div#contents section#development article {
    text-align:center;
    min-width:240px;
    float:left;
	margin-bottom: 50px;
  }
  div#contents section#development article img {
	text-align: center;
    height:auto;
    min-width:240px;
	width: 70%;
	margin-bottom: 50px;
  }
  
  div#contents section#development article h3 {
    border-left:5px solid #000;
    margin-bottom:15px;
    padding:0 15px;
    text-align:left;
    font-size:1.0em;
	font-weight: 500;
	line-height: 1.5em;  
	  
  }
  div#contents section#development article p {
    text-align:left;
    font-size:0.8em;
    line-height:2.5em;
    padding:0 20px;
	margin-bottom: 20px;
  }
  .cap {
    text-align:left;
    font-size:0.9em;
	line-height: 1.5em;
    padding:0 20px;
	margin: 10px 0 50px;
	letter-spacing: 0.1em;	
  }
  
/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {  
  /*==========================================
 研究開発のスタイル
===========================================*/
/*研究開発*/
#c_info07 {
	position: lerative;
	margin-bottom: 20px;
}
.video-size {
    width: 90%;
    height: auto;
  }
    
  div#contents section#development article {
	margin-bottom: 30px;
  }
  div#contents section#development article h3 {
    border-left:5px solid #000;
    margin-bottom:10px;
    padding-left:10px;
  }
  
.cornertitle {
	margin-bottom: 20px;
}
}

@media only screen and (max-width: 480px) {
    width: 100%;
    height: auto;   
}
