<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ========================================== 
	base.css
==========================================  */

body {
	margin: 0;
	padding: 0;
	font-size: 20px;
	*font-size: small;
	*font: x-small;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #545454;
	-webkit-text-size-adjust: 100% !important;
}

body * {
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

a {
	color: #545454;
	text-decoration: none;
}

img,
a img {
	border: none;
}

ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 
	header
==========================================  */
#headerWrap {
	height: 118px;
	background: url(../img/kichintostory/bg_kichintostory_head01.png) repeat-x center bottom;
	margin-bottom: 60px;
}

#header {
	width: 960px;
	margin: 0 auto 30px;
	padding-top: 30px;
}

#header h1 {
	float: left;
}

#header #btnHeader {
	float: right;
	display: block;
	width: 213px;
	height: 38px;
}
#header #navHeader {
	float: right;
	display: block;
	width: 200px;
	height: 38px;
	line-height: 38px;
	text-align: right;
	font-size: 60%;
}
#header #navHeader a:hover {
	text-decoration: underline;
}


/* 
	main
==========================================  */
#main {
	clear: both;
	margin: 0 auto 30px;
	font-family: 'HG正楷書体-PRO', serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 
	bnrAboutKichintofile
==========================================  */
.bnrAboutKichintofile {
	width: 960px;
	margin: 0 auto 60px;
}
.bnrAboutKichintofile a {
	display: block;
	width: 960px;
	height: 102px;
	background: url(../img/kichintostory/bnr_aboutfile.jpg) no-repeat left center;
}
.bnrAboutKichintofile a:hover {
	opacity: 0.8;
}
.bnrAboutKichintofile img {
	display: none;
}


/* 
	footer
==========================================  */
#footer {
	width: 960px;
	margin: 0 auto 30px;
}

#logoFooter {
	display: block;
/*	width: 396px;*/
	margin: 0 auto 30px;
	text-align: center;
}
#logoFooter li {
	display: inline-block;
	margin: 0 15px;
}

.pagetop {
	text-align: center;
	margin-bottom: 50px;
}

.copyright {
	text-align: center;
	font-size: 50%;
}




/* clearfix */
.clearfix:after,
.nav:after,
.section:after,
#mainfMenu:after,
#header:after,
#mainContents:after,
#main:after,
#footer:after,
#fNav:after {
    content: ""; 
    display: block; 
    clear: both;
}

.clearfix,
.nav,
.section,
#mainfMenu,
#header,
#mainContents,
#main,
#footer,
#fNav{
display: inline-table;
min-height: 1%;
}

/* Hides from IE-mac \*/
.clearfix,
.nav,
.section,
#mainfMenu,
#header,
#mainContents,
#main,
#footer,
#fNav{
display: block;
}
/* End hide from IE-mac *//

</pre></body></html>