@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*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;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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}