@charset "utf-8";
/*	body
-------------------------------------------------*/
body {
	background: #EEEEEE;
}
#wrap {
	background: #fff;
	width: 100%;
	min-width: 1000px;/*overflow: hidden;*/
}
.container {
	width: 100%;
}
.content {
	width: 1000px;
	margin: 25px auto 0;
}
/*	head
-------------------------------------------------*/
.container #head {
	width: 100%;
}
.container #head .head_top {
	width: 100%;
}
.container #head .head_top .head_topIn {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	padding: 20px 0 10px;
	box-sizing: border-box;
}
.container #head .head_top .head_topIn .logo {
	margin: 0 50px 0 0;
	float: left;
}
.container #head .head_top .head_topIn .menu {
	float: left;
}
.container #head .head_top .logout {
	margin: 10px 0 0 20px;
	width: 110px;
	float: right;
}
.container #head .head_top .usrname {
	float: right;
	color: #333;
	margin-top: 15px;
	background: url(../img/hd_usr.png) no-repeat;
	height: 30px;
	padding-left: 40px;
	font-size: 16px;
	padding-top: 3px;
}
.container #head .breadcrumb {
	width: 100%;
	background: url(../img/bg_breadcrumb.png) repeat-x;
	height: 44px;
}
.container #head .breadcrumb .breadcrumbIn {
	width: 1000px;
	height: 44px;
	margin: 0 auto;
}

.container #head .breadcrumb .breadcrumbIn .imgBox {
	position:absolute;
}

