/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
body {
  margin: 0;
}

#main #conts .whiteBox .ttl04 a {
  text-decoration: none;
}
#main #conts .whiteBox .ttl04 a:hover {
  text-decoration: underline;
}
#main #conts .txtBox .date {
  font-size: 120%;
  color: #666;
  margin-bottom: 10px;
}
#main #conts .txtBox .img {
  float: left;
  margin-right: 15px;
}
#main #conts .txtBox .txtOuter {
  overflow: hidden;
}
#main #conts .txtBox .txt {
  font-size: 140%;
  color: #111;
  margin-bottom: 15px;
}
#main #conts .txtBox a {
  font-size: 120%;
}
#main #conts .detail {
  position: relative;
}
#main #conts .detail .txtBox {
  background: url(../img/common/icon/border_dash02.gif) repeat-x 0 bottom;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
#main #conts .detail .txtBox .txt {
  margin-bottom: 0;
}
#main #conts .detail > a {
  font-size: 120%;
  position: absolute;
  bottom: 5px;
  right: 0;
}
#main #conts .sns {
  margin-bottom: 60px;
}
#main #conts .sns .fb, #main #conts .sns .tw {
  display: inline-block;
  vertical-align: top;
}
#main #conts .sns .fb {
  margin-right: 5px;
}
#main #conts .related ul li {
  position: relative;
  padding-left: 10px;
  line-height: 1.7;
}
#main #conts .related ul li:before {
  content: url(../img/common/icon/arrow_01.png);
  position: absolute;
  top: -3px;
  left: 0;
  width: 3px;
  height: 5px;
}
#main #conts #comment {
  margin-bottom: 60px;
}
#main #conts #comment .articleComments {
  margin-bottom: 25px;
}
#main #conts #comment .articleComments .ttl04 {
  margin-bottom: 0;
}
#main #conts #comment .articleComments dl {
  background: url(../img/common/icon/border_dash02.gif) repeat-x 0 bottom;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 85.71429%;
}
#main #conts #comment .articleComments dl dt {
  margin-bottom: 10px;
}
#main #conts #comment .articleComments dl dd {
  line-height: 2;
}
#main #conts #comment .articleComments dl:first-child {
  padding-top: 0;
}
#main #conts #comment .contribute dl {
  padding-bottom: 20px;
  background: url(../img/common/icon/border_dash02.gif) repeat-x 0 bottom;
  margin-bottom: 20px;
  position: relative;
}
#main #conts #comment .contribute dl dt {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -21px;
  display: inline-block;
  width: 155px;
  font-size: 130%;
  font-weight: bold;
  color: #3F200E;
}
#main #conts #comment .contribute dl dt img {
  float: right;
}
#main #conts #comment .contribute dl dd {
  display: inline-block;
  padding-left: 170px;
}
#main #conts #comment .contribute dl dd input {
  height: 30px;
  width: 150px;
  padding: 0 5px;
}
#main #conts #comment .contribute dl dd textarea {
  width: 400px;
  padding: 5px;
  font-size: 1.0em;
}
#main #conts #comment .contribute input[type="submit"] {
  display: block;
  width: 160px;
  height: 40px;
  margin: 0 auto 10px;
  font-weight: bold;
  color: #FFF;
  background: #40210F;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#main #conts #comment .contribute input[type="submit"]:hover {
  cursor: pointer;
}
#main #conts #comment .contribute .subText {
  text-align: center;
  font-size: 120%;
  line-height: 1;
}
#main #conts .btn {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 19px;
  letter-spacing: -0.4em;
}
#main #conts .btn a {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  color: #00466A;
  font-size: 140%;
  border: solid 1px #D6D1CF;
  background: #FFF;
  padding: 19px 21px 18px;
  letter-spacing: normal;
}
#main #conts .btn a.prev {
  margin: 0;
  width: 140px;
}
#main #conts .btn a.prev span {
  position: relative;
  padding-left: 30px;
}
#main #conts .btn a.prev span:before {
  content: url(../img/common/icon/arrow_left01.png);
  position: absolute;
  left: 0px;
}
#main #conts .btn a.next {
  margin: 0;
  width: 140px;
}
#main #conts .btn a.next span {
  position: relative;
  padding-right: 30px;
}
#main #conts .btn a.next span:before {
  width: 20px;
  height: 20px;
  content: url(../img/common/icon/arrow_right01.png);
  position: absolute;
  right: 0px;
}

.single #main #conts .txtBox .txt {
  margin-bottom: 0;
}
.single #main #conts .txtBox .txt p {
  font-size: 100%;
  margin-bottom: 15px;
}
.single #main #conts .none {
  padding-top: 20px;
  font-size: 1.2em;
}
.single #main #conts #si_refresh_com {
  display: inline;
}
.single #main #conts .captha {
  padding-top: 10px;
}
.single #main #conts .captha .required {
  color: #F00;
}

.single #main p.ttl01 {
  line-height: 1.1;
}

@media only screen and (max-width: 640px) {
  #main #conts {
    padding: 0 10px;
  }
  #main #conts .txtBox .img {
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  #main #conts .whiteBox {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  #main #conts .detail .txtBox .date {
    margin: 0 10px;
  }
  #main #conts .detail .txtBox .txt {
    margin: 0 10px;
  }
  #main #conts .detail .sns {
    margin: 0 10px 30px;
  }
  #main #conts .detail > a {
    right: 10px;
  }
  #main #conts #comment .contribute .ttl04 {
    margin-bottom: 20px;
  }
  #main #conts #comment .contribute dl dt {
    margin: 0 0 10px;
    display: block;
    position: static;
  }
  #main #conts #comment .contribute dl dd {
    padding-left: 0;
    display: block;
  }
  #main #conts #comment .contribute dl dd textarea {
    -webkit-box-sizing: border-box;
    width: 100%;
  }
  #main #conts #comment .contribute dl dd .captha #captcha_code_label {
    margin-top: 5px;
    display: block;
  }
  #main #conts #comment .contribute dl dd .captha .required {
    display: none;
  }
  #main #conts .btn {
    text-align: center;
    padding-top: 0;
    padding-bottom: 19px;
  }
  #main #conts .btn a {
    margin: 0 5px;
    color: #00466A;
    font-size: 100%;
    background: #FFF;
    padding: 9px 5px;
  }
  #main #conts .btn a span {
    padding: 5px;
    display: block;
  }
  #main #conts .btn a.prev {
    width: 100px;
  }
  #main #conts .btn a.prev span {
    padding: 5px 0 5px 20px;
    width: 80px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }
  #main #conts .btn a.next {
    width: 100px;
  }
  #main #conts .btn a.next span {
    padding: 5px 20px 5px 0;
    width: 80px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
  }
}
