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

/***********************************************************************

__ トップページ

***********************************************************************/

/*----------------------------------------------------------------------
	#mainimg
----------------------------------------------------------------------*/

#mainimg p {
	height:320px;
	width:760px;
}

#mainimg ul {
	height:155px;
	overflow:hidden;
}

#mainimg ul li {
	background-image:none;
	float:left;
	margin:0;
	margin-left:13px;
	padding-left:0;
}

#mainimg ul li.set-margin-left-0 {
	margin-left:0;
}

/*----------------------------------------------------------------------
	#toipcs
----------------------------------------------------------------------*/

#topics {
	float:left;
	width:530px;
}

#topics h2 {
	background:url(../../img/top/bg_ttl_h2.gif) no-repeat 0 0 !important;
}

#topics .list-arrow {
	border-bottom:1px #ccc dashed;
	margin-top:10px;
	padding-bottom:10px;
}

#topics .list-arrow dt,
#topics .list-arrow dd {
	margin-left:10px;
}

/*----------------------------------------------------------------------
	#banner
----------------------------------------------------------------------*/

#banner {
	float:right;
	margin-top:5px;
	width:200px;
}

#banner li {
	background-image:none;
	margin:0;
	margin-top:10px;
	padding-left:0;
}

#banner li:nth-child(2) {
	display:none;
}

/*----------------------------------------------------------------------
	#list-use
----------------------------------------------------------------------*/

#list-use {
	float:right;
	width:200px;
}

#list-use li {
	background:url(../../img/common/contents/icon_arrow.gif) no-repeat 5px 0.45em;
	padding-left:18px;
}
/*----------------------------------------------------------------------
	#button
----------------------------------------------------------------------*/

.contact-button {
	margin-top: 5px;
	text-align: center;
}
.contact-button a {
	font-size: 95%;
    background-color: #0064D2;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
}</pre></body></html>