@charset "utf-8";
/* ===================================================================
 トップ用
*/

body {
	background-color:#FFFFFF;
	-webkit-text-size-adjust : 100% ;
}

/* #フルードイメージ
---------------------------*/
img.flude{
  max-width:1800px;
	/*max-width:1040px;*/
    height:auto;
	width:100%;
	/*margin:0 auto;*/
}

/* #トップだけセンター寄せ
---------------------------*/
.contentsTop{
  /*width:1040px;*/
  margin:0 auto;
  margin-top:20px;
  margin-bottom:80px;
  text-align:center;
  overflow:hidden;
}

/*----------------------------------------------------
	ヘッドイメージ
----------------------------------------------------*/
.topImg {
	width: 100%;
	height: 540px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	background: url(../img/top/img_slider.jpg) top center no-repeat; 
	background-size: 100%;
	z-index: 0 !important; 
}

.topImg #noize{ width:100%;
	height:540px;
	/*z-index:3;*/
	position:absolute;
	background:url(../img/raster2.png) repeat top left;
}


.topText{
  text-shadow: 0 0 10px #CCC;
  text-align: center;
  margin-top: 170px;
}
/* #リード
---------------------------*/
.lead{
	height:524px
	position: relative;
	/*background: url(../img/top/bg_lead3.jpg) bottom center no-repeat;
	background-size: cover;*/
}


/* #提案
---------------------------*/
.proporsalWrap{
	list-style:none;
	padding: 0;
}


/*#proporsalWrap li a{
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}*/

/* #新着情報
---------------------------*/
dl#news{
	display: inline-block;
	margin: 0 auto;
	margin-bottom:80px;
  font-size: 105%;
}

dl#news dt{
	clear: both;
	float: left;
	text-align: left;
	color: #000000;
	margin-bottom: 14px;
  font-size: 105%;
}

dl#news dt span{
	display: inline-block;
	width: 120px;
	margin-right: 20px;
	background: #0095DD;
	color: #fff;
	text-align: center;
	font-family: 'optima';
	font-size: 95%;
	letter-spacing: 0.1em;
	padding-top:4px;
	padding-bottom:4px;
}

dl#news dd{
	float: left;
	text-align: left;
	padding-left: 1px;
	line-height: 200%;
	color: #1d3994;
}

dl#news dd a{
	cursor: pointer;
	text-decoration: underline;
}

/* ===================================================================
 トップのご提案用
*/

/* Link ！！！必要！！！
--------------------------------------*/
/*a {
  color: #39b0e7;
  text-decoration: none;
  transition: all 0.5s; }
  a:hover, a:focus {
    color: #ff8900;
    text-decoration: underline; }
  a.rollover img {
    transition: all 0.5s; }

.link-block {
  display: block;
  text-decoration: none; }
  .link-block:hover, .link-block:focus {
    text-decoration: none; }*/

/*--------------------------------------*/
/* Thumbnail
--------------------------------------*/
.thumbnail {
  line-height: inherit; }
  .thumbnail > a {
    color: inherit;
    display: block; }
  .thumbnail_picture {
    position: relative;
	}
  .thumbnail_picture img{
    width:100%;
  }
    .thumbnail_picture:after {
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

 .caption {
    height: 160px;
    color: inherit;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 180%;
    padding: 25px 25px 30px;
    position: relative;
  }

    .thumbnail .caption .label-outer {
/*      position: absolute;
      top: -1em;
      left: 20px; }
    .thumbnail .caption .label-text {
      color: #757575;
      font-size: 12px;
      font-size: 1.2rem; }
    .thumbnail .caption .time {*/
     /* color: #757575;
      font-size: 10px;
      font-size: 1.0rem;
      font-weight: 500;*/ }
    .thumbnail .caption p {
	  text-align: left;
	  color:#000000;
	  font-size:120%;
	  line-height: 140%;
	  text-decoration: none !important;
      margin-bottom: 20px; 
}
/*  .thumbnail_author {
    color: #101010;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    overflow: hidden; }
    .thumbnail_author small {
      color: inherit;
      display: block;
      font-size: 10px;
      font-size: 1.0rem;
      font-weight: 400;
      letter-spacing: 0.05em;
      margin-bottom: 5px; }
    .thumbnail_author-object {
      float: right;
      margin-top: -55px; }*/
  .thumbnail_title {
    color: #0096e2;
    font-size: 160%;
    /*font-size: 1.8rem;*/
    font-weight: bold;
    line-height: 1.4;
	text-decoration: none !important;
	text-align: left;
    margin: 0 auto 10px; }
  .thumbnail-tile {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0; }
    .thumbnail-tile > a:hover,
    .thumbnail-tile > a:active,
    .thumbnail-tile > a:focus {
      background-color: #0096e2;
      color: #fff;
      text-decoration: none !important; }
      .thumbnail-tile > a:hover .thumbnail_picture:after {
        background-color: rgba(0, 150, 226, 0.45); }
      .thumbnail-tile > a:hover .caption * {
        color: #fff; }

/* カンパニー
------------------*/
.imgCompany{
    width:100%;
}


/* ===================================================================*/
