@charset "utf-8";
/* CSS Document */

#slidecopy {
    display: block;
    width: 600px;
	background: #f5deb3;/*--#FC9--*/
	color: #000;
    opacity: 0.8;
    padding: px;
    position: absolute;
    bottom: 50px;
	right: 30px;
}

#slidecopy {
	position: absolute;
	bottom: 0;
 /*--位置の訂正 	right: 0;--*/
}

#bosyu {
	text-align: center;
}

#slidecopy .otoiawase {
	font-size: .8rem;
}

/*--スライドショーの電話番号--*/
#slidecopy {
	bottom: 0;
	left: 0;
	font-size: 1.0rem;
}

#slidecopy a {
	text-decoration: underline;
	color: #09F;
}

#slidecopy a:hover {
	text-decoration: underline;
	color: #ff6347;
}




/*------------------------------------------------------
 SMP ~
------------------------------------------------------*/
@media screen and (max-width:480px) {
 
    /* スマホ端末から効くスタイル */
#slidecopy {
	position: absolute;
	bottom: 0;
	right: 0;
	height: auto;
	width: 100%;
}

}



/*------------------------------------------------------
 Tablet ~
------------------------------------------------------*/
@media screen and (min-width:768px) {
 
    /* タブレット端末から効くスタイル 
.slidecopy {
	position: absolute;
	bottom: 0px;
	right: px;
	width: 100%;
}
*/ 
 
/*------------------------------------------------------
 PC
------------------------------------------------------*/
@media screen and (min-width:920px) {
 
    /* PCから効くスタイル */
 
}