@charset "utf-8";

/* PC向けおよび大型タブレット向けのレイアウトの指定 */
@media only screen and (min-width: 769px) {
  
  /** body */
  body {
    width: 100%;
    background-color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000000;
  }

  a {
    color: #000000;
    text-decoration: none;
  }

  a:hover {
    color: #333333;
    text-decoration: underline;
  }
  
  .redlink a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #FF3333;
  }
  
  .redlink2 a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #F25A5D;
  }
  
  .orangelink a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #F78225;
  }
  
  .orangelink2 a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #FDA900;
  }
  
  .yellowlink a:hover {
    color: #000000;
    text-decoration: none;
    background-color:#fdf5ce;
  }
  
  .yellowlink2 a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #FCE23F;
  }
  
  .greenlink a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #2EA46D;
  }
  
  .greenlink2 a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #B7D11A;
  }
  
  .bluelink a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #005BA0;
  }
  
  .bluelink2 a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #419BD0;
  }
  
  .bluelink3 a:hover {
    color: #000000;
    text-decoration: none;
    background-color:lightblue;
  }
  
  .purplelink a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #8C3C85;
  }
  
  .purplelink2 a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #B271A7;
  }  

  /** ヘッダー */
  header {
    text-align: center;
    position: static;
    overflow: visible;
  }

  header h1 {
    margin: 0 auto;
    text-align: left;
    padding: 15px 5px 7px 5px;
    width: 400px;
    float: left;
  }

  header h1 img {
    width: 100%;
    max-width: 400px;
  }

  header ul#s_nav {
    margin-bottom: 15px;
    left: 50%;
    float: right;
    margin-top: 20px;
    position: static;
  }

  header ul#s_nav li {
    left: -50%;
    float: left;
    position: static;
  }

  header ul#s_nav li a {
    display: block;
    font-size: 12pt;
    margin-right: 20px;
    padding-left: 20px;
  }

  header ul#s_nav li.contact a {
    background: url(../../images/icn_contact.png) no-repeat left center;
    margin-top: 5px;
  }

  header ul#s_nav li.news a {
    background: url(../../images/icn_news.png) no-repeat left center;
    margin-top: 5px;
    color: #FF0000;
  }

  header ul#s_nav li.sitemap a {
    background: url(../../images/icn_sitemap.png) no-repeat left center;
    margin-top: 5px;
  }

  header ul#s_nav li.topbanner a img {
    width: auto;
    height: 24px;
    vertical-align: middle;
  }

  header p {
    width: 100%;
  }

  header p img {
    width: 100%;
    height: auto;
    max-width: 960px;
  }

  /** グローバルナビゲーション */
  #nav {
    display: block;
  }
  
  #nav {
    text-align: center;
    border-bottom: 3px double #000000;
    margin: 10px auto 15px auto;
  }
  
  #nav ul {
    margin-bottom: 15px;
  }

  #nav ul li.parent {
    text-align: center;
    float: left;
    width: 13%;
    border-bottom: none;
    border-right: 1px dotted #000000;
    font-size: smaller;
  }

  #nav ul li.parent:nth-child(odd) {
    border-right: 1px dotted #000000;
    width: 14%;
    border-bottom: none;
  }

  #nav ul li.parent a {
    width: 100%;
    display: block;
  }
  
  #nav ul li.home {
    border-left: none;
    margin-left: 1px;
  }
  
  #nav ul li.contact {
    border-right: none;
  }

  /** グローバルナビゲーション2 */
  #nav2 {
    display: block;
  }
  
  #nav2 {
    text-align: center;
    border-bottom: 3px double #000000;
    margin: 10px auto 15px auto;
  }
  
  #nav2 ul {
    margin-bottom: 15px;
  }

  #nav2 ul li.parent {
    text-align: center;
    float: left;
    width: 16%;
    border-bottom: none;
    border-right: 1px dotted #000000;
    font-size: smaller;
  }

  #nav2 ul li.parent:nth-child(odd) {
    border-right: 1px dotted #000000;
    width: 17%;
    border-bottom: none;
  }

  #nav2 ul li.parent a {
    width: 100%;
    display: block;
  }
  
  #nav2 ul li.home {
    border-left: none;
    margin-left: 1px;
  }
  
  #nav2 ul li.contact {
    border-right: none;
  }

  /** グローバルナビゲーション3 */
  #nav3 {
    display: none;
  }

  /** コンテンツエリア */
  div#contents {
    padding-bottom: 40px;
  }

  div#contents section#topimage p {
    width: 100%;
  }

  div#contents section#topimage p img {
    width: 100%;
    height: auto;
    max-width: 960px;
    max-height: 480px;
    margin-bottom: 20px;
  }

  /** WORKS */
  div#contents section#work h2 {
    margin: 0 0 15px 5px;
  }

  div#contents section#work article {
    text-align: center;
    min-width: 120px;
    float: left;
    margin-bottom: 30px;
    width: 33%;
  }

  div#contents section#work article img {
    width: 100%;
    height: auto;
    max-width: 184px;
  }

  div#contents section#work article h3 {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 2.0em;
  }

  div#contents section#work article p {
    text-align: left;
    padding: 0 15px;
    font-size: 0.8em;
    line-height: 2.0em;
  }

  /** NEWS */
  div#contents section#news, div#contents section#news2 {
    margin-left: 5px;
  }

  div#contents section#news h2, div#contents section#news2 h2 {
    margin: 0 5px 15px 0;
    background: url(../../images/bg_headerLine2.png) repeat-x bottom;
    padding-bottom: 10px;
  }

  div#contents section#news article h3, div#contents section#news2 article h3 {
    font-size: 0.7em;
    margin-bottom: 10px;
  }

  div#contents section#news article h3 span, div#contents section#news2 article h3 span {
    background-color: #ffffff;
    padding: 2px 5px;
    border-radius: 2px;
    color: #000000;/*#2EA46D;*/
  }

  div#contents section#news article h3.greenheader span{
    background-color: #2EA46D;
    padding: 2px 5px;
    border-radius: 2px;
    color: #2EA46D;
  }

  div#contents section#news article p, div#contents section#news2 article p {
    line-height: 1.4em;
    font-size: 0.8em;
    margin: 0 0 20px 10px;
  }

  div#contents section#news article table, div#contents section#news2 article table {
    line-height: 1.4em;
    font-size: 0.8em;
    margin: 0 0 20px 10px;
  }

  div#contents section#news article td a, div#contents section#news2 article td a {
    text-decoration: underline;
  }

  div#contents section#news article td a:hover, div#contents section#news2 article td a:hover {
    text-decoration: none;
  }

  /** INFORMATION */
  div#contents section#information {
    text-align: center;
    margin-left: 5px;
  }

  div#contents section#information h2 {
    text-align: left;
    margin: 0 5px 15px 0;
    background: url(../../images/bg_headerLine2.png) repeat-x bottom;
    padding-bottom: 10px;
  }

  div#contents section#information ul li {
    width: 100%;
    margin-bottom: 5px;
  }

  div#contents section#information ul li img {
    width: auto;
    height: auto;
    max-width: 200px;
  }
  
  div#contents section#information div {
    text-align: left;
  }

  div#contents section#information article h3 {
    font-size: 0.6em;
    margin-bottom: 10px;
  }

  div#contents section#information article h3 span {
    background-color: #2EA46D;
    padding: 2px 5px;
    border-radius: 2px;
    color: #ffffff;
  }

  div#contents section#information article p {
    line-height: 1.4em;
    font-size: 0.7em;
    margin: 0 0 20px 10px;
  }

  div#contents section#information article p a {
    text-decoration: underline;
  }

  div#contents section#information article p a:hover {
    text-decoration: none;
  }
  
  div#iconarea {
    display: block;
    position: fixed;
    top: 300px;
    right: 5px;
    background-color: #2EA46D;
    border-radius: 5px;
    z-index: 11;
  }
  
  div#iconarea img {
    width: 100%;
    max-width: 150px;
    max-height: 58px;
    margin: 8px 5px;
    border: 1px solid #FFFFFF;
  }
  
  div#iconarea2 {
    display: block;
    position: fixed;
    top: 300px;
    right: 170px;
    background-color: #FFFFFF;
    border: 1px solid #2EA46D;
    border-radius: 5px;
    z-index: 11;
  }
  
  div#iconarea2 img {
    width: 100%;
    max-width: 200px;
    margin: 8px 5px;
    border: 1px solid #FFFFFF;
  }
  
  div#iconarea img.closeicon, div#iconarea2 img.closeicon {
    width: 100%;
    max-width: 24px;
    max-height: 24px;
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
    border: none;
  }

  /** ページトップへボタン */
  a#pagetopBtn img {
    position: fixed;
    bottom: 10px;
    right: 1px;
  }

  /** フッター */
  footer {
    border-top: 10px solid #2EA46D;
  }

  footer div {
    margin: 20px 0 0 20px;
  }

  footer div p {
    font-size: 0.7em;
    line-height: 2.0em;
  }

  footer div small {
    font-size: 0.6em;
  }

  footer div img {
    display: none;
  }
}