@charset "UTF-8";

body {
  margin-top: 60px; padding: 0px;
  background: #fff;
  text-align: center;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

/*全体を囲む*/
#wrapper {
  width: 600px;
  margin: 0px auto;
/*  text-align: center;*/
  background: #fff;
}

#wrapper .sq {
  margin-bottom: 20px;
  border: solid 1px #cccc99;
  padding: 4px;
  text-align: left;
/*  font-size: 13px; line-height: 1.4; color: #222;*/
}

#wrapper .sq .sq_ttl {
  position: relative;
  top: -20px;
  left: 5px;
  padding-left: 10px;
  width: 120px;
  background: #fff;
}

#wrapper .sq .sq_ttl img{
  width: 95% !important;
}


.ttl_l {
  margin-left: 12px;
  width: 560px;
  border-left: solid 7px #800000;
  margin-bottom: 20px;
}

.ttl {
  vertical-align:bottom;
  border-bottom: solid 1px #d2d2d2;
  padding-left: 5px;
  font-size: 15px; line-height: 1.4; color: #800000;
}


.g_txt {
  margin-left: 12px;
  padding-bottom: 20px;
  width: 570px;
  font-size: 12px; line-height: 1.8; color: #333;
}


.go_top {
  font-size: 14px; line-height: 1.8; color: #333;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}

#header {
  width: 740px;
  margin: 0px auto;
  text-align: center;
}

#main {
  width: 702px;
  margin: 0px auto;
  border-left: dotted 1px #333;
  border-right: dotted 1px #333;
  border-bottom: dotted 1px #333;
}

#fm {
  padding-top: 30px;
  width: 800px;
  margin: 0px auto;
  text-align: center;
}

/*ご注文方法の説明*/
.dot_sq {
  width: 696px;
  margin: 0px auto;
  text-align: center;
  border: 3px dotted #800000;
}

.dot_sq_ttl {
  position: relative;
  top: -10px;
  width: 110px;
  background: #fff;
  font-size: 18px; line-height: 1.2; color: #800000; font-weight: bold;
}

.cyui {
  border: solid 1px #666;
  margin-bottom: 10px;
  font-size: 12px; line-height: 1.3; color: #333;
  background: #f1f1f1;
}

.dottable td {
  border-bottom: dotted 1px #666;
}

.honbun {
  font-size: 13px; line-height: 1.3; color: #222;
}

.caption {
  font-size: 10px; line-height: 1.3; color: #333;
}

.red {
  color: #ff0000;
}



/*従来互換*/

.sc { font-size: 10px; line-height: 130%; color: #4169e1 ; }
.sc2 { font-size: 10px; line-height: 130%; color: #b22222 ; }
.f_midashi { font-size: 16px; font-weight: bold; color: #222222 ; }
.cau_cy { font-size: 6px; color: #ff0000 ; }
.komoku { font-size: 15px; line-height: 130%; color: #000000 ; }
.f_honbun { font-size: 12px; line-height: 130%; color: #222222 ; }
.f_honbun-w { font-size: 16px; line-height: 1.4; color: #800000 ; }
.kome { font-size: 12px;  line-height: 120%; color: #333333; }
.kome2 { font-size: 10px;  line-height: 120%; color: #333333; }
.gokin { font-size: 22px; color: #ccff00; }
.cau { font-size: 14px; line-height: 130%; color: #ff0000 ; }

INPUT, SELECT, TEXTAREA { font-size: 10pt;}


/*sp*/
@media only screen and (max-width: 768px) {

  body {
    margin: 12% 5% 0; padding: 0px;}

  /*全体を囲む*/
  #wrapper {
    width: 100%;}

    .sq {
      margin-bottom: 20px;
      border: solid 2px #cccc99;}


    .g_txt {
      margin: 0 auto;
      padding-bottom: 0;
      width: 92%;
      font-size: 15px; line-height: 1.8; color: #333;
      text-align: center;
    }

    #wrapper .go_top a{
      text-decoration: underline!important;
    }

    .go_top {
    margin-top: 0;}



}
