@charset "UTF-8";


/*************************************************
            　一般設定 ダイワ紙器
***************************************************/
body {
  min-width: 320px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #444;
}

#container {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

/*  wrap  */
#wrap {
  width: 950px;
  margin: 0 auto 0 auto;
  clear: both;
}

/*  header  */
header {
  height: 60px;
  background-color: #ffffff;
}
#logo {
  float: left;
}
#tel_fax {
  float: left;
}
#mail {
  float: left;
}

/* image*/

#image {
  width: 950px;
  height: 350px;
  margin-bottom: 40px;
}

/*  main  */
#main {
  overflow: hidden;
  clear: both;
}
#main h1 {
  font-size: 24px;
  text-align: center;
}
#main h3 {
  font-size:20px;
  color: #005BAB;
  border-left: 10px solid #005BAB;
  border-bottom: 2px dotted #005BAB;
  margin-bottom: 15px;
  padding-left: 8px;
  padding-bottom: 3px;
}
#main h4 {
  font-size: 18px;
  line-height: 0.8;
  border-left: 15px solid #444;
  padding-left: 5px;
  margin-bottom: 5px;
}
#main h5 {
  font-size: 17px;
  line-height: 1.5em;
  margin-bottom: 10px;
}


/*  nav  */
nav {
  margin-top: 0px;
  margin-bottom: 20px;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  width: 20%;
  padding: 5px 0;
  margin-top: 0px;
  /*background-color: #005BAB;*/
  font-size: 0.9em;
  letter-spacing: 0.5em;
  text-align: center;
  list-style-type: none;
  background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #509CDE),
	color-stop(0.91, #005BAB)
);
background-image: -o-linear-gradient(bottom, #509CDE 0%, #005BAB 91%);
background-image: -moz-linear-gradient(bottom, #509CDE 0%, #005BAB 91%);
background-image: -webkit-linear-gradient(bottom, #509CDE 0%, #005BAB 91%);
background-image: -ms-linear-gradient(bottom, #509CDE 0%, #005BAB 91%);
background-image: linear-gradient(to bottom, #509CDE 0%, #005BAB 91%);
}
nav ul .nav p {
  border-right: 1px solid #fff;
}
nav ul li a {
  display: block;
  padding: 7px 0;
  text-decoration: none;
  color: #fff;
}
nav ul li a:hover {
  opacity: 0.5;
}

/*  publicity  */
#publicity {
  clear: both;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 70px;
  overflow: hidden;
}
.publicity {
  float: left;
  width: 230px;
  margin-top: 15px;
  margin-right: 60px;
}
.last {
  margin-right: 0px;
}
.publicity img {
  margin-bottom: 12px;
}
.publicity a:hover {
  opacity: 0.8;
}

/*  article  */
article {
  clear: both;
}
article h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #005BAB;
}
article p {
  font-size: 16px;
  line-height: 1.5em;
}
.top_left {
  float: right;
  width: 670px;
}
.top_right {
  float: left;
}

/*  contact  */
#contact {
  margin-bottom: 20px;
  clear: both;
}
#contact .big {
  font-size: 28px;
  font-weight: bold;
  color: red;
  text-indent: 1.5em;
  margin-bottom: 20px;
}
#contact table tr td {
  padding: 3px 0;
}
#contact form {
  margin-top: 10px;
}

/* profile */
#profile_left {
  float: left;
  width: 530px;
}
#map {
  float: right;
}
#profile table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
#profile th,td {
  font-size: 14px;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #000000;
}
#profile th {
  background-color: #D8FBFF;
}
#profile td {
  line-height: 1.3em;}

/*  footer  */
footer {
  background-color: #005BAB;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  padding: 10px 0;
}
footer small {
  font-size: 12px;
  color: #fff; 
}

/* Q&A */
#q_a {
  width: 800px;
  margin: auto; 
}
.q {
  font-size: 20px;
  color: #005BAB;
  text-indent: 1.1em;
  margin-bottom:5px;
  background-repeat:no-repeat;
  background-image: url(../image/q.png)
}

.q {
  font-size: 20px;
  color: #002F7B;
  text-indent: 1.1em;
  margin-bottom:8px;
  background-repeat:no-repeat;
  background-image: url(../image/q.png)
}
.a {
  font-size: 20px;
  line-height: 1.3em;
  text-indent: 1.1em;
  margin-bottom:15px;
  padding-bottom: 10px;
  background-repeat:no-repeat;
  background-image: url(../image/a.png);
  background-position: 0 2px ;
  border-bottom: 2px dotted #EA5504;
}

/* product */
.product {
  margin-bottom: 30px;
  overflow: hidden;
}
.product_left {
  float: left;
  clear: both;
  width: 700px;
}
.product_right {
  float: right;
  width: 230px;
  height: auto;
}
#product h5 {
  font-size: 16px;
  background-color: #FFF592;
  border-bottom: 3px solid #FFCF00;
  padding: 2px 0px 2px 10px;
}
#product h6 {
  margin-bottom: 10px;
}
.p_honmon {
 padding-left: 2em;
 line-height: 1.8em; 
 margin-bottom: 15px;
}
  
/* blog */
#blog {
  height: 300px;
  overflow: hidden;
}








/* go to top */
.gototop {
  z-index: 20000;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
}
.gototop a {
   display: block;
  width: 80px;
  height: 60px;
  margin: 0 2px 2px 0;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#f0f0f0),
    to(#b3b3b3));
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #474343;
  -moz-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 2px rgba(255,255,255,0.7);
  -webkit-box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 2px rgba(255,255,255,0.7);
  box-shadow:
    0px 1px 3px rgba(000,000,000,0.5),
    inset 0px 0px 2px rgba(255,255,255,0.7);
  text-shadow:
    0px -1px 0px rgba(255,255,255,0.4),
    0px 1px 0px rgba(255,255,255,0.3);
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.gototop a {
  color: #000;
  text-decoration: none;
}
.gototop a:hover {
  display: block;
 width: 90px;
  height: 66px;
  font-size: 24px;
  margin: 0 2px 2px 0;
}

/*@media screen and (max-width: 768px){
  nav ul li {
  float: left;
  width:49.4%;
  margin-bottom: 1px;
  background-color: #218dce;
  letter-spacing: 0.1em;
  text-align: center;
  list-style-type: none;
}
}
*/
@media screen and (max-width: 768px){
  p {
    font-size: 2em;
}
}

