.form-control {
	font-size: 100%;
	padding: 1px 10px;
}

.header-hr {
	margin: 10px 0px;
	background-color: #000;
	height: 1px;
}

body, legend, input, select, textarea, option {
	color: #000 !important;
	font-family: "Meiryo UI";
	font-size: 20px;
}

table {
	white-space: nowrap;
}

th {
	font-weight: normal;
}

th.date {
	min-width: 125px;
}

th.narrow {
	min-width: 70px;
}

th.mid {
	min-width: 90px;
}

th.wide {
	min-width: 120px;
}

td {
	vertical-align: middle;
}

a:hover, input[type=checkbox] {
	cursor: pointer;
}

textarea {
	white-space: normal;
}

label {
	font-weight: normal;
}

.app-title {
	font-size: 130%;
}

.list-fontsize {
	font-size: 77%;
}

.menu {
	padding: 7px;
	border-radius: 7px 7px 0px 0px;
	text-decoration: none;
	color: #333;
	background-color: #dff0d8; /* タブの背景色 */
	border-top-left-radius: 12px; /* タブの左上の角を丸くする */
	border-top-right-radius: 12px; /* タブの右上の角を丸くする */
}

.menu.menuselect {
	text-decoration: none;
	background-color: #149014;
	color: white;
}

.menu.menuselect:hover {
	background: #0e780e;
	text-decoration: none;
}

.menu.menunotselect:hover {
	background: #0e780e !important;
	text-decoration: none;
	color: white;
}

.menu-li {
	display: inline-block;
}

.menu-ul {
	margin-bottom: 5px;
}

