@charset "UTF-8";
/*
Theme Name: xeory_base child
Theme URI: http://example.com/
Description: Child theme for the Xeory
Author: バズ部
Author URI: http://bazubu.com/
Template: xeory_base
Version: 0.1.0
*/

body{
	background-color: #FAF3F5;
}

.footer_widget{
	margin: 2em auto;
}

#header{
	background-color: #BD6283;
}

#logo{
	background-color: #fff;
}

.mainImage{
	margin: 10px auto;
	max-width: 1200px;
	border: 2px solid  #fff;
}

.webmenu li a::before{
	font-family: fontAwesome;
	margin-right: .5em;
	content: '\f144';
	color: #aaa;
}

.webmenu h3{
	font-weight: bold;
	font-size: 1.4rem;
}

.webmenu h3 a:hover, .webmenu h3 a:active{
	text-decoration: underline;
}

.webmenu ul{
	margin-bottom: 3em;
}

.sidebox{
	border: 1px solid  #999;
	padding: 10px;
}

.sidebox h3{
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
	color: #FF4765;
}

.inner-box{
	margin-bottom: 2em;
}

.inner-box::after{
	display: block;
	content: '';
	clear: both;
}

.btnArea{
	text-align: right;
}


.contentsBox{
	border: 1px solid  #ddd;
	padding: 1em 1em 0;
	margin-bottom: 1em;
	border-radius: 5px;
}

.post-content ul{
	padding: 0;
}

.post-content li{
	list-style-type: none;
}

.post-content li::before{
	list-style-type: none;
	font-family: fontAwesome;
	content: '\f046';
	margin-right: .5em;
}



.fs1 {
    color: #ff0000;
}

.fs2 {
	color: #FF6631;
}

.fs3 {
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 95%, #ff0000 100%);
    background: linear-gradient(transparent 95%, #ff0000 100%);
}

.fs4 {
    background: -webkit-linear-gradient(transparent 85%, #ff0000 100%);
    background: linear-gradient(transparent 85%, #ff0000 100%);
}

.fs5 {
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 85%, #ffff66 85%);
    background: linear-gradient(transparent 85%, #ffff66 85%);
}

.fs6 {
    background: -webkit-linear-gradient(transparent 85%, #ffff66 85%);
    background: linear-gradient(transparent 85%, #ffff66 85%);
}

.fs7 {
    color: #ff0000;
    background: -webkit-linear-gradient(transparent 80%, #ffff66 80%);
    background: linear-gradient(transparent 80%, #ffff66 80%);
}

.fs8 {
    color: #ff0000;
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 80%, #ffff66 80%);
    background: linear-gradient(transparent 80%, #ffff66 80%);
}

.fs9 {
	background: linear-gradient(transparent 70%, #fbd 70%);
    background: -webkit-linear-gradient(transparent 80%, #fbd 80%);
	font-weight: bold;
}

.fs10 {
	background: linear-gradient(transparent 80%, #ff0000 80%);
	background: -webkit-linear-gradient(transparent 80%, #ff0000 80%);
	font-weight: bold;
}

.clear{
	clear: both;
}

.btn {
    display: inline-block;
    padding: 0.3em 1em;
    border: solid 3px #67c5ff;
    border-radius: 3px;
    transition: .4s;
	font-weight: bold;
	font-size: 18px;
}

.btn:link , .btn:visited{
    color: #67c5ff;
    text-decoration: none;
}

.btn:hover ,.btn:active {
    background: #67c5ff;
    color: white;
    text-decoration: none;
}

.clearfix::after{
	display: block;
	content: '';
	clear: both;
}

.f_posts{
	border: 2px solid  #ccc;
	padding: 1em;
}

.f_posts h3{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

table{
	width: 96%;
	margin: 1em auto;
	font-size: 16px;
	empty-cells: show;
	border-spacing: 0px;
	border-collapse: collapse;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

table tr th{
	margin: 1px;
	padding: 7px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: auto;
}
table tr td{
	padding: 7px;
	text-align: left;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

th[scope=col]{
	font-weight: bold;
	text-align: center;
}
th[scope=row]{
	width: 30%;
}


.charaArea {
  overflow: hidden;
  *zoom: 1;
  background-color: #faf9f8;
  margin: 1em 0;
  padding: 3%;
  border: 2px dashed #544639;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.charaArea .balloon {
  width: 66%;
  background-color: #F6FBEF;
  dispay: inline-block;
  position: relative;
  border: 1px solid #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  padding: 1em;
  letter-spacing: .1em;
  line-height: 1.6;
}
.charaArea .balloon::before {
  content: "";
  display: inline-block;
  border: 10px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.charaArea .balloon::after {
  content: "";
  display: inline-block;
  border: 9px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.charaArea .chara {
  width: 26%;
}

.charaArea .balloon {
  float: left;
}
.charaArea .balloon::before {
  right: -20px;
  border-left-color: #000;
  top: 50%;
  margin-top: -9px;
}
.charaArea .balloon::after {
  border-left-color: #F6FBEF;
  right: -18px;
  top: 50%;
  margin-top: -8px;
}
.charaArea .chara {
  float: right;
}


@media screen and (max-width: 799px) {

	.alignleft , .alignright{
		float: none;
		margin: 0 auto 1em!important;
	}
	

	
	.btnArea{
		text-align: center;
	}
	
}