@charset "utf-8";
/*------------------------------------------------------------
	login
------------------------------------------------------------*/
.loginForm {
	padding-top: 140px;
	text-align: center;
}

.loginForm .loginLogo {
	padding-bottom: 44px;
}

.loginForm .loginLogo .pic {
	margin: 0 auto;
	width: 179px;
}

.loginForm .pic img {
	width: 100%;
}

.loginForm .loginLogo span {
	padding-top: 17px;
	display: block;
	font-size: 20px;
	letter-spacing: 2px;
}

.loginForm form {
	padding-top: 59px;
	background-color: #f1f4f7;
	border-bottom: 3px solid #000;
	position:relative;
}

.loginForm .loginInputRow {
	margin: 0 auto 25px;
	width: 310px;
	position: relative;
	text-align: left;
}

.loginForm .loginInputRow:last-child {
	margin-bottom: 0;
}

.loginForm .loginInputRow label {
	float: left;
	font-size: 15px;
	line-height: 3;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: 'Marcellus', serif;
}

.loginForm .loginInputRow input {
	padding: 4px 5px;
	width: 250px;
	height: 45px;
	box-sizing: border-box;
	float: right;
	font-size: 15px;
	line-height: 45px;
	border: 1px solid #e2e7ed;
	background-color: #fff;
}

.loginForm .submit {
	margin: 39px auto 58px;
	width: 310px;
}

.loginForm .submit li {
	width: 100%;
	position: relative;
}

.loginForm .submit input {
	padding: 11px 0 10px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	transition: color .8s ease, background .8s ease;
	border: 1px solid #000;
	background-color: #f1f4f7;
}

.loginForm .submit input:hover {
	color: #fff;
	background-color: #000;
}

.loginForm .submit li:before,
.loginForm .submit li:after {
	margin-top: -7px;
	width: 1px;
	height: 14px;
	display: block;
	position: absolute;
	top: 50%;
	content: "";
	transition: background .8s ease;
	background: #f1f4f7;
}

.loginForm .submit li:before {
	left: 0;
}

.loginForm .submit li:after {
	right: 0;
}

.loginForm .submit li:hover:before,
.loginForm .submit li:hover:after {
	background-color: #000;
}

.loginForm span.error {
	margin-top: -25px;
	color: #900;
	position: absolute;
	width: 250px;
	right: 0;
	display: block;
}


/*------------------------------------------------------------
	staff_list
------------------------------------------------------------*/
.staff #gNavi .navs li:nth-child(4) a {
	color: #fff;
	background-color: #000;
}

.staffList {
	margin: 48px auto 100px;
	width: 975px;
}

.staffList .msg {
	margin-bottom: 16px;
	font-size: 12px;
	text-align: right;
	color: #666;
	letter-spacing: -.4px;
}

.staffList li {
	margin: 0 75px 75px 0;
	width: 187px;
	float: left;
}

.staffList li:nth-child(4n) {
	margin-right: 0;
}

.staffList .pic,
.staffList .pic img {
	width: 100%;
}

.staffList .post {
	margin: 17px 0;
	line-height: 1.6;
	font-size: 13px;
	text-align: center;
}

.staffList .post .name {
	display: block;
	font-weight: bold;
}

.staffList .operation {
	text-align: center;
	font-size: 12px;
}

.staffList .operation select {
	float: left;
	font-size: 12px;
}

.staffList .operation .edit,
.staffList .operation .delete {
	padding: 2px 12px;
    margin-left: 18px;
    display: inline-block;
    font-size: 10.5px;
	border: 1px solid #ccc;
    border-radius: 5px;
	box-shadow: 0 1px 1px #d9d9d9;
}

.staffList .operation .delete {
	margin: 0 0 0 5px;
}

.staffList .operation input {
	vertical-align: middle;
}

.staffList .saveBox {
	margin-top: -28px;
	text-align: right;
}


