<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==============================
	base.css
============================== */

/*
===== 蛻晄悄險ｭ螳� ===========================================
*/

body {
	color:#333;
	margin:0;
	padding:0;
}

p{
	margin:0 0 10px;
}
address{
	font-weight:normal;
}
a{
	text-decoration:underline;
	color:#1b1ea1;
	/*zoom:1;*/
}
a:hover{
	text-decoration:none;
	/*zoom:1;*/
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #fee957;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
    background-color: #64cbc2;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
}

/*-------------------------
繝ｪ繝ｳ繧ｯ
------------------------- */


/*
===== 繧ｯ繝ｪ繧｢繝上ャ繧ｯ ===========================================
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	zoom:100%;
}


/*
===== 繧ｯ繝ｪ繧｢繝懊ャ繧ｯ繧ｹ =========================================
*/

.clearbox {
	height: 0%;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	visibility: hidden;
}
</pre></body></html>