@charset "utf-8";

/*----------------------------------------------------------
　append.css
　Last Modified : 2019/04/15
------------------------------------------------------------*/


/*
	Universal
------------------------------------------------------------*/

.btn {
	text-decoration: none !important;
}


/*
	Top
------------------------------------------------------------*/

#top .news{
	/*background-color: #eee;*/
	width: 50%;
}

.news ul {
	padding: 0 !important;
}

.news li {
	width: 100% !important;
}

.news li .news-title {
	/*background-color: #fff;*/
}

#top .news li .news-title span{
	margin-right: 10px;
}
#top .new_member {
 width: 100% !important;
}
#top .new_member span{
 display: block;
}
#top .new_member a{
 color: #0763B9;
}


/*
	Form
------------------------------------------------------------*/

select{
	height: 28px !important;
	font-size: 12px !important;
	margin: 0 2px 0 0;
	padding: 0 5px !important;
}

input[type="text"],
input[type="password"] {
	height: 28px !important;
	font-size: 12px !important;
	margin: 0 !important;
	padding: 0 5px !important;
}

.group_id input[type="text"] {
	height: 40px !important;
	font-size: 14px !important;
}

.search input[type="text"] {
	margin: 0 10px !important;
}

.re_mail input[type=submit] {
	height: 28px !important;
	font-size: 12px !important;
	margin: 0 !important;
	padding: 0 10px !important;
}

textarea {
	font-size: 12px !important;
	margin: 0;
	padding: 5px;
}

.form-group {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 10px;
}

.form-check {
	display: block;
}

.form-check input[type="checkbox"] {
	margin: 0 5px 0 8px;
	vertical-align: middle;
}

td .form-inline.check input[type="checkbox"] {
	margin-top: 13px;
	margin-right: 0 !important;;
}

.form-check-inline input[type="radio"] {
	margin: 0 2px 0 8px;
	vertical-align: middle;
}

.form-check-inline label {
	word-break: keep-all;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 0 10px;
}

.form-inline input[type="radio"] {
	margin-right: 0;
	margin-top: 15px;
	padding: 0;
}

.form-inline label {
	word-break: keep-all;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 0 10px;
}

.form-inline.check-list label {
	margin-right: 0;
	padding: 0 15px 15px 0;
}

#property .form-label {
	width: 70px;
	font-weight: bold;
}

.form-inline.p_short label {
	margin-right: 0;
	padding: 0 2px 0 0;
}

.form-inline.p_short input[type=checkbox] {
	margin-right: 5px;
}

.hide{ display: none; }

::-webkit-input-placeholder { font-size: 12px; font-weight: normal; color: #c0c0c0 !important; }
::-ms-input-placeholder { font-size: 12px; font-weight: normal; color: #c0c0c0 !important; }
::-moz-placeholder { font-size: 12px; font-weight: normal; color: #c0c0c0 !important; }
::placeholder { font-size: 12px; font-weight: normal; color: #c0c0c0 !important; }

.field30 { width: 30px !important; }
.field50 { width: 50px !important; }
.field60 { width: 66px !important; }
.field70 { width: 70px !important; }
.field80 { width: 80px !important; }
.field100 { width: 100px !important; }
.field120 { width: 120px !important; }
.field150 { width: 150px !important; }
.field160 { width: 160px !important; }
.field180 { width: 180px !important; }
.field200 { width: 200px !important; }
.field280 { width: 280px !important; }
.field320 { width: 320px !important; }
.field600 { width: 600px !important; }

.form_text01 {
	font-size: 11px;
	color: #999;
	padding-left: 1em;
}

.form_text02 {
	display: block;
	font-size: 1.0em;
	color: #0000ff;
	line-height: 150%;
	margin-top: 5px;
	padding: 0;
}

.error01 {
	display: block;
	width: 100%;
	max-width: 400px;
	font-size: 11px;
	text-align: left;
	color: #cc0000;
	line-height: 145%;
	background-color: #F4DCE1;
	border: 1px solid #E8C4CB;
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 7px 10px;
}

.error02 {
	display: block;
	width: 100%;
	max-width: 90%;
	font-size: 12px;
	text-align: left;
	color: #cc0000;
	line-height: 145%;
	background-color: #F4DCE1;
	border: 1px solid #E8C4CB;
	border-radius: 5px;
	margin: 15px;
	padding: 7px 10px;
}

.message {
	margin: 15px 0;
	padding: 15px;
	background-color: #f5f5f8;
	/*border: 1px solid #ddd;*/
	border-radius: 5px;
}

#edit .admin_cts {
	width: 1200px;
}

#edit li{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.ttl{
	font-size: 16px;
	font-weight: bold;
}

.search_form th input[type=text],
.search_form td input[type=text] {
	margin-left: 15px !important;
	margin-right: 5px !important;
}


/* DateTimePicker */
#edit div {
	max-height: initial;
}

tt i {
	font-size: 1.5em !important;
	color: #FF6600;
	line-height: 180%;
	margin-left: 15px;
}

.c_date input {
	width: 120px !important;
}

#datepicker-startview .date input {
	width: 80px !important;
}