/*------------------------------------------------------------
	gallery_list
------------------------------------------------------------*/
.gallery #gNavi .navs li:nth-child(3) a {
	color: #fff;
	background-color: #000;
}

.galleryBox {
	margin-top: 60px;
}

.galleryBox .tab {
	padding-left: 6px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.galleryBox .tab li {
	margin-left: -6px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	transition: background .8s ease;
	background-color: #f1f4f7;
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
}

.galleryBox .tab .active,
.galleryBox .tab li:hover {
	font-weight: bold;
	background-color: #fff;
}



.galleryBox .tab li:before {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
	content: "";
	transition: background .8s ease;
	background-color: #ccc;
}

.galleryBox .tab .active:before {
	background-color: #fff;
}

.galleryBox .tab li:last-child {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.galleryBox .tab a {
	padding: 16px 38px 13px 41px;
	min-width: 220px;
	display: block;
	letter-spacing: .5px;
}

.galleryList {
	margin: 52px auto 100px;
	width: 975px;
}

.galleryList .area {
	margin-top: 7px;
	float: left;
	font-size: 13px;
	font-weight: bold;
}

.galleryList .area select {
	margin-left: 7px;
	font-size: 12px;
}

.galleryList .btn {
	float: right;
}

.galleryList .btn a {
	padding: 9px 6px 9px 7px;
	margin-left: 15px;
	display: inline-block;
	min-width: 150px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	transition: color .8s ease, background .8s ease, border .8s ease;
	text-align: center;
	background-color: #cdd5dd;
	border: 1px solid #cdd5dd;
}

.galleryList .btn a.preview {
	background-color: #fff;
	border: 1px solid #000;
}

.galleryList .btn a.preview:hover {
	color: #fff;
	background-color: #000;
}

.galleryList .btn a.save:hover {
	background-color: #f1f4f7;
	border: 1px solid #f1f4f7;
}

.galleryList .msg {
	margin-top: 47px;
	font-size: 12px;
	text-align: right;
	color: #666;
	letter-spacing: -.4px;
}

.galleryList ul {
	margin-top: 16px;
	padding: 0 60px 0 86px;
	width: 100%;
	box-sizing: border-box;
}

.galleryList ul.second {
	margin-top: 61px;
	border-bottom: none;
}

.galleryList li {
	margin: 0 101px 62px 0;
	width: 207px;
	float: left;
}

.galleryList li:nth-child(9n+1),
.galleryList li:nth-child(9n+2),
.galleryList li:nth-child(9n+3) {
	margin-top: 60px;
	position: relative;
}

.galleryList li:nth-child(9n+1):before {
	width: 975px;
	height: 1px;
	content: "";
	position: absolute;
	top: -61px;
	left: -86px;
	background: #ccc;
}

.galleryList li:nth-child(1),
.galleryList li:nth-child(2),
.galleryList li:nth-child(3) {
	margin-top: 0px;
}

.galleryList li:nth-child(1):before,
.galleryList li:nth-child(2):before,
.galleryList li:nth-child(3):before {
	display: none;
}


.galleryList li:nth-child(3n) {
	margin-right: 0;
}

.galleryList li .changePhoto {
	width: 100%;
}

.galleryList li .pic {
	width: 150px;
	height: 150px;
	position: relative;
	background-color: #999;
}

.galleryList .pic img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.galleryList .pic.vertical img {
	width: auto;
	height:100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


@media all and (-ms-high-contrast: none) {
	
	.galleryList .pic.vertical img {
		height: 150px;
	}
	
	.galleryList li .photoType .choice {
		padding-top: 2px;
		line-height: 1.5;
	}
}

.galleryList li .operation {
	margin-top: 16px;
}

.galleryList .operation .county {
	margin-top: 3px;
	font-size: 10.5px;
}

.galleryList .operation .picType {
	margin: 9px 0 6px;
	font-size: 13px;
	font-weight: bold;
	color: #999;
}

.galleryList li .operation select {
	margin-right: 10px;
	font-size: 12px;
}

.galleryList li .operation p a {
	padding: 2px 12px;
	margin-left: 12px;
	display: inline-block;
	font-size: 10.5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 1px 1px #d9d9d9;
}

.galleryList .operation .delete {
	margin-left: 5px;
	font-size: 11px;
}

.galleryList .operation .delete input {
	vertical-align: middle;
}

.galleryList .saveBox.btn {
	margin-top: -9px;
}

.galleryList .saveBox {
	float: right;
	margin: 0;
}

.galleryInsert.infoBox {
	margin-bottom: 0;
}

.galleryInsert .infoTable span.error {
	margin-top: -5px;
}

.galleryInsert .infoTable tr:nth-child(4) .radioList {
	margin-bottom: 20px;
}

.galleryInsert .publicFrom {
	margin-top: 54px;
}

.galleryInsert .selects select {
	width: 165px;
}

.galleryInsert .publicFrom .check {
	margin-top: 20px;
}

.galleryInsert.infoBox .photoImg {
	padding-top: 14px;
	vertical-align: top;
}

.galleryInsert.infoBox .photoNote {
	padding: 5px 0 20px;
	font-size: 12px;
	color: #666666;
}

.galleryInsert .linkBtn {
	margin-top: 28px;
}

.staffInsert .outline .msg {
	margin: 0;
	padding-top: 5px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

.staffInsert .callDetails dt {
	width: 93px;
}

.staffInsert .callDetails dd {
	padding-left: 93px;
}

.staffInsert .callDetails textarea {
	height: 135px;
}


/*------------------------------------------------------------
	track_list
------------------------------------------------------------*/
.track_list #gNavi .navs li:nth-child(2) a {
	color: #fff;
	background-color: #000;
}

.apartment {
	margin: 48px auto 100px;
	width: 975px;
}

.titleInfo {
	margin-bottom: 16px;
	color: #666;
	font-size: 12px;
	text-align: right;
	letter-spacing: -.4px;
}

.titleInfo span {
	padding-left: 249px;
	display: block;
	text-align: left;
}


.apartmentUl li {
	padding: 21px 25px 19px;
	font-size: 13px;
	background: url(../img/bg_insert.png) repeat-x left bottom;
}

.apartmentUl .subtitle {
	padding: 0;
	border: none;
	background: #f1f4f7;
}

.subtitle p {
	margin-right: 40px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
}

.subtitle .firstSubtitle {
	margin-right: 140px;
	width: 580px;
}

.track {
	float: left;
}

.track p {
	margin: 25px 38px 0;
	float: left;
	font-weight: bold;
}

.trackImg {
	width: 206px;
	float: left;
}

.trackImg img {
	width: 100%;
}

.editBox {
	margin: 22px 0;	
	float: right;
}

.editBox select,
.custmerFrom select,
.publicTable select {
	padding-right: 6px;
	margin-right: 35px;
	font-size: 12px;
}

.editBox button,
.custmerFrom button {
	margin-right: 12px;
	padding: 1px 12px;
	cursor: pointer;
	font-size: 11px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 1px #d9d9d9;
	background-color: transparent;
}

.dele input {
	margin-top: 1px;
	vertical-align: middle;
}

.editBox label {
	font-size: 12px;
}

.saveBox {
	margin: 50px 0 0;
	text-align: right;
}

/*------------------------------------------------------------
	track_insert
------------------------------------------------------------*/

.publicReturn {
	float: right;
}

.publicReturn a {
	padding-left: 14px;
	display: block;
	font-size: 13px;
	line-height: 40px;
}

.publicReturn svg,
.pages svg {
	width: 20px;
	height: 42px;
	transform: scale(0.4);
	float: left;
	fill: #000;
}

.publicReturn:hover a {
	color: #999;
}

.publicReturn:hover svg {
	fill: #999;
}

.publicFrom {
	margin: 75px auto 100px;
	width: 771px;
}

.publicTable{
	width: 100%;
	border-collapse: collapse;
}

.publicTable tr {
	box-sizing: border-box;
	background: url(../img/bg_insert.png) repeat-x left bottom;
}

.publicTable tr:last-child,
.publicTable tr:last-child th {
	background-image: none;
}

.publicTable td {
	padding: 26px 0 25px 42px;
	font-size: 13px;
}

.publicTable th {
	padding: 27px 14px 24px;
	box-sizing: border-box;
	width: 150px;
	z-index: -1;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
	background: #f1f4f7 url(../img/bg_insert.png) repeat-x left bottom;
}

.publicTable span {
	color: #990000;
	font-weight: normal;
}

.publicTable label {
    margin-right: 25px;
	}

.publicTable label input {
	margin: -2px 11px 0 0px;
	vertical-align: middle;
}

.publicTable label span {
    color: #000;
}

.publicTable dt {
	float: left;
}

.publicTable dd:last-child {
	padding-bottom: 0;
}

.outline dt {
	padding: 8px 0;
	width: 93px;
}

.photo .msg {
	padding-top: 10px;
}

.publicTable dd {
	padding: 0 0 20px 93px;
	width: 100%;
	box-sizing: border-box;
	color: #666666;
	font-size: 12px;
}

.publicTable dd input[type="file"] {
	margin-bottom: 10px;
}

.facePhoto dt {
	padding: 8px 0;
}

.outline p:first-child {
	margin-top: 1px;
}

.outline p {
	margin: 34px 0 16px;
	font-weight: bold;
}

.linkBtn {
	margin: 50px 0 0;
	text-align: center;
}

.linkBtn .whiteBtn {
	margin: 0;
}

/*------------------------------------------------------------
	rec_list
------------------------------------------------------------*/
.rec_list #gNavi .navs li:nth-child(5) a {
	color: #fff;
	background-color: #000;
}

.recUl li {
	padding: 21px 25px 7px;
}

.recUl .track p {
	margin-top: 18px;
	letter-spacing: -1px;
}

.recUl .editBox {
    margin: 14px 0 30px;
    float: right;
}

/*------------------------------------------------------------
	rec_insert
------------------------------------------------------------*/

.callDetails dt {
	width: 155px;
}

.callDetails dd {
	padding-left: 155px;
}

.publicTable .jobInterview p {
	margin-top: 11px;
	padding-left: 14px;
	color: #666;
	font-size: 12px;
	text-indent: -12px;
	line-height: 1.4;
	font-weight: normal;
}

textarea.recBase {
	height: 145px;
}

/*------------------------------------------------------------
	info
------------------------------------------------------------*/
.info #gNavi .navs li:nth-child(1) a {
	color: #fff;
	background-color: #000;
}

.infoBox {
	margin: 0 auto 60px;
	width: 975px;
}

.infoFrom {
	margin: 20px auto 81px;
}

.infoTable {
	margin: 0 auto;
	width: 774px;
}

.infoTable th,
.infoTable td {
	padding: 15px 0;
}

.infoTable span.error {
	margin-top: -25px;
	position: absolute;
	color: #900;
}

.infoTable th {
	width: 133px;
	font-weight: bold;
	font-size: 15px;
}

.infoTable th span {
	color: #990000;
}

.infoTable td.pt0 {
	padding-top: 0;	
}

.infoTable .pt0 .radioList label {
	margin-right: 20px;
}

.infoTable .infoYearTr th {
	padding-top: 28px;
	vertical-align: top;
}

.infoYear {
	padding-top: 6px;
}

.infoYear span {
	margin: 0 19px 0 9px;
	font-size: 12px;
	color: #000;
}

.infoYear input {
	max-width: 90px;
}

.infoTime {
	margin-left: 24px;
	display: inline-block;
}

.infoTime input {
	max-width: 60px;
}

.infoTime span {
	margin: 0;
}

.infoTable .pInfoMsg {
	margin-top: 8px;
	padding-left: 12px;
	font-size: 12px;
	color: #666;
	text-indent: -12px;
	line-height: 1.5;
}

.infoTable .radioList label {
	margin-right: 40px;
}

.infoTable .radioList input {
	margin: 0 12px 0 0;
}

.infoTable .infoSame {
	padding: 0 137px;
}

.infoTable .infoSame {
	margin-right: 19px;
}

.infoFrom .linkBtn {
	margin: 33px 0 0 0;
}

.infoFrom .linkBtn .blackBtn {
	margin: 0;
}

.information {
	padding: 76px 0 10px;
	text-align: center;
	border-top: 1px solid #000;
}

.pages {
	padding: 0;
	display: inline-block;
}

.pages svg {
	fill: #1c1c1c;
}

.pages .prev span,
.pages .prev a {
	margin: -8px 0 0 -74px;
}

.pages1 {
	padding-left: 25px;
}

.pages .next a {
	position: absolute;
	margin: -9px 0 0 7px;
}

.pages1 .prev {
	opacity: .5;
}

.pages li {
	float: left;
	position: relative;
	text-align: center;
	font-size: 15px;
}

.pages a:hover svg {
	fill: #999;
}

.pages span,
.pages a,
.pages .dots {
	padding: 0px;
	display: inline-block;
	min-width: 29px;
	color: #666;
	font-family: 'Roboto', sans-serif;
}

.pages .dots {
	margin-top: 5px;
	font-size: 10px;
}

.pages .next {
	position: relative;
	padding-left: 30px;
}

.cur span,
.pages a:hover {
	font-weight: bold;
	color: #000;
}

.info .infoList {
	margin: 0;
}

.info .infoList tr th:nth-child(2),
.info .infoList tr td:nth-child(2) {
    padding: 0 44px 0 38px;
	line-height: normal;
    box-sizing: border-box;
}

.info .infoList tr td:nth-child(2) {
	padding: 19px 44px 18px 38px;
}

.info .infoList tr td {
	padding: 19px 0 18px;
	line-height: normal;
	vertical-align: top;
}

.info .infoList tr td:first-child {
	padding: 19px 0 18px 24px;
	letter-spacing: 1.5px;
}

.bottomPages {
	padding: 48px 0 0;
	border: none;
}

/*.info .infoList button:last-child {
	margin-right: 0;
}*/

/*------------------------------------------------------------
	custmer_list
------------------------------------------------------------*/
.custmer_list #gNavi .navs li:nth-child(6) a {
	color: #fff;
	background-color: #000;
}

