@import url(base.css);

.pc {
	display: none !important; }

/* 全体表示フレーム */
.summary_frame {
	margin: 30px 0 auto 0;
	display: block;
	text-align: center;
	font-size: 70%;
}

.title_logo {
	width: 80%;
}

/* 閉じるボタン用 */
.c_button {
    width: 90%;
	margin: auto auto auto 30px;
	padding: 1px 10px 1px 10px;
    border: 1px solid #0000bb;
    border-radius: 5px;
    text-align: center;
}
/* マウスオーバー時のカラー */
.c_button:hover {
    background-color: #0000bb;
}
/* リンク領域のスタイル */
.c_button-a {
    padding: 1px 0;
    text-align: center;
	text-decoration: none;
}


/* ページタイトル */
.page_title {
	font-size: 130%;
	font-weight: bolder;
	font-size: 0.8rem;
	margin-bottom: 0.1rem;
}
.navbar .title_logo {
    width: 150px !important;
}
.logout_botton {
	text-align: right;
}
.logout_botton a{
	font-size: 0.8em;
}
.summary_filter {
	font-size: 0.7rem !important;
}
.block_name {
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 120%;
	font-weight: bolder;
}
.graph_btn {
	padding: 0.5em;
	font-size: 8px;
}



