@charset "UTF-8";

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

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


/* トップページのタブ（選択前） */
.index-tab-button{
	color: #727272;/*文字色*/
	font-size: 16px!important;/*文字の大きさ*/
	background: #fff!important;/*背景色*/
	border: solid 3px #f7f7f7!important;/*枠線の種類・太さ・色*/
}

/*エントリーカードの編集*/
.entry-card-meta {
	bottom: 5px;
    right: 5px;
    position: absolute;
    color: #727272;
}
.entry-card-title {
    padding-top: 10px;
}
.entry-card-thumb img {
	vertical-align: top;
}
/*トップページの幅の設定*/
/*PC用*/
.no-sidebar .wrap {
	width: 680px;
}
.breadcrumb.sbp-main-before, 
.breadcrumb.sbp-footer-before,
.breadcrumb.pbp-main-before,
.breadcrumb.pbp-footer-before {
    padding-left: 60px;
    padding-right: 60px;
}
/*480px以下*/
@media screen and (max-width: 480px){
    .no-sidebar .wrap {
        width: auto;
    }
    .breadcrumb.sbp-main-before, 
    .breadcrumb.sbp-footer-before,
    .breadcrumb.pbp-main-before,
    .breadcrumb.pbp-footer-before {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/*本文のタイトルを画像の下にもってくる*/
.entry-header {
    display: flex;
    flex-direction: column;
}
.entry-header .eye-catch-wrap {
    order: -1;
}


/* トップページのタブ（選択後） */
#index-tab-1:checked~.index-tab-buttons .index-tab-button[for=index-tab-1],
#index-tab-2:checked~.index-tab-buttons .index-tab-button[for=index-tab-2],
#index-tab-3:checked~.index-tab-buttons .index-tab-button[for=index-tab-3],
#index-tab-4:checked~.index-tab-buttons .index-tab-button[for=index-tab-4]{
	color: #727272;/*選択後の文字色*/
	background: #f7f7f7!important;/*選択後の背景色*/
	font-weight: 400;/*文字の太さ*/
}

/*
.list.ecb-entry-border .entry-card-wrap{
	border-color: #e0e0e0;
}

.entry-card-title {
	font-size: 18px;
	color: #727272;
}
.entry-card-snippet {
	font-size: 16px;
	color: #727272;
}

@media screen and (max-width: 480px) {
.entry-card-title {
	font-size: 10px
	color: #727272;
	}
}
*/

/*エントリーカードPC表示*/
.new-entry-card-title.widget-entry-card-title.card-title {
	font-size: 18px;
	color: #727272;
}
/*エントリーカードモバイル表示*/
@media screen and (max-width: 480px) {
.new-entry-card-title.widget-entry-card-title.card-title {
	font-size: 10px;
}
}

#navi {
border-top:solid 1px white; /*上ラインの太さと色*/
border-bottom:solid 1px white; /*下ラインの太さと色*/
border-right:solid 1px white;
border-left:solid 1px white;
}

/*h1の装飾*/
h1{
color: #727272;
text-align: center;
}

.article h2 {
  background: transparent;
  border-left: 0px solid #000;
  margin: 40px -29px 20px;
  padding: 25px 1px;
  font-size: 26px;
  position: relative;
  padding: 0.6em;
  background: #f5f5f5;
}

.article h3{/*h3見出し用コード*/
	position:relative;
	background-color:#fff;
	color:#808080;
	font-size:22px;
	border:none;
	border-top:0px solid #20664d;
	border-bottom:1px solid #808080;
	padding:15px 5px 5px 0;
	margin-top:80px
}

/*BOX01のデザイン*/
.box01 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #004d80;/*文字色*/
    background: #FFF;
    border: solid 3px #004d80;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box01 p {
    margin: 0; 
    padding: 0;
}

/*box3のデザイン*/
.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #696969;
    background: whitesmoke;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}

/*BOX26のデザイン*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #004d80;
    border-radius: 8px;
	font-weight: bold;
	color: #004d80;/*文字色*/
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #004d80;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

