/*
Theme Name: xeorybase_child
Template: xeory_base
Version: 0.2.3
*/
@import url("../xeory_base/style.css");

img.img-brdr, img.imgbrdr{ border:solid 1px #000;
	margin: 2%; }
a.a-line { text-decoration:underline; }
#header #logo { font-size:1.68rem; }
.post-content h2 { font-size:1.5rem; }
.post-content h3 { font-size:1.31rem; }
.post-content h4 { font-size:1.13rem; }
.post-content ul { list-style-type: circle; }
.footer-01 ul li { margin-bottom:1.13rem;
	margin-right:1.25rem; }
.footer-02 .footer-copy { text-align: left;}
.wrap-info { padding-top:3rem; }

@media screen and (max-width: 767px) {
  /* phone */
.post-content h1{ font-size:1.5rem; }
.post-content h2{ font-size:1.31rem; }
  /* phone end */
}