/*
Theme Name: Alpha Child
Template: wp-alpha
Version: 1.0.0
*/

.logo{
	display: inline-block;
	margin-bottom: .5em;
}

.logo a{
	background-image: none!important;

}

.header-navigation{
	background-color: #fff!important;
	border-bottom: 3px solid  #DA2347;
}

.header-main{
	border-bottom: 3px solid  #DA2347;
}

.header-navigation ul li a{
	color: #333;
}

.widget-title-inner a{
	color: #fff;
}

.btnArea a{
	float: right;
	display: block;
}


.btnArea::after{
	display: block;
	content: '';
	clear: both;
}


.webmenu ul{
	margin-bottom: 2em!important;
}

.webmenu ul li a{
	padding-left: .5em;
}

.webmenu ul li a::before{
	font-family: fontAwesome;
	margin-right: .5em;
	content: '\f144';
	color: #F6AD3C;
}

table{
	width: 96%;
	margin: 0 auto;
}

.catTitle{
	border-bottom: 2px solid  #FF7B2B;
}

.widget-title{
	background-color: #FF7B2B;	
}


h3{
	clear: both;
}
	

.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;
}


.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: 24%;
}

.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 (max-width:600px){
	.btnArea a{
		float: none;
		display: block!important;
		margin: 1em auto!important;
	}
}