@charset "utf-8";

/*----------------------------------------------
	txt
---------------------------------------------*/

/*----------------------------------------------
	lnk
---------------------------------------------*/

/*----------------------------------------------
	img
---------------------------------------------*/

/*----------------------------------------------
	ttl
---------------------------------------------*/
.ttl_type02 {
	font-size: 1.6rem;
	border-top: 2px solid #ffebd1;
	padding: 5px 0 0 5px;
}
@media screen and (min-width:960px) {
	.ttl_type02 {
		font-size: 2.4rem;
		border-width: 4px;
		padding: 10px 10px 5px;
	}
}

/*----------------------------------------------
	lst
---------------------------------------------*/

/*----------------------------------------------
	box
---------------------------------------------*/
.padding_box {
	padding: 15px;
}
@media screen and (min-width:960px) {
	.padding_box {
		padding: 30px;
	}
}

/*----------------------------------------------
	tbl
---------------------------------------------*/

/*----------------------------------------------
	btn
---------------------------------------------*/
.btn {
	display: inline-block;
	background-color: #3a3127;
	color: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 10px 10px 8px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.btn:hover {
	opacity: .7;
}
.month_delete_btn {
	text-align: center;
}
.is_icon_btn span {
	display: inline-block;
}
.is_sm_btn {
	padding: 2px 10px 6px;
}
.is_md_btn {
	padding: 5px;
}
.is_lg_btn {
	padding: 15px 5px;
}
.is_sm_btn span {
	padding-left: 16px;
	font-size: 1rem;
}
.is_md_btn span,
.is_md_btn input {
	padding-left: 16px;
	font-size: 1.2rem;
}
.is_lg_btn span {
	padding-left: 18px;
	font-size: 1.4rem;
}
.is_delete_btn {
	background-color: #cd5037;
	margin: auto;
}
.is_save_btn {
	background-color: #3886c8;
	width: 100%;
}
.is_start_btn,
.is_graph_btn {
	background-color: #379f5d;
	width: 100%;
}
.is_back_btn {
	background-color: #cd5037;
	width: 100%;
	padding: 5px;
}
.is_all_btn.is_active,
.is_comparison_btn.is_active {
	background-color: #3a3127;
	color: #fff;
}
.is_start_btn span {
	background: url(../img/icon_check.png) 0 .2em no-repeat;
	background-size: 18px auto;
	padding-left: 22px;
	font-size: 1.8rem;
}
.is_delete_btn span {
	background: url(../img/icon_delete.png) 0 .1em no-repeat;
	background-size: 12px auto;
}
.is_save_btn span {
	background: url(../img/icon_save.png) 0 .2em no-repeat;
	background-size: 14px auto;
}
.is_graph_btn span {
	background: url(../img/icon_graph.png) 0 .2em no-repeat;
	background-size: 14px auto;
}
.is_back_btn span {
	background: url(../img/icon_back.png) 0 .15em no-repeat;
	background-size: 16px auto;
	padding-left: 22px;
	font-size: 1.4rem;
}
.is_all_btn span {
	background: url(../img/icon_arrow.png) 0 .2em no-repeat;
	background-size: 12px auto;
}
.is_all_btn.is_active span {
	background: url(../img/icon_arrow_active.png) 0 .2em no-repeat;
	background-size: 12px auto;
}
.is_comparison_btn span {
	background: url(../img/icon_comparison.png) 0 .2em no-repeat;
	background-size: 12px auto;
}
.is_comparison_btn.is_active span {
	background: url(../img/icon_comparison_active.png) 0 .2em no-repeat;
	background-size: 12px auto;
}
.btn_box {
	margin-top: 20px;
}
.confirm_btn {
	margin-bottom: 5px;
}
.confirm_btn > p {
	width: 48%;
}
.confirm_btn > p:nth-child(odd) {
	float: left;
}
.confirm_btn > p:nth-child(even) {
	float: right;
}
.confirm_box {
	margin-bottom: 20px;
}
@media screen and (min-width:960px) {
	.btn {
		display: inline-block;
		padding: 15px 20px 13px;
	}
	.month_delete_btn {
		text-align: right;
		clear: both;
	}
	.is_sm_btn {
		padding: 5px 20px 8px;
	}
	.is_md_btn {
		padding: 8px 10px;
	}
	.is_sm_btn span {
		font-size: 1.4rem;
		padding-left: 20px;
	}
	.is_md_btn span,
	.is_md_btn input {
		padding-left: 22px;
		font-size: 1.8rem;
	}
	.is_lg_btn span {
		font-size: 2.4rem;
		padding-left: 30px
	}
	.is_start_btn span {
		background: url(../img/icon_check.png) 0 .2em no-repeat;
		background-size: 24px auto;
	}
	.is_delete_btn span {
		background: url(../img/icon_delete.png) 0 .2em no-repeat;
		background-size: 16px auto;
	}
	.is_save_btn {
		min-width: 180px;
	}
	.is_save_btn span {
		background: url(../img/icon_save.png) 0 .2em no-repeat;
		background-size: 24px auto;
	}
	.is_graph_btn span {
		background: url(../img/icon_graph.png) 0 .2em no-repeat;
		background-size: 24px auto;
	}
	.is_back_btn span {
		background: url(../img/icon_back.png) 0 .2em no-repeat;
		background-size: 16px auto
	}
	.is_all_btn span,
	.is_all_btn.is_active span {
		background-size: 18px auto;
	}
	.is_comparison_btn span,
	.is_comparison_btn.is_active span {
		background-size: 18px auto;
	}
	.confirm_box {
		float: left;
	}
	.confirm_btn > p {
		width: auto;
	}
	.confirm_btn > p:first-child {
		margin-right: 20px;
	}
	.confirm_btn a {
		width: 300px;
	}
	.all_delete_btn {
		float: right;
	}
}

/*----------------------------------------------
	input
---------------------------------------------*/
.input_txt {
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #3a3127;
}
/*----------------------------------------------
	tab
---------------------------------------------*/
.tabContainer {
	width: 80%;
	margin: 0 auto -1px;
	overflow-x: auto;
	transition: all .2s ease;
}
.tab {
	display: table;
	margin-top: 20px;
}
.tab__button {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	min-width: 100px;
	position: relative;
}
.tab__button:last-child {
	min-width: 95px;
}
.tab__button:not(:last-child) {
	border-right: 5px solid #ffebd1;
}
.tab__button:first-child:before,
.tab__button:last-child:before {
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	position: absolute;
	top: -17px;
	right: 0;
	left: 0;
	margin: auto;
}
.tab__button:first-child:before {
	content: '開始月';
}
.tab__button:last-child:before {
	content: '終了月';
}
.tab__button a{
	display: block;
	text-decoration: none;
	color: #3a3127;
	font-size: 1rem;
	font-weight: bold;
	background-color: #d0b881;
	border: 1px solid #3a3127;
	border-radius: 2px 2px 0 0;
	padding: 10px 0;
}
.tab__button.is_edit a {
	background-color: #3a3127;
	color: #fff;
}
.tab__button.active a {
	background-color: #fff;
	color: #3a3127 !important;
}
.tab__button.active:after {
	display: block;
	content: '';
	width: 93px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}
.tab_month {
	font-size: 1.4rem;
	font-weight: bold;
}
.bx-wrapper,
.bg_notebook {
	position: relative;
	background: url(../img/bg_notebook.gif) 0 0 repeat;
	border: 1px solid #3a3127;
	border-radius: 2px;
	box-sizing: border-box;
}
.bx-wrapper:after,
.bg_notebook:after {
	display: block;
	content: '';
	width: 20px;
	height: 100%;
	background: url(../img/bg_ring.png) center center repeat-y;
	background-size: 10px 15px;
	position: absolute;
	top: 0;
	right: -8px;
	bottom: 0;
	margin: auto;
	z-index: 99;
}
.bx-controls-direction > a {
	display: block;
	position: absolute;
	top: -33px;
	font-size: 0;
	text-decoration: none;
	width: 20px;
	height: 20px;
	background-color: #379f5d;
	border-radius: 50px;
}
.bx-controls-direction > .bx-prev {
	left: 0;
}
.bx-controls-direction > .bx-next {
	right: 0;
}
.bx-controls-direction > a:before,
.bx-controls-direction > a:after {
	content: '';
	width: 5px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.bx-controls-direction > .bx-prev:before {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	top: -3px;
}
.bx-controls-direction > .bx-prev:after {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	bottom: -3px;
}
.bx-controls-direction > .bx-next:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: -3px;
}
.bx-controls-direction > .bx-next:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	bottom: -3px;
}
.bx-controls-direction.tab__old_add > .bx-prev:before,
.bx-controls-direction.tab__old_add > .bx-prev:after,
.bx-controls-direction.tab__new_add > .bx-next:before,
.bx-controls-direction.tab__new_add > .bx-next:after {
	width: 10px;
}
.bx-controls-direction.tab__old_add > .bx-prev:before,
.bx-controls-direction.tab__new_add > .bx-next:before {
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.bx-controls-direction.tab__old_add > .bx-prev:after,
.bx-controls-direction.tab__new_add > .bx-next:after {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media screen and (min-width:960px) {
	.tabContainer {
		width: 1180px;
		overflow-x: hidden;
	}
	.bx-controls-direction > a:hover {
		opacity: .7;
	}
	.tab__button {
		min-width: 125px;
	}
	.tab__button:last-child {
		min-width: 120px;
	}
	.tab__button:first-child:before,
	.tab__button:last-child:before {
		font-size: 1.4rem;
		top: -20px;
	}
	.tab__button a {
		padding: 10px;
		font-size: 1.4rem;
	}
	.tab__button a:hover {
		opacity: .7;
	}
	.tab__button.active:after {
		width: 118px;
	}
	.tab_month {
		font-size: 1.8rem;
	}
	.bx-wrapper:after,
	.bg_notebook:after {
		height: 95%;
		background-size: 20px 28px;
		right: -5px;
	}
}
/*----------------------------------------------
	tab_contents
---------------------------------------------*/
.tab_content_inner {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
@media screen and (min-width:960px) {
	.tab_content_inner {
		padding: 30px;
	}
}
/*----------------------------------------------
	calc_block
---------------------------------------------*/
.calc_block {
	margin-bottom: 20px;
}
.input_box {
	margin-top: 10px;
}
.is_calc_input {
	width: 5em;
	height: 30px;
	font-size: 1.4rem;
	font-weight: normal;
	margin-right: 5px;
	text-align: right;
}
.formula_txt {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
}
.formula_txt:nth-child(even) {
	float: right;
	line-height: 2;
}
.result_txt {
	font-size: 1.8rem;
	color: #cd5037;
	vertical-align: middle;
}
@media screen and (min-width:960px) {
	.calc_block {
		display: inline-block;
		width: 49%;
		box-sizing: border-box;
    vertical-align: top;
	}
	.calc_block:nth-child(odd) {
		/*float: left;*/
		padding-right: 1%;
	}
	.calc_block:nth-child(even) {
		/*float: right;*/
		padding-left: 1%;
	}
	.is_calc_input {
		font-size: 2.4rem;
		height: 50px;
	}
	.formula_txt {
		font-size: 1.8rem;
		line-height: 1.5 !important;
	}
	.result_txt {
		font-size: 3.6rem;
	}
}