@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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){
  /*必要ならばここにコードを書く*/
}

.pickup { border: 1px solid #DCDCDC; background-color: #FDFDFD; color: #5A5A5A; padding: 15px; }

.pickupy { border: 1px solid #D7D7D7; background-color: #FFFEF3; color: #626262; padding: 15px; }

.pickupb { border: 1px solid #D7D7D7; background-color: #F0F8FF; color: #626262; padding: 15px; }

.pickupr { border: 1px solid #F8B0D0; background-color: #FFFAFA; color: #626262; padding: 15px; }

.pickupg { border: 1px solid #A1C387; background-color: #F0F7EB; color: #444444; padding: 15px; }

.article h4 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #ccc;
}
.article h4::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}



.responsive-unit{
  max-width: 336px;
}

.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;
}


.video-container {
  max-width: none;
}


/* Amazonjs Title */
.sgwu1_ajs_title {
    font-size: 18px;
    font-weight: bold;
}


/************************************
** Simple GA Ranking
************************************/
ol.sga-ranking {
	counter-reset: pupular-ranking;
}
 
li.sga-ranking-list {
	position: relative;
	padding: 0px 0px 5px 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #2098a8;
    border-right: 1px solid #2098a8;
    border-radius: 5px;
	content: "";/* オリジナルの番号を非表示にする */
	clear: both;
	display: block;
	margin-bottom: 10px;/* 下の記事との間 */
}

li.sga-ranking-list:before {
	background: none repeat scroll 0 0 #00a23f;
	color: #fff;
	content: counter(pupular-ranking, decimal);
	counter-increment: pupular-ranking;
	font-size: 100%;
	left: 0;
	top: 0;
	line-height: 1;
	padding: 4px 7px;
	position: absolute;
	z-index: 1;
	border-radius: 5px;
}

div.gapv {
	color: #555;
	font-family: 'nico';
	text-align : right;
}

#simple_ga_rankig-2 ol.sga-ranking {/* 「section id」を設定する */
	counter-reset: pupular-ranking;
	padding-left: 0;
}


table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}

table.type06 th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
}
table.type06 td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
}

tr:nth-child(even) {
  background: #d9d9d9;
}





.note {
    background-color: #fff0f5;
    border: 1px solid #ccc;
    position: relative;
    padding: 1em 1em 1em 3.5em;
}

.note::after {
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: FontAwesome;
  content: '\f06a';
  color: #ff8080;
  font-size: 230%;
}




.typhoon {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    text-align: left;
    width: 336px;
    margin-bottom: 10px;
}




/*AmazonJS価格非表示*/
.amazonjs_listprice {
  display:none;
}
.amazonjs_price {
  display:none;
}





.article h5 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
}
.article h5::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #3498db;
}
.article h5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}







/**** アプリーチ ****/
 .appreach{
	 border-top:5px solid #043d78; /*上線の色*/ 
	 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.33); 
	text-align: left;
	padding: 25px;
	margin:20px;
	border-radius:4px;
	overflow: hidden;
} 
.widget .appreach {
    margin: 0;
}

.appreach:after {
	content: "";
	display: block;
	clear: both;
} .appreach img, .appreach p {
	margin: 0;
	padding: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;
}
p.appreach__name {
	font-size: 16px;
	color:#555;
	padding-bottom:10px;
	font-weight:bold;
	line-height: 1.5em !important;
	max-height: 3em;
	overflow: hidden;
}
.appreach__info {
	font-size: 12px !important;
	color:#888;
}
.appreach__info a{
	color:#aaa;
}
.appreach__developper, .appreach__price {
	margin-right: 0.5em;
}
span.appreach__price {color: #fb7272}
.appreach__posted a {
	margin-left: 0.5em;
}
.appreach__links {
	float: left;
	margin-top: 15px;
}
.appreach__aslink img {
	margin-right: 10px;
	height: 40px;
	width: 135px;
}
.appreach__gplink img {
	height: 40px;
	width: 134.5px;
}
@media only screen and (max-width: 786px){
	.appreach{
		margin:20px 0;
	}
	.appreach__info {
		font-size: 11px !important;
	}
	p.appreach__name {
		font-size: 15px;
	}
}


/*スマートフォン画面での横揺れ防止*/
@media screen and (max-width : 767px){
html,
body {
overflow-x: hidden!important;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
}



/*ランキングボタンの色の変更*/

.btn-red, .ranking-item-link a {
background-color: #9ACD32;
}

.ranking-items .ranking-item-detail a {
background-color: #FFA500;
}




.center_iframe{
  display: block;
  margin: auto;
}