th.light {
	background-color: #fbfbff !important;
}


/*
	File
------------------------------------------------------------*/

input[type="file"] {
	height: 28px !important;
	font-size: 12px !important;
	margin: 0 !important;
	padding: 0 5px !important;
}

.custom-file {
	overflow: hidden;
	height: 28px !important;
}

.custom-file-input {
	height: 28px !important;
}

.custom-file-label {
	white-space: nowrap;
	height: 28px !important;
	padding: 5px;
}

.input-group-append .btn {
	height: 28px !important;
	font-size: 12px;
}


/*upload*/
.uploadButton {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    background: #34BEED;
    color: #fff;
    text-align: center;
    line-height: 10px;
    width: 100%;
    cursor: pointer;
	margin: 0 !important;
	padding: 10px;
}

.uploadButton:hover {
    background: #53D0F3;
}

.uploadButton input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    cursor: pointer;
    opacity: 0;
	background-color: rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#7734BEED,EndColorStr=#7734BEED);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#7734BEED,EndColorStr=#7734BEED)";
	margin: 0 !important;
}

.uploadButton input[type=file]:not(:target){
    filter: none;
    -ms-filter: none;
}

.uploadButton input[type="text"] {
	display: none;
	margin: 0 !important;
}

.uploadValue {
    display: none;
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
    padding: 3px;
    color: #fff;
}

/* Dropzone */
.dropzone {
	color: #707070;
	background-color: #fff;
	width: 100%;
	border-style: dashed;
	border-width: 2px;
	text-align: center;
	cursor: pointer;
	margin: 0 !important;
	padding: 0 !important;
}

