@CHARSET "UTF-8";

/* CSS Document */

/*フッダーー部分*/

#footer{
    width:100%;
    background-color:#009788;
    clear:both;
}
#footer_container{
	max-width:920px;
	margin:0 auto;
}
#rogo_footer{
   margin:5px 0 5px 10px;
}
#footer_menu {
	display:block;
	display: table;
	table-layout: fixed;
	text-align:left;
}
#footer_menu ul{
}
#footer_menu li {
	display: table-cell;
	color:#FFFFFF;
	font-size:17px;
	text-decoration:none;
	padding-right:30px;
	padding-left:10px;
}
#footer_menu li a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer_menu li a:hover{
	color:red;
}


#footer_sign{
	display:block;
	display: table;
	table-layout: fixed;
	text-align:left;
}
#footer_btn_sign {
	color:#ffffff;
    display:block;
	border-radius: 15px;        /* CSS3草案 */
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 15px;   /* Firefox用 */
	border:solid 1px #ffffff;
	padding:2px;
	width:80px;
	text-align:center;
}
#footer_btn_sign a{
	color:#ffffff;
}
#footer_sign ul{
}
#footer_sign li {
	display: table-cell;
	padding-right:88px;
	text-decoration:none;
}
#copy{
	color:#FFFFFF;
	font-size:18px;
	padding-left:10px;
	padding-bottom:20px;
	margin-top:10px;
}

#footer_btn_sign_smart a{
    display:none;

}
/*ボタントップ部分*/
#to_top{
	max-width:880px;
	margin: 0 auto;

}
#btn_top a{
	float:right;
	text-decoration:none;
	font-size:14px;
	border-radius: 50px;        /* CSS3草案 */
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 50px;   /* Firefox用 */
	border:solid 1px #2196f3;
	padding:3px;
	margin-bottom:10px;
	color:#2196f3;
}
#btn_top a:hover{
	color:red;
}