.pageTitle .download {
	margin: 8px 19px;
	padding: 0 8px;
	display: inline-block;
	font-size: 12px;
	color: #000;
	letter-spacing: .2px;
	font-weight: normal;
	vertical-align: top;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

.custmerBox {
	margin: 65px auto 100px;
	width: 975px;
}

.titleFrom {
	padding-right: 20px;
}

.titleFrom .pages {
	padding-top: 4px;
	float: right;
}

.titleFrom label {
	font-size: 13px;
	font-weight: bold;
}

.titleFrom .selectBox {
	margin-top: 3px;
	display: inline-block;
}

.titleFrom select {
	margin: 0 5px 0 10px;
	font-size: 13px;
}

.titleFrom .pageBox {
    display: inline-block;
    float: right;
}

.titleFrom .search {
    margin-right: 62px;
    display: inline-block;
    position: relative;
}

.titleFrom .search input {
	padding: 4px 5px;
	width: 162px;	
	height: 20px;
	line-height: 20px;
	border: 1px solid #c4c9cf;
}

.titleFrom .searchBtn {
	margin-top: -14px;
	display: block;
	position: absolute;
	right: 1px;
	top: 50%;
}

.custmerFrom {
	margin: 37px 0 50px;	
}

.person {
	padding-top: 15px;
	position: relative;
	top: -7px;
	cursor: default;
	display: inline-block;
}

.personinfo {
	padding: 15px 18px;
	width: 323px;
	display: none;
	position: absolute;
	bottom: 34px;
	left: -9px;
	box-sizing: border-box;
	font-size: 13px;
	border: 1px solid #cccccc;
	background: #fff;
}

.personinfo:before,
.personinfo:after{
	width: 0;
	height: 0;
	content: " ";
	position: absolute;
	top: 100%;
	left: 29px;
	pointer-events: none;
	border: 7px solid transparent;
}

.personinfo:before{
	left: 28px;
	border-top-width: 9px;
	border-top-color: #ccc; 
}

.personinfo:after{
	border-width: 6px;
	border-top-width: 7px;
	border-top-color: #fff;
}

.personinfo p {
	margin-bottom: 9px;
	font-weight: bold;
}

.person:hover .personinfo {
	display: block;
}

.custmerList {
	width: 100%;
	border-collapse: collapse;
}

.custmerList th {
	text-align: left;
}

.custmerList tr {
	background: url(../img/bg_insert.png) repeat-x left bottom;
}

.custmerList tr:first-child {
	font-size: 13px;
	font-weight: bold;
	line-height: 45px;
	border: none;
	background: #f1f4f7;	
}

.custmerList tr th:first-child {
	padding: 0 0 0 24px;
	box-sizing: border-box;
}

.custmerList tr td:first-child {
	padding: 20px 0 20px 24px;
	box-sizing: border-box;
}

.custmerFrom select {
	padding-right: 0;
}

/*------------------------------------------------------------
	custmer_insert
------------------------------------------------------------*/

.custmer_list .publicFrom {
    margin: 57px auto 100px;
}

.curId {
    margin-bottom: 27px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}

.infoYear dd {
	padding-left: 0;
}

.custmerInsert th {
	padding: 27px 14px 25px;
}

.custmerInsert td {
	padding: 27px 0 27px 42px;
}

.custmerInsert .prefecture_id {
	margin-bottom: 19px;
}

.custmerInsert td textarea {
	height: 135px;
}

.curstmerYear td {
	padding: 32px 0 30px 42px;
}

.curstmerYear .infoYear {
	padding-top: 0;
}

.custmerInsert tr:nth-last-child(-n+2) th {
	vertical-align: top;
}

.zipCode input {
	float: left;
}

.infoYear .wire {
	margin: 0;
	width: 32px;
	height: 35px;
	display: block;
	float: left;
	position: relative;
}

.wire:before {
	width: 12px;
	height: 1px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	background: #000;
}

.infoYear .tel {
	max-width: 120px;
}

.custmerLink .base {
	margin: 0;
}

/*------------------------------------------------------------
	rec_grally
------------------------------------------------------------*/
.recGrallyList {
	margin-top: 46px;
}

.recGrallyList li {
	margin: 75px 82px 0 0;
	width: 270px;
	float: left;
}

.recGrallyList li:nth-child(3n) {
	margin-right: 0;
}

.recGrallyList li:nth-child(-n+3) {
	margin-top: 0;
}

.recImg img {
	width: 100%;
}

.recInfo {
	width: 270px;
	margin-top: 19px;
	font-size: 11px;
}

.recInfo label {
	float: right;
}

.recInfo label input {
	vertical-align: -2px;
}

.rec_file {
    padding: 4px 5px;
    height: 10px;
    line-height: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
	vertical-align: middle;
	box-shadow: 0 1px 1px #d9d9d9;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

.rec_file input {
	width: 100%;
	height: 100%;
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.recGrallyList a.delete {
	padding: 4px 11px;
	height: 10px;
	float: right;
	line-height: 10px;
	box-shadow: 0 1px 1px #d9d9d9;
	border-radius: 5px;
	border: 1px solid #ccc;
}

/*------------------------------------------------------------
	rec_grally_02
------------------------------------------------------------*/

.recImg {
	height: 202px;
	background: #f7f8fa;
}

.recInfo span {
	vertical-align: middle;
}