.dropzone:hover,
.dropzone.dz-drag-hover {
	background-color: #fff;
	border-style: dashed;
	filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.dropzone .dz-preview {
	background-color: #f5f5f8;
}

.dropzone .dz-preview .dz-image {
	width: 150px !important;
	height: 150px !important;
}

.dropzone2 {
	min-height: 80px;
	border: 2px solid rgba(0, 0, 0, 0.3);
	background: white;
	padding: 15px;
}

.dropzone2 .dz-preview {
	position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    min-height: 60px;
}

.dropzone2 .dz-preview img {
	position: relative;
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	width: 80px;
	height: 80px;
	z-index: 10;
	margin: 15px;
}



/*
	List
------------------------------------------------------------*/

ul li,
ol li {
	list-style-type: none;
}

.list .btn {
	font-size: 12px;
	border: 1px solid #e5e5e8;
	padding: 3px 5px !important;
}

.not {
	background: #ff8181;
}


/*
	Search
------------------------------------------------------------*/

.search_form th.th01 {
	width: 85px;
	text-align: center;
}

.search_form th > label {
	width: 65px !important;
	text-align: center;
}

.search_form th > label.long {
	width: auto !important;
}

.search_form.meter th > label {
	width: 165px !important;
	text-align: center;
}

.date input {
	width: 160px !important;
}

.search_result td.th01 {
	background: #e3f0d4;
}

.search_result td.th02{
	background: #f2f8ec;
}



/*
	Residents
------------------------------------------------------------*/
.back a {
	color:#53D0F3
}

.back a:hover {
	color: #0000ff;
}

.info_box a {
	color: #0000ff;
	text-decoration: none;
}


/*
	Power
------------------------------------------------------------*/

.calc_name input[type="text"] {
	height: 40px !important;
	font-size: 18px !important;
}

.calc_name::-webkit-input-placeholder { font-size: 18px; }
.calc_name::-ms-input-placeholder { font-size: 18px; }
.calc_name::-moz-placeholder { font-size: 18px; }
.calc_name::placeholder { font-size: 18px; }

table.calc td {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

table.calc td.check-diff {
	background-color: #FFABAB;
	color: #890202;
}


/*
	Print
------------------------------------------------------------*/



body#print {
	counter-reset: sheet; /* カウンタの初期化 */
}

section.sheet {
	page-break-after: always;
	/*margin-top: 120px;*/
	padding-top: 0;
}

section.sheet:first-child {
	padding-top: 0;
}

section.sheet:last-child {
    page-break-after: auto; /* 最後のページの改ページを防ぐ */
}

/* Meter */
.meter01_ttl02_l {
	width: auto;
	font-size: 24px;
}

.meter01_ttl03 div {
	display: inline-block;
	font-size: 24px;
}

.meter01_ttl03 div span {
	margin-left: 	68px;
}
.meter01_ttl03 div span:first-child {
	margin-left: 8px;
}
.meter01_ttl03 div span.time {
	margin: 0 70px;
}

.meter01_table li th,
.meter01_table li td {
	border: 1px solid;
	border-collapse: collapse;
	padding: 0;
	box-sizing: border-box;
	height: 53px !important;
	text-align: center;
	font-size: 20px;
	border-bottom: 3px double;
}

#meter01 table span {
	width: 32px;
	height: 52px !important;
}

#meter01 table span.not_bg {
	
}

#print_convenience .convenience_box03 .code01 {
	height: 50px;
	margin-top: 3mm;
	paddigng-bottom: 10px;
}

#print_convenience .convenience_box03 .code01 #Barcode{
	width: auto !important;
	height: auto !important;
}

#print_convenience .convenience_box03 .code01 img {
	width: 52mm;
}

#print_convenience .convenience_box03 .code02 {
	font-size: 11px;
}

.print_box {
	text-align: center;
}


/*.print_invoice01 {
	position: relative;
}*/


/*
	Button
------------------------------------------------------------*/

input[type=button].l_btn {
	margin: 0;
}


/*
	Pager
----------------------------------------------------------- */

div.pager {
    display: block;
	margin: 20px 0;
    font-size: 100%;
}

div.pager a,
div.pager span {
    padding: 5px 10px;
}

div.pager a {
    color: #707070;
    background-color: #f5f5f8;
    border: 1px solid #e5e5e8;
    text-decoration: none;
}

div.pager a:hover {
    color: #003;
    background-color: #fff;
    border: 1px solid #2e6ab1;
}

div.pager span.current {
    color: #fff;
    background-color: #8EBA63;
    border: 1px solid #e5e5e8;
    font-weight: bold;
}

div.pager span.nextprev {
    border: 1px solid #ddd;
    color: #999;
    background-color: #fff;
}

div.pager a.nextprev {
    font-weight: bold;
}





/*
	Text
------------------------------------------------------------*/

.alert {
	font-size: 12px;
}

.blue {
	color: #0000ff;
}

.green {
	color: #008800;
}

.red {
	color: #dd0000;
}

.orange {
	color: #FF6600;
}

.gray {
	color: #bbb;
}

.f14 {
	font-size: 14px;
}

.f12 {
	font-size: 12px;
}

.f11 {
	font-size: 11px;
}


