@charset "UTF-8";
/*
 1.Basic Elements
 2.Generic Classes
 3.Basic Layout
 4.Content
*/
/***********************************************************
 1.Basic Elements
***********************************************************/
.collapsing {
	transition: height 0.15s ease;
}
.form-check-label {
	cursor: pointer;
}
.input-padding {
	margin: 0;
	padding: calc(.375rem + 1px);
}
#table-list td.td-date {
	background-color: #dee2e6;
	border: none;
	color: #666;
	font-weight: bold;
	font-size: .8rem;
	padding: 5px 10px;
}
#footer {
  color: #808080;
  font-size: .7rem;
  margin-top: 45px;
  text-align: center;
}
#footer a {
 color: #808080;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/* Color */
.warning {
	color: #d73038;
}

.highlight {
	background-color: #ffffaf;
}
.w60 {
	width: 60px !important;
}
.w100 {
	width: 100px !important;
}
label {
	white-space: nowrap;
}
.navbar {
	background-color: #242939!important;
}
.navbar .navbar-nav .nav-item .nav-link,
.navbar .navbar-nav .nav-link {
	color: #989eb3;
}
.navbar .navbar-nav .nav-link:hover {
	background-color: #1f2433;
	color: #fff;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link.active {
	background-color: #1f2433;
	color: #fff;
}
.dropdown-item .far,
.dropdown-item .fas {
	width: 16px;	
}
.navbar-brand {
	padding-top: 4px;
	padding-bottom: 4px;
}
.btn {
	border-radius: 2px;
}
.btn-admin {
	background-color: #5d78ff;
	border-color: #5d78ff;
	border-radius: 2px;
	color: #fff;
}
.btn-admin:hover {
	background-color: #2a4eff;
	border-color: #1d43ff;
	color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f1f2f7;
}
.table thead th {
	border-bottom: 2px solid #eaebf1;
}
.alert.message {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: .8;
	padding: 10px 30px;
	z-index: 2000;
}
img.coach {
	margin-right: 5px;
	width: 20px;
}
body {
	font-size: .875rem;
}
a {
	color: #337ab7;
}
th {
	font-size:11px;
	color: #666;
}
.table td {
	vertical-align: middle;
}
.nav>li>a {
	padding: 10px;
}
.page-link {
	color: #93a2dd;
}
.page-item.active .page-link {
	background-color:  #5d78ff;
	border-color: #5d78ff;
}
.container {
	padding: 50px 0 30px;
}
.container-fluid {
	padding: 50px 60px 30px;
}
.progress-title {
	color: #999;
	font-size: 14px;
	line-height: 1.6;
}
.input-group.zip {
	margin-bottom: 5px;
	width: 150px;
}
.form-actions .form-inline {
	margin: 0;	
	display: initial;
	text-align: right;
}
.form-check-input {
	margin-top: .25rem;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-header {
	padding: .25rem 1rem;
}
.dropdown-menu {
	border-radius: 2px;
	font-size: .75rem;	
	margin-top: -1px;
}
.dropdown-menu.dropdown-right {
	right: 0;
	left: auto;
}
.dropdown-item img {
	margin-right: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .75rem;
		padding-left: .75rem;
}
.note {
	color: #808080;
	font-size: .75rem;
}
.note-danger {
	color: #d44950;
	font-size: .7rem;
	padding-left: 22px;
}
th.no {
	width: 50px;
}
.navToggle {
	display: block;
	position: absolute;
	right: 10px;
	top: -2px;
	width: 42px;
	height: 51px;
	cursor: pointer;
	z-index: 301;
	text-align: center;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 24px;
	border-bottom: solid 2px #fff;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 20px;
}
.navToggle span:nth-child(2) {
	top: 29px;
}
.navToggle span:nth-child(3) {
	top: 38px;
}
.navToggle.active span:nth-child(1) {
	top: 28px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 28px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*  */
.navToggle {
	display: block;
	position: absolute;
	right: 10px;
	top: -4px;
	width: 42px;
	height: 51px;
	cursor: pointer;
	text-align: center;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 25px;
	border-bottom: solid 2px #fff;
	-webkit-transition: .20s ease-in-out;
	-moz-transition: .20s ease-in-out;
	transition: .20s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 22px;
}
.navToggle span:nth-child(2) {
	top: 31px;
}
.navToggle span:nth-child(3) {
	top: 40px;
}
.navToggle.active span:nth-child(1) {
	top: 30px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}


.navbar-nav>li.settings {
	margin: -5px 0;
}
.navbar-nav>li.settings>a {
	padding-top: 7px;
	padding-bottom: 7px;
}
.navbar-nav>li>a img.login-user {
	cursor: pointer;
	width: 24px;
	padding: 1px;
	margin: 0 7px 0 0;
	vertical-align: -7px;
}
table.details {
	margin: 10px 0;
}
table.details th {
	font-size:13px;
	color: #333;
	width: 120px;
	white-space: nowrap;
}
img.user {
	margin-right: 10px;
	width: 20px;
}
.w70 {
	width: 80px;
}
.w90 {
	width: 90px;
}
.w150 {
	width: 150px;
}
.mt30 {
	margin-top: 30px !important;
}
/* デコレーションボタン */
.btn-decoration {
	font-size: 11px;
	line-height: 1;
	padding: 3px 10px;
}
.btn-decoration-area {
	margin-bottom: 5px;
}
footer {
	color: #666;
	font-size: 12px;
}

/* ページトップリンク */
#scrollUp {
	width: 58px;
	height: 58px;
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	background: #242939;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	text-align: center;
	padding: 18px 0 0 2px;
	opacity: 0.5;
	z-index: 1200;
}
#scrollUp:hover {
	opacity: 0.9;
}
#scrollUp i {
	font-size: 20px;
}
@media (max-width: 991px) {
	.container-fluid {
		padding: 68px 15px 30px;
	}
	.navbar-nav>li.settings>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-expand-lg .navbar-nav .nav-link,
	.navbar-nav .dropdown-menu,
	.navbar-nav .dropdown-item {
		background-color: #242939!important;
		color: #fff;
		font-size: 14px;
	}
	.dropdown-divider {
		border-top: 1px dotted #495057;
	}
	.navbar-nav .dropdown-menu {
		border: none;
	}
	.nav-link i {
		text-align: center;
		width: 24px;
	}
	.table-container {
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-container th {
		white-space: nowrap;
	}
	.form-control-sm {
		font-size: 16px;
	}
	.sp-mt10 {
		margin-top: 10px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#btn-print {display: none;}
}
@media print{
	#btn-print {display: none;}
}
/***********************************************************
 2.Generic Classes
***********************************************************/
#logo {
	height: 24px;
}

h1#logo {
	font-size: 36px;
	color: #333;
	margin-bottom: 5px;
}
h1.page-header {
	font-size: 1.4rem;
	padding-bottom: 9px;
	margin: 10px 0;
	border-bottom: 1px solid #666;
}
h1.page-header small {
	font-size: 60%;
	line-height: 2;
}
h1.page-header span.releasedate{
	color: #808080;
	font-size: 14px;
}
p.explanation {
	margin: 0 0 15px;
}
.btn-mini {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.dropdown-menu img {
	margin-right: 5px;
}
.form-responsive {
	width: 100%;
}
.navbar-form  .form-group,
.form-inline .form-group {
	margin: 0 5px 0 0;
}
.has-feedback .form-control {
	padding-right: 5px;
}
.form-inline {
	margin-bottom: 5px;
}
.form-inline badge {
	font-size: 90%;
	padding-right: 5px;
	text-align: right;
	width: 72px;
}
.form-actions {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 10px 0;
}
.mt10 {
	margin-top: 10px !important;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #333;
}
.navbar-default .navbar-nav>li>a {
	font-weight: 500;
}
.flag-color {
	color: #f66100;
}
.form-control::-moz-placeholder {
	color: #c0c0c0;
}
.form-control:-ms-input-placeholder {
	color: #c0c0c0;
}
.form-control::-webkit-input-placeholder {
	color: #c0c0c0;
}
.mt5 {
	margin-top: 5px;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.navbar-brand {
	font-size: 1.1rem;
	height: 38px;
}
.dropdown-item {
	padding: .25rem .5rem;
}
a.navbar-brand {
	color: #fff !important;
	opacity: .9;
}
a.navbar-brand:hover {
	color: #fff !important;
	opacity: 1;
}
.navbar-form {
	padding: 0;
	margin: 0;
}
.navbar {
	padding: 0 1rem;
}
.navbar .badge.badge-danger,
.navbar .badge.badge-success {
	font-size:9px;font-weight: normal;
	padding: .1em .4em .2em;
	vertical-align: 2px;
}
.neccesary {
	font-size: 75%;
	font-weight: normal;
	padding: 1px 5px;
	margin-left: 10px;
	background-color: #a9a9a9;
}
.checkbox {
	margin-top: 0;
}
.checkbox badge {
	margin: 0 0 5px 0;
}

.form-edit .checkbox badge{
	margin: 0 15px 5px 0;
}
.badge {
	font-size: .7rem;
	font-weight: normal;
	border-radius: 2px;
	padding: 2px 5px;
}
.badge-group {
	border-radius: 10px;
	background-color: #1e8cbe;
	color: #fff;
	margin-right: 5px;
	width: 60px;
}
.badge-pair,
.badge-private {
	border-radius: 10px;
	background-color: #57b95b;
	color: #fff;
	margin-right: 5px;
	width: 60px;
}
.badge-takaraduka {
	border-radius: 10px;
	background-color: #fc8c3a;
	color: #fff;
	margin-right: 5px;
	width: 60px;
}
.badge.badge-admin {
	border: 1px solid #808080;
	font-size: 10px;
	margin-left: 5px;
}
.panel {
	margin-bottom: 15px;
}
.panel-body {
	padding: 10px;
}
.form-signin {
	width: 240px;
	margin: 60px 0 120px;
}
p.explaination {
	margin: 15px 0;
}
.form-edit .pid {
	width: 120px;
}
.form-edit .coordinate {
	width: 90px;
}
.form-edit td {
	padding: 0 5px 5px 0;
}
td .meaning {
	padding-top: 4px;
	font-size: 13px;
	line-height: 1.3;
}
td .meaning img{
	width: 120px;
	margin: 0 5px 5px;
	float: left;
}
td.status .badge {
	font-size:11px;
	font-weight: normal;
	margin: 5px 0;
}

td.item .caption {
	margin-top: 4px;
}
td.item .explain {
	margin-top: 4px;
	color: #808080;
}
td img.item-tn {
	border:1px solid #c0c0c0;
}
td .item-name a {
	font-weight: bold;
}
.modal-dialog {
	max-width: 590px;
}

/* Icon */
.icon-trash {
	float:right;
	margin:2px;
}
.icon-trash a {
	color: #808080;
}
.icon-trash a:hover {
	color: #333;
}
.icon-zoom {
	height: 10px;
	width: 10px;
	vertical-align: -1px;
}

.navbar .fas:not('.navbar-toggler') {
	font-size: .8rem;
}
.navbar-light .navbar-toggler {
	color: #fff;
}
.fa-external-link-square-alt {
	color: #808080;
	font-size: .8rem;
}
.img-detail {
	font-size: 11px;
	color: #808080;
	padding: 5px 2px;
}
ul.pagination {
	margin: 0;
}
.updateby {
	font-size: .75rem;
}
.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .8rem;
	line-height: 1.2;
}

.count-data {
	font-size: 13px;
}
.glyphicon-new-window:before {
	font-size: 85%;
	color: #a9a9a9;
}

#table-list {
	margin: 15px 0;
}
#table-list th {
	white-space: nowrap;
}
#table-list .english {
	 color:#808080;
	 font-size: 12px;
	 line-height: 1.1;
}
#table-list .update {
	line-height: 1.4;
	font-size: 12px;
	white-space: nowrap;
}
.listbtn {
	font-size: 12px;
	margin: 0;
	padding: 2px 6px;
	text-align: center;
	line-height: 1;
	border-radius: 2px;
}
#table-list th,
#table-list td {
	padding: 5px 10px;
	vertical-align: middle;
}
#table-list td {
	 line-height: 1.3;
}
#table-list td.shortcode {
	font-size: .7rem;
}

