<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8"; 
 
/* エディタ設定 */ 
#tinymce {
	width: 960px;
	padding: 5px 0;
	line-height: 1.5;
	text-align: left;
}
 
/* トップページ */ 
	 
/* スライドイメージ */ 

#topSlide {
	margin: 15px 5px 0px;
}

#mainImages {
	width: 950px;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}

#mainImages ul {
/*	width: 7680px; */
}
#mainImages ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#mainImages li {
	float: left;
	width: 950px;
	height: 250px;
	background-color: #fff;
}
	 
/* ループ要素 */ 

#slideMoveBeginPrev {
	position: absolute;
	display: block;
	top: 0;
	left: -950px;
}
#slideMoveEndNext {
	position: absolute;
	display: block;
	top: 0;
	right: -950px;
}
  
/* 紹介 */ 

.introduction {
	float: left;
	width: 420px;
	margin-top: 20px;
}
	 
/* 挨拶リンク */ 

.messageLinkLeft {
	float: left;
	width: 200px;
}

.messageLinkRight {
	float: right;
	width: 200px;
}
 
/* コピー */ 

.copyBanner {
	clear: both;
	padding-top: 15px;
}

.copyText {
	margin: 10px 0;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 18px;
}
  
/* ブログ＆トピックス */ 

.information {
	float: right;
	width: 480px;
}
 
/* 中高リンクバナー */ 

.linkBanner {
	padding-top: 20px;
}
 	 
@media screen and (max-width: 360px) { 
	 
/* スライドイメージ */ 

#topSlide {
	margin: 10px 0;
}

#mainImages {
	width: 100%;
	height: 92px;
}

#mainImages ul {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

#mainImages li {
	width: 270px;
	height: 71px;
	margin: 0 5px;
	border: 1px solid #099;
}
	 
/* ループ要素 */ 

#slideMoveBeginPrev {
	position: absolute;
	display: block;
	top: 0;
	left: -262px;
}
#slideMoveEndNext {
	position: absolute;
	display: block;
	top: 0;
	right: -262px;
}
  
/* 紹介 */ 

.introduction {
	clear: both;
	float: none;
	width: 100%;
	margin-top: 0px;
}
	 
/* 挨拶リンク */ 

.messageLinkLeft {
	float: left;
	width: 150px;
}

.messageLinkRight {
	float: right;
	width: 150px;
}
 
/* コピー */ 

.copyBanner {
	clear: both;
	padding-top: 15px;
}

.copyText {
	margin: 10px 0;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 18px;
}
  
/* ブログ＆トピックス */ 

.information {
	clear: both;
	float: none;
	width: 100%;
}
 
} 
  
</pre></body></html>