﻿@charset "utf-8";
/* CSS Document */

.icon{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
	color: #FFF;/*文字色*/
  	font-size: 0.8em;/*文字サイズ*/
  	line-height: 18px;
	width: 65px;
	font-weight: bold;
  	text-decoration: none;
	text-align: justify;/*均等配置*/
	text-align-last: justify;/*均等配置*/
  	/*letter-spacing: 0.05em;*//*字間*/
  	padding: 0.2em 0.7em;/*ボタン内の余白*/
	margin: -3px 1.5em 0 1.5em;
  	border-radius: 3px;/*角の丸み*/
	vertical-align: middle;
/*	cursor: pointer;	*/
/*  	transition: .3s ease-out;/*変化を緩やかに*/*/
}
.news{/*ページ更新*/
	background-color: #990000;/*背景色*/
}
.club{/*部活*/
	background-color: #f3981d;/*背景色*/
}
.commi{/*委員会*/
	background-color: #841a75;/*背景色*/
}
.event{/*行事*/
	background-color: #37a34a;/*背景色*/
}
.info{/*お知らせ・緊急*/
	background-color: #C36;/*背景色*/
}
.class{/*授業・教科*/
	background-color: #6495ed;/*背景色*/
}
.other{/*その他*/
	background-color: #719bad;/*背景色*/
}