/* Edit */
#flagcount {
	font-size: 12px;
}
#edit hr {
	border-top: 1px solid #cccccc;
	margin-top: 45px;
}
#edit .form-group.mb0 {
	margin-bottom: 5px;
}
#edit .help-block {
	margin: 2px 0 0;
}

ul#tag {
	margin: 0;
}
.navbar h1#logo {
	font-size: 16px;
	color: #333;
	margin: 8px 10px 0 0;
	text-shadow: 2px 1px 2px rgba(0,0,0,0.3);
	padding: 0;
}
#edit .comment {
	border: 1px solid #dcdcdc;
	background-color: #f5f5f5;
	margin: 5px 0 15px;
	padding: 15px 15px 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	min-height: 80px;
}
#edit .comment p {
	overflow:auto; zoom:1;
}

#edit .comment img {
	float: left;
	margin-right: 15px;
	border-radius: 48px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
}
#edit span.post-date {
	color: #a9a9a9;
	font-size: 12px;
	font-style: italic;
	margin-left: 15px;
	white-space: nowrap;
}
.form-group .ta-sentence {
	margin-left:0;
	margin-right:0;
}
@media (max-width: 991px) {
	.form-actions {
		padding: 0;
		background-color: #fff;
		border: none;
		margin: 5px 0 0;
	}
	h1.page-header {
		font-size: 1rem;
	}
	#logo {
		height: 30px;
	}
	.navbar {
		padding: 10px;
	}
}
/***********************************************************
 4.Content
***********************************************************/
/* Login */
body#login #signin {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#login .container {
	padding: 0 30px;
}
#login #logo {
	margin-top: 15px;
	width: 129px;
	height: 50px;
}
#login #admin {
	color: #242939;
	font-size: .8.5rem;
	font-weight: bold;
	margin: 5px 0;
}
#login #version {
 margin: 10px 0 30px;
}
#version {
	margin: -10px 0 50px;
	color: #646778;
	font-size: 12px;
}
/***********************************************************
 4.Content - ベストショット
***********************************************************/
#bestshot-row {
	margin: 15px -5px;
}
#bestshot-row .col-4,
#bestshot-row .col-md-2 {
	padding: 5px;
	font-size: 9px;
	text-align: center;
}
#bestshot-row .card {
	box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, .05);
}
#bestshot-row .card-body {
	padding: 0;
}
#bestshot-row a {
	color: #333;
	text-decoration: none;
}
#bestshot-row .card-body:hover:after{
	content:'編集する';
	cursor: pointer;
	display:block;
	position:absolute;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	text-align:center;
	padding-top: 110px;
	font-size: 14px;
	border-radius: 3px;
	background-color: rgba(93, 120, 255, .8);
}
#bestshot-row img {
	border-top-right-radius: .2rem;
	border-top-left-radius: .2rem;
	margin-bottom: 5px;
	width: 100%;
}

