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

body {
	-webkit-text-size-adjust: 100%;
	background-color: #000;
	text-align: center;
	color: #CCC;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #FC0;
}



#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	max-width: 900px;
}
#hdr_logo1 {
	text-align: right;
	padding-bottom: 16px;
}

#hdr_logo2 {
	text-align: center;
	padding-bottom: 40px;
}



.c-both {
	clear: both;
}





/* ナビ */
#navi {
	font-weight: normal;
	color: #FFF;
}


#navi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navi li {
	float: left;
	clear: right;
	padding: 0px 14px 20px 14px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}



/* ナビリンク色 */
#navi a:link {
	color: #999;
	text-decoration: none;
}
#navi a:visited {
	text-decoration: none;
	color: #999;
}
#navi a:hover {
	text-decoration: underline;
	color: #FFF;
}
#navi a:active {
	text-decoration: none;
	color: #FC0;
}




/* ホーム｜ボタン角丸画像 */
#btn {
}


#btn ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#btn li {
	float: left;
	clear: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	width: 290px;
}

#btn img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #000;
	margin-bottom: 6px;
}





/* スライド画像 */
#SLIDE {
	width: 100%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#SLIDE ul {
	margin: 0px;
	padding: 0px;
}

#SLIDE li {
	list-style-type: none;
	list-style-position: inside;
}

#SLIDE img {
	max-width: 900px; /* 最大幅 */
    min-width: 340px; /* 最小幅 */
	display:block;
	width:100%;
	height:auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
}
.msg {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #9CF;
	padding-bottom: 40px;
}
#footer {
	clear: both;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #999;
	padding-top: 40px;
	padding-bottom: 10px;
}
.ftrinfo {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #CCC;
	margin-bottom: 20px;
}

.title_main {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 80px;
	color: #FFF;
}




/* 業務実績 */
#gyomu {
}


#gyomu img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #000;
	margin-bottom: 6px;
}



.gyomubox {
	float: left;
	clear: right;
	padding: 0px 5px 50px 0px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	width: 32%;
}

.gyomubox ul {
	margin: 0px;
}

.gyomubox li {
	list-style-type: disc;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

.gyomu_midashi {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	background-color: #333;
	margin: 0px 5px 20px 5px;
	padding: 6px;
	border-radius: 10px;
}



/* 会社概要 */
#coinfo {
}

#coinfo ul {
	padding-left: 20px;
}

#coinfo li{
	margin-bottom: 10px;
}

#coinfo table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#coinfo th {
	background-color: #333;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	color: #CCC;
	padding: 6px;
	width: 20%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}

#coinfo td {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}





.read {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	color: #CCC;
	margin-bottom: 80px;
	text-align: left;
	margin-right: 30px;
	margin-left: 30px;
}

.read p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;	
}










@media screen and (max-width: 480px) {
	
.gyomubox {
	width: 48%;
}
	
#navi li {
	font-size: 17px;
	line-height: 17px;
	width: 25%;
}
	
	
}
	
	
	
	
	




@media screen and (max-width: 320px) {
	
.gyomubox {
	width: 100%;
}
	
	
#navi li {
	width: 35%;
}
	
}</pre></body></html>