.content #main {
	width: 1000px;
	margin: 0 auto;
}
/*	基本情報
-------------------------------------------------*/
.content #main #baseInfo {
	overflow: hidden;
	border: 1px solid #EEEEEE;
	margin-bottom: 30px;
}
.content #main #baseInfo .baseL {
	width: 120px;
	height: 175px;
	float: left;
	overflow: hidden;
	display: table;
}
.content #main #baseInfo .baseIcon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.content #main #baseInfo .baseIcon img {
}
.content #main #baseInfo .baseR {
	width: 870px;
	float: right;
}
.content #main #baseRTop {
	padding-top: 15px;
	overflow: hidden;
}
.content #main #baseInfo .baseRInner {
	float: left;
	width: 650px;
}
.content #main #baseInfo .baseItem {
	margin: 0;
}
.content #main #baseInfo #baseEditBtn {
	width: 200px;
	height: 50px;
	float: right;
	margin-right: 15px;
}
.content #main #baseInfo .baseItem {
	overflow: hidden;
	display: table;
	padding: 10px;
}
.content #main #baseInfo .baseTit {
	color: #888888;
	font-size: 12px;
	width: 70px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
}
.content #main #baseInfo .baseVal {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	color: #666666;
	height: 30px;
}
.content #main #baseInfo #baseName .baseVal {
	font-size: 28px;
	color: #333333;
}
.content #main #baseInfo #baseId {
	padding: 0 0 10px 10px;
}
.content #main #baseInfo .large {
	color: #333333;
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}
.content #main #baseInfo .small {
	color: #888888;
	font-size: 12px;
}
.content #main #baseInfo #baseRBottom {
	border-top: 1px solid #EEEEEE;
	overflow: hidden;
}
.content #main #baseInfo #baseRBottom .baseItem {
	float: left;
	height: 60px;
	margin: auto 0;
}
.content #main #baseCutCnt .baseItem, .content #main #baseInfo #baseLimit .baseItem {
	width: 348px;
}
.content #main #baseCutCnt .baseTit, .content #main #baseLimit .baseTit {
	height: 40px;
	width: 96px;
}
.content #main #baseInfo #baseRBottom .slidebtn {
	height:50px;
	padding:16px 16px 10px 0;
}
.content #main #baseInfo #baseRBottom .baseItem .sample2Area{
	margin:auto;
	width:404px;
	height:50px;
	position: relative;
}
.content #main #baseInfo #baseRBottom .baseItem .sample2Area img{
	margin:0;
}
.content #main #baseInfo #baseRBottom .baseItem .sample2Area .koukai_btns{
	position: absolute;
	top:0;
	left:0;
	width:234px;
	height:48px;
	transition: 0.3s;
}
.content #main #baseInfo #baseRBottom .baseItem .sample2Area .koukai_btns .koukai_btn02{
	position: absolute;
	top:0;
	right:0;
	margin:0;
	display: none;
	cursor: pointer;
}
.content #main #baseInfo #baseRBottom .baseItem .sample2Area .hikoukai_btns{
	display: flex;
}
.content #main #baseInfo #baseRBottom .baseItem .sample2Area .hikoukai_btns .hikoukai_btn02{
	cursor: pointer;
}
.content #main #baseInfo #baseRBottom img {
	vertical-align: middle;
	margin-right: 5px;
}
.content #main #baseInfo #baseCutCnt .baseVal {
	border-right: 1px solid #EEEEEE;
	padding-right: 50px;
}
.content #main #baseInfo #baseLimit {
	padding-left: 85px;
}
/*	画面名
-------------------------------------------------*/
.content #main #title {
	width: 1000px;
	font-size: 28px;
	color: #93B829;
	line-height: 28px;
	font-weight: bold;
	border-top: 1px solid #EEEEEE;
	padding-top: 20px;
}
/*	物件名ＩＤ
-------------------------------------------------*/
.content #main #nameid table {
	width: 1000px;
	margin: 30px 0 0 0;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	border: 3px solid #ccc;
}
.content #main #nameid table th {
	text-align: center;
	width: 125px;
	border: 1px solid #fff;
	padding: 10px;
	font-weight: bold;
	background: #ffffff url(../img/id_bg.png) left top no-repeat;
}
.content #main #nameid table td {
	border: 1px solid #ccc;
	padding: 10px;
}
/*	メッセージ枠
-------------------------------------------------*/
.content #main #msg {
	width: 968px;
	margin: 20px 0 0 0;
	padding: 15px;
	border: 1px solid #CC3300;
	background: #FFF;
	font-size: 16px;
}
/*	エラーメッセージ
-------------------------------------------------*/
.content #main #errmsg {
	color: #CC3300;
}
/*ボタン
-------------------------------------------------*/
.content #maincont #centerbtn {
	text-align: center;
}
/*	テーブル
-------------------------------------------------*/
.content #main #maincont {
	margin-top: 20px;
}
.content #main #maincont table {
	color: #555;
	width: 100%;
	margin: 30px 0 0 0;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	background: #FFF;
	border: 1px solid #68971A;
	box-sizing:border-box;
}
.content #main #maincont table th {
	text-align: center;
	background: url(../img/th_bg.png) repeat-x;
	padding: 0;
	border-right: 1px solid #EEEEEE;
}
.content #main #maincont table th:last-child {
	border-right: none;
}
.content #main #maincont table td {
	vertical-align: top;
	padding: 20px 10px;
	font-weight: bold;
	border-right: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	box-sizing:border-box;
}
.content #main #maincont table tr td:last-child {
	border-right: none;
}
.content #main #maincont table tr:last-child td {
	border-bottom: none;
}
/*ラジオボタン*/
label.radio_txt {
	cursor : pointer;
	position : relative;
	padding-left : 5px;
	margin-right : 5px;
	overflow : hidden;
	padding-left : 20px;
	display : inline-block;
}
label.radio_txt:before {
	position : absolute;
	width : 14px;
	height : 14px;
	border : 1px solid #666;
	border-radius : 50%;
	left : 0px;
	top : 0px;
	content : '';
	z-index : 3;
}
label.radio_txt:after {
	content : '';
	position : absolute;
	width : 8px;
	height : 8px;
	border-radius : 100%;
	left : 4px;
	top : 4px;
	background-color : #5B7903;
	z-index : 1;
}
label.radio_txt input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position : absolute;
	z-index : 2;
	width : 20px;
	height : 20px;
	left : -23px;
	margin : 0px;
	box-shadow : 20px -1px #FFF;
}
label.radio_txt input[type="radio"]:checked {
	box-shadow: none;
}
label.radio_txt input[type="radio"]:focus {
	opacity : 0.2;
	-ms-box-shadow : 20px -1px #FFF;
	box-shadow : 20px -1px #FFF;
}
/*	foot
-------------------------------------------------*/

.content #ftbtn {
	text-align: center;
	margin-top: 40px;
}
#foot {
	background: #EEEEEE;
	margin-top: 100px;
}
#foot .footIn {
	width: 1000px;
	height: 140px;
	margin: 0 auto;
}
#foot .footIn .logo {
	width: 90px;
	float: left;
	margin: 25px 0 0 0px;
}
#foot .footIn .copyright {
	text-align: right;
	float: right;
	margin-top: 60px;
	font-size: 10px;
	color: #999999;
}

.d_none{
	display: none;
}
.row-sec .td01{
	border-top:none !important;
}

.relative{
	position: relative;
}