#bestshot-row p.card-text {
	margin-bottom: 5px;
	min-height: 80px;
	padding: 0 5px;
}
@media (max-width: 548px) {
	#bestshot-row .col-3 {
		padding: 2.5px;
	}
}
/***********************************************************
 4.Content - ベストショット編集
***********************************************************/
#bestshot-edit h1.page-header {
	margin-bottom: 30px;	
}
#bestshot-edit .image-area {
	width: 240px;
}
#bestshot-edit .image-area img {
	width: 100%;
}
@media (max-width: 548px) {
	#bestshot-edit h1.page-header {
		margin-bottom: 15px;	
	}
	#bestshot-edit .image-area {
		width: 100%;
	}
}
/***********************************************************
 4.Content - ダッシュボード
***********************************************************/
#dashborad .col-sm-6 {
	margin: 15px 0;
}
#dashborad .lesson-detail {
	font-size: .8rem;
}
#dashborad table#summary-pv {
	width: 100%;	
}
#dashborad table#summary-pv th {
	font-size: 13px;
	color: #333;
	line-height: 2;
	white-space: nowrap;
	width: 150px;
}
#dashborad .summary-icon {
	padding-left: 10px;
	text-align: center;
	width: 40px;	
}
#dashborad #followers {
	font-size: .7rem;
	margin-bottom: -10px;
	text-align: right;
}
#dashborad #followers img {
	margin-right: 2px;
	height: 16px;
	width: 16px;
	vertical-align: -4px;
}
@media (max-width: 991px) {
	#dashborad #followers {
		font-size: .85rem;
		margin-bottom: 10px;
		text-align: center;
	}
}
/***********************************************************
 4.Content - 予約一覧/エントリー一覧
***********************************************************/
i.btn-delete {
	cursor: pointer;
	opacity: .5;
}
i.btn-delete:hover {
	opacity: 1;
}
#bl-pagination .pagination {
	margin-top: -20px;
	text-align: center;
}
#table-list td.lesson {
	font-size: .8rem;
	width: 45%;
}
#table-list td.price {
	white-space: nowrap;
	width: 90px;
}
#table-list td.booking-time,
#table-list td.entry-time {
	text-align: center;
	white-space: nowrap;
	width: 120px;
}
#table-list td.lesson img.coach {
	margin-right: 4px;
	width: 18px;
	vertical-align: bottom;
}
#table-list td.lesson .entry-title,
#table-list td.lesson .lesson-title {
	font-weight: bold;
	font-size: .9rem;
	line-height: 1.2;
	padding: 2.5px 0 5px;
	white-space: nowrap;
}
#table-list td .contact {
	color: #666;
	font-size: .7rem;
	line-height: 1.6;
	white-space: nowrap;
}
#table-list td .contact .memo {
	white-space: normal;
}
#book-list .bid,
#entry-list .eid {
	color: #808080;
	font-size: .6rem;
	line-height: 2.4;
}
@media (max-width: 991px) {
	#bl-pagination .pagination {
		margin-top: 10px;
	}
	#book-list #btn-search {
		display: none;
	}
}
/***********************************************************
 3.Basic Layout
***********************************************************/
.navbar-light .navbar-brand {
  color: #fff;
}
.navbar-brand {
  font-size: 16px;
  line-height: 28px;
}
/***********************************************************
 4.Content - Dashboard
***********************************************************/
#next-lesson .btn-link {
	text-align: center;
	margin-top: 5px
}
#next-lesson .btn-link .btn-admin {
	font-size: .8rem;
	line-height: 1;
	padding: 4px 16px;
}
#next-lesson .card-body {
	padding: .75rem 1rem;
}
#next-lesson .title {
	font-size: .9rem;
	font-weight: bold;
	margin: 2px 0;
}
#next-lesson .caoch img {
	float: left;
	margin: 0 8px 5px 0;
}
#next-lesson .card {
	margin: 0;
}
#next-lesson .lesson-detail {
	color: #666;
	font-size: .75rem;
	line-height: 1.4;
}	
#columnchart_material {
	margin: 10px;
	width: 100%;
	height: 200px;
}
#dashborad .card {
	border-radius: 2px;
