/* Enter Your Custom CSS Here */

div.main-image-area img{
  width:100%!important;
  height:initial;
}
div.post p.lead{
  line-height: 1.8!important;
  text-align: justify;  
}

div.free-style a:hover{
  transition-property: all;
  transition: 0.5s linear;
}

div.free-style p {
  margin: 30px 0;
  line-height: 2.0;
  text-align: justify;
  font-size: 16px;
}

div.free-style h3 {
  position: relative;
  padding: 0.4em;
  background: #ffc864;
  border-left: 0!important;
}

div.free-style h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffc864;
  width: 0;
  height: 0;
}

div.free-style h4 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  font-weight: 600;
  font-size: 120%;
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #f7902c;/*左線*/
}

div.free-style div.box-style {
  border: 2px solid #ccc;
  padding: 5%;
}

div.free-style img {
  width: 100%;
  height: initial;
}

div.free-style iframe {
  width: 100%;
  height: 360px;
}

@media only screen and (max-width: 480px) {

  div.free-style iframe {
    width: 100%;
    height: 240px;
  }

}
  
div.free-style blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
  border-radius: 8px;
    font-style: italic;
    background: #efefef;
    color: #555;
}

div.free-style blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

div.free-style blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

div.free-style blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


/* サンガタイムズ */

p.subttl{
  font-size:120%;
  margin-top:20px;
  text-align:center;
}
div.qrcode{
  width:94%;
  height:auto;
  border:1px solid #ccc;
  padding:3%;
}
div.qrcode img{
  width:25%;
  display:block;
  margin:20px auto;
}
p.atl{
  text-align:center;
}
div.article h3{
  margin-bottom: 20px;
  border-bottom: 3px double #ccc;
  padding-bottom: 5px;
}

div.article p{
  margin-bottom: 20px;
}
div.article p span{
  font-size:110%;
  font-weight:600;
}
span.blue{
  color:#0066ff;
}
ul.burger{
  width:660px;
}
ul.burger li{
  float:left;
  margin-right: 20px;
}
ul.burger li img{
  width:200px;
}
.f-cancel{
  clear:both!important;
}
p.links{
  font-size:120%;
  font-weight:600;
  margin-bottom:20px;
}
p.links a{
  color:#2467ca;
}
p.subttl{
  font-size:110%;
  font-weight:600;
  margin-bottom:20px;
}
div.profile{
  border: 1px solid #ccc;
  padding: 5%;
}
strong{
	font-weight:bold;
}

@media only screen and (max-width: 768px) {
	
ul.burger{
    width:90%;
    margin:0 auto;
}
ul.burger li{
  margin-bottom: 20px;
}
ul.burger li img{
  width:100%;
}

}