@charset "UTF-8";
/****************************
管理画面の装飾用css
*****************************/

body{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-color:#EEE;
}


img {
  max-width: 100%; }

a img:hover {
  filter: alpha(opacity=0.8);
  opacity: 0.8; }

i {
  font-family: FontAwesome; }



.txt-main{
	
}

.mb10{
	margin-bottom: 10px;
	}