

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	/* 明朝 */
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	/* ゴシック */
	font-family:  Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;;

}

.img-logo{
	margin-right:10px;
	max-width:100%;
	max-height:100%;
}
.excess{
	color:red;
}


.list-group-item .glyphicon-chevron-right{
    transform: rotate(0deg);
}
.list-group-item.collapsed .glyphicon-chevron-right{
    transform: rotate(90deg);
}
.list-group .collapse{
	padding-left:10px;
	background:#fff0ff;
}
.list-group .collapse{
	padding-left:10px;
	background:#fff0ff;
}

.project-member table{
    width:100%;
}

.form-control[type=time]{
    display:inline-block;
    width:100px;
}
