@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイル目次
************************************/

/* ---------------------
    - 文字装飾
	- 装飾枠
    - ポチレバ
    - アプリーチ
--------------------- */

/*レスポンシブデザイン用のメディアクエリ*/

/* ---------------------
@768px以下
    - スマホで改行無効
--------------------- */

/* =====================
	文字装飾
===================== */
/* 緑 */
.green {
	color:#008000;
}

/* グレー */
.gray {
	color:#888888;
}

/* フォント極大 */
.xbig { font-size: 200%; }

/* フォント大 */
.big { font-size: 150%; }

/* フォント小 */
.small { font-size: 80%; }

/* フォント極小 */
.xsmall { font-size: 60%; }

/* 蛍光イエロー */
.bgy { background-color: #ffff99; }

/* 蛍光ピンク */
.bgp{ background-color: #ff99cc; }

/* =====================
	装飾枠
	===================== */
.boxkadomaru {
	padding: 0.5em 1em;
	margin: 2em 0;
	font-weight: bold;
	color: #2e8b57;/*文字色*/
	background: #FFF;
	border: solid 3px #2e8b57;/*線*/
	border-radius: 10px;/*角の丸み*/
}
.boxkadomaru p {
	margin: 0;
	padding: 0;
}

.box-title-blue {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box-title-blue .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box-title-blue p {
    margin: 0;
    padding: 0;
}

.box-title-orange {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ffac95;
    border-radius: 8px;
}
.box-title-orange .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ffac95;
    font-weight: bold;
}
.box-title-orange p {
    margin: 0;
    padding: 0;
}

/* =====================
	ポチレバ
===================== */

.pochireba {
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 15px !important;
  margin-bottom: 20px;
}

.pochireba .pochi_img {
  box-shadow: 0 0 1px 1px #ccc;
  margin-right: 25px !important;
}

.pochireba .pochi_info {
  margin-left: 5px;
}

.pochireba .pochi_name {
  text-align: center;
}

.pochireba .pochi_name a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  margin: 0 40px 10px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 26px;
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
}

.pochireba .pochi_seller {
  margin-bottom: 5px;
}

.pochireba .pochi_name a::after {
  content: 'ダウンロードページへ';
  display: block;
  font-size: 15px;
  color: #555;
}

@media only screen and (max-width: 480px) {
  .pochireba>a {
    display: block;
  }
  .pochireba .pochi_img {
    float: none !important;
    display: block;
    margin: 0 auto 10px !important;
  }
  .pochireba .pochi_name {
    font-size: 17px;
  }
}

/* =====================
	アプリーチ用
===================== */
#appreach-box {
background-color: #f5fafe;
margin: 2rem 0;
padding: 1rem;
width: 90%
}
#appreach-box p,
#appreach-box br {
display: none;
}
.appreach-info {
overflow: hidden;
}
#appreach-appname {
color: #094274;
font-weight: bold;
}
#appreach-developer {
margin-bottom: 1.5rem;
}

/* =====================
	アプリーチ新コード用
===================== */
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.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;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}


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

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

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

/* =====================
スマホで改行無効
===================== */
	br {display: none;}
}

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