/* 	border: 1px solid #eaebf1; */
	border: 1px solid #ddd;
	margin: 15px 0;
}
.card-header {
	background-color: #f1f2f7;
	border-bottom: 1px solid #eaebf1;
	color: #48465b;
	font-weight: bold;
	padding: 5px 15px;
}
@media (max-width: 991px) {
	#dashborad {
		margin-top: 5px;
	}
	#dashborad .card {
		margin-top: 0;
	}
	#next-lesson .card {
		margin-bottom: 10px;
	}
	#dashborad .card-body,
	#next-lesson .card-body {
		padding: 10px;
	}
}
/***********************************************************
 4.Content - Knowledge System
***********************************************************/
.page-header {
	margin: 15px 0;
	border-bottom: 1px solid #c0c0c0;
}
.page-header h1{
	font-size: 22px;
	line-height: 1.4;
	margin: 0;
}
#editor-info {
	text-align:right;
	font-size:12px;
	color:#808080;
}
#editor-info ul{
	list-style-type: none;
}

#article {
	padding:0 30px 30px;
	line-height: 1.6;
}
#article ol,
#article ul {
	margin: 5px 0 5px -15px;
}
#article ol li {
	padding: 5px 0;
}
#article .heading {
	line-height:18px;
	font-size:18px;
	font-weight:bold;
	margin:10px 0 0 -10px;
}

