/*-- 共通 --*/

textarea {
	resize: none;
	font-size: 100%;
}

.common-table-style th {
	border: 1px #54A130 solid;
	height:22px;
}
.common-table-style td {
	border: 1px #54A130 solid;
}

.add-button-avail {
	width: 120px;
	margin-bottom: 10px;
	border-radius: 2px;
	padding: 6px 0;
	border: 0;
	background: #ED7E00;
	color: #fff;
}

.add-button-avail:hover {
	background: #DB7502;
}

.sadd-button-avail:active {
	box-shadow: 0 2px 3px 0 #3B7022 inset;
}

.add-button-unavail {
	width: 120px;
	margin-bottom: 10px;
	border-radius: 2px;
	padding: 6px 0;
	border: 0;
	background: #C7C7C7;
	color: #fff;
}

.add-button-unavail:hover {
	background: #C7C7C7;
}

.sadd-button-unavail:active {
	box-shadow: 0 2px 3px 0 #C7C7C7 inset;
}

.add-button-td {
	margin: 10px;

}
.toggle-btn,
.simple-btn {
	background: linear-gradient(#fff, #f5f5f5);
	border: 1px #ccc solid;
	border-radius: 2px;
	box-shadow: 0 1px 1px 0 #eee;
}

.toggle-btn {
	height: 33px;
	width: 33px;
	padding: 2px 5px;
}

.simple-btn {
	padding: 2px 10px;
}

.toggle-btn:active,
.simple-btn:active {
	background: linear-gradient(#f5f5f5, #fff);
}

.key-list {
	list-style: none;
	position: absolute;
	background: #fff;
	border: 1px #aaa solid;
	box-shadow: 0 1px 2px 0 #ccc;
	box-sizing: border-box;
	font-size: 12px;
}

.key-list li {
	padding: 4px;
	box-sizing: border-box;
	border-bottom: 1px #eee solid;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.key-list li:hover {
	background: #f5f5f5;
}

.key-list li:last-child {
	border: 0;
}

/*-- 共通 end --*/


/*-- ログイン --*/

.login {
	width: 250px;
	margin-top: 30px;
	padding: 15px 20px;
	padding-top: 30px;
	border: 1px #ccc solid;
	border-radius: 5px;
	text-align: left;
	box-shadow: 0 5px 10px 0 #ddd;
}

.login-id,
.login-password {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px #ccc solid;
	display: block;
	margin-bottom: 20px;
}

.login label {
	display: block;
	color: #444;
	margin-bottom: 2px;
}

.submit-button {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 2px;
	padding: 6px 0;
	border: 0;
	background: #54A130;
	color: #fff;
}

.submit-button:hover {
	background: #4C912C;
}

.submit-button:active {
	box-shadow: 0 2px 3px 0 #3B7022 inset;
}

/*-- ログイン end --*/


/*-- TOPページ --*/

.report-search-form {
	display: inline-block;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px #ccc solid;
	border-radius: 5px;
	text-align: left;
	box-shadow: 0 2px 5px 0 #ddd;
}

.reports-list-table {
	width: 100%;
	margin-top: -15px;
}

.newReport {
	clear: both;
}

.reports-list-table th,
.reports-list-table td {
	border: 1px #ccc solid;
	font-size: 14px;
	padding: 4px 10px;
	color: #333;
}

.reports-list-table td a:hover {
	color: #277391;
}

.reports-list-table th {
	background: linear-gradient(#AEEF38, #91C533);
	color: #fff;
	border: 1px #15546B solid;
}

.reports-list-table tr:nth-child(even) td {
	background: #f5f5f5;
}

.reports-list-table .address {
	width: 400px;
}

.reports-list-table th.rmk {
	width: 200px;
}

.reports-list-table td.rmk {
	padding: 4px;
}

.reports-list-table td.rmk input {
	width: 100%;
	padding: 1px 4px;
}

.report-search-form label {
	margin-right: 10px;
	text-align: left;
}

.report-search-form #id,
.report-search-form #inspection-date,
.report-search-form #customer-name {
	width: 140px;
}

.report-search-form #inspection-date {
	margin-right: 20px;
}

.report-search-form #address,
.report-search-form #rmk {
	width: 100%;
}

.report-search-form #inspection-date {
	font-size: 13px;
	height: 28px;
}

.report-search-form input {
	margin-bottom: 5px;
	padding: 1px;
}

.report-search-form button {
	display: block;
	margin-top: -3px;
	width: 60px;
}

