/* アイキャッチのカテゴリ背景 */

.eyecatch__cat{
background-color:#F7818190;
}

.key__cat{
background-color:#F7818190;
}

/* 広告横並び */


ul.lcp_catlist li {
list-style:none;
border-bottom: 1px solid #CCCCCC;
padding-top: 10px;
padding-bottom: 155px;
}

ul.lcp_catlist li img {
 float: left;
 margin-right: 10px;
}

ins[style] {
	background-color:transparent;
}


.ad-double ul {
 padding: 0;
 margin: 0;
list-style-type: none;
font-size: 0;
}


.ad-double li{
padding: 0;
 margin: 0;
list-style-type: none;
display: inline-block;
}



/* 仕切り線 */


hr.style-ad {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}


/* ボタン */


.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff7c5c;/*左線*/
    color: #ff7c5c;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}



.title_square_btn{
    position: relative;
    display: inline-block;
    font-weight: bold;
	  width:90%;
	  text-align: center;
    padding: 0.5em 0em;
    text-decoration: none;
    border-left: solid 4px #ff7c5c;
    border-right: solid 4px #ff7c5c;
    color: #ff7c5c;
    background: #f7f7f7;
    transition: .4s;
}

.title_square_btn:hover {
    background: #ff7c5c;
    color: #FFF;
}





/* 吹き出し上 */


.balloon2-top {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
 	border: solid 3px #555;
 	box-sizing: border-box;
}

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

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

.balloon2-top p {
	margin: 0;
	padding: 0;
}

