@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/*==========================================
CONTACT
===========================================*/

/* div#contents section#contact {
padding-top: 20px;
margin-left: 5px;
}
div#contents section#contact h2 {
  margin:30px 0px 10px 5px;
   color:#fff;
}
div#contents section#contact p {
  margin:0 0 15px 5px;
   color:#fff;
}
.tbl-layout {  
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
  background-color: black;
}
.tbl-layout dt,
.tbl-layout dd {
  padding: 10px 20px;
}
.tbl-layout dt {
  font-weight: bold;
  font-size:14px;
  border-right:1px dotted #fff;
  color:#fff;
}

.tbl-layout span {
 color:#dddddd;
}


.tbl-layout dd {
  font-size:10px;
  padding-top:10px;
  padding-bottom:0px;
  border-bottom: 1px solid #ccc;
}

.tbl-layout dd textarea {
  width:85%;
  margin-left:20px;
}


.tbl-layout dd select {
  margin-left:20px;
}

.tbl-layout .w300{
  font-size:12px;
  width:100%;	
  height:24px;
  margin-left:20px;
}

.tbl-layout .w70{
  font-size:12px;
  width:55px;	
  height:24px;
  margin-left:20px;
}
.tbl-layout .bdchange{
  border-bottom:none;	
}
p.btn {
  text-align: center;
  padding: 25px 0;
}
p.btn input {
  width:198px;
} */




/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
/* @media only screen and (min-width: 769px) {
  header {
    position:static;
    overflow:visible;
  }
  header h1 {
    text-align:left;
    padding:15px 5px 7px 5px;
    width:280px;
    float:left;
  }
  header h1 img {
    width:100%;
  }
  header ul#s_nav {
    float:right;
    margin-top:20px;
    position:static;
  }
  header ul#s_nav li {
    float:left;
    position:static;
  }
  nav {
    text-align:center;
    border-bottom:0px double #000;
    margin:10px auto 15px auto;
  }
  nav ul li {
    text-align:center;
    float:left;
    width:16%;
    border-bottom:none;
    border-right:1px dotted #000;
  }
  nav ul li:nth-child(odd) {
    width:17%;
    border-bottom:none;
  }
  nav ul li.home {
    border-left:none;
    margin-left:1px;
  }
  nav ul li.contact {
    border-right:none;
  }
  nav ul li a{
    display:block;
  }
  .tbl-layout {  
    width: 100%;
    margin: 0 auto;
   border: 0px solid #FFFFFF;
	background: #403F40 url(../images/table_bg.gif) repeat-y -39px 0;
  }
  .tbl-layout dt,
  .tbl-layout dd {
    padding: 20px;
  }
  .tbl-layout dt {
    font-size:12px;
    clear: both;
    float: left;
    width: 250px;
  }

  
    .tbl-layout dd {
    font-size:12px;
	text-align:left;
    padding-left: 210px;
	margin: 10px;
    border-top: 0px solid #FFFFFF;
    border-bottom: 1px solid #ccc;
  }
  
  #makers {
        padding-top:0px;
  }
  
  .tbl-layout .w300{
    width:300px;	
    height:24px;
  }
  .tbl-layout .w70{
    width:70px;	
    height:24px;
  }
  .tbl-layout .bdchange{
    border-bottom:1px solid #ccc;
  }
} */

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
/* @media only screen and (min-width: 961px) {
  header {
    width:960px;
    margin-left:auto;
    margin-right:auto;
  }
  nav {
    max-width: 960px;
  }
  nav ul{
    margin-left:auto;
    margin-right:auto;
  }
  nav ul li:nth-child(odd) {
    border-bottom:none;
  }
  nav ul li.home {
    border-left:1px dotted #000;
  }
  nav ul li.contact {
    border-right:1px dotted #000;
  }
  div#contents {
    max-width:960px;
    margin:0 auto;
  }
  footer {
    text-align:center;
  }
} */


footer {
  margin-top: 120px;
}