.menu-div {
	display: table;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

.menulist {
	margin: 0px 20px; /* リスト周囲の余白を削除 */
	padding: 0px; /* リスト内部の余白を削除 */
	width: 1000px;
}

.menulist li {
	list-style-type: none; /* (1)先頭記号を消す */
	float: left; /* (2)リスト項目を横方向に並べる */
	margin: 2px; /* (3)各項目周囲の余白 */
	padding: 2px; /* (4)枠線と内容の距離をゼロに */
	height: 45px; /* (5)★タブの高さ */
	width: 145px;
}

.menulist li a {
	text-decoration: none; /* (1)下線を消す */
	display: block; /* (2)ブロックとして表示 */
	padding: 5px 0px; /* (3)★内側の余白量 */
	width: 145px; /* (4)★タブの横幅 */
	text-align: left; /* (5)★ラベル(文字列)を中央寄せ */
	background: url(../img/tab.png) no-repeat;
	border: none; /* (8)★タブの枠線 */
	color: white;
	font-weight: bold;
	background-size: 145px;
	height: 45px;
	padding-top: 8px;
	padding-left: 8px;
	font-size: 95%;
}

.menulist li a.sinsei {
	text-decoration: none; /* (1)下線を消す */
	display: block; /* (2)ブロックとして表示 */
	padding: 2px 0px; /* (3)★内側の余白量 */
	width: 145px; /* (4)★タブの横幅 */
	text-align: left; /* (5)★ラベル(文字列)を中央寄せ */
	background: url(../img/tab.png) no-repeat;
	border: none; /* (8)★タブの枠線 */
	font-weight: bold;
	background-size: 145px;
	height: 45px;
	padding-top: 8px;
	padding-left: 8px;
	font-size: 95%;
}

.menulist.menulistselect {
	background: url(../img/tabselect.png) no-repeat;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-size: 145px;
	height: 55px;
	margin-top: 5px;
	padding-top: 3px;
	padding-left: 6px;
	margin-left: 0px;
	font-size: 95%;
}

.menulist li a:hover {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.menulist li a.sinsei:hover {
	background: #149014 !important;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.text-label {
	background-color: #DDD;
	padding: 7px 25px;
	display: inline-block;
}

.text-data {
	margin: 0 10px;
	display: inline-block;
}

.width-auto {
	width: auto;
}

.screen-name {
	background-color: white;
	border-radius: 10px 10px 0px 0px;
	color: #333;
	padding: 12px 20px;
	border-color: #149014;
	border-bottom-width: 3px;
	border-bottom-style: solid; //
	font-size: 14px;
}

a.app-title {
	font-weight: bold;
	height: 50px;
	padding: 15px 15px 15px 30px;
	font-size: 18px;
	line-height: 20px;
	color: #5e5e5e !important;
	cursor: default;
}

a.app-title:hover {
	background-color: transparent !important;
}

a.user-info {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

fieldset.data-list {
	padding: 0 20px 15px;
	border: 1px #000 groove;
	margin-top: 20px;
	width: 950px;
}

legend.data-list-title {
	border-bottom: 0px;
	width: 120px;
	font-size: 14px;
	margin-bottom: 10px;
}

a.data-list-link-label {
	text-decoration: underline;
}

thead.data-list-thead, tbody.data-list-tbody {
	display: block;
}

tbody.data-list-tbody {
	overflow-y: scroll;
	overflow-x: auto;
	height: 200px;
}

#page-wrapper {
	padding-bottom: 30px;
}

.year-select {
	width: auto;
	display: block;
}

.action-select {
	display: block;
}

.status-select {
	width: 200px;
}

select.pulldown-list {
	position: absolute;
	display: none;
	z-index: 3;
}

.checkbox-cell {
	height: 0;
	text-align: center;
	padding: 0 !important;
}

.checkbox-cell>label {
	width: 100%;
	height: 100%;
	margin: 0;
}

.checkbox-cell>label:hover {
	cursor: pointer;
}

.checkbox-cell input[type=checkbox] {
	cursor: pointer;
	margin-top: 12px;
}

div.scroll_div {
	overflow: auto;
}

.child-window-close {
	color: white;
	float: right;
}

.child-window-close:hover {
	color: white;
}

.header-item-tbl {
	width: 1000px;
}

td.warning-column {
	text-align: center;
}

div.child-screen-container {
	padding-bottom: 15px !important;
}

.display-list-count-combo {
	width: 100px;
}

.page-control-tbl {
	width: 100%;
}

.page-control-count-td {
	width: 70px;
}

.page-control-prev-td {
	width: 90px;
}

.page-control-next-td {
	width: 90px;
}

.wargnin-icon-count {
	font-size: 12px;
}

.input-btn {
	color: white !important;
}

.main-content-wrapper {
	width: 100%;
}

a.zion-user-info:hover, a.zion-user-info {
	background: transparent !important;
	color: #337ab7 !important;
	cursor: default;
}

.valign-top {
	vertical-align: top;
}

.navbar-wrapper {
	color: #333;
}

.search-result-tbl-wrapper {
	height: 110px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_many {
	height: 500px;
	width: 950px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_many_down_up {
	height: 3300px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_many_up {
	height: 230px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_many_down_pdf {
	height: 140px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_many_five {
	height: 400px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_hosoku {
	height: 300px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_tenpu {
	height: 250px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_sisetu {
	height: 230px;
	width: 900px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_himo {
	height: 200px;
	width: 350px;
	margin-top: 10px;
}

.search-result-tbl-wrapper_himoend {
	height: 300px;
	width: 900px;
	margin-top: 10px;
}

.group_frame {
	border-radius: 5px;
	border: solid 1px #888888;
	margin: 0px;
	padding: auto;
}

.group_frame_with_title {
	border-radius: 5px;
	border: solid 1px #888888;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: auto;
}

.group_frame_with_title>.title {
	border-bottom: 0px;
	width: 280px; //
	font-size: 10pt;
	font-size: 100%;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
}

.pad_row {
	margin-left: 10px;
	margin-bottom: 10px;
}

.pad_left {
	margin-left: 10px;
}

.group_frame_with_title>.space {
	border-bottom: 0px;
	width: 140px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_search-result-tbl-wrapper {
	border-bottom: 0px;
	width: 900px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_search-result-tbl-wrapper_many {
	border-bottom: 0px;
	width: 900px;
	height: 400px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_search-result-tbl-wrapper_many_down_up {
	border-bottom: 0px;
	width: 900px;
	height: 250px;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_search-result-tbl-wrapper_many_up {
	border-bottom: 0px;
	width: 900px;
	height: 230px;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_search-result-tbl-wrapper_many_down_pdf {
	border-bottom: 0px;
	width: 900px;
	height: 140px;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_search-result-tbl-wrapper_many_five {
	border-bottom: 0px;
	width: 900px;
	height: 230px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_search-result-tbl-wrapper_tenpu {
	border-bottom: 0px;
	width: 900px;
	height: 250px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_search-result-tbl-wrapper_hosoku {
	border-bottom: 0px;
	width: 900px;
	height: 300px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_input {
	border-bottom: 0px;
	width: 840px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_input2 {
	border-bottom: 0px;
	width: 440px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_search-result-tbl-wrapper_sisetu {
	border-bottom: 0px;
	width: 900px;
	height: 230px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_search-result-tbl-wrapper_himo {
	border-bottom: 0px;
	width: 400px;
	height: 300px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_search-result-tbl-wrapper_himoend {
	border-bottom: 0px;
	width: 900px;
	height: 300px;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.group_frame_with_title>.space_henkou {
	border-bottom: 0px;
	width: 960px;
	font-size: 10pt;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
	left: 20px;
	background-color: white;
	pad_row;
}

.center_iframe {
	width: 1050px;
	height: 543px;
}

.checkbox-input {
	display: none;
}

.checkbox-parts {
	padding-left: 24px;
	position: relative;
	margin-right: 24px;
}

.checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 2px solid #999;
	border-radius: 4px;
}

.checkbox-input:checked+.checkbox-parts {
	color: #149014;
	//#009
	a9a;
}

.checkbox-input:checked+.checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #149014; //#009 a9a;
	border-right: 3px solid #149014;
	//#009
	a9a;
}

.radio-input {
	display: none;
}

.radio-parts {
	padding-left: 24px;
	position: relative;
	margin-right: 24px;
}

.radio-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 2px solid #999;
	border-radius: 50%;
}

.radio-parts-checked::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 2px solid #999;
	border-radius: 50%;
}

.radio-parts-checked {
	color: #149014;
	padding-left: 24px;
	position: relative;
	margin-right: 24px;
}

.radio-parts-checked::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 4px;
	width: 11px;
	height: 11px;
	background: #149014; 
	border-radius: 50%;
}

.radio-input:checked+.radio-parts {
	color: #149014;
	//#009
	a9a;
}

.radio-input:checked+.radio-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 4px;
	width: 11px;
	height: 11px;
	background: #149014; //#009 a9a;
	border-radius: 50%;
}

.radio_frame {
	border-radius: 10px;
	border: solid 2px;
	border-color: #999;
	margin: 0px;
	padding: auto;
	padding-top: 3px;
	padding-left: 10px;
	background-color: white;
}

.tab-li {
	display: inline-block;
}

.tab.tabselect {
	text-decoration: none;
	color: black;
	font-weight: bold;
	border-bottom: 3px red solid;
	background-color: white;
}

.tab.tabselect:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
	background-color: white;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px red solid;
}

.tab.tabnotselect {
	color: black;
	border-bottom: 3px white solid;
}

.tab.tabnotselect:hover {
	background-color: white;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px red solid;
}

.space10 {
	width: 10px;
	height: 10px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

.space20 {
	width: 20px;
	height: 20px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

.space30 {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

.main-frame-wrapper {
	padding-right: 5%;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	background-color: white;
}

.navbar-default {
	padding-right: 5%;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
	border-color: #f8f8f8;
}

.top-page-menu {
	padding-top: 0%;
	margin-top: auto;
	padding-left: 0%;
	margin-left: auto;
}

.page-menu-title { //
	font-size: 16px;
	font-size: 120%;
	font-weight: bold;
	color: black;
}

.page-menu-string {
	color: blue;
}

.page-menu-next {
	color: black;
}

.page-menu-now {
	font-weight: bold;
	color: black;
}

.top-page-explanation {
	padding-top: 1%;
	margin-top: auto;
	padding-left: 3%;
	margin-left: auto;
}

.nav-tabs {
	border-bottom: 1px white solid;
}

.alt-table-responsive-search {
	min-height: 400px;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.alt-table-responsive {
	width: 100%;
	overflow-y: auto;
	overflow-x: auto;
	-ms-overflow-style: scrollbar; // -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}

.breadcrumb {
	background-color: #dff0d8;
}

.breadcrumb>li+li:before {
	content: ">";
	color: black;
}

.page-help-string {
	font-weight: bold;
	margin-top: 3px;
	margin-left: 3px;
}

.page-image {
	
}

.btn {
	padding: 4px 10px;
	font-size: 100%;
	box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	-moz-box-shadow: 5px 5px 10px #000;
}

.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 100%;
	line-height: 1.5;
	border-radius: 3px;
}

.btn.btn_active:active { /*ボタンを押したとき*/ //
	border-bottom: solid 1px; //
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px); /*沈むように*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.dropdown-menu {
	font-size: 100%;
	text-align: left;
	list-style: none;
}

.string_Unit {
	margin-left: 10px;
}

.table_title_string {
	font-size: 100%;
	margin-left: 60px;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
	.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
	color: #000;
	background: #5bc0de;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	width: 200px;
}

fieldset.service-list-main {
	border-radius: 5px;
	border: solid 1px #888888;
	margin-top: 20px;
	padding: 5px 20px 5px;
}

fieldset.service-list-sub {
	border-radius: 5px;
	border: solid 1px #888888;
	margin-top: 0px;
	padding: 5px 10px 5px;
}

.form-control-error {
	display: block;
	width: 100%;
	height: 34px;
	font-size: 100%;
	line-height: 1.42857143;
	color: #555;
	background-color: #f2dede;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-error:focus {
	border-color: #843534;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(132, 53, 52, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(132, 53, 52, .6);
}

.form-control-error-radio {
	background-color: #f2dede;
}

.form-control-error-radio:focus {
	border-color: #843534;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(132, 53, 52, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(132, 53, 52, .6);
}

.form-control-disable-radio {
	background-color: #eee;
}

.form-control-error-login {
	display: block;
	height: 34px;
	font-size: 100%;
	line-height: 1.42857143;
	color: #555;
	background-color: #f2dede;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-error-login:focus {
	border-color: #843534;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(132, 53, 52, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(132, 53, 52, .6);
}

div.tooltip-help {
	color: #555;
	display: inline-block; /* インライン要素化 */
}

/* ツールチップ部分を隠す */
div.tooltip-help span {
	display: none;
}

/* マウスオーバー */
div.tooltip-help:hover {
	position: relative;
	color: #333;
}

/* マウスオーバー時にツールチップを表示 */
div.tooltip-help:hover span {
	display: block; /* ボックス要素にする */
	position: absolute; /* relativeからの絶対位置 */
	top: 35px;
	font-size: 70%;
	color: black;
	background-color: #dff0d8;
	width: auto;
	padding: 5px;
	border-radius: 3px;
	z-index: 100;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
}

/* フキダシ部分を作成 */
div.tooltip-help span:before {
	content: '';
	display: block;
	position: absolute; /* relativeからの絶対位置 */
	height: 0;
	width: 0;
	top: -13px;
	left: 15px;
	border: 13px transparent solid;
	border-right-width: 0;
	border-left-color: #dff0d8;
	transform: rotate(270deg); /* 傾きをつける */
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	z-index: 100;
}

/* 表示文字の装飾 */
div.tooltip-error {
	color: #555;
	display: inline-block; /* インライン要素化 */
}

/* ツールチップ部分を隠す */
div.tooltip-error span {
	display: none;
}

/* マウスオーバー */
div.tooltip-error:hover {
	position: relative;
	color: #333;
}

/* マウスオーバー時にツールチップを表示 */
div.tooltip-error:hover span {
	display: block; /* ボックス要素にする */
	position: absolute; /* relativeからの絶対位置 */
	top: 35px;
	font-size: 70%;
	color: #FFFFFF;
	background-color: #FF0000;
	width: auto;
	padding: 5px;
	border-radius: 3px;
	z-index: 100;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
}

/* フキダシ部分を作成 */
div.tooltip-error span:before {
	content: '';
	display: block;
	position: absolute; /* relativeからの絶対位置 */
	height: 0;
	width: 0;
	top: -13px;
	left: 15px;
	border: 13px transparent solid;
	border-right-width: 0;
	border-left-color: #FF0000;
	transform: rotate(270deg); /* 傾きをつける */
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	z-index: 100;
}

.td-right {
	text-align: right;
}

.td-right-2Line {
	float: right;
	margin-top: 10px;
}

.tab-img {
	margin-top: -5px;
}

.addmenuTag {
	color: red;
	margin-top: -35px;
}

.frontbefore01 {
	background-color: #7fdde9;
	width: 30px;
	height: 28px;
	margin: 0px;
	border: 1px solid #7fdde9;
}

.behindbefore01 {
	width: 3px;
	height: 28px;
	background-color: #7fdde9;
	border: 1px solid #7fdde9;
}

.frontbefore02 {
	background-color: #7fcac3;
	width: 30px;
	height: 28px;
	margin: 0px;
	border: 1px solid #7fcac3;
}

.behindbefore02 {
	width: 3px;
	height: 28px;
	background-color: #7fcac3;
	border: 1px solid #7fcac3;
}

.frontbefore03 {
	background-color: #a5d7a7;
	width: 30px;
	height: 28px;
	margin: 0px;
	border: 1px solid #a5d7a7;
}

.behindbefore03 {
	width: 3px;
	height: 28px;
	background-color: #a5d7a7;
	border: 1px solid #a5d7a7;
}

.frontbefore04 {
	background-color: #c5e1a4;
	width: 30px;
	height: 28px;
	margin: 0px;
	border: 1px solid #c5e1a4;
}

.behindbefore04 {
	width: 3px;
	height: 28px;
	background-color: #c5e1a4;
	border: 1px solid #c5e1a4;
}

.frontbefore05 {
	background-color: #e6ed9c;
	width: 30px;
	height: 28px;
	margin: 0px;
	border: 1px solid #e6ed9c;
}

.behindbefore05 {
	width: 3px;
	height: 28px;
	background-color: #e6ed9c;
	border: 1px solid #e6ed9c;
}

.frontbefore06 {
	background-color: #fff59d;
	width: 30px;
	height: 28px;
	margin: 0px;
	border: 1px solid #fff59d;
}

.behindbefore06 {
	width: 3px;
	height: 28px;
	background-color: #fff59d;
	border: 1px solid #fff59d;
}

.frontbefore07 {
	background-color: #ffe083;
	width: 30px;
	height: 28px;
	margin: 0px;
	border: 1px solid #ffe083;
}

.behindbefore07 {
	width: 3px;
	height: 28px;
	background-color: #ffe083;
	border: 1px solid #ffe083;
}

.frontbefore08 {
	background-color: #ffcb7f;
	width: 30px;
	height: 28px;
	margin: 0px;
	border: 1px solid #ffcb7f;
}

.behindbefore08 {
	width: 3px;
	height: 28px;
	background-color: #ffcb7f;
	border: 1px solid #ffcb7f;
}

.frontafter01 {
	background-color: #7fdde9;
	width: 23px;
	height: 28px;
	margin: 0px;
	border-right: 15px solid #7fdde9;
	background: url(../img/fontafter.png) no-repeat 0px;
	background-size: 15px;
}

.frontafter02 {
	background-color: #7fcac3;
	width: 23px;
	height: 28px;
	margin: 0px;
	border-right: 15px solid #7fcac3;
	background: url(../img/fontafter.png) no-repeat 0px;
	background-size: 15px;
}

.frontafter03 {
	background-color: #a5d7a7;
	width: 23px;
	height: 28px;
	margin: 0px;
	border-right: 15px solid #a5d7a7;
	background: url(../img/fontafter.png) no-repeat 0px;
	background-size: 15px;
}

.frontafter04 {
	background-color: #c5e1a4;
	width: 23px;
	height: 28px;
	margin: 0px;
	border-right: 15px solid #c5e1a4;
	background: url(../img/fontafter.png) no-repeat 0px;
	background-size: 15px;
}

.frontafter05 {
	background-color: #e6ed9c;
	width: 23px;
	height: 28px;
	margin: 0px;
	border-right: 15px solid #e6ed9c;
	background: url(../img/fontafter.png) no-repeat 0px;
	background-size: 15px;
}

.frontafter06 {
	background-color: #fff59d;
	width: 23px;
	height: 28px;
	margin: 0px;
	border-right: 15px solid #fff59d;
	background: url(../img/fontafter.png) no-repeat 0px;
	background-size: 15px;
}

.frontafter07 {
	background-color: #ffe083;
	width: 23px;
	height: 28px;
	margin: 0px;
	border-right: 15px solid #ffe083;
	background: url(../img/fontafter.png) no-repeat 0px;
	background-size: 15px;
}

.frontafter08 {
	background-color: #ffcb7f;
	width: 23px;
	height: 28px;
	margin: 0px;
	border-right: 15px solid #ffcb7f;
	background: url(../img/fontafter.png) no-repeat 0px;
	background-size: 15px;
}

.behindafter01 {
	width: 15px;
	height: 28px;
	float: right;
	background-color: #7fdde9;
	border-left: 1px solid #7fdde9;
}

.behindafter02 {
	width: 15px;
	height: 28px;
	float: right;
	background-color: #7fcac3;
	border-left: 1px solid #7fcac3;
}

.behindafter03 {
	width: 15px;
	height: 28px;
	float: right;
	background-color: #a5d7a7;
	border-left: 1px solid #a5d7a7;
}

.behindafter04 {
	width: 15px;
	height: 28px;
	float: right;
	background-color: #c5e1a4;
	border-left: 1px solid #c5e1a4;
}

.behindafter05 {
	width: 15px;
	height: 28px;
	float: right;
	background-color: #e6ed9c;
	border-left: 1px solid #e6ed9c;
}

.behindafter06 {
	width: 15px;
	height: 28px;
	float: right;
	background-color: #fff59d;
	border-left: 1px solid #fff59d;
}

.behindafter07 {
	width: 15px;
	height: 28px;
	float: right;
	background-color: #ffe083;
	border-left: 1px solid #ffe083;
}

.behindafter08 {
	width: 15px;
	height: 28px;
	float: right;
	background-color: #ffcb7f;
	border-left: 1px solid #ffcb7f;
}

.tdbefore101 {
	border: 1px solid #7fdde9;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	border-left: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdbefore102 {
	border: 1px solid #7fcac3;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	border-left: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdbefore103 {
	border: 1px solid #a5d7a7;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	border-left: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdbefore104 {
	border: 1px solid #c5e1a4;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	border-left: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdbefore105 {
	border: 1px solid #e6ed9c;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	border-left: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdbefore106 {
	border: 1px solid #fff59d;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	border-left: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdbefore107 {
	border: 1px solid #ffe083;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	border-left: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdbefore108 {
	border: 1px solid #ffcb7f;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	border-left: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdbefore201 {
	border: 1px solid #7fdde9;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 24px;
}

.tdbefore202 {
	border: 1px solid #7fcac3;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 24px;
}

.tdbefore203 {
	border: 1px solid #a5d7a7;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 24px;
}

.tdbefore204 {
	border: 1px solid #c5e1a4;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 24px;
}

.tdbefore205 {
	border: 1px solid #e6ed9c;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 24px;
}

.tdbefore206 {
	border: 1px solid #fff59d;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 24px;
}

.tdbefore207 {
	border: 1px solid #ffe083;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 24px;
}

.tdbefore208 {
	border: 1px solid #ffcb7f;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 24px;
}

.tdafter101 {
	border: 1px solid #7fdde9;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdafter102 {
	border: 1px solid #7fcac3;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdafter103 {
	border: 1px solid #a5d7a7;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdafter104 {
	border: 1px solid #c5e1a4;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdafter105 {
	border: 1px solid #e6ed9c;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdafter106 {
	border: 1px solid #fff59d;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdafter107 {
	border: 1px solid #ffe083;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdafter108 {
	border: 1px solid #ffcb7f;
	padding: 0px;
	margin: 0px;
	border-right: 0px;
	height: 24px;
	padding-left: 5px;
}

.tdafter201 {
	border: 1px solid #7fdde9;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	height: 24px;
}

.tdafter202 {
	border: 1px solid #7fcac3;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	height: 24px;
}

.tdafter203 {
	border: 1px solid #a5d7a7;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	height: 24px;
}

.tdafter204 {
	border: 1px solid #c5e1a4;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	height: 24px;
}

.tdafter205 {
	border: 1px solid #e6ed9c;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	height: 24px;
}

.tdafter206 {
	border: 1px solid #fff59d;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	height: 24px;
}

.tdafter207 {
	border: 1px solid #ffe083;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	height: 24px;
}

.tdafter208 {
	border: 1px solid #ffcb7f;
	padding: 0px;
	margin: 0px;
	border-left: 0px;
	height: 24px;
}

.detailtd01 {
	vertical-align: text-bottom;
	width: 60%;
	border: 2px solid #7fdde9;
}

.detailtd02 {
	vertical-align: text-bottom;
	width: 60%;
	border: 2px solid #7fcac3;
}

.detailtd03 {
	vertical-align: text-bottom;
	width: 60%;
	border: 2px solid #a5d7a7;
}

.detailtd04 {
	vertical-align: text-bottom;
	width: 60%;
	border: 2px solid #c5e1a4;
}

.detailtd05 {
	vertical-align: text-bottom;
	width: 60%;
	border: 2px solid #e6ed9c;
}

.detailtd06 {
	vertical-align: text-bottom;
	width: 60%;
	border: 2px solid #fff59d;
}

.detailtd07 {
	vertical-align: text-bottom;
	width: 60%;
	border: 2px solid #ffe083;
}

.detailtd08 {
	vertical-align: text-bottom;
	width: 60%;
	border: 2px solid #ffcb7f;
}
/*
#footer {
	height: 25px;
	background-color: #5aae08;
	margin-top: 15px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer .copyright {
	top: 30px;
	text-align: center;
	font-size: 75%;
	margin-top: 4px;
}

#footer .linkBox {
	position: relative;
	text-align: left;
	margin-top: 0px;
	width: 100%;
	height: 20px;
}

.link {
	background: url(./images/Picture6.png) no-repeat left center;
	background-size: 20px;
	margin-left: 8px;
    padding-left: 24px;
}

#footer .linkBox ul {
	display: inline;
}

#footer .linkBox li {
	display: inline;
	margin-right: 8px;
	font-size: 82%;
	list-style: none;
}
*/
.city {
	color: #0070c0;
	cursor: pointer;
}

.city:hover {
	text-decoration: underline;
}

.tdcity {
	width: 110px;
	text-align: center;
	border: none;
	border-bottom: 2px solid #e2f0d9;
	border-right: 2px solid #f2f2f2;
}

.pubdate{
	text-align: center;
    border: 2px solid #70ad47;
    border-radius: 10px;
    width: 260px;
    float: right;
    margin-bottom: -15px;
    padding-bottom: 2px;
    background-color: #F5F5F5;
}
.forread {
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
}
@media print {
.radio-parts-checked::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 2px solid #999;
	border-radius: 50%;
}

.radio-parts-checked {
	color: #149014;
	padding-left: 24px;
	position: relative;
	margin-right: 24px;
}

.radio-parts-checked::after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 4px;
	width: 11px;
	height: 11px;
	background: #149014; 
	border-radius: 50%;
}
}
