HEX
Server: Apache
System: Linux wp02.tdr-lab.com 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User: kusanagi (1001)
PHP: 7.4.23
Disabled: NONE
Upload Files
File: /home/kusanagi/lease-back.com/DocumentRoot/wp-content/themes/original/lp/lp.css
@charset "utf-8";
/*
Theme Name: リースバック支援センター
Theme URI:  
Description: リースバック支援センター
Version: 1.0
Author: monokus.jp

*/

/* BODY
---------------------------------------------*/

html {
	width: 100%;
	height: 100%;
}

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

img {
	vertical-align: 	bottom;
	border: 			none;
}

a, a:link, a:visited {
	color: 				#bf9004;
	text-decoration: 	none;
}

a:hover {
	color: 				#bf9004;
	font-weight: 		bold;
	text-decoration: 	underline;
}

strong {
	font-weight: 		bold;
}

p {
/*	padding: 			15px 20px 8px 20px; */
/*	padding: 			15px 0 8px;  */
	padding:			0;
}
address { 
	font-style:normal; 
}

.clear {clear: both;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.bold { font-weight: bold; }
.red { color: #f00; }

input[type*="button"], button { 
	cursor: pointer;
}

table {
	font-size:inherit;
	font:100%;
}

/* CLEARFIX
---------------------------------------------*/

.cl:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.cl{ display: inline-block; }

/* Hides from IE-mac \*/
* html .cl { height: 1%; }
.cl { display: block; }
/* End hide from IE-mac */

.footer_fixed {
	position:		fixed;
	left:		0;
	right:		0;
	bottom:		0;
	z-index:	999999;
}

/* VISIBILITY
---------------------------------------------*/
#viewport { visibility: hidden; } /* 後から必ずリセットされる前提 */

/*
.visible-pc { display: block; }
.visible-sp { display: block; }
*/
@media screen and (max-width:480px) { 
	.visible-pc { display: none !important; }
	.hidden-sp { display: none !important; }
}
@media screen and (min-width:481px) { 
	.visible-sp { display: none !important; }
	.hidden-pc { display: none !important; }
}