@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
p {
    margin: 2em 0;
}
/*shortcode*/
.su-posts-default-loop .su-post-meta {
    display:none
}
.su-posts-default-loop .su-post-comments-link {
    display:none
}
/*widget*/
.widget h2 {
    margin-bottom: 20px;
}
.widget-below-sns-buttons-title.main-widget-label {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
span.related-entry-main-heading.main-caption {
    font-size: 20px;
}
/*ヘッダーテキスト*/
.logo-text {
 padding: 20px 0 15px;
}
.site-name-text {
    font-size: 40px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* アプリーチ */
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
   margin-top:10px;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}

.booklink-box, .kaerebalink-box, .tomarebalink-box {
    padding: 22px 25px 22px 25px;
    width: 100%;
    margin: 0 auto 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}

.video-container {
margin: 0px auto;
}
.toc {
 margin: 0 auto 5em;
 width: 90%;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*ヘッダータイトル*/
#header .site-name-text {
    font-size: 24px;
}#header .site-name-text {
    font-size: 24px;
}
	.logo-text {
 padding: 15px 0 10px;
}
h3#reply-title {
    font-size: 16px;
    font-weight: normal;
}
input[type='submit'], #bbp_reply_submit, .bp-login-widget-register-link a {
    font-size: 16px;
	border:1px solid
}	
}

/************************************
** base
************************************/
/* -------------------------------------------------------
  margin property
------------------------------------------------------- */
/*top*/
.mt03 {margin-top:3px}
.mt05 {margin-top:5px}
.mt08 {margin-top:8px}
.mt10 {margin-top:10px}
.mt15 {margin-top:15px}
.mt20 {margin-top:20px}
.mt25 {margin-top:25px}
.mt30 {margin-top:30px}
.mt35 {margin-top:35px}
.mt40 {margin-top:40px}
.mt45 {margin-top:45px}
.mt50 {margin-top:50px}
.mt60 {margin-top:60px}
.mt80 {margin-top:80px}
/*bottom*/
.mb05 {margin-bottom:5px}
.mb10 {margin-bottom:10px}
.mb15 {margin-bottom:15px}
.mb20 {margin-bottom:20px}
.mb25 {margin-bottom:25px}
.mb30 {margin-bottom:30px}
.mb35 {margin-bottom:35px}
.mb40 {margin-bottom:40px}
.mb45 {margin-bottom:45px}
.mb50 {margin-bottom:50px}
.mb60 {margin-bottom:60px}
.mb70 {margin-bottom:70px}
.mb80 {margin-bottom:80px}
.mb85 {margin-bottom:85px}
.mb90 {margin-bottom:90px}
.mb100 {margin-bottom:100px}
/* -------------------------------------------------------
  text-algin property
------------------------------------------------------- */
/*bottom*/
.txct {text-align:center}
.txr {text-align:right}
.txl {text-align:left}