/*
Theme Name: 小町ネット様用テーマ
Theme URI: none
Description:小町ネット　共通パーツ：ページフッター
Version: 3.0
Author: 株式会社ルシアス
Author URI:
*/

@charset "utf-8";


/* ==================================================================== */
/* footer
/* ==================================================================== */
#footer_tosearch{
	margin-bottom: 50px;
	text-align: center;
}
#footer_tosearch .link_search{
	font-size: 75%;
	padding: 0.25em 2.5em;
	width: 17.75em;
}
footer{
	background-color: #C42B25;
	color: #FFFFFF;
	font-size: 75%;
	padding: 10px;
	text-align: center;
}
footer a{
	color: #FFFFFF;
}
#copyright strong{
	font-size: 120%;
}
@media screen and (min-width:320px){
	#footer_tosearch .link_search{
		font-size: inherit;
	}
}
@media screen and (min-width:768px){
	#footer_tosearch{
		margin-bottom: 6.25em;
	}
}