.dropdown-menu .report_link.edit-page {
	color: #CCCCCC;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*-- TOPページ end --*/


/*-- 表紙 --*/


/* レポート 画像 */

.report-border-first {
	margin-bottom: 20px;
}

.report-border-last {
	margin-top: 20px;
}

.report-image-field {
	border: 1px #000 solid;
}

.report-image-field input {
	margin-top: 10px;
}

.report-image {
	display: block;
}

/* レポート タイトル部分 */

.report-form-label,
.report-form-label-dot {
	background: #fff;
	width: 90px;
	text-align: right;
	vertical-align: center;
}

.report-form-label-dot {
	text-align: right;
	width: 25px;
}


/* レポート 入力部分 */

.report-form-content {
	padding: 10px;
}

.report-form-content input {
	padding: 2px 5px;
}

/*-- 表紙 end --*/


/*-- 点検結果 --*/

.check-wrapper {
	margin-top: 20px;
}

.check-title-image {
	margin-top: 10px;
}

/* 点検 入力部分 */

.check-label {
	width: 180px;
	text-align: center;
}

.check-table {
	width: 771px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.check-table textarea {
	width: 450px;
	border: 0;
	padding: 5px;
	font-size: 12px;
	box-sizing: border-box;
	font-size:large;
}

.check-table input {
	width: 450px;
	padding: 5px;
	box-sizing: border-box;
	border: 0;
}

.check-table th,
.check-table td {
	font-size: large;
}

.check-checkbox-label {
	text-align: center;
	height:60px;
}

/* 点検 下部記入部分 */

.info-table {
	border-collapse: collapse;
}

.info-date {
	text-align: center;
}

.info-table th,
.info-table td {
  border: 2px #000 solid;
  margin-right: 10px;
  border-right: 0;
  width: 250px;
  text-align: center;
}


.info-table input {
	padding: 2px;
	margin-left: 3px;
	box-sizing: border-box;
}

.info-table textarea {
	width: 247px;
	box-sizing: border-box;
	padding: 10px;
	font-size: large;
	margin: 3px;
	margin-right: 0;
}

.info-table .th2 {
	width: 220px;
	border-left: 0;
	border-right: 2px;
	font-size: large;
}

/* 点検 担当者部分 */

.info-sign {
	border-collapse: collapse;
}


.info-sign th,
.info-sign td {
	text-align: center;
	border: 2px #000 solid;
	background: #fff;
}

.info-sign td {
	width: 60px;
	height: 60px;
}

.info-sign .sign-mark {
	width: 65px;
	height: 65px;
	color: red;
	padding-right: 21px;
	text-align: center;
	box-sizing: border-box;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	border: 2px red solid;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
}

/*-- 点検結果 end --*/


/*-- 床下1,2 --*/


/* 状況 入力部分 */

.floor-status-table {
	border-collapse: collapse;
}

.floor-status-table td {
	vertical-align: top;
}

.floor-status-table textarea {
	display: block;
	height: 62px;
	width: 400px;
	box-sizing: border-box;
	margin: 10px;
	padding: 3px;
}

/* 状況 画像部分 */

.floor-status-image-field {
}

.floor-status-image-field img {
	display: block;
	overflow: hidden;
}

.floor-status-file {
	margin: 15px 0;
	margin-left: 10px;
}

.floor-status-title-input {
	width: 100%;
	box-sizing: border-box;
	padding: 2px;
}

/* 点検 表 */

.floor-parts-table {
	border-collapse: collapse;
}

.floor-parts-table th,
.floor-parts-table td {
	border: 1px #999 solid;
	text-align: center;
}

.floor-parts-checkbox {
	text-align: center;
}

.floor-parts-point {
	padding-left: 10px;
}

/* 提案 */

.floor-proposals-textarea {
	width: 800px;
	font-size: 13px;
	padding: 5px;
	box-sizing: border-box;
	background: #FEF6B5;
	font-size:large;
}

/*-- 床下1,2 end --*/


/*-- 画像4-1 --*/

.floor-thumbnail-table {
	border-collapse: collapse;
	text-align: center;
}

.floor-thumbnail-table th input {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	background: #FEF6B5;
	border: 0;
}

.floor-thumbnail-table img {
	display: block;
}

.floor-thumbnail-file {
	margin: 10px 0;
}

.floor-thumbnail-label input {
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
}

/*-- 画像4-1 end --*/

/**/
ul.list {
    font-size: 12px;
    list-style: none;
    margin: 0px;
    margin-left: 0px;
    padding: 0px;
}
ul.list li {
    margin: 0px;
    padding: 0px 0px 0px 12px;
    background: url(../../img/li_icon.jpg) no-repeat 0px 8px;
    list-style: none;
}
.headertxt {
font-size: 12px;
font-weight:bold;
color: #ffffff;
}
/* table */
table.mypagemn {
    width: 700px;
    border: 1px #000099 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.mypagemn th {
    color: #000099;
    font-size: 12px;
    padding: 5px;
    border: #000099 solid;
    border-width: 0 0 1px 1px;
    background: #3399cc;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    height: 20px;
}
table.mypagemn td {
    padding: 5px;
    font-size: 12px;
    border: 1px #000099 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    height: 20px;
}
td.floor-thumbnail-label {
    height:25px;
}
.copytxt {
font-size: 12px;
}
a:link {
color : #666666;
text-decoration: none;
}
a:visited {
color : #666666;
text-decoration: none;
}
a:hover {
color : #666666;
text-decoration: underline;
}
a:active {
    color : #FFF;
    text-decoration: underline;
}
html, body {
    height:auto;
    min-height:100%;
}
#frame {
    top:0px;
    right:0px;
    bottom:0px;
    width:960px;
    height:100%;
    margin:auto;
}
#top_banner {
    position:absolute;
    width:100%;
    height:150px;
    z-index:10;
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
}
#content {
    position:absolute;
    width:900px;
    height:100%;
    z-index:2;
    background-color: #FFFFFF;
    top: 170px;
    padding-bottom:10px;
}
#content2 {
    position:absolute;
    width:900px;
    max-height:100%;
    z-index:2;
    background-color: #FFFFFF;
    top: 170px;
}
#breaker {
    width:100%;
    height:10px;
    z-index:11;
    background-color: #91C533;
}
#login2 {
    position:absolute;
    width:auto;
    height:30px;
    z-index:12;
    right: 200px;
    top: 50px;
    padding:5px;
}
