@charset "utf-8";

/***** common *****/

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{ margin: 0; padding: 0; }
body, input, textarea, select {
	font-size: 100%; font-family: Arial, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif
}
ul{ list-style: none; }
.inline-block{ letter-spacing: -0.4em; }
.inline-block li{ display: inline-block; *display: inline; *zoom: 1; letter-spacing: normal; }
input[type="text"], label{ font-size:14px !important; }

.strong_black{
	color: #333;
	font-size: 17px;
	font-weight: bold;
}

.strong_blue{
	color: #44c;
	font-size: 17px;
	font-weight: bold;
}

.strong_orange{
	color: #c64;
	font-size: 17px;
	font-weight: bold;
}

.strong_red{
	color: red;
	font-size: 17px;
	font-weight: bold;
}

.color_brown{
	color: #B44;
	font-weight: bold;
}

.small_orange{
	color: #c64;
	font-size: 13px;
	font-weight: normal;
}

.my_btn_mini {
	padding: 3px;
	font-size: 12px;
}
.my_btn {
}
.my_btn_green {
	background-color: #CDD8C5 !important;
}
.my_btn_orange {
	background-color: #FFE4BE !important;
    color: #333 !important;
}

.icon_edit {
	background-color: cadetblue;
	border-radius: 5px;
	margin-top: 5px;
}
.icon_del {
	background-color: firebrick;
	border-radius: 5px;
	margin-top: 5px;
}

a.ui-btn, .ui-select {
	max-width: 400px;
	margin: auto;
}
/*
a.ui-btn, button.ui-btn {
	background-color: #A1C5A9 !important;
}
*/
.mxw400 {
	max-width: 400px;
	margin: auto;
}

.ui-datepicker {
	z-index: 1000 !important;
}

.error_input {
	border-color: red !important;
}

#error_msg {
	color: red;
	font-size: 12px;
	max-width: 450px;
	margin: auto;
	text-align: center;
	display: none;
}
.suc_msg {
	color: #666;
	font-size: 12px;
	max-width: 450px;
	margin: auto;
	padding: 0 10px 20px;
	text-align: center;
}
.err_msg {
	color: red;
	font-size: 12px;
	max-width: 450px;
	margin: auto;
	padding: 0 10px 20px;
	text-align: center;
}

.inform {
	display: block;
	margin: 10px auto 5px;
	padding: 5px 6px;
	background-color: white;
	border: 2px solid skyblue;
	border-radius: 10px;
	max-width: 380px;
	text-decoration: none;
	font-size: 14px;
}
/*
.inform:before {
	content: "×";
    background-color: orange;
    border-radius: 50%;
    padding: 0 5px;
    color: white;
    margin-right: 2px;
    font-size: 20px;
}
.inform_after:before {
    background-color: red;
}
*/
.inform a {
	text-decoration: none;
	vertical-align: middle;
}
.inform a img {
	vertical-align: top;
}
/*
.inform_del {
    background-color: orange;
    border-radius: 50%;
    padding: 0 5px;
    color: white !important;
    margin-right: 2px;
    font-size: 20px;
}
.inform_after .inform_del {
	background-color: red;
}
*/

/***** jquerymobile修正 *****/
.ui-panel-inner {
	padding: 0;
}

.ui-collapsible-inset, .ui-collapsible-set,
.ui-content .ui-listview,
.ui-panel-inner>.ui-listview,
.ui-collapsible-set .ui-collapsible {
	margin: 0;
}

body .ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
	background-color: #EFF !important;
}

/***** アイコン用 *****/
.ui-icon-myarrowd {
	width: 56px !important;
	height: 56px !important;
	background-color: transparent !important;
	margin: auto; /*中央寄せ*/
}
.ui-icon-myarrowd:after {
	background-image: url("images/appbar.arrow.down.png");
	background-color: transparent;
	width: 56px;
	height: 56px;
	top: 10px;
	left: 10px;
}
.ui-icon-myhome {
	width: 36px !important;
	height: 36px !important;
}
.ui-icon-myhome:after {
	background-image: url("images/appbar.home_white.png");
	background-size: contain;
	width: 56px;
	height: 56px;
	top: 10px;
	left: 10px;
}


/***** main *****/

#tbl_top {
	width:300px;
	margin:auto;
}
#tbl_top tr th {
	text-align:center;
}

.tbl0, .tbl1 {
	margin: 10px auto;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0 1px 1px #ccc;
	min-width: 400px;
}
.tbl0 tr, .tbl1 tr {
	background-color: #f2f2f2;
}
.tbl1 tr:hover {
    background: none repeat scroll 0 0 #fbf8e9;
    transition: all 0.1s ease-in-out 0s;
}
.tbl0 th:first-child, .tbl1 th:first-child {
    border-radius: 6px 0 0;
    border-left: medium none;
}
.tbl0 td:first-child, .tbl1 td:first-child {
    border-left: medium none;
}
.tbl0 th, .tbl1 th {
    background-color: #A5CBD6;
    background-image: -moz-linear-gradient(center top , #ebf3fc, #dce9f9);
    border-top: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.tbl0 td, .tbl0 th,
.tbl1 td, .tbl1 th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.tbl0 th:last-child,
.tbl1 th:last-child {
    border-radius: 0 6px 0 0;
}

.tbl_min {
	min-width: 250px;
	max-width: 300px;
}
.tbl_detail, .tbl_detail_index, .tbl_detail_month, .tbl_detail_credit {
	font-size: 80%;
	width: 100%;
	max-width: 600px;
}
.tbl_detail_index tr th a, .tbl_detail_month tr th a {
	text-decoration: none;
}

.tbl2 {
	margin: 5px auto 20px;
	width: 80%;
}
.tbl2 tr th {
	color: #039;
	border-bottom: 2px solid #6678b1;
	padding: 5px 8px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.tbl2 tr td {
	color: #669;
    padding: 7px 10px;
    font-size: 12px;
}

#popup {
	min-width: 270px;
	max-width: 500px;
	margin: auto;
	padding: 15px;
}
#graph, #graph_month {
	margin: 0 auto;
}

.side_menu h3 a, .side_menu_2 li a {
	background-color: #EEF5EE !important;
	font-size: 16px;
    padding: 10px 15px;
}
.side_menu .ui-collapsible-content {
	padding: 0.5em 1em 0.5em 2em;
}

#panel h2 {
	padding: 8px;
	font-size: 16px;
	text-align: center;
	background-color: #4F7365;
	color: white;
	font-weight: normal;
}

.credit_mark {
	background-color: orange;
	color: white;
	margin-left: 5px;
	padding: 2px 5px;
	border-radius: 5px;
}

.my_accord thead tr th {
	cursor: pointer;
}
.my_accord tbody {
	display:none;
}
.my_accord tr td {
	font-size: 14px;
	padding: 5px;
}

#tbl_bank h3, #tbl_bank_move h3, #tbl_category h3,
.tbl1 h3 {
	padding: 6px 0;
}

#tbl_bank_all td {
	color:brown;
	font-weight:bold;
	font-size:16px;
	padding: 10px 0;
}

@media(max-width:540px){
	.tbl0, .tbl1 {
		min-width: 310px;
	}
	.tbl1 td, .tbl1 th {
		font-size: 13px;
		padding: 10px 5px;
	}
	.ui-content {
		padding: 5px;
	}
}

