@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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

/*
.AmaQuick-Box{
                    background-color: whitesmoke;
                    padding:2vh;
                    margin:1vh auto 3vh auto;
                    border-radius:3vw;
                    position:relative;
                    min-height:25vh;
                    }
        .AmaQuick-Image{
                        float:left;
                        margin:3.8vmax 2.5vw 1vh 0.8vw;
                        text-align:center;
                        width:20vw;
                        background:#fff;
                        }
        .AmaQuick-Image a{display:block;}
        .AmaQuick-Image img{
                            width:auto;
                            max-width:20.5vmin;
                            height:auto;
                            max-height:18vmax;
                            }
        .AmaQuick-Name{
                        font-weight:bold;
                        word-break:break-all;
                        }
        .AmaQuick-Name a{
                        text-decoration:none;
                        color:#333;
                        display:-webkit-box;
                        -webkit-box-orient:vertical;
                        -webkit-line-clamp:2;
                        overflow:hidden;
                        }
        .AmaQuick-Name p{display:none;}
        .AmaQuick-Powered-Date{
                            font-size:85%;
                            margin:2.5vh 0;
                            color:#808080;
                            }
        .AmaQuick-Price{
                        color:#e04848;
                        font-weight:bold;
                        font-size:125%;
                        }
		*/*/
        /*.AmaQuick-Info{}*/
        /*.AmaQuick-Sub-Info{clear:both;padding:2px 0 0 0;}*/

		
        /*.AmaQuick-Detail{
                        font-size:85%;
                        font-weight:normal;
                        margin-top:0.5rem;
                        }
		.AmaQuick-Link{
                        justify-content:space-around;
                        flex-wrap:wrap;
						white-space: nowrap;
                        margin-left:20vw;
		*/
                        /*margin-right:auto;*/
						/*padding:0.9vmax 1.25vmin;*/
		/*
						max-height:1.8em;
						font-size:0.8em;
			            font-weight:bold;
                        }
        .AmaQuick-Link a{
                        display:inline-block;
                        text-align:center;
                        background:#ff9900;
                        color:#fff;
                        text-decoration:none;
						margin:1.6vh 1.6vw;
                        width:9em;
                        border-bottom: solid 4px #dd8705;
                        border-radius:0.5vmax;
                        }
		*/
		*//*
        .AmaQuick-Link a.rakutenLink{
                                    display:inline-block;
                                    text-align:center;
                                    background:#bf0000;
                                    color:#fff;
                                    text-decoration:none;
                                    border-bottom: solid 4px #9b0707;
                                    border-radius:0.5vmax;
									width:7em;
                                    }
        .AmaQuick-Link a.yahooLink{
								all: initial;
                                display:inline-block;
                                text-align:center;
								text-decoration:none;
                                background:#FF0027;
                                color:#fff;
                                width: 11.5em;
								margin:1.6vh 1.6vw;
								border: 1.2vh 1vw;
                                border-bottom: solid 4px #d10120;
                                border-radius:0.5vmax;
                                }
		.AmaQuick-Link a.OfficialLink{
                                display:inline-block;
                                text-align:center;;
                                color:#fff;
                                text-decoration:none;
								border: 1.2vh 1vw !important;
                                border-bottom: solid 4px #d10120;/*色決める*/
          /*                      border-radius:0.5vmax;
                                width: 11.5em;
                                }*/
        /*.Button-square-shadow-Amazon{
                            display: inline-block;
                            padding: 0.5em 1em;
                            text-decoration: none;
                            background: #ff9900; /*ボタン色
                            color:#FFF;
                            border-bottom: solid 4px #beb209;
                            border-radius: 3px;
                            }
        */
        /*.AmaQuick-Link a:active {*/
                                    /*ボタンを押したとき*/
        /*                            -webkit-transform: translateY(4px);
                                    transform: translateY(4px);/*下に動く*/
       /*                             box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
       /*                             border-bottom: none;
                                }/*



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

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

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

