@CHARSET "UTF-8";

body {
	font-family: 'メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*
 共通ページリンク
*/

.previous_page_btn {
	text-align: left;
}

.next_page_btn {
	text-align: right;
}

.page_link_list {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
	プレイ履歴
*/

#playdata_view_show_history_title {
	font-size: 18px;
}

#playdata_view_show_history_body {
	margin: 5px 5px;
}

#playdata_view_show_history_line {
	border-bottom:1px dotted;
	margin-bottom: 5px;
}

/*
	戦歴(通算・月間・デイリー共通)
*/

#playdata_view_show_record {
	margin-left: 5px;
	margin-right: 5px;
}

#playdata_view_show_record_calendar {
	display: none;
}

/*
	エラーページ
*/
#error_view {
	margin: 10px;
}


