@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	123.1%
	17px 	131%
	18px 	138.5%
	19px 	146.5%
	20px 	153.9%
	21px 	161.6%
	22px 	167%
	23px 	174%
	24px 	182%
	25px 	189%
	26px 	197%
	28px 	215.4%
	40px	307.7%
*/

/* ====== top設定 ====== */

/* ====== 更新履歴の部分 ====== */
.ticker {
//	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	clear: both;
	min-height: 50px;
}

.ticker ul {
	width: 100%;
	position: relative;
	font-size:88%;
}

.ticker ul li {
	width: 100%;
	display: none;
}

#site_log li{
	margin-left: 1em;
}

#folder_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
}

#folder_list li{
	flex: 0 0 auto;
	width: 100px;
	margin: 12px;
	text-align: center;
}

#folder_list a{
	color: #fff;
}

.folder_icon{
	display: block;
	margin: 0 auto 5px;
	padding: 20px;
	border: 1px solid #555;
}

#folder_list a:hover .folder_icon{
	box-shadow: 0 0 3px #f0f8ff;
}

.folder_name{
	line-height: 100%;
}

/*	list-style: square;*/