@charset "UTF-8";

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

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

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

/*続きはこちらを挿入*/
.content-top hr {
	margin: 20px 0; 
}

.content-top hr {
	margin-bottom: 15px;
}
.text-pc hr {
	margin-top: 15px;
	margin-bottom: 25px;
}
.entry-content  a {
	text-decoration: none;
}

.entry-content {
	color: #f00;
}
.entry-content p img {
	margin-bottom: 15px;
}

/*480px以下*/
#slide {
    position: fixed;
    width: 200px;
    height: 30px;
    bottom: 0;
    right: 0;
    color: #666;
    background: #fff;
    border-left: solid 1px #999;
    border-top: solid 1px #999;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
}
#slide-in {
    padding: 5px 10px;
}
#slide a {
    text-decoration: none;
    cursor: pointer;
}
#slide h3 {
    margin-bottom: 10px;
}
#slide #open-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(http://www.photobbs.net/peeping/lib/thumb/close-btn.gif);
}

/*続きはこちらを挿入*/
.internal-blogcard:after,.external-blogcard:after {
	font-family: "FontAwesome";
	content: "… この映像を見に行く \f14d";
	font-weight: 100;
	font-size: .9em;
	color: #f4f4f4;
	padding: .5em;
	border-radius: 4px;
	width: 35%;
	background-color: #ff6699;
	margin-left: auto;
	text-align: center;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#float-button {
    position: fixed;
    bottom: 0;
    left 0;
}