/*BOX29のデザイン*/
.box29 {
    margin: 2em 0;
    background: #f5f5f5;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #f5f5f5;
    padding: 4px;
    text-align: center;
    color: #696969;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

/*引用のデザイン*/
blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 80px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/*tableのデザイン*/
table {
  border-collapse: collapse;
}
table th, table td {
  border: solid 1px #f5f5f5;
}

/*アフィリエイト用のクリックボタンの装飾*/
.af_btn {
  margin-top: 0;
  margin-bottom: 0;
  margin: 20px;
  text-align: center;
}
.af_btn a {
  display: inline-block;
  max-width: 300px;
  border: 1px solid #0076ba;
  color: #FFF;
  background: #0076ba;
  text-decoration: none;
  font-weight: bold;
  padding: .8em 2.5em;
  border-radius: 4px;
  transition: .4s;
  margin: 15px 0;
}
.af_btn a:hover {
  background: none;
  color: #0076ba;
  opacity: 1 !important;
}


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

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

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

/*アプリ用のappreach*/
.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;
}

/* rinkerの横幅を調整 */
@media all and (min-width: 421px) {
div.yyi-rinker-contents div.yyi-rinker-info {
    width: 100%;
}
/* rinkerの商品画像の横幅を調整 */
div.yyi-rinker-image {
    width: 130px !important;
    min-width: 130px !important;
}
}

/* コメントを送信ボタンのカスタマイズ */
#submit {
  border: solid 2px # !important; /*枠線*/
  border-radius: 6px!important; /*角丸コーナー*/
  font-weight:bold!important; /*文字強調*/
  font-size: 18px!important; /*フォントサイズ*/
  color: #808080!important; /*フォントカラー*/
  background-color: #666666 !important; /*背景色*/
  letter-spacing: 4px!important; /*文字間隔*/
}
#submit:hover{
  color: #!important; /*フォントカラー*/
  background-color: #f0f8ff !important; /*背景色*/
  transition: all 0.8s ease!important; /*アニメーション*/
}

#main .button-caption {
	display: none; /*キャプション非表示*/
}


/*SNSシェアボタン*/
.sns-share-message{
	font-weight: bold; /*太字にする*/
	color: #875d5b; /*文字色を指定*/
}
.sns-share-buttons {
	flex-wrap: nowrap; /*折り返さない*/
	justify-content: center; /*中央揃え*/
}
.sns-share-buttons a {
	border-radius: 50%; /*アイコンを丸くする（カスタマイズを！）*/
	font-size: 20px; /*アイコンのサイズ（カスタマイズを！）*/
	margin: 0 5px; /*ボタン同士の間隔（カスタマイズを！）*/
}
#main .sns-share a {
	width: 40px; /*ボタンの横幅（カスタマイズを！）*/
	height: 40px; /*ボタンの高さ（カスタマイズを！）*/
}
/*SNSフォローボタン*/
.sns-follow-message{
	font-weight: bold; /*太字にする*/
	color: #875d5b; /*文字色を指定*/
}
.sns-follow-buttons {
	justify-content: center; /*中央揃え*/
}
.sns-follow-buttons a {
	border-radius: 50%; /*アイコンを丸くする（カスタマイズを！）*/
	font-size: 20px; /*アイコンのサイズ（カスタマイズを！）*/
	margin: 0 5px; /*ボタンの間隔（カスタマイズを！）*/
}
#main .sns-follow a {
	width: 40px; /*ボタンの横幅（カスタマイズを！）*/
	height: 40px; /*ボタンの高さ（（カスタマイズを！）*/
}

/*「次のページ」ボタンの非表示*/
.pagination-next-link {
  display: none;
}

/************************************
** ■日付のカスタマイズ
************************************/
.date-tags{
  line-height: 1.4; /*行間設定*/
  color: #666; /*文字色*/
  text-align: center;
  margin-top: 10px;
}
.post-date, .post-update{
  font-size: 12px; /*フォントサイズ*/
  padding-right: 0px; /*右余白*/
  display: inline; /*横並びで縦中央揃え*/
}

/*メインカラムの幅*/
.no-sidebar .wrap {
	max-width: 1000px;
}
/*Youtubeビデオのセンター揃え*/
.video-container {
margin: 0px auto;
}