/* 基本タグ設定 */
.entry-contents iframe {
    max-width: 100%;
    width: 512px;
    height: 288px;
}

/* 共通 */
.bg-pink, .btn-pink {
    background-color: #f2495c !important;
}

.bg-lightpink, .btn-lightpink {
    background-color: #ffb6e1 !important;
}

.bg-lightgreen, .btn-lightgreen {
    background-color: #9ced9c !important;
}

.lead {
    font-size: 1.1rem;
}

.categoryImage {
    height: 25px;
}

.ac-button {
    cursor: pointer;
}

.balloon {
	position: relative;
	display: inline-block;
	padding: 7px 10px;
	width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #555;
	box-sizing: border-box;
}

.balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}

.balloon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #555;
	z-index: 1;
}

.balloon p {
	margin: 0;
	padding: 0;
}

.random:hover, .random:active {
    text-decoration: underline;
}

/* トップページ */
.entry button {
    width: 64px;
}

.entry-category img {
    width: 384px;
    height: 216px;
}

/* 広告 */
.ad-left {
    text-align: left;
}

.height-250 {
    height: 250px;
}

.height-300 {
    height: 300px;
}

.height-500 {
    height: 500px;
}

.height-700 {
    height: 700px;
}