@charset "utf-8";

/*
************************************************************************
* フッター
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
#footer
{
}
#footer-contents
{

}
#footer .name
{
	font-size:1.2em;
	font-weight:bold;
}
#footer .address
{
	margin-top:0.5em;
	font-size:0.8em;
}
#footer .contact
{
	font-size:0.8em;
}
#footer .copyright
{
	font-size:0.8em;
}

/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1100px) {


}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
}
