@charset "UTF-8";

/*子テーマ用「base.css」*/

dt,dfn{
	font-weight: bold;
}

dd{
	margin-bottom: 1em;
}

.info-box{
	border: 3px dotted #E9AA80;
	margin-bottom: 1em;
	border-radius: 8px;
}

.inner-sidebox , .content{
	margin-bottom: 1em;
}

.inner-sidebox::after , .content::after{
	content: '';
	clear: both;
	display: block;
}

.webmenu ul{
	margin-left: 0;
	margin-bottom: 2em;
}


.webmenu ul li{
	list-style: none;
	margin-bottom: 1em;
	padding-left: 12px;
	background: url(./images/icon/icon-list-arw.png) left 6px no-repeat;
}

/*Retina（高解像度）ディスプレイ用*/
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){

	.webmenu ul li{
		background: url(./images/icon/icon-list-arw@2x.png) left 6px no-repeat;
		-webkit-background-size: 7px 10px;
		background-size: 7px 10px;
	}

}


.btn_area{
	text-align: right;
}

.subscript{
    display:inline-block; 
	border: 3px solid #426687;
	color: #426687;
	border-radius: 3px;
	font-weight: bold;
	padding: .3em 1em;
	font-size: 1.2rem;
	transition : .7s;
	text-decoration: none;
}

.subscript::after{
	content: '>';
	margin-left: .5em;
}
	
.subscript:active , .subscript:hover   {
    color: #fff;
	background-color: #426687;
}
.catTitle a{
	text-decoration: none;
}

.official_btn{
	text-decoration: none;
    display:inline-block;    
	background-color: #21B4EB;
	border-radius: 5px;
	font-weight: bold;
	padding: .3em 1em;
	font-size: 1.2rem;
	transition : .5s;
}

.official_btn:link , .official_btn:visited , .official_btn:active , .official_btn:hover{
	color: #fff;
}

.official_btn:active , .official_btn:hover   {
    opacity: .6;
}

.official_btn::after{
	content: '\0bb';
	margin-left: .5em;
}

.contentBox{
	border: 2px solid  #CF964F;
	padding: 10px;
	margin-bottom: 1em;
	border-radius: 3px;
	letter-spacing: .1em;
}

.contentBox::after{
	content: '';
	clear: both;
	display: block;
}


.fs1 {
    font-weight: bold;
    color: #f00;
}

.fs2 {
    font-weight: bold;
	color: #32cd32;
}

.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;
	}
	
	.attachment-post-thumbnail{
		float: none;
		margin: 0 auto 1em!important;
	}
	
	.btn_area{
		text-align: center;
	}
}
