
/*　マウスを乗せると画像が動く
───────────────────────── */
div.img-move a:hover {
 position: relative;
 top: 3px;
 left: 3px;
}


/*　マウスを乗せると画像が大きくなる
───────────────────────── */
div.img-big a:hover {
transform: scale(1.3,1.3);
}



/*　スクロールバー付BOX
───────────────────────── */
.logbox500300
      {
         border: solid 1px #808080;
         width: 500px;
         height: 300px;
         padding: 0.5em;
         overflow: auto;
	margin:auto;
	text-align: left;
      }


/*●四角の枠*/

.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;
}

div.back_memo{
    padding:15px;
    background: url("http://affili.motominet.com/wp-content/uploads/headback_letter22.jpg") left top no-repeat;
}


/*------------------------------------------------------------
BOX
-------------------------------------------------------------*/
.nmlbox,.dottbox,.ylwbox,.graybg{
	padding:15px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
}

 .graybg{
	background-color:#EBEBEB;
}

.dottbox{
	border:dotted 1px #666;
}
.nmlbox {
	border: 2px solid #CCCCCC;
}
.ylwbox {
	background-color: #FFFFD2;
	border: 2px solid #CC0000;
}

div.summary{
	padding:15px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear:both;
	font-size: 12px;
	background-color:#EBEBEB;
}

div.left img {
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

.kakomu03{
	padding: 1em;
    border:solid 1px #cccccc;
	background-color: #eeeeee;
	font-size: 12px;
}


#main-contents ul.waku_dot{
	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;
}





/*　スクロールバー付BOX
───────────────────────── */
.logbox
      {
         border: solid 1px #808080;
         width: 450px;
         height: 250px;
         padding: 0.5em;
         overflow: auto;
	margin:auto;
	text-align: left;
      }


/*　本店ロゴ
───────────────────────── */
.logo01{
	position: relative;
}

.logo01 p{
	position: absolute;
	color: white;
	font-size: 1.5em;
	font-family :'Meiryo', Quicksand, sans-serif;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
 	 transform: translate(-50%,-50%);
 	 margin:0;
  	padding:0;
}

.logo01 img{
	width: 100%;
}


/*　チェックリスト
───────────────────────── */

#main-contents ul.checklist02 li{
	margin-bottom: 0.3em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(https://makeyouhappy.info/wp-content/uploads/2018/03/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(http://affili.motominet.com/wp-content/uploads/h6.jpg) left top no-repeat;
	list-style-type: none;
}

#main-contents ul.checklist00 li{
	margin-bottom: 0.3em;
	padding-top: 5px;
	padding-left: 24px;
	background: url() left top no-repeat;

	list-style-type: none;
}


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

/*　ページの余白の設定
───────────────────────── */

.about_rara_blog{
	margin-left:60px!important;
	margin-right:60px!important;
	padding-left:20px!important;
	padding-right:20px!important;
	background-color:#fff9ff;

}