#article p {
	padding-left: 10px;
	margin: 10px 0 0;
}
#article code {
	padding: 0;
}
#article .fas,
#article .far {
	width: 20px;
}
.highlight {
	font-weight:bold;
	background-color:#ffff66;
}
.small {
	font-size: 85%;
	padding: 2px;
}
.shadow {
	text-shadow: 0px 1px 1px #fff;
}
.list-icon {
	font-size:11px;
	color:#808080;
	margin-top:4px;
}
#article .caution,
#article .memo {
	font-size: 85%;
	color: #808080;
	padding: 2px;
}

@media (max-width: 991px) {
	.navbar-toggler {
		border: none;
		padding: 0;
	}
	.navbar-toggler-icon {
		width: 1em;
		height: 1em;
	}
	.container {
		padding: 60px 15px 30px;
	}
	.form-signin {
		width:100%;
		margin: 150px auto ;
	}
}

/***********************************************************
 4.Content - ログ
***********************************************************/
td.log-memo {
	color: #666;
	font-size: .5rem;
}
@media (max-width: 991px) {
	td.log-memo {
		white-space: nowrap;
	}
}
/***********************************************************
 4.Content - History
***********************************************************/
ul.history-list {
	font-size: .75rem;
	margin: 0 0 0 -25px;	
}
