@charset "UTF-8";

/*子テーマ用「base.css」*/

.keni-header_wrap{
	background-color: #fff; /*ヘッダーの背景色*/
}
.keni-gnav_wrap{
	background-color: #CB6586; /*グローバルメニューの背景色*/
}
.keni-gnav_cont{
	margin: 0;
	background: #CB6586;
}

.keni-gnav_inner li a{
	color: #fff;
	border-bottom: 3px solid #CB6586;
}

/*　マウスを乗せると画像が動く
───────────────────────── */
div.img-move a:hover {
 position: relative;
 top: 3px;
 left: 3px;
}
/*　マウスを乗せると画像が大きくなる
───────────────────────── */
div.img-big a:hover {
transform: scale(1.3,1.3);
}
/*●四角の枠*/

.waku_pink{
    padding:15px;
    border:solid 2px #DB7093;
    border-radius:10px;
    background-color:#FFE4E1;
    margin-top:20px;
    margin-bottom:20px;
}

.waku_yel{
    padding:15px;
    border:solid 2px #FFBD59;
    border-radius:10px;
    background-color:#FFFFED;
    margin-top:20px;
    margin-bottom:20px;
}
.waku_dott{
	margin: 0 0 1.5em;
	padding: 0.2em 1em;
	padding-bottom: 0;
	border: 1px dotted #414141;
}

.waku_dot_cute{
	padding: 1em;
    	border:dotted 6px #491B0B;
	font-size: 14px;
}

.waku_dot_cute_pink{
	padding: 1em;
    	border:dotted 6px #db7093;
	font-size: 14px;
}

.waku_dot_cute_yel{
	padding: 1em;
    	border:dotted 6px #ffd700;
	font-size: 14px;
}
#main-contents ul.checklist02 li{
	margin-bottom: 0.3em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(https://rara3939.com/gazou/a_check02_red30x30.png) left top no-repeat;
	list-style-type: none;
}

#main-contents ul.checklist03 li{
	margin-bottom: 0.3em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(https://affili.motominet.com/wp-content/uploads/h6.jpg) left top no-repeat;
	list-style-type: none;
}

/*　記事内のアイキャッチのサイズを統一
───────────────────────── */
.article-visual img {
width: 500px;
height: auto;
}












