@charset "utf-8";

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #14463a; }
a:active { color: #14463a; }

a.green-link:link  { color: #14463a; }
a.green-link:visited  { color: #14463a; }

ul a{
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

@media screen and (min-width:461px) {

  /*pc用のcssを記述*/

  /* @group base */

  *{
    margin: 0;
    padding: 0;
  }

  body{
    background: url(../img/bg.gif) left center;
    text-align: center;
    overflow-x:auto;
    overflow-y:auto;
  }

  table{
    width: 100%;
    height: 100%;
    border: 0;
    text-align: center;
    vertical-align: middle;
  }

  img{
    border: 0;
  }

  #contentsBoard{
    background: url(../img/board01.gif) center center no-repeat;
    height: 553px;
    width: 916px;
    margin: 0 auto;
    margin-top: 80px;
  }

  #copy{
    width: 916px;
    margin: 0 auto;
    margin-top: -7px;
    text-align: left;
  }

  .naviArea{
    position: relative;
    margin-left: 620px;
    width: 416px;
    font-size: 12px;
    z-index: 4;
  }

  #menuList{
    display: none;
  }

  ul {
    padding-top: 7px;
    padding-right: 5px;
  }

  ul li{
    list-style-type: none;
    float: left;
    padding-right: 10px;
    display: inline;
  }

  /* @end */

  /* @group top */

  .none-s{
    display: none;
  }

  #home #contentsBoard{
    background: url(../img/boardHome.png) center center no-repeat;
  }

  .ornament{
    position: relative;
  }

  .logo{
    margin: 0 auto;
    margin-top: 24%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  }

  .wrap_banner{
  width:916px;
  height:453px;
  float:left;
  overflow:hidden;
  margin:auto;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  }
  .in_banner{
  width:1815px;
  height:453px;
  position:relative;
  background:url(../img/clouds.png) repeat-x;
    animation: in_banner 20s linear infinite;
  -webkit-animation:in_banner linear 20s infinite;
    -moz-animation: in_banner 20s linear infinite;
  }

  @keyframes in_banner {
  0% {background-position:  0 0;}
    25% {background-position: 200px 5px;}
  50% {background-position: 400px 0;}
  75% {background-position: 600px 5px;}
  100% {background-position: 800px 0;}
  }
  @-webkit-keyframes in_banner {
    0% {background-position:  0 0;}
    25% {background-position: 200px 5px;}
    50% {background-position: 400px 0;}
    75% {background-position: 600px 5px;}
    100% {background-position: 800px 0;}
  }
  @-moz-keyframes in_banner {
    0% {background-position:  0 0;}
    25% {background-position: 200px 5px;}
    50% {background-position: 400px 0;}
    75% {background-position: 600px 5px;}
    100% {background-position: 800px 0;}
  }

  /* @end */

  /* @group company profile */

  #cProfile .contentsArea{
    margin: auto;
    margin-top: 75px;
    width: 60%;
    font-size: 0.8em;
    line-height: 1.6em;
  }

  #cProfile .contentsArea dl{
    margin-top: 35px;
    display: inline-block;
    text-align: left;
  }

  #cProfile .contentsArea dt{
    float: left;
    width: 100px;
    margin-top: 1em;
    letter-spacing: 0.1em;
  }

  #cProfile .contentsArea dd{
    float: left;
    width: 442px;
    margin-top: 1em;
  }

  .contentsArea h2 img{
    margin-bottom: 5px;
  }

  .title_cp2 img{
    width: 10%;
    height: auto;
  }

  /* @end */

  /* @group mission */

  #mission #contentsBoard{
    background: url(../img/board03.gif) center center no-repeat;
  }

  #mission .contentsArea #msCon1{
    float: left;
    margin: 272px 0 0 32px;
    display: inline;
  }
  #mission .contentsArea #msCon2{
    float: left;
    margin: 46px 0 0 121px;
    display: inline;
  }
  #msCon3{
    display: none;
  }

  /* @end */
}

@media screen and (max-width:460px) {
  /*tablet用のcssを記述*/

  .none{
    display:none
  }

  body{
    margin: 40px 0 30px 0;
    background: url(../img/bg.gif) left center;
    text-align: center;
  }

  #copy{
    font-size: 10px;
    margin-top: -7px;
    margin: 0 15px 0 15px;
  }

  /* @group base */

  *{
    margin: 0;
    padding: 0;
  }

  table{
    width: 100%;
    height: 100%;
    border: 0;
    text-align: center;
    vertical-align: middle;
  }

  img{
    border: 0;
  }

  #contentsBoard{
    width: 90%;
    background:url(../img/board01.gif) no-repeat center center;
    background-size: cover;
    margin: 0 5% 0 5%;
    text-align: center;
  }

  .naviArea{
    display: none;
  }

  /* @end */

  /* @group top */

  #home #contentsBoard{
    background: url(../img/boardHome.png);
    height: 630px;
  }

  .ornament{
    width: 100%;
    height: auto;
    position: relative;
  }

  .logo{
    margin: 0 auto;
    margin-top: 80%;
    width: 18%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  }

  .contentsArea {
    height: 100%;
  }

  .wrap_banner{
  width:100%;
  height:100%;
  float:left;
  overflow:hidden;
  margin:auto;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  }
  .in_banner{
  width: 100%;
  height:95%;
  position:relative;
  background:url(../img/clouds.png) repeat-x;
    animation: in_banner 20s linear infinite;
  -webkit-animation:in_banner linear 20s infinite;
    -moz-animation: in_banner 20s linear infinite;
  }

  .in_banner img{
    width: 100px;
    height: auto;
  }

  @keyframes in_banner {
  0% {background-position:  0 0;}
    25% {background-position: 200px 5px;}
  50% {background-position: 400px 0;}
  75% {background-position: 600px 5px;}
  100% {background-position: 800px 0;}
  }
  @-webkit-keyframes in_banner {
    0% {background-position:  0 0;}
    25% {background-position: 200px 5px;}
    50% {background-position: 400px 0;}
    75% {background-position: 600px 5px;}
    100% {background-position: 800px 0;}
  }
  @-moz-keyframes in_banner {
    0% {background-position:  0 0;}
    25% {background-position: 200px 5px;}
    50% {background-position: 400px 0;}
    75% {background-position: 600px 5px;}
    100% {background-position: 800px 0;}
  }

  .wrap_banner .none-s{
  width:360px;
  height:200px;
  float:left;
  overflow:hidden;
  margin:auto;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  }
  .in_banner .none-s{
  width:360px;
  height:200px;
  position:relative;
  background:url(../img/clouds.png) repeat-x;
    animation: in_banner 20s linear infinite;
  -webkit-animation:in_banner linear 20s infinite;
    -moz-animation: in_banner 20s linear infinite;
  }

  /* @end */

  /* @group company profile */

  #cProfile h2 img{
    margin-top: 80px;
  }

  #cProfile .contentsArea{
      text-align: center;
  }

  #cProfile .contentsArea dl{
    font-size: 11px;
    display: inline-block;
    text-align: left;
    margin: 0 40px 145px 40px;
  }

  #cProfile .contentsArea dt{
    font-weight: bold;
    margin-top: 1em;
    letter-spacing: 0.1em;
  }

  .title_cp2 img{
    width: 15%;
    height: auto;
    margin-bottom: 20px;
  }

  /* @end */

  /* @group mission */

  #msCon2 img{
      margin: 80px 0 0 0;
      width: 80%;
      height: auto;
  }

  #msCon3 img{
      margin: 40px 0 130px 0;
      width: 80%;
      height: auto;
  }

  /* @end */
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
